/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Source Sans 3', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-softBlack: #0b1d25;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .-top-\[3\%\] {
    top: calc(3% * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-7 {
    top: calc(var(--spacing) * 7);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-\[73px\] {
    top: 73px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-61 {
    right: calc(var(--spacing) * 61);
  }
  .-left-\[5px\] {
    left: calc(5px * -1);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-6\.5 {
    left: calc(var(--spacing) * 6.5);
  }
  .left-\[24\%\] {
    left: 24%;
  }
  .left-\[58\%\] {
    left: 58%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-90 {
    z-index: 90;
  }
  .z-100 {
    z-index: 100;
  }
  .container {
    width: 100%;
    @media (width >= 880px) {
      max-width: 880px;
    }
    @media (width >= 1252px) {
      max-width: 1252px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .ms-\[20px\] {
    margin-inline-start: 20px;
  }
  .-mt-\[62px\] {
    margin-top: calc(62px * -1);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-21 {
    margin-top: calc(var(--spacing) * 21);
  }
  .mt-22 {
    margin-top: calc(var(--spacing) * 22);
  }
  .mt-60 {
    margin-top: calc(var(--spacing) * 60);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[9px\] {
    margin-top: 9px;
  }
  .mt-\[11px\] {
    margin-top: 11px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[31px\] {
    margin-top: 31px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[85px\] {
    margin-top: 85px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mt-\[140px\] {
    margin-top: 140px;
  }
  .mt-\[153px\] {
    margin-top: 153px;
  }
  .mt-\[160px\] {
    margin-top: 160px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-10 {
    margin-right: calc(var(--spacing) * 10);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-\[3px\] {
    margin-bottom: 3px;
  }
  .mb-\[140px\] {
    margin-bottom: 140px;
  }
  .line-clamp-9 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[83px\] {
    height: 83px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[306px\] {
    height: 306px;
  }
  .h-\[430px\] {
    height: 430px;
  }
  .h-\[646px\] {
    height: 646px;
  }
  .h-auto {
    height: auto;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[140px\] {
    min-height: 140px;
  }
  .min-h-\[230px\] {
    min-height: 230px;
  }
  .min-h-\[630px\] {
    min-height: 630px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[25Opx\] {
    width: 25Opx;
  }
  .w-\[31px\] {
    width: 31px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[118px\] {
    width: 118px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[305px\] {
    width: 305px;
  }
  .w-\[470px\] {
    width: 470px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[290px\] {
    max-width: 290px;
  }
  .max-w-\[315px\] {
    max-width: 315px;
  }
  .max-w-\[379px\] {
    max-width: 379px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[470px\] {
    max-width: 470px;
  }
  .max-w-\[1295px\] {
    max-width: 1295px;
  }
  .max-w-\[1375px\] {
    max-width: 1375px;
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[1px\] {
    --tw-translate-y: 1px;
    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;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-end {
    scroll-snap-align: end;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[170px\] {
    gap: 170px;
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[8\.3397\%\] {
    column-gap: 8.3397%;
  }
  .space-x-\[24px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(24px * var(--tw-space-x-reverse));
      margin-inline-end: calc(24px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[30px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(30px * var(--tw-space-x-reverse));
      margin-inline-end: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[51\%\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(51% * var(--tw-space-x-reverse));
      margin-inline-end: calc(51% * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[130px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(130px * var(--tw-space-x-reverse));
      margin-inline-end: calc(130px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[150px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(150px * var(--tw-space-x-reverse));
      margin-inline-end: calc(150px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[240px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(240px * var(--tw-space-x-reverse));
      margin-inline-end: calc(240px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-11 {
    row-gap: calc(var(--spacing) * 11);
  }
  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-b-\[1\.5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1.5px;
  }
  .border-\[\#e1e1e1\] {
    border-color: #e1e1e1;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-\[\#fbfbfb\] {
    background-color: #fbfbfb;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pt-\[137px\] {
    padding-top: 137px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pt-\[270px\] {
    padding-top: 270px;
  }
  .pt-\[300px\] {
    padding-top: 300px;
  }
  .pt-\[400px\] {
    padding-top: 400px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-26 {
    padding-bottom: calc(var(--spacing) * 26);
  }
  .pb-\[1px\] {
    padding-bottom: 1px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-\[65px\] {
    padding-left: 65px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-\[14px\]\/\[1\.7\] {
    font-size: 14px;
    line-height: 1.7;
  }
  .text-\[14px\]\/\[23px\] {
    font-size: 14px;
    line-height: 23px;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[75px\] {
    font-size: 75px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[\#0b1d25\] {
    color: #0b1d25;
  }
  .text-\[\#777777\] {
    color: #777777;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-softBlack {
    color: var(--color-softBlack);
  }
  .text-white {
    color: var(--color-white);
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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;
    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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .placeholder\:pl-5 {
    &::placeholder {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .placeholder\:text-center {
    &::placeholder {
      text-align: center;
    }
  }
  .placeholder\:text-\[19px\] {
    &::placeholder {
      font-size: 19px;
    }
  }
  .placeholder\:font-light {
    &::placeholder {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
  }
  .placeholder\:text-\[\#d7d2d2\] {
    &::placeholder {
      color: #d7d2d2;
    }
  }
  .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\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:text-gray-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-500);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:top-\[107px\] {
    @media (width >= 880px) {
      top: 107px;
    }
  }
  .md\:top-\[530px\] {
    @media (width >= 880px) {
      top: 530px;
    }
  }
  .md\:-left-4 {
    @media (width >= 880px) {
      left: calc(var(--spacing) * -4);
    }
  }
  .md\:mx-0 {
    @media (width >= 880px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-0 {
    @media (width >= 880px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-21 {
    @media (width >= 880px) {
      margin-top: calc(var(--spacing) * 21);
    }
  }
  .md\:mt-\[25px\] {
    @media (width >= 880px) {
      margin-top: 25px;
    }
  }
  .md\:mt-\[185px\] {
    @media (width >= 880px) {
      margin-top: 185px;
    }
  }
  .md\:mr-\[6\%\] {
    @media (width >= 880px) {
      margin-right: 6%;
    }
  }
  .md\:mb-\[180px\] {
    @media (width >= 880px) {
      margin-bottom: 180px;
    }
  }
  .md\:ml-\[110px\] {
    @media (width >= 880px) {
      margin-left: 110px;
    }
  }
  .md\:block {
    @media (width >= 880px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 880px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 880px) {
      display: none;
    }
  }
  .md\:w-\[31\%\] {
    @media (width >= 880px) {
      width: 31%;
    }
  }
  .md\:w-\[470px\] {
    @media (width >= 880px) {
      width: 470px;
    }
  }
  .md\:w-full {
    @media (width >= 880px) {
      width: 100%;
    }
  }
  .md\:max-w-\[470px\] {
    @media (width >= 880px) {
      max-width: 470px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 880px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 880px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 880px) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 880px) {
      align-items: flex-start;
    }
  }
  .md\:justify-start {
    @media (width >= 880px) {
      justify-content: flex-start;
    }
  }
  .md\:gap-\[126px\] {
    @media (width >= 880px) {
      gap: 126px;
    }
  }
  .md\:gap-\[145px\] {
    @media (width >= 880px) {
      gap: 145px;
    }
  }
  .md\:space-y-0 {
    @media (width >= 880px) {
      :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)));
      }
    }
  }
  .md\:space-x-\[240px\] {
    @media (width >= 880px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(240px * var(--tw-space-x-reverse));
        margin-inline-end: calc(240px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:gap-y-0 {
    @media (width >= 880px) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:\!px-10 {
    @media (width >= 880px) {
      padding-inline: calc(var(--spacing) * 10) !important;
    }
  }
  .md\:\!pt-\[86px\] {
    @media (width >= 880px) {
      padding-top: 86px !important;
    }
  }
  .md\:pt-\[42px\] {
    @media (width >= 880px) {
      padding-top: 42px;
    }
  }
  .md\:pt-\[200px\] {
    @media (width >= 880px) {
      padding-top: 200px;
    }
  }
  .md\:pt-\[203px\] {
    @media (width >= 880px) {
      padding-top: 203px;
    }
  }
  .md\:pl-\[120px\] {
    @media (width >= 880px) {
      padding-left: 120px;
    }
  }
  .md\:text-left {
    @media (width >= 880px) {
      text-align: left;
    }
  }
  .md\:text-start {
    @media (width >= 880px) {
      text-align: start;
    }
  }
  .md\:text-\[37px\] {
    @media (width >= 880px) {
      font-size: 37px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 880px) {
      font-size: 40px;
    }
  }
  .xl\:block {
    @media (width >= 1252px) {
      display: block;
    }
  }
  .sm\:w-6\/10 {
    @media (width >= 40rem) {
      width: calc(6/10 * 100%);
    }
  }
  .sm\:max-w-\[470px\] {
    @media (width >= 40rem) {
      max-width: 470px;
    }
  }
  .sm\:space-x-\[240px\] {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(240px * var(--tw-space-x-reverse));
        margin-inline-end: calc(240px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:px-45 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 45);
    }
  }
  .sm\:pt-\[213px\] {
    @media (width >= 40rem) {
      padding-top: 213px;
    }
  }
  .sm\:pt-\[550px\] {
    @media (width >= 40rem) {
      padding-top: 550px;
    }
  }
  .sm\:pl-\[65px\] {
    @media (width >= 40rem) {
      padding-left: 65px;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 40rem) {
      font-size: 32px;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:space-x-\[45px\] {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(45px * var(--tw-space-x-reverse));
        margin-inline-end: calc(45px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
}
a:hover {
  opacity: 70%;
}
#menu a {
  font-size: 14px;
}
.logo-menu {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.instagram-bg {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.sale-circle {
  height: 19px;
  min-width: 19px;
  background: black;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: white;
  font-weight: bold;
}
.shopping-bag-circle {
  position: absolute;
  top: 13px;
  left: 9px;
  min-height: 19px;
  min-width: 19px;
  aspect-ratio: 1 / 1;
  background: black;
  border-radius: 50%;
  padding: 0.11em 0.3em 0em;
  line-height: 19px;
  font-size: 13px;
  color: white;
  font-weight: bold;
}
.line {
  width: 108px;
  height: 1px;
  background-color: #e4e4e4;
}
.small-black-line {
  width: 38px;
  height: 1px;
  background-color: black;
}
.small-white-line {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 38px;
  height: 1px;
  background-color: white;
}
.grey-box {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  background-color: #f5f5f5;
}
.hero-btn {
  background: rgba(255, 255, 255, .39);
}
.hero-btn:hover {
  background: rgba(255, 255, 255, .59);
}
.overlay::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  background: rgba(255,255,255,0.7);
}
footer a {
  font-size: 14px;
}
footer p {
  font-size: 14px;
  color: #777777;
}
@media (max-width: 639px) {
  footer a, footer p {
    font-size: 16px;
  }
  footer h6 {
    font-size: 22px;
  }
}
@media (max-width: 880px) {
  .grey-box {
    width: 75%;
  }
}
@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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --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-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
