@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[178px\]{
  bottom: 178px;
}

.bottom-\[210px\]{
  bottom: 210px;
}

.bottom-\[450px\]{
  bottom: 450px;
}

.bottom-\[550px\]{
  bottom: 550px;
}

.bottom-\[82px\]{
  bottom: 82px;
}

.left-0{
  left: 0px;
}

.left-\[-82px\]{
  left: -82px;
}

.left-\[30px\]{
  left: 30px;
}

.left-\[50\%\]{
  left: 50%;
}

.left-\[5px\]{
  left: 5px;
}

.left-\[807px\]{
  left: 807px;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-\[120px\]{
  right: 120px;
}

.right-\[180px\]{
  right: 180px;
}

.right-\[205px\]{
  right: 205px;
}

.right-\[26px\]{
  right: 26px;
}

.right-\[274px\]{
  right: 274px;
}

.right-\[43\%\]{
  right: 43%;
}

.right-\[45px\]{
  right: 45px;
}

.right-\[50px\]{
  right: 50px;
}

.top-0{
  top: 0px;
}

.top-10{
  top: 2.5rem;
}

.top-6{
  top: 1.5rem;
}

.top-\[158px\]{
  top: 158px;
}

.top-\[225px\]{
  top: 225px;
}

.top-\[22px\]{
  top: 22px;
}

.top-\[470px\]{
  top: 470px;
}

.top-\[48px\]{
  top: 48px;
}

.top-\[50px\]{
  top: 50px;
}

.top-\[55px\]{
  top: 55px;
}

.top-\[66px\]{
  top: 66px;
}

.top-\[85px\]{
  top: 85px;
}

.top-\[90px\]{
  top: 90px;
}

.-z-10{
  z-index: -10;
}

.z-50{
  z-index: 50;
}

.z-\[-1\]{
  z-index: -1;
}

.z-\[999999\]{
  z-index: 999999;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\!ml-2{
  margin-left: 0.5rem !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-28{
  margin-bottom: 7rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[214px\]{
  margin-bottom: 214px;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.ml-0{
  margin-left: 0px;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-12{
  margin-right: 3rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-28{
  margin-top: 7rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-\[116px\]{
  margin-top: 116px;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!h-\[400px\]{
  height: 400px !important;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[100vh\]{
  height: 100vh;
}

.h-\[110px\]{
  height: 110px;
}

.h-\[13px\]{
  height: 13px;
}

.h-\[14px\]{
  height: 14px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[315px\]{
  height: 315px;
}

.h-\[320px\]{
  height: 320px;
}

.h-\[32px\]{
  height: 32px;
}

.h-\[356px\]{
  height: 356px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[427px\]{
  height: 427px;
}

.h-\[448px\]{
  height: 448px;
}

.h-\[450px\]{
  height: 450px;
}

.h-\[48px\]{
  height: 48px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[90px\]{
  height: 90px;
}

.h-\[calc\(100\%-22px\)\]{
  height: calc(100% - 22px);
}

.h-full{
  height: 100%;
}

.h-\[220px\]{
  height: 220px;
}

.h-auto{
  height: auto;
}

.max-h-\[691px\]{
  max-height: 691px;
}

.\!max-h-\[400px\]{
  max-height: 400px !important;
}

.min-h-\[161px\]{
  min-height: 161px;
}

.min-h-\[225px\]{
  min-height: 225px;
}

.min-h-\[295px\]{
  min-height: 295px;
}

.min-h-\[300px\]{
  min-height: 300px;
}

.min-h-\[36px\]{
  min-height: 36px;
}

.min-h-\[529px\]{
  min-height: 529px;
}

.min-h-\[598px\]{
  min-height: 598px;
}

.min-h-screen{
  min-height: 100vh;
}

.min-h-\[400px\]{
  min-height: 400px;
}

.\!min-h-\[400px\]{
  min-height: 400px !important;
}

.w-1{
  width: 0.25rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[110px\]{
  width: 110px;
}

.w-\[112px\]{
  width: 112px;
}

.w-\[113px\]{
  width: 113px;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[132px\]{
  width: 132px;
}

.w-\[15px\]{
  width: 15px;
}

.w-\[168px\]{
  width: 168px;
}

.w-\[16px\]{
  width: 16px;
}

.w-\[275px\]{
  width: 275px;
}

.w-\[298px\]{
  width: 298px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[308px\]{
  width: 308px;
}

.w-\[3px\]{
  width: 3px;
}

.w-\[514px\]{
  width: 514px;
}

.w-\[75px\]{
  width: 75px;
}

.w-\[90px\]{
  width: 90px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[220px\]{
  width: 220px;
}

.w-\[23\%\]{
  width: 23%;
}

.w-\[30\%\]{
  width: 30%;
}

.w-\[250px\]{
  width: 250px;
}

.min-w-\[138px\]{
  min-width: 138px;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-\[546px\]{
  max-width: 546px;
}

.max-w-\[736px\]{
  max-width: 736px;
}

.max-w-none{
  max-width: none;
}

.max-w-\[900px\]{
  max-width: 900px;
}

.max-w-\[1000px\]{
  max-width: 1000px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[1100px\]{
  max-width: 1100px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.flex-grow{
  flex-grow: 1;
}

.flex-grow-0{
  flex-grow: 0;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-rows-\[min-h-40px_auto_auto_auto_auto_auto\]{
  grid-template-rows: min-h-40px auto auto auto auto auto;
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[160px\]{
  gap: 160px;
}

.gap-\[69px\]{
  gap: 69px;
}

.gap-\[8px\]{
  gap: 8px;
}

.gap-\[115px\]{
  gap: 115px;
}

.gap-\[70px\]{
  gap: 70px;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.self-start{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.text-wrap{
  text-wrap: wrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[32px\]{
  border-radius: 32px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-mainButtonRadius{
  border-radius: 8px;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-azulSecondaryLighter{
  --tw-border-opacity: 1;
  border-color: rgb(216 239 248 / var(--tw-border-opacity));
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-neutralBorder{
  --tw-border-opacity: 1;
  border-color: rgb(214 218 216 / var(--tw-border-opacity));
}

.border-neutralFifth{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 224 / var(--tw-border-opacity));
}

.border-neutralFourth{
  --tw-border-opacity: 1;
  border-color: rgb(175 182 178 / var(--tw-border-opacity));
}

.bg-azulMainPrimary{
  --tw-bg-opacity: 1;
  background-color: rgb(6 87 119 / var(--tw-bg-opacity));
}

.bg-azulSecondaryDarkest{
  --tw-bg-opacity: 1;
  background-color: rgb(2 35 48 / var(--tw-bg-opacity));
}

.bg-azulSecondaryLighter{
  --tw-bg-opacity: 1;
  background-color: rgb(216 239 248 / var(--tw-bg-opacity));
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-neutralSixth{
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 239 / var(--tw-bg-opacity));
}

.bg-neutralWhite{
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity));
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-verdePrimaryLight{
  --tw-bg-opacity: 1;
  background-color: rgb(202 228 114 / var(--tw-bg-opacity));
}

.bg-verdePrimaryLighter{
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 208 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-gradiente-projetos{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(24, 34, 29, 0.5) 10%);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-12{
  padding-left: 3rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-\[13px\]{
  padding-top: 13px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-start{
  text-align: start;
}

.font-kalam{
  font-family: Kalam, cursive;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-secondaryText{
  font-size: 16px;
  line-height: 1.5rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-smallTitle{
  font-size: 40px;
  line-height: 1;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.italic{
  font-style: italic;
}

.\!leading-\[4rem\]{
  line-height: 4rem !important;
}

.leading-\[1\]{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.text-azulMainPrimary{
  --tw-text-opacity: 1;
  color: rgb(6 87 119 / var(--tw-text-opacity));
}

.text-azulSecondaryDark{
  --tw-text-opacity: 1;
  color: rgb(4 52 71 / var(--tw-text-opacity));
}

.text-azulSecondaryLight{
  --tw-text-opacity: 1;
  color: rgb(165 214 233 / var(--tw-text-opacity));
}

.text-azulSecondaryLighter{
  --tw-text-opacity: 1;
  color: rgb(216 239 248 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-neutralSecondary{
  --tw-text-opacity: 1;
  color: rgb(74 79 76 / var(--tw-text-opacity));
}

.text-neutralThird{
  --tw-text-opacity: 1;
  color: rgb(107 117 111 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-verdePrimaryDark{
  --tw-text-opacity: 1;
  color: rgb(115 148 28 / var(--tw-text-opacity));
}

.text-verdePrimaryDarkest{
  --tw-text-opacity: 1;
  color: rgb(61 77 26 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

body {
  font-family: 'Rubik';
}

.container-fluid {
  max-width: 1116px;
  width: 100%;
  margin: 0 auto;
}

/* Menu e Submenus */

#menu {
  overflow: unset;
}

#menu ul li {
  position: relative;
}

#menu ul li a:hover {
  color: #065777;
  font-weight: 400;
}

#menu ul li:not(.menu-item-has-children) a:hover:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 60%;
  transform: translateX(-50%);
  width: 60px;
  height: 15px;
  background-image: url('../assets/images/header/line.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-item-has-children > a:after {
  content: '';
  margin-left: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('../assets/images/arrow-down.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.menu-item-has-children.active > a:hover {
  color: #065777;
  font-weight: 400;
}

.menu-item-has-children:not(.active) > a:hover {
  color: inherit;
  font-weight: normal;
}

.menu-item-has-children.active > a:after {
  transform: rotate(90deg);
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  min-width: 271px;
  z-index: 99;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  padding: 10px;
}

.sub-menu li a {
  text-decoration: none;
  display: block;
  color: black;
}

.sub-menu li:hover {
  background-color: #EEF1EF !important;
  color: black !important;
  cursor: pointer;
  font-weight: 400;
}

.sub-menu li a:hover {
  background-color: #EEF1EF !important;
  color: black !important;
  cursor: pointer;
  font-weight: 400;
}

.sub-menu li a:hover:after {
  background-image: none !important;
}

/* Menu responsivo */

@media (max-width: 900px) {
  #menu {
    overflow: auto;
  }

  #menu ul li {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
  }

  #menu ul li:not(.menu-item-has-children) a:hover:after {
    background-image: none;
  }

  .menu-item-has-children .sub-menu {
    display: none;
    position: relative;
    width: 80%;
    margin-top: 10px;
  }

  .menu-item-has-children.active .sub-menu {
    display: block;
  }

  .menu-item-has-children > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
  }

  .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../assets/images/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.active > a:after {
    transform: rotate(180deg);
    top: 20%;
  }

  .sub-menu {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100% !important;
    border-radius: 0%;
  }
}

/* Newsletter */

#newsletter .wpcf7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

#newsletter .wpcf7 .wpcf7-email{
  width: 320px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  outline: none;
}

#newsletter .wpcf7 .wpcf7-email::-moz-placeholder {
  color: #999;
}

#newsletter .wpcf7 .wpcf7-email::placeholder {
  color: #999;
}

#newsletter .wpcf7 .wpcf7-submit{
  background-color: #B3D9E2;
  color: #006684;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
}

#newsletter .wpcf7 .wpcf7-submit:hover {
  background-color: #065777;
  color: #FBFDFC;
  border: 1px solid #D8EFF8;
}

#newsletter .wpcf7 .wpcf7-response-output {
  border: none;
  color: white;
  font-size: 20px;
  padding: 0;
  position: absolute;
  top: 100px;
}

/* Newsletter responsiva */

@media (max-width: 768px) {
  #newsletter .wpcf7 {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  #newsletter .wpcf7 .wpcf7-email {
    width: 100%;
    margin-bottom: 10px;
  }

  #newsletter .wpcf7 .wpcf7-submit {
    width: 100%;
    padding: 12px;
  }
}

/* Sobre nós - Seção A transformação vem de dentro */

.gradient-text {
  background: linear-gradient(to right, black 0%, black 50%, #AFB6B2 50%, #AFB6B2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: colorChange 5s forwards ease-in-out;
  animation-play-state: paused;
}

@keyframes colorChange {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.animate {
  animation-play-state: running;
}

/* Sobre Nós - Timeline */

.timeline-line {
  left: 0;
  width: 2px;
  height: 175px;
  transform: translateX(-50%);
  background-color: #DEE2E0;
}

.timeline-point {
  left: 0;
  top: 0;
  transform: translateX(-50%);
  background-color: #DEE2E0;
}

.active-line {
  background-color: #065777;
}

.active-point {
  background-color: #065777;
}

/* Realidade Social - Seção Entre em contato conosco*/

.formulario-contato .wpcf7 {
  max-width: 100%;
}

.formulario-contato .wpcf7 input[type="text"],
.formulario-contato .wpcf7 input[type="email"],
.formulario-contato .wpcf7 input[type="tel"],
.formulario-contato .wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 16px;
  border: 1px solid #AFB6B2;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.formulario-contato .wpcf7 textarea {
  resize: none;
  height: 127px;
}

.formulario-contato .wpcf7 label {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.formulario-contato .wpcf7 .wpcf7-list-item {
  margin: 0;
}

.formulario-contato .wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.formulario-contato .wpcf7 input[type="checkbox"] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #AFB6B2;
  border-radius: 4px;
}

.formulario-contato .wpcf7 .wpcf7-list-item label span {
  font-size: 14px;
  color: black;
}

.formulario-contato .wpcf7 .wpcf7-list-item label span a {
  text-decoration: underline;
}

.formulario-contato .wpcf7-submit {
  background-color: #CAE472;
  color: #3D4D1A;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 12px 20px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 200px;
  display: block;
  margin-top: 24px;
}

.formulario-contato .wpcf7-submit:hover {
  background-color: #9DC42A;
  color: #FBFDFC;
}

/* Formulario de Contato responsivo */

@media (max-width: 768px) {
  .formulario-contato .wpcf7 {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .formulario-contato .wpcf7 label{
    font-size: 18px;
  }

  .formulario-contato .wpcf7 .wpcf7-submit {
    width: 100%;
    padding: 12px;
  }
}

/* Programa de Apadrinhamento - Seção Mosaico */

.mosaic-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0.6) 100%);
  z-index: 1;
}

.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  text-align: center;
}

.mosaic {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding: 15px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: move 60s linear infinite;
}

.column:nth-child(odd) {
  animation-direction: alternate-reverse;
  transform: translateY(-20%);
}

@keyframes move {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20%);
  }
}

.mosaic img {
  width: 100%;
  height: auto;
}

/* Mosaico Responsivo */

@media (max-width: 500px) {
  .mosaic {
    gap: 2px;
    padding: 5px;
  }
}

/* Notícia Detail */

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5 {
  font-size: 36px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-content .wp-block-image img{
  border-radius: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content figcaption {
  font-size: 14px;
}

.blog-content p {
  color: #4A4F4C;
  font-size: 18px;
  margin-bottom: 16px;
}

.blog-content ul li {
  color: #4A4F4C;
  list-style: disc;
}

.blog-content blockquote {
  margin-top: 36px;
  margin-bottom: 36px;
  border-left: 4px solid #CAE472;
  padding-left: 20px;
}

.blog-content blockquote p {
  color: #065777 !important;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

.blog-content a,
  .blog-content a:visited {
  text-decoration: underline;
  color: #065777;
  /* não encotnrei uma var da cor */
}

.blog-content a:hover {
  text-decoration: none;
}

.blog-content ul li,
  /* esta já existe, aqui é o ajuste que fica igual o P para <li> de <ul> e <ol> */
  .blog-content ol li {
  color: #4A4F4C;
  font-size: 18px;
  margin-bottom: 16px;
}

.blog-content ol li {
  list-style: auto;
  /* apresenta numeração */
}

.blog-content ul,
  .blog-content ol {
  margin: 0 0 0 20px;
}

/* Tabela WP */

.wp-block-table {
  margin-bottom: 20px;
}

.wp-block-table td,
  .wp-block-table th {
  border-color: #c5c5c5;
}

.wp-block-table.table-full {
  width: 100% !important;
}

#link-copiado-success {
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
  background-color: #73941C;
  border-radius: 16px;
  padding: 15px;
  font-size: 20px;
  z-index: 99999;
  display: none;
}

@media only screen and (max-width: 768px) {
  .blog-content ul {
    margin-left: 15px;
  }

  .blog-content .wp-block-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-content figcaption {
    font-size: 16px;
  }
}

/* Paginação */

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  border: 1px solid #E1E5EA;
  color: #6B756F;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.wp-pagenavi a:hover {
  background-color: #E1E5EA;
}

.wp-pagenavi .current {
  background-color: #065777;
  color: white;
  font-weight: bold;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
  color: #6B756F;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .first:hover {
  background-color: #E1E5EA;
  color: #065777;
}

/* Paginação Responsiva */

@media (max-width: 768px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
}

/* Projeto Detail */

.project-content p {
  color: #4A4F4C;
  font-size: 18px;
  margin-bottom: 16px;
}

/* Carrossel Galeria do Projeto */

.carousel-container {
  position: relative;
  overflow: hidden;
  margin: auto;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  flex: 0 0 47%;
  box-sizing: border-box;
  padding: 10px;
}

.carousel-item img{
  max-height: 640px;
  max-width: 640px;
}

.prev, .next {
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 8px;
  position: absolute;
  width: 56px;
  height: 56px;
  background: #FBFDFC;
  color: #065777;
  border: 1px solid #065777;
  border-radius: 50px;
  z-index: 2;
  cursor: pointer;
}

.prev {
  left: -28px;
  z-index: 99999;
}

.next {
  right: -28px;
  z-index: 99999;
}

.prev:hover, .next:hover {
  background-color: #F0F4F7;
  border-color: #065777;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.indicator {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #b0d0e9;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicator.active {
  background-color: #065777;
}

/* Carrossel Responsivo */

@media (max-width: 1024px) {
  .prev {
    left: 15px;
  }

  .next {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .prev, .next {
    display: none;
  }

  .carousel-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-item {
    scroll-snap-align: center;
  }

  .carousel-wrapper::-webkit-scrollbar {
    display: none;
  }

  .carousel-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* Sobre Nós - A transformação vem de dentro */

.highlight {
  font-weight: 700;
  color: #043447;
}

/* Footer */

footer a:hover {
  color: #D1D5DB
}

.hover\:border-0:hover{
  border-width: 0px;
}

.hover\:border-hoverBorderBtnBranco:hover{
  --tw-border-opacity: 1;
  border-color: rgb(157 196 42 / var(--tw-border-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-hoverBgBtnAzulClaro:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 87 119 / var(--tw-bg-opacity));
}

.hover\:bg-hoverBgBtnAzulEscuro:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 239 248 / var(--tw-bg-opacity));
}

.hover\:bg-hoverBgBtnVerde:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(157 196 42 / var(--tw-bg-opacity));
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hover\:text-hoverTextBtnAzulClaro:hover{
  --tw-text-opacity: 1;
  color: rgb(251 253 252 / var(--tw-text-opacity));
}

.hover\:text-hoverTextBtnAzulEscuro:hover{
  --tw-text-opacity: 1;
  color: rgb(6 87 119 / var(--tw-text-opacity));
}

.hover\:text-hoverTextBtnVerde:hover{
  --tw-text-opacity: 1;
  color: rgb(251 253 252 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .md\:sticky{
    position: sticky;
  }

  .md\:right-\[135px\]{
    right: 135px;
  }

  .md\:right-\[190px\]{
    right: 190px;
  }

  .md\:right-\[266px\]{
    right: 266px;
  }

  .md\:right-\[40px\]{
    right: 40px;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:top-\[115px\]{
    top: 115px;
  }

  .md\:top-\[40px\]{
    top: 40px;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:mb-28{
    margin-bottom: 7rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-\[156px\]{
    margin-bottom: 156px;
  }

  .md\:mb-\[29px\]{
    margin-bottom: 29px;
  }

  .md\:mb-\[88px\]{
    margin-bottom: 88px;
  }

  .md\:ml-\[95px\]{
    margin-left: 95px;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mr-\[95px\]{
    margin-right: 95px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-28{
    margin-top: 7rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-\[153px\]{
    margin-top: 153px;
  }

  .md\:mt-\[156px\]{
    margin-top: 156px;
  }

  .md\:mt-\[168px\]{
    margin-top: 168px;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:\!h-\[200px\]{
    height: 200px !important;
  }

  .md\:h-\[1000px\]{
    height: 1000px;
  }

  .md\:h-\[108px\]{
    height: 108px;
  }

  .md\:h-\[124px\]{
    height: 124px;
  }

  .md\:h-\[129px\]{
    height: 129px;
  }

  .md\:h-\[155px\]{
    height: 155px;
  }

  .md\:h-\[160px\]{
    height: 160px;
  }

  .md\:h-\[200px\]{
    height: 200px;
  }

  .md\:h-\[234px\]{
    height: 234px;
  }

  .md\:h-\[410px\]{
    height: 410px;
  }

  .md\:h-\[416px\]{
    height: 416px;
  }

  .md\:h-\[500px\]{
    height: 500px;
  }

  .md\:h-\[550px\]{
    height: 550px;
  }

  .md\:h-\[564px\]{
    height: 564px;
  }

  .md\:h-\[72px\]{
    height: 72px;
  }

  .md\:h-\[770px\]{
    height: 770px;
  }

  .md\:h-\[80px\]{
    height: 80px;
  }

  .md\:h-\[856px\]{
    height: 856px;
  }

  .md\:h-\[932px\]{
    height: 932px;
  }

  .md\:min-h-\[210px\]{
    min-height: 210px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-\[100px\]{
    width: 100px;
  }

  .md\:w-\[109px\]{
    width: 109px;
  }

  .md\:w-\[110px\]{
    width: 110px;
  }

  .md\:w-\[1116px\]{
    width: 1116px;
  }

  .md\:w-\[114px\]{
    width: 114px;
  }

  .md\:w-\[124px\]{
    width: 124px;
  }

  .md\:w-\[129px\]{
    width: 129px;
  }

  .md\:w-\[147px\]{
    width: 147px;
  }

  .md\:w-\[149px\]{
    width: 149px;
  }

  .md\:w-\[168px\]{
    width: 168px;
  }

  .md\:w-\[173px\]{
    width: 173px;
  }

  .md\:w-\[18\%\]{
    width: 18%;
  }

  .md\:w-\[194px\]{
    width: 194px;
  }

  .md\:w-\[200px\]{
    width: 200px;
  }

  .md\:w-\[220px\]{
    width: 220px;
  }

  .md\:w-\[232px\]{
    width: 232px;
  }

  .md\:w-\[235px\]{
    width: 235px;
  }

  .md\:w-\[257px\]{
    width: 257px;
  }

  .md\:w-\[259px\]{
    width: 259px;
  }

  .md\:w-\[292px\]{
    width: 292px;
  }

  .md\:w-\[303px\]{
    width: 303px;
  }

  .md\:w-\[330px\]{
    width: 330px;
  }

  .md\:w-\[356px\]{
    width: 356px;
  }

  .md\:w-\[370px\]{
    width: 370px;
  }

  .md\:w-\[380px\]{
    width: 380px;
  }

  .md\:w-\[389px\]{
    width: 389px;
  }

  .md\:w-\[410px\]{
    width: 410px;
  }

  .md\:w-\[468px\]{
    width: 468px;
  }

  .md\:w-\[490px\]{
    width: 490px;
  }

  .md\:w-\[514px\]{
    width: 514px;
  }

  .md\:w-\[518px\]{
    width: 518px;
  }

  .md\:w-\[544px\]{
    width: 544px;
  }

  .md\:w-\[545px\]{
    width: 545px;
  }

  .md\:w-\[546px\]{
    width: 546px;
  }

  .md\:w-\[576px\]{
    width: 576px;
  }

  .md\:w-\[64px\]{
    width: 64px;
  }

  .md\:w-\[660px\]{
    width: 660px;
  }

  .md\:w-\[67px\]{
    width: 67px;
  }

  .md\:w-\[720px\]{
    width: 720px;
  }

  .md\:w-\[72px\]{
    width: 72px;
  }

  .md\:w-\[734px\]{
    width: 734px;
  }

  .md\:w-\[735px\]{
    width: 735px;
  }

  .md\:w-\[736px\]{
    width: 736px;
  }

  .md\:w-\[755px\]{
    width: 755px;
  }

  .md\:w-\[84px\]{
    width: 84px;
  }

  .md\:w-\[95px\]{
    width: 95px;
  }

  .md\:min-w-\[255px\]{
    min-width: 255px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[115px\]{
    gap: 115px;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-\[112px\]{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:pb-\[107px\]{
    padding-bottom: 107px;
  }

  .md\:pb-\[80px\]{
    padding-bottom: 80px;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pt-\[108px\]{
    padding-top: 108px;
  }

  .md\:pt-\[80px\]{
    padding-top: 80px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[56px\]{
    font-size: 56px;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:\!leading-\[4rem\]{
    line-height: 4rem !important;
  }
}

@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }

  .lg\:bottom-\[307px\]{
    bottom: 307px;
  }

  .lg\:left-\[505px\]{
    left: 505px;
  }

  .lg\:left-\[520px\]{
    left: 520px;
  }

  .lg\:left-\[810px\]{
    left: 810px;
  }

  .lg\:right-\[100px\]{
    right: 100px;
  }

  .lg\:right-\[170px\]{
    right: 170px;
  }

  .lg\:right-\[330px\]{
    right: 330px;
  }

  .lg\:right-\[370px\]{
    right: 370px;
  }

  .lg\:right-\[45px\]{
    right: 45px;
  }

  .lg\:right-\[460px\]{
    right: 460px;
  }

  .lg\:right-\[851px\]{
    right: 851px;
  }

  .lg\:top-\[-50px\]{
    top: -50px;
  }

  .lg\:top-\[312px\]{
    top: 312px;
  }

  .lg\:top-\[53px\]{
    top: 53px;
  }

  .lg\:top-\[56px\]{
    top: 56px;
  }

  .lg\:top-\[58px\]{
    top: 58px;
  }

  .lg\:top-\[63px\]{
    top: 63px;
  }

  .lg\:top-\[90px\]{
    top: 90px;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:ml-\[190px\]{
    margin-left: 190px;
  }

  .lg\:mr-\[190px\]{
    margin-right: 190px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[600px\]{
    height: 600px;
  }

  .lg\:h-\[640px\]{
    height: 640px;
  }

  .lg\:h-\[80px\]{
    height: 80px;
  }

  .lg\:min-h-\[309px\]{
    min-height: 309px;
  }

  .lg\:w-\[220px\]{
    width: 220px;
  }

  .lg\:w-\[320px\]{
    width: 320px;
  }

  .lg\:w-\[340px\]{
    width: 340px;
  }

  .lg\:w-\[560px\]{
    width: 560px;
  }

  .lg\:w-\[640px\]{
    width: 640px;
  }

  .lg\:w-\[736px\]{
    width: 736px;
  }

  .lg\:w-\[768px\]{
    width: 768px;
  }

  .lg\:w-\[870px\]{
    width: 870px;
  }

  .lg\:w-\[87px\]{
    width: 87px;
  }

  .lg\:w-\[926px\]{
    width: 926px;
  }

  .lg\:w-\[990px\]{
    width: 990px;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-\[255px\]{
    max-width: 255px;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[52px\]{
    font-size: 52px;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:\!leading-\[4rem\]{
    line-height: 4rem !important;
  }
}

@media (min-width: 1280px){
  .xl\:bottom-\[337px\]{
    bottom: 337px;
  }

  .xl\:left-\[403px\]{
    left: 403px;
  }

  .xl\:left-\[570px\]{
    left: 570px;
  }

  .xl\:left-\[575px\]{
    left: 575px;
  }

  .xl\:left-\[60px\]{
    left: 60px;
  }

  .xl\:left-\[927px\]{
    left: 927px;
  }

  .xl\:right-10{
    right: 2.5rem;
  }

  .xl\:right-\[-40px\]{
    right: -40px;
  }

  .xl\:right-\[250px\]{
    right: 250px;
  }

  .xl\:right-\[505px\]{
    right: 505px;
  }

  .xl\:right-\[510px\]{
    right: 510px;
  }

  .xl\:right-\[575px\]{
    right: 575px;
  }

  .xl\:top-\[235px\]{
    top: 235px;
  }

  .xl\:top-\[350px\]{
    top: 350px;
  }

  .xl\:top-\[55px\]{
    top: 55px;
  }

  .xl\:top-\[59px\]{
    top: 59px;
  }

  .xl\:top-\[60px\]{
    top: 60px;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:mb-28{
    margin-bottom: 7rem;
  }

  .xl\:mb-\[14px\]{
    margin-bottom: 14px;
  }

  .xl\:mb-\[156px\]{
    margin-bottom: 156px;
  }

  .xl\:mb-\[58px\]{
    margin-bottom: 58px;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-28{
    margin-top: 7rem;
  }

  .xl\:mt-\[156px\]{
    margin-top: 156px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:h-\[210px\]{
    height: 210px;
  }

  .xl\:h-\[318px\]{
    height: 318px;
  }

  .xl\:h-\[400px\]{
    height: 400px;
  }

  .xl\:h-\[900px\]{
    height: 900px;
  }

  .xl\:min-h-\[517px\]{
    min-height: 517px;
  }

  .xl\:min-h-\[768px\]{
    min-height: 768px;
  }

  .xl\:w-\[1116px\]{
    width: 1116px;
  }

  .xl\:w-\[114px\]{
    width: 114px;
  }

  .xl\:w-\[258px\]{
    width: 258px;
  }

  .xl\:w-\[292px\]{
    width: 292px;
  }

  .xl\:w-\[356px\]{
    width: 356px;
  }

  .xl\:w-\[361px\]{
    width: 361px;
  }

  .xl\:w-\[480px\]{
    width: 480px;
  }

  .xl\:w-\[482px\]{
    width: 482px;
  }

  .xl\:w-\[485px\]{
    width: 485px;
  }

  .xl\:w-\[497px\]{
    width: 497px;
  }

  .xl\:w-\[515px\]{
    width: 515px;
  }

  .xl\:w-\[518px\]{
    width: 518px;
  }

  .xl\:w-\[545px\]{
    width: 545px;
  }

  .xl\:w-\[546px\]{
    width: 546px;
  }

  .xl\:w-\[560px\]{
    width: 560px;
  }

  .xl\:w-\[641px\]{
    width: 641px;
  }

  .xl\:w-\[738px\]{
    width: 738px;
  }

  .xl\:w-\[660px\]{
    width: 660px;
  }

  .xl\:min-w-\[1116px\]{
    min-width: 1116px;
  }

  .xl\:min-w-\[1118px\]{
    min-width: 1118px;
  }

  .xl\:min-w-\[546px\]{
    min-width: 546px;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-\[155px\]{
    gap: 155px;
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:text-nowrap{
    text-wrap: nowrap;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-\[190px\]{
    padding-left: 190px;
    padding-right: 190px;
  }

  .xl\:pl-\[190px\]{
    padding-left: 190px;
  }

  .xl\:pl-\[94px\]{
    padding-left: 94px;
  }

  .xl\:pl-\[95px\]{
    padding-left: 95px;
  }

  .xl\:pr-\[190px\]{
    padding-right: 190px;
  }

  .xl\:pr-\[94px\]{
    padding-right: 94px;
  }

  .xl\:pt-\[5px\]{
    padding-top: 5px;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-\[40px\]{
    font-size: 40px;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:mr-12{
    margin-right: 3rem;
  }

  .\32xl\:w-\[485px\]{
    width: 485px;
  }

  .\32xl\:justify-between{
    justify-content: space-between;
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

  .\32xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}