/*! tailwindcss v4.1.18 | 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-slate-50: oklch(98.4% 0.003 247.858);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: var(--black);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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-primary: var(--primary-color);
    --color-secondary: var(--secondary-color);
    --color-tertiary: var(--tertiary-color);
    --color-background: var(--background);
    --color-pastel-primary: var(--pastel-primary);
    --color-grey: var(--grey);
    --color-dark-grey: var(--dark-grey);
    --color-navy: var(--navy);
    --color-overlay: var(--overlay);
  }
}
@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-full {
    top: 100%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mr-\[15px\] {
    margin-right: 15px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[282px\] {
    height: 282px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .max-h-\[720px\] {
    max-height: 720px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[67px\] {
    width: 67px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[233px\] {
    width: 233px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[375px\] {
    width: 375px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    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-1\/2 {
    --tw-translate-y: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .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;
  }
  .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-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-8\.5 {
    gap: calc(var(--spacing) * 8.5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-t-\[80px\] {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .rounded-br-\[25px\] {
    border-bottom-right-radius: 25px;
  }
  .rounded-br-\[50px\] {
    border-bottom-right-radius: 50px;
  }
  .rounded-br-\[80px\] {
    border-bottom-right-radius: 80px;
  }
  .rounded-bl-\[25px\] {
    border-bottom-left-radius: 25px;
  }
  .rounded-bl-\[50px\] {
    border-bottom-left-radius: 50px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-50 {
    border-color: var(--color-gray-50);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-navy {
    border-color: var(--color-navy);
  }
  .bg-\[\#121c2d\] {
    background-color: #121c2d;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-overlay {
    background-color: var(--color-overlay);
  }
  .bg-overlay\/50 {
    background-color: var(--color-overlay);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-overlay) 50%, transparent);
    }
  }
  .bg-pastel-primary {
    background-color: var(--color-pastel-primary);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-tertiary {
    background-color: var(--color-tertiary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[var\(--scrollbar-width\)\] {
    padding-right: var(--scrollbar-width);
  }
  .pb-\[35px\] {
    padding-bottom: 35px;
  }
  .pb-\[44px\] {
    padding-bottom: 44px;
  }
  .pb-\[90px\] {
    padding-bottom: 90px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .text-left {
    text-align: left;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-2\%\] {
    --tw-tracking: -2%;
    letter-spacing: -2%;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-dark-grey {
    color: var(--color-dark-grey);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-grey {
    color: var(--color-grey);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .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, 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-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    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;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-pastel-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-pastel-primary);
      }
    }
  }
  .hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:ml-7 {
    @media (width >= 376px) {
      margin-left: calc(var(--spacing) * 7);
    }
  }
  .md\:ml-auto {
    @media (width >= 376px) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 376px) {
      display: block;
    }
  }
  .md\:max-w-\[834px\] {
    @media (width >= 376px) {
      max-width: 834px;
    }
  }
  .md\:max-w-\[1241px\] {
    @media (width >= 376px) {
      max-width: 1241px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 376px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 376px) {
      flex-direction: column;
    }
  }
  .md\:gap-\[9px\] {
    @media (width >= 376px) {
      gap: 9px;
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 376px) {
      padding-inline: 20px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 376px) {
      font-size: 18px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 376px) {
      font-size: 28px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 376px) {
      font-size: 40px;
    }
  }
  .md\:leading-\[100\%\] {
    @media (width >= 376px) {
      --tw-leading: 100%;
      line-height: 100%;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1025px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[60px\] {
    @media (width >= 1025px) {
      margin-bottom: 60px;
    }
  }
  .lg\:ml-0 {
    @media (width >= 1025px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 1025px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1025px) {
      display: none;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 1025px) {
      height: 500px;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 1025px) {
      width: 50%;
    }
  }
  .lg\:max-w-\[1241px\] {
    @media (width >= 1025px) {
      max-width: 1241px;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1025px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1025px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1025px) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 1025px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-\[10px\] {
    @media (width >= 1025px) {
      gap: 10px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 1025px) {
      gap: 30px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 1025px) {
      gap: 50px;
    }
  }
  .lg\:px-\[0px\] {
    @media (width >= 1025px) {
      padding-inline: 0px;
    }
  }
  .lg\:px-\[32px\] {
    @media (width >= 1025px) {
      padding-inline: 32px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 1025px) {
      padding-block: 100px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 1025px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 1025px) {
      padding-top: 100px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 1025px) {
      padding-bottom: 100px;
    }
  }
  .lg\:pl-\[0px\] {
    @media (width >= 1025px) {
      padding-left: 0px;
    }
  }
  .lg\:pl-\[20px\] {
    @media (width >= 1025px) {
      padding-left: 20px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 1025px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 1025px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 1025px) {
      font-size: 40px;
    }
  }
  .lg\:leading-\[100\%\] {
    @media (width >= 1025px) {
      --tw-leading: 100%;
      line-height: 100%;
    }
  }
}
svg-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  color: inherit;
}
html.overflow-hidden {
  padding-right: var(--scrollbar-width);
}
@keyframes header-morph {
  to {
    background-color: white;
    color: var(--black);
    box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.08);
  }
}
.sticky-header {
  animation: header-morph linear both;
  animation-timeline: scroll();
  animation-range: 0px 100px;
  will-change: color, background-color;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  transition: all;
  background-color: var(--background);
  color: white;
}
.sticky-header svg {
  color: inherit;
}
.fixed-header {
  background-color: var(--background);
  color: white;
}
.shadow-m {
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.08);
}
.dropdown-staggered {
  border-bottom-right-radius: 80px;
}
.services-grid .card img {
  border-radius: 50px;
  width: 100%;
  display: block;
}
.services-grid > service-card:nth-child(4n + 1) .service-img {
  border-bottom-left-radius: 0;
}
.services-grid > service-card:nth-child(4n + 2) .service-img {
  border-top-right-radius: 0;
}
.services-grid > service-card:nth-child(4n + 3) .service-img {
  border-top-left-radius: 0;
}
.services-grid > service-card:nth-child(4n) .service-img {
  border-bottom-right-radius: 0;
}
#extra-wrapper service-card:nth-child(8n + 1) .service-img {
  border-top-left-radius: 0;
}
#extra-wrapper service-card:nth-child(8n + 2) .service-img {
  border-bottom-right-radius: 0;
}
#extra-wrapper service-card:nth-child(8n + 3) .service-img {
  border-bottom-left-radius: 0;
}
#extra-wrapper service-card:nth-child(8n + 4) .service-img {
  border-top-right-radius: 0;
}
#extra-wrapper service-card:nth-child(8n + 5) .service-img {
  border-bottom-left-radius: 0;
}
#extra-wrapper service-card:nth-child(8n + 6) .service-img {
  border-top-right-radius: 0;
}
#extra-wrapper service-card:nth-child(8n + 7) .service-img {
  border-top-left-radius: 0;
}
#extra-wrapper service-card:nth-child(8n + 8) .service-img {
  border-bottom-right-radius: 0;
}
@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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
