/*
! tailwindcss v3.4.3 | 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: 380px) {
  .container {
    max-width: 380px;
  }
}

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-1\/2 {
  inset: 50%;
}

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

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

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

.-top-36 {
  top: -9rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-36 {
  top: 9rem;
}

.top-\[1\.30rem\] {
  top: 1.30rem;
}

.top-\[14rem\] {
  top: 14rem;
}

.top-\[16rem\] {
  top: 16rem;
}

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

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

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

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

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

.m-8 {
  margin: 2rem;
}

.mx-\[1rem\] {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[2rem\] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.-mt-\[1\.5rem\] {
  margin-top: -1.5rem;
}

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

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

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

.mb-\[4rem\] {
  margin-bottom: 4rem;
}

.mb-\[7rem\] {
  margin-bottom: 7rem;
}

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

.ml-\[0\.7rem\] {
  margin-left: 0.7rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-\[19\.8px\] {
  margin-right: 19.8px;
}

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

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

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

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

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

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

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

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

.mt-\[10rem\] {
  margin-top: 10rem;
}

.mt-\[11\.5rem\] {
  margin-top: 11.5rem;
}

.mt-\[15rem\] {
  margin-top: 15rem;
}

.mt-\[2\.05rem\] {
  margin-top: 2.05rem;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mt-\[2rem\] {
  margin-top: 2rem;
}

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

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

.mt-\[5\.5rem\] {
  margin-top: 5.5rem;
}

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

.mb-auto {
  margin-bottom: auto;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem;
}

.\!mb-\[3\.5rem\] {
  margin-bottom: 3.5rem !important;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

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

.h-\[12\.5rem\] {
  height: 12.5rem;
}

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

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

.h-\[15rem\] {
  height: 15rem;
}

.h-\[16rem\] {
  height: 16rem;
}

.h-\[18rem\] {
  height: 18rem;
}

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-\[20\.5rem\] {
  height: 20.5rem;
}

.h-\[21\.5rem\] {
  height: 21.5rem;
}

.h-\[21rem\] {
  height: 21rem;
}

.h-\[22rem\] {
  height: 22rem;
}

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

.h-\[2rem\] {
  height: 2rem;
}

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

.h-\[37rem\] {
  height: 37rem;
}

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

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

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

.h-\[70\.8rem\] {
  height: 70.8rem;
}

.h-\[8\.5rem\] {
  height: 8.5rem;
}

.h-\[9\.3rem\] {
  height: 9.3rem;
}

.h-full {
  height: 100%;
}

.h-\[23\.5rem\] {
  height: 23.5rem;
}

.h-8 {
  height: 2rem;
}

.max-h-0 {
  max-height: 0px;
}

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

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

.min-h-\[17rem\] {
  min-height: 17rem;
}

.min-h-\[7\.25rem\] {
  min-height: 7.25rem;
}

.w-12 {
  width: 3rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-\[17rem\] {
  width: 17rem;
}

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

.w-\[19\.5rem\] {
  width: 19.5rem;
}

.w-\[19rem\] {
  width: 19rem;
}

.w-\[2\.5rem\] {
  width: 2.5rem;
}

.w-\[20\.5rem\] {
  width: 20.5rem;
}

.w-\[20rem\] {
  width: 20rem;
}

.w-\[254\.898px\] {
  width: 254.898px;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[19\.5rem\] {
  max-width: 19.5rem;
}

.max-w-\[20\.15rem\] {
  max-width: 20.15rem;
}

.max-w-\[20\.3rem\] {
  max-width: 20.3rem;
}

.max-w-\[20\.5rem\] {
  max-width: 20.5rem;
}

.max-w-\[20rem\] {
  max-width: 20rem;
}

.max-w-\[22rem\] {
  max-width: 22rem;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.-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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -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));
}

@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.animate-infinite-scroll {
  animation: infinite-scroll 25s linear infinite;
}

@keyframes slide-in-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-slide-in-fade-in {
  animation: slide-in-fade-in 1s ease-out forwards;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-\[3rem\] {
  gap: 3rem;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-\[50px\] {
  row-gap: 50px;
}

.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-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-y-\[1rem\] > :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));
}

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

.justify-self-end {
  justify-self: end;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-br-\[23px\] {
  border-bottom-right-radius: 23px;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-\[\#005773\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 87 115 / var(--tw-border-opacity));
}

.border-\[\#014470\] {
  --tw-border-opacity: 1;
  border-color: rgb(1 68 112 / var(--tw-border-opacity));
}

.border-\[\#098666\] {
  --tw-border-opacity: 1;
  border-color: rgb(9 134 102 / var(--tw-border-opacity));
}

.border-\[\#71C8E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(113 200 228 / var(--tw-border-opacity));
}

.border-\[\#D6D5D5\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 213 213 / var(--tw-border-opacity));
}

.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

.bg-\[\#012D4A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 45 74 / var(--tw-bg-opacity));
}

.bg-\[\#0171BB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 113 187 / var(--tw-bg-opacity));
}

.bg-\[\#098666\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 134 102 / var(--tw-bg-opacity));
}

.bg-\[\#E1F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 248 255 / var(--tw-bg-opacity));
}

.bg-\[\#E8FAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 250 255 / var(--tw-bg-opacity));
}

.bg-\[\#F5FDFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 253 255 / var(--tw-bg-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#ffffff\] {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200 {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#71C8E4\] {
  --tw-gradient-to: #71C8E4 var(--tw-gradient-to-position);
}

.to-cyan-200 {
  --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position);
}

.to-green-100 {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.bg-\[length\:0px_10px\] {
  background-size: 0px 10px;
}

.bg-left-bottom {
  background-position: left bottom;
}

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

.fill-white {
  fill: #fff;
}

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-0 {
  padding: 0px;
}

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

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

.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-\[0\.9rem\] {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.px-\[1\.2rem\] {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

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

.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[0\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-\[0\.95rem\] {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.py-\[0\.9rem\] {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.py-\[1\.2rem\] {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.py-\[1\.5rem\] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[1\.7rem\] {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

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

.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[2\.6rem\] {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-\[0\.8rem\] {
  padding-bottom: 0.8rem;
}

.pb-\[0\.9rem\] {
  padding-bottom: 0.9rem;
}

.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

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

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

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

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

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem;
}

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

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

.pb-\[4\.5rem\] {
  padding-bottom: 4.5rem;
}

.pb-\[44\.1px\] {
  padding-bottom: 44.1px;
}

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

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

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

.pb-\[5rem\] {
  padding-bottom: 5rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-\[0\.2rem\] {
  padding-top: 0.2rem;
}

.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}

.pt-\[0\.7rem\] {
  padding-top: 0.7rem;
}

.pt-\[1\.2rem\] {
  padding-top: 1.2rem;
}

.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}

.pt-\[10rem\] {
  padding-top: 10rem;
}

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

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

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

.pt-\[1rem\] {
  padding-top: 1rem;
}

.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}

.pt-\[2\.7rem\] {
  padding-top: 2.7rem;
}

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

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

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pt-\[3\.5rem\] {
  padding-top: 3.5rem;
}

.pt-\[3\.6rem\] {
  padding-top: 3.6rem;
}

.pt-\[3\.8rem\] {
  padding-top: 3.8rem;
}

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

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

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

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

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

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

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

.pt-\[7\.5rem\] {
  padding-top: 7.5rem;
}

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

.pt-\[7rem\] {
  padding-top: 7rem;
}

.pt-\[8\.5rem\] {
  padding-top: 8.5rem;
}

.pt-\[9rem\] {
  padding-top: 9rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

.text-\[0\.86rem\] {
  font-size: 0.86rem;
}

.text-\[1\.45rem\] {
  font-size: 1.45rem;
}

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

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

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

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

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

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

.text-\[1rem\] {
  font-size: 1rem;
}

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

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

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

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

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

.text-\[3rem\] {
  font-size: 3rem;
}

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

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

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

.text-\[4rem\] {
  font-size: 4rem;
}

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.leading-\[22\.4px\] {
  line-height: 22.4px;
}

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

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

.leading-\[28\.697px\] {
  line-height: 28.697px;
}

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

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

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

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#012D4A\] {
  --tw-text-opacity: 1;
  color: rgb(1 45 74 / var(--tw-text-opacity));
}

.text-\[\#014470\] {
  --tw-text-opacity: 1;
  color: rgb(1 68 112 / var(--tw-text-opacity));
}

.text-\[\#0171BB\] {
  --tw-text-opacity: 1;
  color: rgb(1 113 187 / var(--tw-text-opacity));
}

.text-\[\#098666\] {
  --tw-text-opacity: 1;
  color: rgb(9 134 102 / var(--tw-text-opacity));
}

.text-\[\#26465B\] {
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

.text-\[\#F0F0F0\] {
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

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

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-\[\#0000001F\] {
  --tw-shadow-color: #0000001F;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

.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-\[background-size\] {
  transition-property: background-size;
  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-100 {
  transition-duration: 100ms;
}

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.\[mask-image\:_linear-gradient\(to_right\2c transparent_0\2c _black_128px\2c _black_calc\(100\%-200px\)\2c transparent_100\%\)\] {
  -webkit-mask-image: linear-gradient(to right,transparent 0, black 128px, black calc(100% - 200px),transparent 100%);
          mask-image: linear-gradient(to right,transparent 0, black 128px, black calc(100% - 200px),transparent 100%);
}

:host {
  --swiper-navigation-size: 20px !important;
  font-weight: 600;
  --swiper-theme-color: #014470 !important;
}

body {
  font-family: 'Inter', sans-serif;
}

.special-font {
  font-family: 'Katibeh', serif;
}

.card::-webkit-scrollbar {
  width: 0px;
  scroll-behavior: smooth;
}

#scroll-container {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

#scroll-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.faq-item.open .faq-question {
  background-color: #098666;
  color: white !important;
  border: 1px solid #098666;
}

.faq-item .faq-answer {
  background-color: white;
  /* Keep the background white */
  color: #26465b;
  /* Change to your desired text color */
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-question {
  /* color: #26465b;  */
  color: white;
}

