/*! tailwindcss v4.3.0 | 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;
    --spacing: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --aspect-video: 16 / 9;
    --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);
  }
}
@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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[11px\] {
    top: 11px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[16px\] {
    left: 16px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-2\] {
    z-index: -2;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 575px) {
      max-width: 575px;
    }
    @media (width >= 767px) {
      max-width: 767px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @media (width >= 1700px) {
      max-width: 1700px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-\[-12px\] {
    margin-inline-start: -12px;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[-22px\] {
    margin-top: -22px;
  }
  .mt-\[-31px\] {
    margin-top: -31px;
  }
  .mt-\[-400px\] {
    margin-top: -400px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[19px\] {
    margin-top: 19px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mb-\[11px\] {
    margin-bottom: 11px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[42px\] {
    margin-bottom: 42px;
  }
  .mb-\[58px\] {
    margin-bottom: 58px;
  }
  .mb-\[103px\] {
    margin-bottom: 103px;
  }
  .mb-\[122px\] {
    margin-bottom: 122px;
  }
  .mb-\[131px\] {
    margin-bottom: 131px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[374px\] {
    height: 374px;
  }
  .h-\[386px\] {
    height: 386px;
  }
  .h-full {
    height: 100%;
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[26\%\] {
    width: 26%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[106px\] {
    width: 106px;
  }
  .w-\[215px\] {
    width: 215px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[504px\] {
    max-width: 504px;
  }
  .max-w-\[513px\] {
    max-width: 513px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-marquee {
    animation: marquee 30s linear infinite;
  }
  .scroll-pt-\[120px\] {
    scroll-padding-top: 120px;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[47px\] {
    gap: 47px;
  }
  .gap-\[82px\] {
    gap: 82px;
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[41px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(41px * var(--tw-space-x-reverse));
      margin-inline-end: calc(41px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-b-\[30px\] {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-border_gray {
    border-color: #D4D4D4;
  }
  .border-white\/10 {
    border-color: color-mix(in oklab, #ffffff 10%, transparent);
  }
  .border-white\/30 {
    border-color: color-mix(in oklab, #ffffff 30%, transparent);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-dark_green {
    background-color: #1F3212;
  }
  .bg-light_white {
    background-color: #FFFFFF33;
  }
  .bg-primary {
    background-color: #1E1E1E;
  }
  .bg-white {
    background-color: #ffffff;
  }
  .bg-white\/20 {
    background-color: color-mix(in oklab, #ffffff 20%, transparent);
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\.\/images\/noise\.webp\'\)\] {
    background-image: url('../images/noise.webp');
  }
  .bg-\[url\(\'\.\.\/images\/noise1\.webp\'\)\] {
    background-image: url('../images/noise1.webp');
  }
  .bg-\[url\(\'\.\.\/images\/noise2\.webp\'\)\] {
    background-image: url('../images/noise2.webp');
  }
  .bg-\[url\(\'\.\.\/images\/noise3\.webp\'\)\] {
    background-image: url('../images/noise3.webp');
  }
  .bg-linear-grd {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .bg-linear-grd2 {
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .from-black\/70 {
    --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, 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));
  }
  .via-black\/15 {
    --tw-gradient-via: color-mix(in srgb, #000 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 15%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .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));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[64px\] {
    padding-inline: 64px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .ps-\[40px\] {
    padding-inline-start: 40px;
  }
  .ps-\[47px\] {
    padding-inline-start: 47px;
  }
  .pe-\[46px\] {
    padding-inline-end: 46px;
  }
  .pt-\[29px\] {
    padding-top: 29px;
  }
  .pt-\[44px\] {
    padding-top: 44px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pt-\[102px\] {
    padding-top: 102px;
  }
  .pt-\[112px\] {
    padding-top: 112px;
  }
  .pt-\[270px\] {
    padding-top: 270px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[150px\] {
    padding-bottom: 150px;
  }
  .pl-\[42px\] {
    padding-left: 42px;
  }
  .text-center {
    text-align: center;
  }
  .font-lato_bold {
    font-family: Lato Bold, sans-serif;
  }
  .font-lato_regular {
    font-family: Lato Regular, sans-serif;
  }
  .font-prata {
    font-family: Prata, serif;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-f16 {
    font-size: 16px;
  }
  .text-f18 {
    font-size: 18px;
  }
  .text-f38 {
    font-size: 38px;
  }
  .text-f40 {
    font-size: 40px;
  }
  .text-f48 {
    font-size: 48px;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.334\] {
    --tw-leading: 1.334;
    line-height: 1.334;
  }
  .leading-\[1\.2632\] {
    --tw-leading: 1.2632;
    line-height: 1.2632;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .tracking-\[0\.03em\] {
    --tw-tracking: 0.03em;
    letter-spacing: 0.03em;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-dark_green {
    color: #1F3212;
  }
  .text-primary {
    color: #1E1E1E;
  }
  .text-secondary {
    color: #FAF6EF;
  }
  .text-white {
    color: #ffffff;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, 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, 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-all {
    transition-property: all;
    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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:scale-\[1\.05\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #1E1E1E;
      }
    }
  }
  .placeholder\:text-primary {
    &::placeholder {
      color: #1E1E1E;
    }
  }
  .hover\:scale-\[1\.08\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.08;
      }
    }
  }
  .hover\:bg-gray2 {
    &:hover {
      @media (hover: hover) {
        background-color: #3D3D3D;
      }
    }
  }
  .md\:mt-0 {
    @media (width >= 767px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:h-\[84px\] {
    @media (width >= 767px) {
      height: 84px;
    }
  }
  .md\:h-\[520px\] {
    @media (width >= 767px) {
      height: 520px;
    }
  }
  .md\:w-\[84px\] {
    @media (width >= 767px) {
      width: 84px;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 767px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:text-f38 {
    @media (width >= 767px) {
      font-size: 38px;
    }
  }
  .lg\:relative {
    @media (width >= 1024px) {
      position: relative;
    }
  }
  .lg\:mt-\[150px\] {
    @media (width >= 1024px) {
      margin-top: 150px;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:h-\[837px\] {
    @media (width >= 1024px) {
      height: 837px;
    }
  }
  .lg\:w-\[26\%\] {
    @media (width >= 1024px) {
      width: 26%;
    }
  }
  .lg\:max-w-\[200px\] {
    @media (width >= 1024px) {
      max-width: 200px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 1024px) {
      padding: 50px;
    }
  }
  .lg\:px-4 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:ps-\[0\] {
    @media (width >= 1024px) {
      padding-inline-start: 0;
    }
  }
  .lg\:pe-0 {
    @media (width >= 1024px) {
      padding-inline-end: calc(var(--spacing) * 0);
    }
  }
  .lg\:pe-\[0\] {
    @media (width >= 1024px) {
      padding-inline-end: 0;
    }
  }
  .lg\:pt-\[32px\] {
    @media (width >= 1024px) {
      padding-top: 32px;
    }
  }
  .lg\:pt-\[145px\] {
    @media (width >= 1024px) {
      padding-top: 145px;
    }
  }
  .lg\:text-f16 {
    @media (width >= 1024px) {
      font-size: 16px;
    }
  }
  .lg\:text-f58 {
    @media (width >= 1024px) {
      font-size: 58px;
    }
  }
  .lg\:text-f62 {
    @media (width >= 1024px) {
      font-size: 62px;
    }
  }
  .lg\:leading-\[0\.8\] {
    @media (width >= 1024px) {
      --tw-leading: 0.8;
      line-height: 0.8;
    }
  }
  .xl\:max-w-\[120px\] {
    @media (width >= 1400px) {
      max-width: 120px;
    }
  }
  .xl\:text-f72 {
    @media (width >= 1400px) {
      font-size: 72px;
    }
  }
  .\32 xl\:max-w-\[142px\] {
    @media (width >= 1700px) {
      max-width: 142px;
    }
  }
  .\32 xl\:max-w-\[1078px\] {
    @media (width >= 1700px) {
      max-width: 1078px;
    }
  }
  .\32 xl\:justify-between {
    @media (width >= 1700px) {
      justify-content: space-between;
    }
  }
  .\32 xl\:space-x-\[40px\] {
    @media (width >= 1700px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(40px * var(--tw-space-x-reverse));
        margin-inline-end: calc(40px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .\32 xl\:pt-\[310px\] {
    @media (width >= 1700px) {
      padding-top: 310px;
    }
  }
  .\32 xl\:text-f18 {
    @media (width >= 1700px) {
      font-size: 18px;
    }
  }
  .\32 xl\:text-f20 {
    @media (width >= 1700px) {
      font-size: 20px;
    }
  }
  .\32 xl\:text-f90 {
    @media (width >= 1700px) {
      font-size: 90px;
    }
  }
  .\32 xl\:text-f120 {
    @media (width >= 1700px) {
      font-size: 120px;
    }
  }
}
@layer base {
  body {
    font-family: 'Lato Regular', sans-serif;
  }
  a {
    display: inline-block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Prata', serif;
    letter-spacing: 0.03em;
  }
}
@font-face {
  font-family: 'Prata';
  src: url("../fonts/Prata-Regular.woff2") format('woff2'),
    url("../fonts/Prata-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Bold';
  src: url("../fonts/Lato-Bold.woff2") format('woff2'),
    url("../fonts/Lato-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Regular';
  src: url("../fonts/Lato-Regular.woff2") format('woff2'),
    url("../fonts/Lato-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.site_container {
  max-width: 1488px;
  margin: 0 auto;
}
.review_swiper .swiper-slide {
  backdrop-filter: blur(5px);
}
div#menuSlides {
  width: 100% !important;
}
#mobileMenuBtn.active {
  background: #d33538;
}
#mobileMenuBtn path {
  transform-origin: center;
  transition: 0.2s linear;
}
#mobileMenuBtn.active path {
  stroke: #fff;
}
#mobileMenuBtn.active path:first-child {
  transform: rotate(-45deg);
}
#mobileMenuBtn.active path:nth-child(2) {
  transform: rotate(45deg) translate(19px, -3px);
}
#mobileMenuBtn path:nth-child(2) {
  transform-origin: top;
}
#mobileMenuBtn.active path:nth-child(3) {
  transform: rotate(45deg) translate(0px, -5px);
}
.menu-slide .slide_bg {
  transform: scale(0);
  transform-origin: top left;
  border-radius: 0 0 150px 150px;
}
.menu-slide.active .slide_bg {
  transform: scale(1.5);
}
.mega_menu {
  transition: all 0.4s ease;
}
.mega_menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-parent {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.menu-item:after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: var(--item-width);
  height: 60px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
}
.menu-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.group.menu-item:hover .mega-parent {
  opacity: 1;
  visibility: visible;
  transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  overflow: visible;
}
.mega-content.active {
  display: block;
}
.header-search-wrapper,
.header_cart {
  transition: 0.2s linear;
}
.active_menu .header_cart {
  opacity: 0;
  visibility: hidden;
}
.active_menu .header-search-wrapper {
  margin-right: -83px;
}
.header-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.header-search-box {
  overflow: hidden;
  width: 0;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-search-input {
  border: none;
  outline: none;
  width: 100%;
}
.header-search-wrapper.active .header-search-box {
  width: 220px;
  margin-left: 8px;
}
.header-search-wrapper.active .search-label {
  display: none;
}
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 999;
}
.mobile-search-inner {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-search-input {
  width: 100%;
  padding: 14px;
  border-radius: 999px;
  border: 1px solid #ddd;
  outline: none;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-search-modal.active {
  pointer-events: auto;
}
.mobile-search-modal.active .mobile-search-inner {
  transform: scale(1);
  opacity: 1;
}
.mobile-search-modal.active {
  display: flex;
}
button.menu_close {
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 8px;
  background: #d33538;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
button.menu_close path {
  fill: #fff;
}
button.menu_close svg {
  width: 16px;
}
button.menu_close:hover {
  background: red;
}
@media (min-width: 1024px) {
  .search-overlay,
  .mobile-search-modal {
    display: none;
  }
}
@media (max-width: 375px) {
  .flex.top_header {
    gap: 5px;
  }
  .header_top_container {
    max-width: 97%;
  }
  .flex.header_main {
    padding-left: 20px;
    gap: 10px;
  }
  .flex.mobile_px {
    padding-left: 0;
    padding-right: 0;
  }
  .top_header a {
    font-size: 13px;
  }
}
@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-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --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-tracking: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}