/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #EFE6DF;
    --spacing: 0.25rem;
    --container-7xl: 120rem;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --tracking-normal: 0em;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-pink: #FF3688;
    --text-body: 1.35rem;
    --leading-body: 1.75rem;
  }
}
@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;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[725px\] {
    top: 725px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-9 {
    bottom: calc(var(--spacing) * 9);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-100 {
    z-index: 100;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[37px\] {
    margin-top: 37px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[18\.6px\] {
    margin-bottom: 18.6px;
  }
  .mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mb-\[88px\] {
    margin-bottom: 88px;
  }
  .mb-\[94px\] {
    margin-bottom: 94px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .\!h-\[28px\] {
    height: 28px !important;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[50px\] {
    max-height: 50px;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[28px\] {
    width: 28px !important;
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-4\/12 {
    width: calc(4/12 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[13vw\] {
    width: 13vw;
  }
  .w-\[30\.26vw\] {
    width: 30.26vw;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[332px\] {
    width: 332px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[110px\] {
    max-width: 110px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[233px\] {
    max-width: 233px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[486px\] {
    max-width: 486px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[1010px\] {
    max-width: 1010px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1230px\] {
    max-width: 1230px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .min-w-\[70px\] {
    min-width: 70px;
  }
  .min-w-\[127px\] {
    min-width: 127px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-\[rotate\(45deg\)\] {
    transform: rotate(45deg);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[5\%\] {
    gap: 5%;
  }
  .gap-\[47px\] {
    gap: 47px;
  }
  .gap-x-\[60px\] {
    column-gap: 60px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-pink {
    border-color: var(--color-pink);
  }
  .bg-\[\#000000cf\] {
    background-color: #000000cf;
  }
  .bg-\[rgba\(255\,54\,136\,0\.43\)\] {
    background-color: rgba(255,54,136,0.43);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-pink {
    background-color: var(--color-pink);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[36px\] {
    padding-inline: 36px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[41px\] {
    padding-top: 41px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[130px\] {
    padding-top: 130px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-\[78px\] {
    padding-bottom: 78px;
  }
  .pb-\[90px\] {
    padding-bottom: 90px;
  }
  .pb-\[140px\] {
    padding-bottom: 140px;
  }
  .pb-\[160px\] {
    padding-bottom: 160px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-body {
    font-size: var(--text-body);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[29\.08px\] {
    --tw-leading: 29.08px;
    line-height: 29.08px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[56\.29px\] {
    --tw-leading: 56.29px;
    line-height: 56.29px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-pink {
    color: var(--color-pink);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:bg-pink {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-pink);
      }
    }
  }
  .group-hover\:bg-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-pink {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-pink);
      }
    }
  }
  .hover\:text-pink {
    &:hover {
      @media (hover: hover) {
        color: var(--color-pink);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .sm\:max-w-\[145px\] {
    @media (width >= 40rem) {
      max-width: 145px;
    }
  }
  .sm\:max-w-\[260px\] {
    @media (width >= 40rem) {
      max-width: 260px;
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:top-auto {
    @media (width >= 48rem) {
      top: auto;
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[120px\] {
    @media (width >= 48rem) {
      margin-top: 120px;
    }
  }
  .md\:mb-24 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:mb-\[58px\] {
    @media (width >= 48rem) {
      margin-bottom: 58px;
    }
  }
  .md\:mb-\[77px\] {
    @media (width >= 48rem) {
      margin-bottom: 77px;
    }
  }
  .md\:mb-\[90px\] {
    @media (width >= 48rem) {
      margin-bottom: 90px;
    }
  }
  .md\:mb-\[130px\] {
    @media (width >= 48rem) {
      margin-bottom: 130px;
    }
  }
  .md\:mb-\[180px\] {
    @media (width >= 48rem) {
      margin-bottom: 180px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:max-h-\[155px\] {
    @media (width >= 48rem) {
      max-height: 155px;
    }
  }
  .md\:w-3\/12 {
    @media (width >= 48rem) {
      width: calc(3/12 * 100%);
    }
  }
  .md\:w-4\/12 {
    @media (width >= 48rem) {
      width: calc(4/12 * 100%);
    }
  }
  .md\:w-\[calc\(50\%-2\.34375vw\)\] {
    @media (width >= 48rem) {
      width: calc(50% - 2.34375vw);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[325px\] {
    @media (width >= 48rem) {
      max-width: 325px;
    }
  }
  .md\:max-w-\[550px\] {
    @media (width >= 48rem) {
      max-width: 550px;
    }
  }
  .md\:translate-x-0 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:items-stretch {
    @media (width >= 48rem) {
      align-items: stretch;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-x-\[4\.6875vw\] {
    @media (width >= 48rem) {
      column-gap: 4.6875vw;
    }
  }
  .md\:gap-x-\[60px\] {
    @media (width >= 48rem) {
      column-gap: 60px;
    }
  }
  .md\:gap-y-\[60px\] {
    @media (width >= 48rem) {
      row-gap: 60px;
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-10 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-\[140px\] {
    @media (width >= 48rem) {
      padding-top: 140px;
    }
  }
  .md\:pt-\[160px\] {
    @media (width >= 48rem) {
      padding-top: 160px;
    }
  }
  .md\:pt-\[180px\] {
    @media (width >= 48rem) {
      padding-top: 180px;
    }
  }
  .md\:pt-\[300px\] {
    @media (width >= 48rem) {
      padding-top: 300px;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[120px\] {
    @media (width >= 48rem) {
      padding-bottom: 120px;
    }
  }
  .md\:pb-\[256px\] {
    @media (width >= 48rem) {
      padding-bottom: 256px;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[39\.17px\] {
    @media (width >= 48rem) {
      font-size: 39.17px;
    }
  }
  .md\:text-\[56px\] {
    @media (width >= 48rem) {
      font-size: 56px;
    }
  }
  .md\:text-\[60px\] {
    @media (width >= 48rem) {
      font-size: 60px;
    }
  }
  .md\:leading-\[1\] {
    @media (width >= 48rem) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .md\:leading-\[32px\] {
    @media (width >= 48rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .md\:leading-\[36\.3px\] {
    @media (width >= 48rem) {
      --tw-leading: 36.3px;
      line-height: 36.3px;
    }
  }
  .xl\:text-\[90px\] {
    @media (width >= 80rem) {
      font-size: 90px;
    }
  }
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/RobotoCondensed-Medium.woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/RobotoCondensed-Regular.woff');
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0%;
  font-weight: 500;
}
.container {
  margin-inline: auto;
  max-width: var(--container-7xl);
  padding-inline: calc(var(--spacing) * 4);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@layer utilities {
  .text-body {
    font-size: var(--text-body);
    line-height: var(--leading-body);
  }
}
.header {
  background-color: transparent;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.header-hidden {
  transform: translateY(-100%);
}
.header-solid {
  background-color: var(--color-black);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.arrow-filled {
  mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="12" viewBox="0 0 24 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2889 10.1571L5.63186 4.50006L7.04586 3.08606L11.9959 8.03606L16.9459 3.08606L18.3599 4.50006L12.7029 10.1571C12.5153 10.3445 12.261 10.4498 11.9959 10.4498C11.7307 10.4498 11.4764 10.3445 11.2889 10.1571Z" fill="currentColor"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="12" viewBox="0 0 24 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.2889 10.1571L5.63186 4.50006L7.04586 3.08606L11.9959 8.03606L16.9459 3.08606L18.3599 4.50006L12.7029 10.1571C12.5153 10.3445 12.261 10.4498 11.9959 10.4498C11.7307 10.4498 11.4764 10.3445 11.2889 10.1571Z" fill="currentColor"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 1.5rem;
  height: 0.75rem;
}
.heart-filled {
  mask-image: url('data:image/svg+xml;utf8,<svg width="42" height="39" viewBox="0 0 42 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.5347 38.8971L3.82659 22.2371C1.35184 19.7695 -0.00712437 16.496 2.80901e-05 13.0156C2.80901e-05 9.53529 1.36615 6.2689 3.83375 3.81554C6.2942 1.36218 9.57003 0.00713066 13.0676 0.00713066C15.7784 0.00713066 18.3676 0.827295 20.5419 2.33925C22.7234 0.820163 25.3054 0 28.0091 0C31.4995 0 34.7753 1.35505 37.2429 3.81554C39.7105 6.26177 41.0695 9.53529 41.0695 13.0228C41.0695 16.5102 39.7105 19.7766 37.2429 22.2371L20.5419 38.8971H20.5347ZM13.0604 7.8593C11.6728 7.8593 10.3711 8.39419 9.39121 9.37126C8.40417 10.3483 7.86774 11.6463 7.86774 13.0299C7.86774 14.4135 8.41132 15.7186 9.39121 16.6957L20.5347 27.8071L31.6711 16.6957C32.651 15.7186 33.1946 14.4135 33.1946 13.0299C33.1946 11.6463 32.6582 10.3483 31.6783 9.37839C30.6912 8.3942 29.3895 7.8593 28.0019 7.8593C26.6143 7.8593 25.3126 8.39419 24.3327 9.37126L20.5419 13.1725L16.7296 9.37126C15.7498 8.39419 14.448 7.8593 13.0604 7.8593Z" fill="currentColor"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="42" height="39" viewBox="0 0 42 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.5347 38.8971L3.82659 22.2371C1.35184 19.7695 -0.00712437 16.496 2.80901e-05 13.0156C2.80901e-05 9.53529 1.36615 6.2689 3.83375 3.81554C6.2942 1.36218 9.57003 0.00713066 13.0676 0.00713066C15.7784 0.00713066 18.3676 0.827295 20.5419 2.33925C22.7234 0.820163 25.3054 0 28.0091 0C31.4995 0 34.7753 1.35505 37.2429 3.81554C39.7105 6.26177 41.0695 9.53529 41.0695 13.0228C41.0695 16.5102 39.7105 19.7766 37.2429 22.2371L20.5419 38.8971H20.5347ZM13.0604 7.8593C11.6728 7.8593 10.3711 8.39419 9.39121 9.37126C8.40417 10.3483 7.86774 11.6463 7.86774 13.0299C7.86774 14.4135 8.41132 15.7186 9.39121 16.6957L20.5347 27.8071L31.6711 16.6957C32.651 15.7186 33.1946 14.4135 33.1946 13.0299C33.1946 11.6463 32.6582 10.3483 31.6783 9.37839C30.6912 8.3942 29.3895 7.8593 28.0019 7.8593C26.6143 7.8593 25.3126 8.39419 24.3327 9.37126L20.5419 13.1725L16.7296 9.37126C15.7498 8.39419 14.448 7.8593 13.0604 7.8593Z" fill="currentColor"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 2.5625rem;
  height: 2.375rem;
}
.pill-image {
  width: clamp(80px, 7.24vw, 139px);
  aspect-ratio: 139/205;
  height: auto;
  border-radius: 200px;
  overflow: hidden;
  background-color: var(--color-pink);
  max-width: 139px;
  max-height: 205px;
}
.card {
  height: auto;
  border-radius: 25px;
  position: relative;
  padding-left: clamp(26px, 5vw, 80px);
  padding-right: clamp(26px, 5vw, 80px);
  padding-bottom: 73px;
  padding-top: clamp(138px, 10.15vw, 303px);
  max-width: 530px;
  min-width: 200px;
  flex: 1;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 24px 64px rgba(0, 0, 0, 0.25));
}
.card .card-title {
  text-transform: uppercase;
  font-size: clamp(40px, 5vw, 68px);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }
  .card .card-title {
    font-size: 62px;
    align-self: self-start;
    margin-bottom: 10px;
  }
  .card .card-text {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }
}
.card .card-bg {
  border-radius: 25px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card .card-bg .card-video {
  border-radius: 25px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card .card-bg .video-overlay {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.card .card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card .card-content .card-icon {
  margin-bottom: 80px;
}
.form-input {
  background-color: transparent;
  border-bottom: 1px solid #4b5563;
  color: #ffffff;
  font-size: 36px;
  padding: 20px 10px 10px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset;
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
}
.form-input:focus {
  border-color: #ec4899;
  outline: none;
}
.form-input::placeholder {
  color: #6b7280;
}
.form-check {
  display: block;
}
.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check label {
  position: relative;
  cursor: pointer;
  font-size: 22px;
}
.form-check label:before {
  content: '';
  background-color: transparent;
  border: 1px solid var(--color-pink);
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-check input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--color-pink);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .form-input {
    font-size: 24px;
    padding: 15px 7px 7px;
  }
  .form-check label {
    font-size: 16px;
  }
}
.big-title {
  font-size: clamp(80px, 8.3vw, 145px);
  font-weight: 500;
  line-height: 0.9;
}
.responsive-title {
  font-size: clamp(80px, 8.3vw, 145px);
  font-weight: 500;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .responsive-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
  }
}
.line-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  background-color: var(--color-pink);
  width: 2px;
  height: clamp(80px, 20vw, 233px);
}
.line-circle::after, .line-circle::before {
  content: "";
  width: 21px;
  height: 21px;
  background-color: var(--color-pink);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}
.line-circle::after {
  top: 0;
}
.line-circle::before {
  bottom: 0;
}
@media (max-width: 768px) {
  .line-circle {
    height: 80px;
    width: 1px;
  }
  .line-circle::after, .line-circle::before {
    content: "";
    width: 8px;
    height: 8px;
  }
}
.slider-card {
  display: flex;
  gap: 30px;
}
.slider-card-logo {
  width: clamp(100px, 9vw, 165px);
}
.slider-card-content h3 {
  text-transform: uppercase;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .slider-card {
    flex-direction: column;
    align-items: start;
    padding: 20px 8px;
  }
  .slider-card-logo {
    width: 38px;
  }
  .slider-card-content h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .slider-card-content p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
  }
}
#menu-list {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
#menu-list.shown {
  transform: translateX(0%);
  transition: transform 0.3s ease-in-out;
}
@media (width :384px) {
  .text-animated-container {
    padding-inline: 15px;
  }
}
@media (width :382px) {
  .text-animated-container {
    padding-inline: 14px;
  }
}
@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-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;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-duration {
  syntax: "*";
  inherits: false;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-duration: initial;
    }
  }
}