.faq-question {
  color: #26465b;
}

.dropdown-content {
  display: none;
}

.dropdown-content.show {
  display: block;
}

/* ul li a.active {
  background-color: white !important;
  /* border: 2px solid #014470; */

/* color: #014470; */

/* } */

.nav-link.active {
  background-color: white !important;
  color: #014470;
  border-color: #098666 !important;
  /* Remove border for active link */
}

/* .nav-link2 {
  color: #014470;
} */

.mobile-link.actives {
  color: #098666 !important;
}

/* swiper styles */

/* @media (min-width: 1440px) { */

/* .img {
    zoom: 1.5;
  }
}

@media (min-width: 2560px) {
  .img {
    zoom: 1.7;
  }
}

@media (min-width: 3860px) {
  .img {
    zoom: 2.5;
  }
}
/*  */

.container {
  max-width: 124rem;
  padding: 0 1rem;
  margin: 0 auto;
}

#tranding {
  /* padding: 4rem 0; */
}

@media (max-width: 1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

.swiper-slide {
  width: 26rem !important;
  height: 32rem !important;
}

#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 26rem;
  height: 42rem;
  position: relative;
}

@media (max-width: 500px) {
  .tranding-slide {
    width: 20rem !important;
    height: 30rem !important;
  }

  .tranding-slide .tranding-slide-img img {
    width: 25rem !important;
    height: 30rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 25rem;
  height: 26rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

#swiper-wrapper-e102b95b3afd41242.swiper-wrapper {
  height: 42rem;
}

.tranding-slider-control {
  position: relative;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

@media (min-width: 768px) {
  .tranding-slider-control .slider-arrow {
    background: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  }
}

@media (min-width: 1280px) {
  .tranding-slider-control .slider-arrow {
    background: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    left: 42%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
    z-index: 20 !important;
  }

  .tranding-slider-control .swiper-button-next {
    left: 58% !important;
    transform: translateX(-58%) !important;
  }
}

@media (min-width: 1024px) {
  .tranding-slider-control .slider-arrow {
    background: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    left: 36%;
    transform: translateX(-42%);
    filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  }

  .tranding-slider-control .swiper-button-next {
    left: 64% !important;
    transform: translateX(-58%) !important;
  }
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 1.2rem;
  color: #222224;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  top: 5px;
  bottom: 0.5rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  /* margin-top: 36px; */
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: #229ced;
  /* margin-top: 36px; */
}

.swiper-pagination {
  z-index: 10 !important;
}

/* mobile swiper */

.mySwiper {
  --swiper-navigation-size: 20px !important;
  --swiper-theme-color: #014470 !important;
  font-weight: 600;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 24px !important;
}

@media (min-width: 768px) {
  .swiper-button-prev svg,
  .swiper-button-next svg {
    /* display: none; */
  }
}

@media (max-width: 767px) {
  .swiper-button-next {
    /* left: 58% !important; */
    /* transform: translateX(-78%) !important; */
    right: 5px !important;
    position: absolute;
  }

  .swiper-button-prev {
    /* left: 58% !important; */
    /* transform: translateX(-78%) !important; */
    left: 5px !important;
    position: absolute;
  }

  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 24px !important;
  }
}

/*  wordpress css */

li.current-menu-item a{
  background-color: white;
  /*color: #014470;*/
  color: #098666;
  border-color: #098666 !important;
  font-weight: bolder;
}

.current-menu-item  a.mobile-link{
  background-color: transparent !important;
  /*color: #014470;*/
  color: #098666;
  border-color: #098666 !important;
  font-weight: bolder;
}

.menu-item a{
  min-width: 112px;
}

.dropdown-menu{
  display: none;
}

li.menu-item-has-children{
  position: relative;
}

ul li.menu-item-has-children:hover  > .dropdown-menu,
ul li.menu-item-has-children:focus  > .dropdown-menu{
  display: block;
}

/*.menu-item-has-children.dropdown .dropdown-menu{*/

/*  margin-left: 12px;*/

/*}*/

.dropdown-menu li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 134 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fijan-socials svg{
  height: 30px;
}

.site-footer li.current-menu-item a{
  background-color: transparent !important;
  color: #098666;
}

/*contact form 7 */

.contact-form #name {
  height: 70px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
}

