/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #5ED1BF;
    --color-primary-100: #81CBBF;
    --font-manrope-bold: "Manrope-Bold", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[5\%\] {
    top: 5%;
  }
  .top-\[25\%\] {
    top: 25%;
  }
  .top-\[82\%\] {
    top: 82%;
  }
  .-right-\[5\%\] {
    right: calc(5% * -1);
  }
  .-right-\[6\%\] {
    right: calc(6% * -1);
  }
  .-right-\[7\%\] {
    right: calc(7% * -1);
  }
  .-right-\[10\%\] {
    right: calc(10% * -1);
  }
  .right-\[32\%\] {
    right: 32%;
  }
  .right-\[65\%\] {
    right: 65%;
  }
  .-bottom-\[2\%\] {
    bottom: calc(2% * -1);
  }
  .-bottom-\[5\%\] {
    bottom: calc(5% * -1);
  }
  .-bottom-\[7\%\] {
    bottom: calc(7% * -1);
  }
  .-bottom-\[10\%\] {
    bottom: calc(10% * -1);
  }
  .-bottom-\[15\%\] {
    bottom: calc(15% * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .z-60 {
    z-index: 60;
  }
  .z-200 {
    z-index: 200;
  }
  .z-201 {
    z-index: 201;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[82\%\] {
    height: 82%;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[182px\] {
    height: 182px;
  }
  .h-\[265px\] {
    height: 265px;
  }
  .h-\[297px\] {
    height: 297px;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[30px\] {
    max-height: 30px;
  }
  .max-h-\[260px\] {
    max-height: 260px;
  }
  .max-h-\[265px\] {
    max-height: 265px;
  }
  .max-h-\[470px\] {
    max-height: 470px;
  }
  .min-h-\[48vh\] {
    min-height: 48vh;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[252px\] {
    min-height: 252px;
  }
  .min-h-\[370px\] {
    min-height: 370px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[252px\] {
    width: 252px;
  }
  .w-\[389px\] {
    width: 389px;
  }
  .w-\[464px\] {
    width: 464px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[504px\] {
    width: 504px;
  }
  .w-dvw {
    width: 100dvw;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[30px\] {
    max-width: 30px;
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[207px\] {
    max-width: 207px;
  }
  .max-w-\[225px\] {
    max-width: 225px;
  }
  .max-w-\[244px\] {
    max-width: 244px;
  }
  .max-w-\[248px\] {
    max-width: 248px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[410px\] {
    max-width: 410px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[464px\] {
    max-width: 464px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[504px\] {
    max-width: 504px;
  }
  .max-w-\[654px\] {
    max-width: 654px;
  }
  .max-w-\[905px\] {
    max-width: 905px;
  }
  .max-w-\[1050px\] {
    max-width: 1050px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[196px\] {
    min-width: 196px;
  }
  .min-w-\[380px\] {
    min-width: 380px;
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-x-2\/3 {
    --tw-translate-x: calc(calc(2 / 3 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-2\/3 {
    --tw-translate-x: calc(2 / 3 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-5 {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-15 {
    --tw-translate-x: calc(var(--spacing) * 15);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-18 {
    gap: calc(var(--spacing) * 18);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-4xl {
    border-top-left-radius: var(--radius-4xl);
    border-top-right-radius: var(--radius-4xl);
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[\#5ED1BF\] {
    border-color: #5ED1BF;
  }
  .bg-\[\#5ED1BF\] {
    background-color: #5ED1BF;
  }
  .bg-\[\#F8F5FA\] {
    background-color: #F8F5FA;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[linear-gradient\(30deg\,\#36A79A\,\#5ED1BF\,\#9AF2E4\)\] {
    background-image: linear-gradient(30deg,#36A79A,#5ED1BF,#9AF2E4);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-black {
    fill: var(--color-black);
  }
  .stroke-black {
    stroke: var(--color-black);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-13 {
    padding-inline: calc(var(--spacing) * 13);
  }
  .px-25 {
    padding-inline: calc(var(--spacing) * 25);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[39px\] {
    padding-block: 39px;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pr-9 {
    padding-right: calc(var(--spacing) * 9);
  }
  .pr-\[100px\] {
    padding-right: 100px;
  }
  .pr-\[110px\] {
    padding-right: 110px;
  }
  .pr-\[118px\] {
    padding-right: 118px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-manrope-bold {
    font-family: var(--font-manrope-bold);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-12 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(var(--spacing) * 12);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#4F3F7E\] {
    color: #4F3F7E;
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .marker\:text-black {
    & *::marker {
      color: var(--color-black);
    }
    &::marker {
      color: var(--color-black);
    }
    & *::-webkit-details-marker {
      color: var(--color-black);
    }
    &::-webkit-details-marker {
      color: var(--color-black);
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-primary-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-100);
      }
    }
  }
  .hover\:fill-primary {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-primary);
      }
    }
  }
  .hover\:stroke-primary {
    &:hover {
      @media (hover: hover) {
        stroke: var(--color-primary);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .max-\[1030px\]\:max-w-\[500px\] {
    @media (width < 1030px) {
      max-width: 500px;
    }
  }
  .max-\[1030px\]\:flex-col {
    @media (width < 1030px) {
      flex-direction: column;
    }
  }
  .max-\[1030px\]\:flex-wrap {
    @media (width < 1030px) {
      flex-wrap: wrap;
    }
  }
  .max-\[1030px\]\:items-center {
    @media (width < 1030px) {
      align-items: center;
    }
  }
  .max-\[1030px\]\:justify-center {
    @media (width < 1030px) {
      justify-content: center;
    }
  }
  .max-\[1030px\]\:gap-3 {
    @media (width < 1030px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .max-\[1030px\]\:gap-6 {
    @media (width < 1030px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-\[1030px\]\:gap-9 {
    @media (width < 1030px) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .max-\[1030px\]\:text-center {
    @media (width < 1030px) {
      text-align: center;
    }
  }
  .max-\[981px\]\:hidden {
    @media (width < 981px) {
      display: none;
    }
  }
  .max-\[981px\]\:flex-col {
    @media (width < 981px) {
      flex-direction: column;
    }
  }
  .max-\[981px\]\:items-center {
    @media (width < 981px) {
      align-items: center;
    }
  }
  .max-\[981px\]\:justify-center {
    @media (width < 981px) {
      justify-content: center;
    }
  }
  .max-\[981px\]\:text-center {
    @media (width < 981px) {
      text-align: center;
    }
  }
  .max-\[890px\]\:right-0 {
    @media (width < 890px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .max-\[890px\]\:w-full {
    @media (width < 890px) {
      width: 100%;
    }
  }
  .max-\[890px\]\:flex-col {
    @media (width < 890px) {
      flex-direction: column;
    }
  }
  .max-\[890px\]\:flex-wrap {
    @media (width < 890px) {
      flex-wrap: wrap;
    }
  }
  .max-\[890px\]\:items-center {
    @media (width < 890px) {
      align-items: center;
    }
  }
  .max-\[890px\]\:justify-center {
    @media (width < 890px) {
      justify-content: center;
    }
  }
  .max-\[890px\]\:gap-4 {
    @media (width < 890px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-\[890px\]\:gap-6 {
    @media (width < 890px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-\[890px\]\:pt-6 {
    @media (width < 890px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .max-\[890px\]\:text-center {
    @media (width < 890px) {
      text-align: center;
    }
  }
  .max-\[580px\]\:flex-wrap {
    @media (width < 580px) {
      flex-wrap: wrap;
    }
  }
  .max-\[580px\]\:justify-center {
    @media (width < 580px) {
      justify-content: center;
    }
  }
  .max-\[570px\]\:hidden {
    @media (width < 570px) {
      display: none;
    }
  }
  .max-\[570px\]\:-translate-x-3 {
    @media (width < 570px) {
      --tw-translate-x: calc(var(--spacing) * -3);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-\[550px\]\:max-w-\[500px\] {
    @media (width < 550px) {
      max-width: 500px;
    }
  }
  .max-\[550px\]\:flex-col {
    @media (width < 550px) {
      flex-direction: column;
    }
  }
  .max-\[440px\]\:h-\[160px\] {
    @media (width < 440px) {
      height: 160px;
    }
  }
  .max-\[440px\]\:w-\[280px\] {
    @media (width < 440px) {
      width: 280px;
    }
  }
  .max-\[440px\]\:flex-wrap {
    @media (width < 440px) {
      flex-wrap: wrap;
    }
  }
  .max-\[377px\]\:translate-x-2 {
    @media (width < 377px) {
      --tw-translate-x: calc(var(--spacing) * 2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-\[377px\]\:translate-x-8 {
    @media (width < 377px) {
      --tw-translate-x: calc(var(--spacing) * 8);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-\[377px\]\:text-sm {
    @media (width < 377px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-lg\:max-w-\[504px\] {
    @media (width < 64rem) {
      max-width: 504px;
    }
  }
  .max-lg\:text-center {
    @media (width < 64rem) {
      text-align: center;
    }
  }
  .max-md\:mb-24 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:-translate-x-1\/3 {
    @media (width < 48rem) {
      --tw-translate-x: calc(calc(1 / 3 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-md\:flex-wrap {
    @media (width < 48rem) {
      flex-wrap: wrap;
    }
  }
  .max-md\:flex-wrap-reverse {
    @media (width < 48rem) {
      flex-wrap: wrap-reverse;
    }
  }
  .max-md\:items-center {
    @media (width < 48rem) {
      align-items: center;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:px-3 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .min-\[570px\]\:-translate-x-10 {
    @media (width >= 570px) {
      --tw-translate-x: calc(var(--spacing) * -10);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .min-\[890px\]\:w-1\/2 {
    @media (width >= 890px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .min-\[890px\]\:justify-end {
    @media (width >= 890px) {
      justify-content: flex-end;
    }
  }
  .min-\[981px\]\:justify-between {
    @media (width >= 981px) {
      justify-content: space-between;
    }
  }
  .min-\[1030px\]\:absolute {
    @media (width >= 1030px) {
      position: absolute;
    }
  }
  .min-\[1030px\]\:left-\[45\%\] {
    @media (width >= 1030px) {
      left: 45%;
    }
  }
  .min-\[1030px\]\:left-\[50\%\] {
    @media (width >= 1030px) {
      left: 50%;
    }
  }
  .min-\[1030px\]\:mt-8 {
    @media (width >= 1030px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .min-\[1030px\]\:w-\[48\%\] {
    @media (width >= 1030px) {
      width: 48%;
    }
  }
  .min-\[1030px\]\:w-\[50\%\] {
    @media (width >= 1030px) {
      width: 50%;
    }
  }
  .min-\[1030px\]\:w-\[60\%\] {
    @media (width >= 1030px) {
      width: 60%;
    }
  }
  .min-\[1030px\]\:gap-2 {
    @media (width >= 1030px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .min-md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .min-md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .min-md\:max-w-\[60\%\] {
    @media (width >= 48rem) {
      max-width: 60%;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .min-md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .min-lg\:w-\[37\%\] {
    @media (width >= 64rem) {
      width: 37%;
    }
  }
  .min-lg\:w-\[45\%\] {
    @media (width >= 64rem) {
      width: 45%;
    }
  }
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