.contact-form #name:focus {
  outline-color: #93c5fd;
}

@media (min-width: 768px) {
  .contact-form #name {
    height: 4rem;
  }
}

.contact-form span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(152 68 41 / var(--tw-text-opacity));
}

.contact-form #phoneNumber {
  height: 70px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
}

.contact-form #phoneNumber:focus {
  outline-color: #60a5fa;
}

@media (min-width: 768px) {
  .contact-form #phoneNumber {
    height: 4rem;
  }
}

.contact-form #email {
  height: 70px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
}

.contact-form #email:focus {
  outline-color: #60a5fa;
}

@media (min-width: 768px) {
  .contact-form #email {
    height: 4rem;
  }
}

.contact-form #introduceYourself {
  height: 180px;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-left: 1.25rem;
}

.contact-form #introduceYourself:focus {
  outline-color: #93c5fd;
}

@media (min-width: 768px) {
  .contact-form #introduceYourself {
    height: 12rem;
  }
}

.contact-form .flex p {
  font-weight: 500;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-form .flex p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .contact-form .flex p {
    font-size: 1.125rem;
  }
}

/*.contact-form .file{*/

/*  @apply mr-3 bg-white px-5 py-2 rounded-lg text-[#26465B]*/

/*}*/

.contact-form .wpcf7-submit {
  height: 45px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(9 134 102 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.submit-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 0.75rem;
}

.contact-form .submit-container p {
  font-weight: 500;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-form .submit-container p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .contact-form .submit-container p {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .submit-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
}

.wpcf7-form-control-wrap input {
  margin-right: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

.wpcf7-form-control-wrap input::file-selector-button {
  margin-right: 0.75rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(132 195 179 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

.file-msg {
  padding-top: 0.25rem !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(38 70 91 / var(--tw-text-opacity)) !important;
}

.wpcf7-form-control-wrap input[type='file'] {
  padding-left: 0 !important;
}

.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.wpcf7-not-valid-tip {
  margin-bottom: 0.25rem;
  margin-top: -0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.wpcf7-response-output {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 0px;
  border-radius: 0.25rem;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  &.wpcf7-validation-errors {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity));
  }
  &.wpcf7-validation-errors {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
  }
}

.wpcf7-mail-sent-ok {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

/*  &.wpcf7-mail-sent-ok {*/

/*    @apply text-primary border-primary;*/

/*  }*/

/*}*/

/* pagination css */

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: white;
  border: 1px solid #098666;
  color: green;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #098666;
  color: white;
}

.seeker-content h5 {
  padding-top: 30px;
  padding-bottom: 18px;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(1 68 112 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .seeker-content h5 {
    font-size: 16.5px;
  }
}

@media (min-width: 1024px) {
  .seeker-content h5 {
    font-size: 22px;
  }
}

.what-to-expect ul {
  margin-top: 1.5rem;
  list-style-type: disc;
}

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

.what-to-expect ul {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 380px) {
  .what-to-expect ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .what-to-expect ul {
    margin-top: 2rem;
  }

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

.what-to-expect ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .what-to-expect ul li {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
  }
}

@media (min-width: 1024px) {
  .what-to-expect ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .what-to-expect ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.awsm-job-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 20.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 380px) {
  .awsm-job-container {
    max-width: 22rem;
  }
}

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

@media (min-width: 912px) {
  .awsm-job-container {
    max-width: 52rem;
  }
}

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

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

@media (min-width: 1440px) {
  .awsm-job-container {
    max-width: 83rem;
  }
}

.awsm-job-container{
  padding-top: 300px;
}

h1.entry-title.awsm-jobs-single-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(1 68 112 / var(--tw-text-opacity));
  font-family: 'Katibeh', serif;
}

.awsm-job-entry-content.entry-content {
  margin-bottom: 0.75rem;
}

form#awsm-application-form input[type='text'],
form#awsm-application-form input[type='email'],
form#awsm-application-form input[type='tel'],
form#awsm-application-form textarea
{
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
}

form#awsm-application-form input[type='submit']{
  cursor: pointer;
  height: 45px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(9 134 102 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h1.entry-title{
  opacity: 0;
}

input.awsm-job-search {
  flex: 1 1 0%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
}

input.awsm-job-search::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(144 194 228 / var(--tw-text-opacity));
}

input.awsm-job-search::placeholder {
  --tw-text-opacity: 1;
  color: rgb(144 194 228 / var(--tw-text-opacity));
}

input.awsm-job-search:focus {
  outline-color: #93c5fd;
}

@media (min-width: 1280px) {
  input.awsm-job-search {
    flex: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.awsm-selectric {
  flex: 1 1 0%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

.awsm-selectric:focus {
  outline-color: #93c5fd;
}

@media (min-width: 768px) {
  .awsm-selectric {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .awsm-selectric {
    width: 215px;
    flex: none;
  }
}

.awsm-selectric-scroll li, .awsm-selectric .label {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

.file\:mr-3::file-selector-button {
  margin-right: 0.75rem;
}

.file\:rounded-lg::file-selector-button {
  border-radius: 0.5rem;
}

.file\:border-\[2px\]::file-selector-button {
  border-width: 2px;
}

.file\:border-\[\#84C3B3\]::file-selector-button {
  --tw-border-opacity: 1;
  border-color: rgb(132 195 179 / var(--tw-border-opacity));
}

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

.file\:px-5::file-selector-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-\[\#26465B\]::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(38 70 91 / var(--tw-text-opacity));
}

.placeholder\:text-\[11px\]::-moz-placeholder {
  font-size: 11px;
}

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

.placeholder\:text-\[\#90C2E4\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(144 194 228 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#90C2E4\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(144 194 228 / var(--tw-text-opacity));
}

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

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[length\:100\%_3px\]:hover {
  background-size: 100% 3px;
}

.hover\:text-\[\#098666\]:hover {
  --tw-text-opacity: 1;
  color: rgb(9 134 102 / var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.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);
}

.hover\:shadow-\[\#00000026\]:hover {
  --tw-shadow-color: #00000026;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:\[animation-play-state\:paused\]:hover {
  animation-play-state: paused;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-blue-400:focus {
  outline-color: #60a5fa;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.group:hover .group-hover\:bg-\[length\:100\%_10px\] {
  background-size: 100% 10px;
}

.group:focus .group-focus\:mb-\[3\.5rem\] {
  margin-bottom: 3.5rem;
}

.group:focus .group-focus\:max-h-screen {
  max-height: 100vh;
}

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

.group:focus .group-focus\:-rotate-180 {
  --tw-rotate: -180deg;
  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));
}

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

@media (min-width: 380px) {
  .iphone\:left-1 {
    left: 0.25rem;
  }

  .iphone\:top-\[16rem\] {
    top: 16rem;
  }

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

  .iphone\:w-\[20rem\] {
    width: 20rem;
  }

  .iphone\:w-\[21rem\] {
    width: 21rem;
  }

  .iphone\:w-\[22rem\] {
    width: 22rem;
  }

  .iphone\:w-\[284\.898px\] {
    width: 284.898px;
  }

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

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

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

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

  .iphone\:max-w-\[21rem\] {
    max-width: 21rem;
  }

  .iphone\:max-w-\[22rem\] {
    max-width: 22rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:left-\[2rem\] {
    left: 2rem;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-\[2rem\] {
    right: 2rem;
  }

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

  .md\:top-44 {
    top: 11rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:top-\[18rem\] {
    top: 18rem;
  }

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

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

  .md\:my-\[2rem\] {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .md\:-mt-\[0rem\] {
    margin-top: -0rem;
  }

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

  .md\:mb-\[9rem\] {
    margin-bottom: 9rem;
  }

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

  .md\:mr-\[4rem\] {
    margin-right: 4rem;
  }

  .md\:mr-\[5\.15px\] {
    margin-right: 5.15px;
  }

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

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

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

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

  .md\:mt-\[0\.85rem\] {
    margin-top: 0.85rem;
  }

  .md\:mt-\[12\.2rem\] {
    margin-top: 12.2rem;
  }

  .md\:mt-\[13rem\] {
    margin-top: 13rem;
  }

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

  .md\:mt-\[3\.5rem\] {
    margin-top: 3.5rem;
  }

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

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

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

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

  .md\:mt-\[9\.5rem\] {
    margin-top: 9.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[12\.125rem\] {
    height: 12.125rem;
  }

  .md\:h-\[14\.5rem\] {
    height: 14.5rem;
  }

  .md\:h-\[15\.5rem\] {
    height: 15.5rem;
  }

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

  .md\:h-\[18\.5375rem\] {
    height: 18.5375rem;
  }

  .md\:h-\[18\.75rem\] {
    height: 18.75rem;
  }

  .md\:h-\[18rem\] {
    height: 18rem;
  }

  .md\:h-\[20rem\] {
    height: 20rem;
  }

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

  .md\:h-\[21rem\] {
    height: 21rem;
  }

  .md\:h-\[24rem\] {
    height: 24rem;
  }

  .md\:h-\[29\.5rem\] {
    height: 29.5rem;
  }

  .md\:h-\[41\.7875rem\] {
    height: 41.7875rem;
  }

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

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

  .md\:h-full {
    height: 100%;
  }

  .md\:h-\[33rem\] {
    height: 33rem;
  }

  .md\:max-h-\[36\.5rem\] {
    max-height: 36.5rem;
  }

  .md\:w-\[12\.8375rem\] {
    width: 12.8375rem;
  }

  .md\:w-\[13\.5125rem\] {
    width: 13.5125rem;
  }

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

  .md\:w-\[17\.5rem\] {
    width: 17.5rem;
  }

  .md\:w-\[18\.5rem\] {
    width: 18.5rem;
  }

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

  .md\:w-\[20rem\] {
    width: 20rem;
  }

  .md\:w-\[22rem\] {
    width: 22rem;
  }

  .md\:w-\[23\.5rem\] {
    width: 23.5rem;
  }

  .md\:w-\[29rem\] {
    width: 29rem;
  }

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

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

  .md\:w-\[32rem\] {
    width: 32rem;
  }

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

  .md\:w-\[42rem\] {
    width: 42rem;
  }

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

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

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

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

  .md\:max-w-\[35rem\] {
    max-width: 35rem;
  }

  .md\:max-w-\[38rem\] {
    max-width: 38rem;
  }

  .md\:max-w-\[42rem\] {
    max-width: 42rem;
  }

  .md\:max-w-\[45rem\] {
    max-width: 45rem;
  }

  .md\:max-w-\[40rem\] {
    max-width: 40rem;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

  .md\:gap-\[2\.5rem\] {
    gap: 2.5rem;
  }

  .md\:gap-\[3\.5rem\] {
    gap: 3.5rem;
  }

  .md\:gap-\[5rem\] {
    gap: 5rem;
  }

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

  .md\:gap-y-\[55px\] {
    row-gap: 55px;
  }

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

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

  .md\:rounded-br-\[23px\] {
    border-bottom-right-radius: 23px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-\[0\.75rem\] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-\[1\.2rem\] {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .md\:py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .md\:py-\[1rem\] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-\[2\.5rem\] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[3rem\] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .md\:px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-\[0\.5rem\] {
    padding-bottom: 0.5rem;
  }

  .md\:pb-\[0\.7rem\] {
    padding-bottom: 0.7rem;
  }

  .md\:pb-\[0rem\] {
    padding-bottom: 0rem;
  }

  .md\:pb-\[1rem\] {
    padding-bottom: 1rem;
  }

  .md\:pb-\[2\.8rem\] {
    padding-bottom: 2.8rem;
  }

  .md\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }

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

  .md\:pb-\[4rem\] {
    padding-bottom: 4rem;
  }

  .md\:pb-\[7\.8rem\] {
    padding-bottom: 7.8rem;
  }

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

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

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

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

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

  .md\:pt-\[0\.2rem\] {
    padding-top: 0.2rem;
  }

  .md\:pt-\[1\.2rem\] {
    padding-top: 1.2rem;
  }

  .md\:pt-\[1\.5rem\] {
    padding-top: 1.5rem;
  }

  .md\:pt-\[1\.6rem\] {
    padding-top: 1.6rem;
  }

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

  .md\:pt-\[1rem\] {
    padding-top: 1rem;
  }

  .md\:pt-\[2\.2rem\] {
    padding-top: 2.2rem;
  }

  .md\:pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }

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

  .md\:pt-\[3rem\] {
    padding-top: 3rem;
  }

  .md\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

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

  .md\:pt-\[4rem\] {
    padding-top: 4rem;
  }

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

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

  .md\:pt-\[7\.5rem\] {
    padding-top: 7.5rem;
  }

  .md\:pt-\[8\.5rem\] {
    padding-top: 8.5rem;
  }

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

  .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-\[0\.79rem\] {
    font-size: 0.79rem;
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[11\.1px\] {
    font-size: 11.1px;
  }

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

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

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

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

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }

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

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

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .md\:text-\[36\.523px\] {
    font-size: 36.523px;
  }

  .md\:text-\[3rem\] {
    font-size: 3rem;
  }

  .md\:text-\[5\.5rem\] {
    font-size: 5.5rem;
  }

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

  .md\:text-\[5rem\] {
    font-size: 5rem;
  }

  .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-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .md\:text-\[14\.5px\] {
    font-size: 14.5px;
  }

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

  .md\:\!leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-\[1\.25rem\] {
    line-height: 1.25rem;
  }

  .md\:leading-\[1\.35rem\] {
    line-height: 1.35rem;
  }

  .md\:leading-\[1\.4rem\] {
    line-height: 1.4rem;
  }

  .md\:leading-\[1\.58rem\] {
    line-height: 1.58rem;
  }

  .md\:leading-\[20px\] {
    line-height: 20px;
  }

  .md\:leading-\[22\.4px\] {
    line-height: 22.4px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[3rem\] {
    line-height: 3rem;
  }

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

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

  .md\:leading-\[60px\] {
    line-height: 60px;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

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

@media (min-width: 912px) {
  .pro\:h-full {
    height: 100%;
  }

  .pro\:max-w-\[52rem\] {
    max-width: 52rem;
  }
}

@media (min-width: 1024px) {
  .lg\:-left-10 {
    left: -2.5rem;
  }

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

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:left-\[2rem\] {
    left: 2rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-\[12\.5rem\] {
    top: 12.5rem;
  }

  .lg\:top-\[17\.5rem\] {
    top: 17.5rem;
  }

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

  .lg\:mx-\[1\.5rem\] {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-\[3rem\] {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .lg\:mb-\[9rem\] {
    margin-bottom: 9rem;
  }

  .lg\:mr-\[6rem\] {
    margin-right: 6rem;
  }

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

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

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

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

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

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

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

  .lg\:mt-\[0\.5rem\] {
    margin-top: 0.5rem;
  }

  .lg\:mt-\[1\.45rem\] {
    margin-top: 1.45rem;
  }

  .lg\:mt-\[15rem\] {
    margin-top: 15rem;
  }

  .lg\:mt-\[18rem\] {
    margin-top: 18rem;
  }

  .lg\:mt-\[3\.5rem\] {
    margin-top: 3.5rem;
  }

  .lg\:mt-\[4rem\] {
    margin-top: 4rem;
  }

  .lg\:mt-\[16\.5rem\] {
    margin-top: 16.5rem;
  }

  .lg\:mt-\[9\.5rem\] {
    margin-top: 9.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[12\.225rem\] {
    height: 12.225rem;
  }

  .lg\:h-\[19\.5rem\] {
    height: 19.5rem;
  }

  .lg\:h-\[20\.375rem\] {
    height: 20.375rem;
  }

  .lg\:h-\[21\.75rem\] {
    height: 21.75rem;
  }

  .lg\:h-\[22\.5rem\] {
    height: 22.5rem;
  }

  .lg\:h-\[23\.375rem\] {
    height: 23.375rem;
  }

  .lg\:h-\[23rem\] {
    height: 23rem;
  }

  .lg\:h-\[25\.5rem\] {
    height: 25.5rem;
  }

  .lg\:h-\[29\.5rem\] {
    height: 29.5rem;
  }

  .lg\:h-\[3\.5rem\] {
    height: 3.5rem;
  }

  .lg\:h-\[40\.5rem\] {
    height: 40.5rem;
  }

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

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

  .lg\:h-\[47\.7875rem\] {
    height: 47.7875rem;
  }

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

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-\[28\.5rem\] {
    height: 28.5rem;
  }

  .lg\:h-\[38rem\] {
    height: 38rem;
  }

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

  .lg\:w-\[14\.5rem\] {
    width: 14.5rem;
  }

  .lg\:w-\[16\.5rem\] {
    width: 16.5rem;
  }

  .lg\:w-\[17\.5375rem\] {
    width: 17.5375rem;
  }

  .lg\:w-\[17\.8125rem\] {
    width: 17.8125rem;
  }

  .lg\:w-\[17rem\] {
    width: 17rem;
  }

  .lg\:w-\[18rem\] {
    width: 18rem;
  }

  .lg\:w-\[21rem\] {
    width: 21rem;
  }

  .lg\:w-\[25\.75rem\] {
    width: 25.75rem;
  }

  .lg\:w-\[25rem\] {
    width: 25rem;
  }

  .lg\:w-\[26rem\] {
    width: 26rem;
  }

  .lg\:w-\[27\.5rem\] {
    width: 27.5rem;
  }

  .lg\:w-\[27rem\] {
    width: 27rem;
  }

  .lg\:w-\[3\.5rem\] {
    width: 3.5rem;
  }

  .lg\:w-\[35\.301px\] {
    width: 35.301px;
  }

  .lg\:w-\[35rem\] {
    width: 35rem;
  }

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

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

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

  .lg\:w-\[48rem\] {
    width: 48rem;
  }

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

  .lg\:w-\[55rem\] {
    width: 55rem;
  }

  .lg\:w-\[57rem\] {
    width: 57rem;
  }

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

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

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

  .lg\:max-w-\[45rem\] {
    max-width: 45rem;
  }

  .lg\:max-w-\[48rem\] {
    max-width: 48rem;
  }

  .lg\:max-w-\[52rem\] {
    max-width: 52rem;
  }

  .lg\:max-w-\[53rem\] {
    max-width: 53rem;
  }

  .lg\:max-w-\[57rem\] {
    max-width: 57rem;
  }

  .lg\:max-w-\[60rem\] {
    max-width: 60rem;
  }

  .lg\:max-w-\[58rem\] {
    max-width: 58rem;
  }

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-\[5rem\] {
    gap: 5rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-\[83px\] {
    row-gap: 83px;
  }

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

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

  .lg\:rounded-br-\[29px\] {
    border-bottom-right-radius: 29px;
  }

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

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

  .lg\:px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
  }

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

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

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

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

  .lg\:py-\[1\.2rem\] {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .lg\:py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-\[1\.7rem\] {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }

  .lg\:py-\[1rem\] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-\[2\.12rem\] {
    padding-top: 2.12rem;
    padding-bottom: 2.12rem;
  }

  .lg\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:py-\[3rem\] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-\[1\.2rem\] {
    padding-bottom: 1.2rem;
  }

  .lg\:pb-\[108px\] {
    padding-bottom: 108px;
  }

  .lg\:pb-\[1rem\] {
    padding-bottom: 1rem;
  }

  .lg\:pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }

  .lg\:pb-\[3\.5rem\] {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }

  .lg\:pb-\[4rem\] {
    padding-bottom: 4rem;
  }

  .lg\:pb-\[6rem\] {
    padding-bottom: 6rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-\[0\.8rem\] {
    padding-top: 0.8rem;
  }

  .lg\:pt-\[10rem\] {
    padding-top: 10rem;
  }

  .lg\:pt-\[13\.5rem\] {
    padding-top: 13.5rem;
  }

  .lg\:pt-\[18rem\] {
    padding-top: 18rem;
  }

  .lg\:pt-\[1rem\] {
    padding-top: 1rem;
  }

  .lg\:pt-\[2rem\] {
    padding-top: 2rem;
  }

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

  .lg\:pt-\[3rem\] {
    padding-top: 3rem;
  }

  .lg\:pt-\[4\.5rem\] {
    padding-top: 4.5rem;
  }

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

  .lg\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .lg\:pt-\[5\.5rem\] {
    padding-top: 5.5rem;
  }

  .lg\:pt-\[5rem\] {
    padding-top: 5rem;
  }

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

  .lg\:pt-\[7rem\] {
    padding-top: 7rem;
  }

  .lg\:pt-\[8rem\] {
    padding-top: 8rem;
  }

  .lg\:pt-\[9rem\] {
    padding-top: 9rem;
  }

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

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

  .lg\:text-\[0\.85rem\] {
    font-size: 0.85rem;
  }

  .lg\:text-\[1\.11rem\] {
    font-size: 1.11rem;
  }

  .lg\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .lg\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .lg\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .lg\:text-\[1\.38rem\] {
    font-size: 1.38rem;
  }

  .lg\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .lg\:text-\[1\.58rem\] {
    font-size: 1.58rem;
  }

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[1\.7rem\] {
    font-size: 1.7rem;
  }

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

  .lg\:text-\[14\.5px\] {
    font-size: 14.5px;
  }

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

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

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

  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

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

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

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

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-\[4\.2rem\] {
    font-size: 4.2rem;
  }

  .lg\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }

  .lg\:text-\[6\.5rem\] {
    font-size: 6.5rem;
  }

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

  .lg\:text-\[6rem\] {
    font-size: 6rem;
  }

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

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

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

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

  .lg\:text-\[17\.5px\] {
    font-size: 17.5px;
  }

  .lg\:leading-\[1\.4rem\] {
    line-height: 1.4rem;
  }

  .lg\:leading-\[1\.9rem\] {
    line-height: 1.9rem;
  }

  .lg\:leading-\[2rem\] {
    line-height: 2rem;
  }

  .lg\:leading-\[3\.85rem\] {
    line-height: 3.85rem;
  }

  .lg\:leading-\[3\.8rem\] {
    line-height: 3.8rem;
  }

  .lg\:leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:leading-\[35px\] {
    line-height: 35px;
  }

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

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

  .lg\:leading-\[5\.2rem\] {
    line-height: 5.2rem;
  }

  .lg\:leading-\[5\.8rem\] {
    line-height: 5.8rem;
  }

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1280px) {
  .xl\:-left-5 {
    left: -1.25rem;
  }

  .xl\:-right-5 {
    right: -1.25rem;
  }

  .xl\:left-\[2rem\] {
    left: 2rem;
  }

  .xl\:right-3 {
    right: 0.75rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:my-\[0rem\] {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .xl\:-mt-\[2\.5rem\] {
    margin-top: -2.5rem;
  }

  .xl\:mb-\[10rem\] {
    margin-bottom: 10rem;
  }

  .xl\:mr-\[10rem\] {
    margin-right: 10rem;
  }

  .xl\:mr-\[11px\] {
    margin-right: 11px;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

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

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

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

  .xl\:mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }

  .xl\:mt-\[20\.1rem\] {
    margin-top: 20.1rem;
  }

  .xl\:mt-\[22rem\] {
    margin-top: 22rem;
  }

  .xl\:mt-\[24rem\] {
    margin-top: 24rem;
  }

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

  .xl\:mt-\[25rem\] {
    margin-top: 25rem;
  }

  .xl\:h-\[22\.575rem\] {
    height: 22.575rem;
  }

  .xl\:h-\[26rem\] {
    height: 26rem;
  }

  .xl\:h-\[27\.375rem\] {
    height: 27.375rem;
  }

  .xl\:h-\[27rem\] {
    height: 27rem;
  }

  .xl\:h-\[28\.75rem\] {
    height: 28.75rem;
  }

  .xl\:h-\[28rem\] {
    height: 28rem;
  }

  .xl\:h-\[29\.7rem\] {
    height: 29.7rem;
  }

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

  .xl\:h-\[46rem\] {
    height: 46rem;
  }

  .xl\:h-\[48\.1875rem\] {
    height: 48.1875rem;
  }

  .xl\:h-\[48\.525rem\] {
    height: 48.525rem;
  }

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

  .xl\:h-\[38\.7rem\] {
    height: 38.7rem;
  }

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

  .xl\:w-\[17\.9375rem\] {
    width: 17.9375rem;
  }

  .xl\:w-\[22\.8125rem\] {
    width: 22.8125rem;
  }

  .xl\:w-\[25rem\] {
    width: 25rem;
  }

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

  .xl\:w-\[32\.304rem\] {
    width: 32.304rem;
  }

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

  .xl\:w-\[34\.75rem\] {
    width: 34.75rem;
  }

  .xl\:w-\[35rem\] {
    width: 35rem;
  }

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

  .xl\:w-\[39\.301px\] {
    width: 39.301px;
  }

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

  .xl\:w-\[42\.083rem\] {
    width: 42.083rem;
  }

  .xl\:w-\[55rem\] {
    width: 55rem;
  }

  .xl\:w-\[70rem\] {
    width: 70rem;
  }

  .xl\:max-w-\[55rem\] {
    max-width: 55rem;
  }

  .xl\:max-w-\[60rem\] {
    max-width: 60rem;
  }

  .xl\:max-w-\[65rem\] {
    max-width: 65rem;
  }

  .xl\:max-w-\[70rem\] {
    max-width: 70rem;
  }

  .xl\:max-w-\[73rem\] {
    max-width: 73rem;
  }

  .xl\:max-w-\[75rem\] {
    max-width: 75rem;
  }

  .xl\:max-w-\[68rem\] {
    max-width: 68rem;
  }

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

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

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

  .xl\:gap-\[8rem\] {
    gap: 8rem;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

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

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

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

  .xl\:rounded-br-\[32px\] {
    border-bottom-right-radius: 32px;
  }

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

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

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .xl\:py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-\[4rem\] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:pb-\[0rem\] {
    padding-bottom: 0rem;
  }

  .xl\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }

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

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

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

  .xl\:pt-\[11rem\] {
    padding-top: 11rem;
  }

  .xl\:pt-\[1rem\] {
    padding-top: 1rem;
  }

  .xl\:pt-\[23rem\] {
    padding-top: 23rem;
  }

  .xl\:pt-\[2rem\] {
    padding-top: 2rem;
  }

  .xl\:pt-\[3rem\] {
    padding-top: 3rem;
  }

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

  .xl\:pt-\[6rem\] {
    padding-top: 6rem;
  }

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

  .xl\:pt-\[8\.1rem\] {
    padding-top: 8.1rem;
  }

  .xl\:pt-\[9\.5rem\] {
    padding-top: 9.5rem;
  }

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[0\.8775rem\] {
    font-size: 0.8775rem;
  }

  .xl\:text-\[0\.95rem\] {
    font-size: 0.95rem;
  }

  .xl\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .xl\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .xl\:text-\[1\.38rem\] {
    font-size: 1.38rem;
  }

  .xl\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .xl\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

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

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

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

  .xl\:text-\[2rem\] {
    font-size: 2rem;
  }

  .xl\:text-\[3\.7rem\] {
    font-size: 3.7rem;
  }

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

  .xl\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }

  .xl\:text-\[6\.2rem\] {
    font-size: 6.2rem;
  }

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

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

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

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

  .xl\:leading-\[1\.75rem\] {
    line-height: 1.75rem;
  }

  .xl\:leading-\[3\.75rem\] {
    line-height: 3.75rem;
  }

  .xl\:leading-\[3\.8rem\] {
    line-height: 3.8rem;
  }

  .xl\:leading-\[32px\] {
    line-height: 32px;
  }

  .xl\:leading-\[45px\] {
    line-height: 45px;
  }

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

  .xl\:leading-\[6\.3rem\] {
    line-height: 6.3rem;
  }

  .xl\:leading-\[75px\] {
    line-height: 75px;
  }
}

@media (min-width: 1440px) {
  .mac\:-left-10 {
    left: -2.5rem;
  }

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

  .mac\:left-0 {
    left: 0px;
  }

  .mac\:right-0 {
    right: 0px;
  }

  .mac\:top-80 {
    top: 20rem;
  }

  .mac\:mb-\[15rem\] {
    margin-bottom: 15rem;
  }

  .mac\:mr-\[12px\] {
    margin-right: 12px;
  }

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

  .mac\:mt-24 {
    margin-top: 6rem;
  }

  .mac\:mt-32 {
    margin-top: 8rem;
  }

  .mac\:mt-\[23rem\] {
    margin-top: 23rem;
  }

  .mac\:mt-\[26rem\] {
    margin-top: 26rem;
  }

  .mac\:mt-\[2rem\] {
    margin-top: 2rem;
  }

  .mac\:h-\[11\.125rem\] {
    height: 11.125rem;
  }

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

  .mac\:h-\[30\.75rem\] {
    height: 30.75rem;
  }

  .mac\:h-\[30rem\] {
    height: 30rem;
  }

  .mac\:h-\[31\.7rem\] {
    height: 31.7rem;
  }

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

  .mac\:h-\[42\.7rem\] {
    height: 42.7rem;
  }

  .mac\:w-\[19\.9375rem\] {
    width: 19.9375rem;
  }

  .mac\:w-\[25\.3125rem\] {
    width: 25.3125rem;
  }

  .mac\:w-\[25rem\] {
    width: 25rem;
  }

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

  .mac\:w-\[34\.5rem\] {
    width: 34.5rem;
  }

  .mac\:w-\[35rem\] {
    width: 35rem;
  }

  .mac\:w-\[36\.75rem\] {
    width: 36.75rem;
  }

  .mac\:w-\[38\.304rem\] {
    width: 38.304rem;
  }

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

  .mac\:w-\[42rem\] {
    width: 42rem;
  }

  .mac\:w-\[45rem\] {
    width: 45rem;
  }

  .mac\:w-\[70rem\] {
    width: 70rem;
  }

  .mac\:w-\[80rem\] {
    width: 80rem;
  }

  .mac\:max-w-\[65rem\] {
    max-width: 65rem;
  }

  .mac\:max-w-\[70rem\] {
    max-width: 70rem;
  }

  .mac\:max-w-\[73rem\] {
    max-width: 73rem;
  }

  .mac\:max-w-\[75rem\] {
    max-width: 75rem;
  }

  .mac\:max-w-\[78rem\] {
    max-width: 78rem;
  }

  .mac\:max-w-\[80rem\] {
    max-width: 80rem;
  }

  .mac\:max-w-\[83rem\] {
    max-width: 83rem;
  }

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

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

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

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

  .mac\:rounded-br-\[50px\] {
    border-bottom-right-radius: 50px;
  }

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

  .mac\:py-\[2\.5rem\] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mac\:py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mac\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mac\:py-\[3rem\] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mac\:pb-\[1\.5rem\] {
    padding-bottom: 1.5rem;
  }

  .mac\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }

  .mac\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }

  .mac\:pt-\[26rem\] {
    padding-top: 26rem;
  }

  .mac\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .mac\:pt-\[6rem\] {
    padding-top: 6rem;
  }

  .mac\:pt-\[7rem\] {
    padding-top: 7rem;
  }

  .mac\:pt-\[8rem\] {
    padding-top: 8rem;
  }

  .mac\:pt-\[9rem\] {
    padding-top: 9rem;
  }

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

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

  .mac\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .mac\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .mac\:text-\[1\.15rem\] {
    font-size: 1.15rem;
  }

  .mac\:text-\[1\.215rem\] {
    font-size: 1.215rem;
  }

  .mac\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .mac\:text-\[1\.38rem\] {
    font-size: 1.38rem;
  }

  .mac\:text-\[2\.23rem\] {
    font-size: 2.23rem;
  }

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

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

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

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

  .mac\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

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

  .mac\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }

  .mac\:text-\[4rem\] {
    font-size: 4rem;
  }

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

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

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

  .mac\:leading-\[1\.8rem\] {
    line-height: 1.8rem;
  }

  .mac\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-\[60rem\] {
    width: 60rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:from-purple-800 {
    --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .dark\:to-purple-900 {
    --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }

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

.\[\&_img\]\:max-w-none img {
  max-width: none;
}

.\[\&_li\]\:mx-8 li {
  margin-left: 2rem;
  margin-right: 2rem;
}
