/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'AA Stetica', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --animate-spin: spin 1s linear infinite;
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-\[28px\] {
    top: calc(28px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[4\.32\%\] {
    top: 4.32%;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[14\%\] {
    top: 14%;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[18\%\] {
    top: 18%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[285px\] {
    top: 285px;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .-bottom-\[40px\] {
    bottom: calc(40px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-\[15px\] {
    bottom: 15px;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[-1\.11\%\] {
    left: -1.11%;
  }
  .left-\[-29\%\] {
    left: -29%;
  }
  .left-\[2\%\] {
    left: 2%;
  }
  .left-\[4\%\] {
    left: 4%;
  }
  .left-\[8\%\] {
    left: 8%;
  }
  .left-\[10px\] {
    left: 10px;
  }
  .left-\[15px\] {
    left: 15px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-\[20px\] {
    margin-inline: calc(20px * -1);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-\[30px\] {
    margin-inline: 30px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[-80px\] {
    margin-top: -80px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[20vh\] {
    margin-top: 20vh;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[29px\] {
    margin-top: 29px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[44px\] {
    margin-top: 44px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[85px\] {
    margin-top: 85px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mt-\[189px\] {
    margin-top: 189px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[29px\] {
    margin-bottom: 29px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[31px\] {
    margin-bottom: 31px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[44px\] {
    margin-bottom: 44px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[59px\] {
    margin-bottom: 59px;
  }
  .mb-\[116px\] {
    margin-bottom: 116px;
  }
  .ml-\[4px\] {
    margin-left: 4px;
  }
  .ml-\[12px\] {
    margin-left: 12px;
  }
  .ml-\[16px\] {
    margin-left: 16px;
  }
  .ml-\[26px\] {
    margin-left: 26px;
  }
  .ml-\[450px\] {
    margin-left: 450px;
  }
  .ml-\[480px\] {
    margin-left: 480px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[58\%\] {
    height: 58%;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[59px\] {
    height: 59px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[63\%\] {
    height: 63%;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[66\%\] {
    height: 66%;
  }
  .h-\[79px\] {
    height: 79px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[99\.46\%\] {
    height: 99.46%;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[196px\] {
    height: 196px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[201px\] {
    height: 201px;
  }
  .h-\[208px\] {
    height: 208px;
  }
  .h-\[216px\] {
    height: 216px;
  }
  .h-\[217px\] {
    height: 217px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[237px\] {
    height: 237px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[274px\] {
    height: 274px;
  }
  .h-\[297px\] {
    height: 297px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[353px\] {
    height: 353px;
  }
  .h-\[373px\] {
    height: 373px;
  }
  .h-\[378px\] {
    height: 378px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[404px\] {
    height: 404px;
  }
  .h-\[433px\] {
    height: 433px;
  }
  .h-\[444px\] {
    height: 444px;
  }
  .h-\[486px\] {
    height: 486px;
  }
  .h-\[492px\] {
    height: 492px;
  }
  .h-\[529px\] {
    height: 529px;
  }
  .h-\[567px\] {
    height: 567px;
  }
  .h-\[575px\] {
    height: 575px;
  }
  .h-\[590px\] {
    height: 590px;
  }
  .h-\[619px\] {
    height: 619px;
  }
  .h-\[640px\] {
    height: 640px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[52\%\] {
    width: 52%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[74\.1\%\] {
    width: 74.1%;
  }
  .w-\[79\.6\%\] {
    width: 79.6%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[86\%\] {
    width: 86%;
  }
  .w-\[88px\] {
    width: 88px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[92\%\] {
    width: 92%;
  }
  .w-\[95\.6\%\] {
    width: 95.6%;
  }
  .w-\[96\%\] {
    width: 96%;
  }
  .w-\[102\.22\%\] {
    width: 102.22%;
  }
  .w-\[156\%\] {
    width: 156%;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[227px\] {
    width: 227px;
  }
  .w-\[273px\] {
    width: 273px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[297px\] {
    width: 297px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[358px\] {
    width: 358px;
  }
  .w-\[422px\] {
    width: 422px;
  }
  .w-\[430px\] {
    width: 430px;
  }
  .w-\[432px\] {
    width: 432px;
  }
  .w-\[435px\] {
    width: 435px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[629px\] {
    width: 629px;
  }
  .w-\[880px\] {
    width: 880px;
  }
  .w-\[885px\] {
    width: 885px;
  }
  .w-\[928px\] {
    width: 928px;
  }
  .w-\[1148px\] {
    width: 1148px;
  }
  .w-\[1210px\] {
    width: 1210px;
  }
  .w-\[1330px\] {
    width: 1330px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[193px\] {
    max-width: 193px;
  }
  .max-w-\[397px\] {
    max-width: 397px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[422px\] {
    max-width: 422px;
  }
  .max-w-\[424px\] {
    max-width: 424px;
  }
  .max-w-\[430px\] {
    max-width: 430px;
  }
  .max-w-\[432px\] {
    max-width: 432px;
  }
  .max-w-\[433px\] {
    max-width: 433px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[532px\] {
    max-width: 532px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[610px\] {
    max-width: 610px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[866px\] {
    max-width: 866px;
  }
  .max-w-\[874px\] {
    max-width: 874px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-\[1780px\] {
    max-width: 1780px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[430px\] {
    min-width: 430px;
  }
  .min-w-\[600px\] {
    min-width: 600px;
  }
  .min-w-max {
    min-width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-\[129px_1fr\] {
    grid-template-columns: 129px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[0\] {
    gap: 0;
  }
  .gap-\[0px\] {
    gap: 0px;
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[19px\] {
    gap: 19px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[55px\] {
    gap: 55px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .gap-\[85px\] {
    gap: 85px;
  }
  .gap-\[92px\] {
    gap: 92px;
  }
  .gap-\[140px\] {
    gap: 140px;
  }
  .gap-\[200px\] {
    gap: 200px;
  }
  .gap-\[352px\] {
    gap: 352px;
  }
  .gap-\[397px\] {
    gap: 397px;
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8\.5px\] {
    border-radius: 8.5px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[\#011773\] {
    border-color: #011773;
  }
  .border-\[\#787878\] {
    border-color: #787878;
  }
  .border-\[\#DFE2EB\] {
    border-color: #DFE2EB;
  }
  .border-\[\#a8afca\] {
    border-color: #a8afca;
  }
  .border-\[\#b9bfda\] {
    border-color: #b9bfda;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-t-\[\#011773\] {
    border-top-color: #011773;
  }
  .bg-\[\#011773\] {
    background-color: #011773;
  }
  .bg-\[\#31428C\] {
    background-color: #31428C;
  }
  .bg-\[\#787878\] {
    background-color: #787878;
  }
  .bg-\[\#787878\]\/30 {
    background-color: color-mix(in oklab, #787878 30%, transparent);
  }
  .bg-\[\#A8AFCA\] {
    background-color: #A8AFCA;
  }
  .bg-\[\#DFE2EB\] {
    background-color: #DFE2EB;
  }
  .bg-\[\#a8afca\] {
    background-color: #a8afca;
  }
  .bg-\[\#b9bfda\] {
    background-color: #b9bfda;
  }
  .bg-\[\#dfe2eb\] {
    background-color: #dfe2eb;
  }
  .bg-\[\#f3f3f3\] {
    background-color: #f3f3f3;
  }
  .bg-\[rgba\(0\,37\,187\,0\.3\)\] {
    background-color: rgba(0,37,187,0.3);
  }
  .bg-\[rgba\(0\,37\,187\,0\.54\)\] {
    background-color: rgba(0,37,187,0.54);
  }
  .bg-\[rgba\(1\,23\,115\,0\.5\)\] {
    background-color: rgba(1,23,115,0.5);
  }
  .bg-\[rgba\(189\,199\,223\,0\.8\)\] {
    background-color: rgba(189,199,223,0.8);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .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-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[70px\] {
    padding-inline: 70px;
  }
  .px-\[99px\] {
    padding-inline: 99px;
  }
  .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-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[108px\] {
    padding-block: 108px;
  }
  .py-\[120px\] {
    padding-block: 120px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[30px\] {
    padding-right: 30px;
  }
  .pr-\[35px\] {
    padding-right: 35px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[44px\] {
    padding-bottom: 44px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-\[14px\] {
    padding-left: 14px;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[24px\] {
    padding-left: 24px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[92px\] {
    padding-left: 92px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[66px\] {
    font-size: 66px;
  }
  .text-\[96px\] {
    font-size: 96px;
  }
  .text-\[240px\] {
    font-size: 240px;
  }
  .leading-\[0\.9\] {
    --tw-leading: 0.9;
    line-height: 0.9;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[-0\.4px\] {
    --tw-tracking: -0.4px;
    letter-spacing: -0.4px;
  }
  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }
  .tracking-\[-0\.6px\] {
    --tw-tracking: -0.6px;
    letter-spacing: -0.6px;
  }
  .tracking-\[-0\.7px\] {
    --tw-tracking: -0.7px;
    letter-spacing: -0.7px;
  }
  .tracking-\[-0\.8px\] {
    --tw-tracking: -0.8px;
    letter-spacing: -0.8px;
  }
  .tracking-\[-0\.9px\] {
    --tw-tracking: -0.9px;
    letter-spacing: -0.9px;
  }
  .tracking-\[-0\.56px\] {
    --tw-tracking: -0.56px;
    letter-spacing: -0.56px;
  }
  .tracking-\[-0\.64px\] {
    --tw-tracking: -0.64px;
    letter-spacing: -0.64px;
  }
  .tracking-\[-0\.72px\] {
    --tw-tracking: -0.72px;
    letter-spacing: -0.72px;
  }
  .tracking-\[-0\.96px\] {
    --tw-tracking: -0.96px;
    letter-spacing: -0.96px;
  }
  .tracking-\[-1\.2px\] {
    --tw-tracking: -1.2px;
    letter-spacing: -1.2px;
  }
  .tracking-\[-1\.5px\] {
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }
  .tracking-\[-1\.6px\] {
    --tw-tracking: -1.6px;
    letter-spacing: -1.6px;
  }
  .tracking-\[-1\.12px\] {
    --tw-tracking: -1.12px;
    letter-spacing: -1.12px;
  }
  .tracking-\[-1\.28px\] {
    --tw-tracking: -1.28px;
    letter-spacing: -1.28px;
  }
  .tracking-\[-1\.36px\] {
    --tw-tracking: -1.36px;
    letter-spacing: -1.36px;
  }
  .tracking-\[-1\.44px\] {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }
  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .tracking-\[-2\.1px\] {
    --tw-tracking: -2.1px;
    letter-spacing: -2.1px;
  }
  .tracking-\[-2\.64px\] {
    --tw-tracking: -2.64px;
    letter-spacing: -2.64px;
  }
  .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
  .tracking-\[-3\.2px\] {
    --tw-tracking: -3.2px;
    letter-spacing: -3.2px;
  }
  .tracking-\[-3\.84px\] {
    --tw-tracking: -3.84px;
    letter-spacing: -3.84px;
  }
  .tracking-\[-4\.8px\] {
    --tw-tracking: -4.8px;
    letter-spacing: -4.8px;
  }
  .tracking-\[-12px\] {
    --tw-tracking: -12px;
    letter-spacing: -12px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#24px\] {
    color: #24px;
  }
  .text-\[\#7883b1\] {
    color: #7883b1;
  }
  .text-\[\#011773\] {
    color: #011773;
  }
  .text-\[\#31428C\] {
    color: #31428C;
  }
  .text-\[\#787878\] {
    color: #787878;
  }
  .text-\[\#A8AFCA\] {
    color: #A8AFCA;
  }
  .text-\[\#a8afca\] {
    color: #a8afca;
  }
  .text-\[\#b9bfda\] {
    color: #b9bfda;
  }
  .text-\[\#c00\] {
    color: #c00;
  }
  .text-\[011773\] {
    color: 011773;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .placeholder-\[\#787878\] {
    &::placeholder {
      color: #787878;
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-43 {
    opacity: 43%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }
  .mix-blend-screen {
    mix-blend-mode: screen;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .brightness-50 {
    --tw-brightness: brightness(50%);
    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,);
  }
  .backdrop-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px);
    -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));
  }
  .transition-opacity {
    transition-property: opacity;
    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;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:bg-\[\#011773\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #011773;
      }
    }
  }
  .group-hover\:bg-\[\#31428C\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #31428C;
      }
    }
  }
  .group-hover\:bg-\[\#e8eaf0\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #e8eaf0;
      }
    }
  }
  .group-hover\:font-medium {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
      }
    }
  }
  .group-hover\:text-\[\#011773\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #011773;
      }
    }
  }
  .group-hover\:text-\[\#31428C\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #31428C;
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:text-white\/70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 70%, transparent);
        }
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/link\:bg-\[\#011773\] {
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        background-color: #011773;
      }
    }
  }
  .group-hover\/link\:text-\[\#011773\] {
    &:is(:where(.group\/link):hover *) {
      @media (hover: hover) {
        color: #011773;
      }
    }
  }
  .placeholder\:text-\[\#787878\] {
    &::placeholder {
      color: #787878;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:content-\[\'•\'\] {
    &::before {
      --tw-content: '•';
      content: var(--tw-content);
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .focus-within\:border-\[\#011773\] {
    &:focus-within {
      border-color: #011773;
    }
  }
  .hover\:border-\[\#011773\] {
    &:hover {
      @media (hover: hover) {
        border-color: #011773;
      }
    }
  }
  .hover\:bg-\[\#011773\] {
    &:hover {
      @media (hover: hover) {
        background-color: #011773;
      }
    }
  }
  .hover\:bg-\[\#011773\]\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #011773 90%, transparent);
      }
    }
  }
  .hover\:bg-\[\#31428C\] {
    &:hover {
      @media (hover: hover) {
        background-color: #31428C;
      }
    }
  }
  .hover\:bg-\[\#b9bfda\] {
    &:hover {
      @media (hover: hover) {
        background-color: #b9bfda;
      }
    }
  }
  .hover\:bg-\[\#f3f3f3\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f3f3f3;
      }
    }
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#011773\] {
    &:hover {
      @media (hover: hover) {
        color: #011773;
      }
    }
  }
  .hover\:text-\[\#31428C\] {
    &:hover {
      @media (hover: hover) {
        color: #31428C;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:brightness-100 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(100%);
        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,);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .focus\:border-\[\#011773\] {
    &:focus {
      border-color: #011773;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:inset-0 {
    @media (width >= 48rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .md\:top-\[20px\] {
    @media (width >= 48rem) {
      top: 20px;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:right-\[20px\] {
    @media (width >= 48rem) {
      right: 20px;
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-\[20px\] {
    @media (width >= 48rem) {
      bottom: 20px;
    }
  }
  .md\:left-0 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:left-\[20px\] {
    @media (width >= 48rem) {
      left: 20px;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:-mx-\[40px\] {
    @media (width >= 48rem) {
      margin-inline: calc(40px * -1);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[10px\] {
    @media (width >= 48rem) {
      margin-top: 10px;
    }
  }
  .md\:mt-\[16px\] {
    @media (width >= 48rem) {
      margin-top: 16px;
    }
  }
  .md\:mt-\[24px\] {
    @media (width >= 48rem) {
      margin-top: 24px;
    }
  }
  .md\:mt-\[30px\] {
    @media (width >= 48rem) {
      margin-top: 30px;
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 48rem) {
      margin-top: 40px;
    }
  }
  .md\:mt-\[44px\] {
    @media (width >= 48rem) {
      margin-top: 44px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:mt-\[60px\] {
    @media (width >= 48rem) {
      margin-top: 60px;
    }
  }
  .md\:mb-\[20px\] {
    @media (width >= 48rem) {
      margin-bottom: 20px;
    }
  }
  .md\:mb-\[22px\] {
    @media (width >= 48rem) {
      margin-bottom: 22px;
    }
  }
  .md\:mb-\[30px\] {
    @media (width >= 48rem) {
      margin-bottom: 30px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-5 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .md\:h-\[15px\] {
    @media (width >= 48rem) {
      height: 15px;
    }
  }
  .md\:h-\[58px\] {
    @media (width >= 48rem) {
      height: 58px;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 60px;
    }
  }
  .md\:h-\[86px\] {
    @media (width >= 48rem) {
      height: 86px;
    }
  }
  .md\:h-\[100px\] {
    @media (width >= 48rem) {
      height: 100px;
    }
  }
  .md\:h-\[160px\] {
    @media (width >= 48rem) {
      height: 160px;
    }
  }
  .md\:h-\[217px\] {
    @media (width >= 48rem) {
      height: 217px;
    }
  }
  .md\:h-\[240px\] {
    @media (width >= 48rem) {
      height: 240px;
    }
  }
  .md\:h-\[260px\] {
    @media (width >= 48rem) {
      height: 260px;
    }
  }
  .md\:h-\[300px\] {
    @media (width >= 48rem) {
      height: 300px;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 48rem) {
      height: 350px;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 48rem) {
      height: 400px;
    }
  }
  .md\:h-\[433px\] {
    @media (width >= 48rem) {
      height: 433px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 48rem) {
      height: 500px;
    }
  }
  .md\:w-5 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .md\:w-\[15px\] {
    @media (width >= 48rem) {
      width: 15px;
    }
  }
  .md\:w-\[26px\] {
    @media (width >= 48rem) {
      width: 26px;
    }
  }
  .md\:w-\[227px\] {
    @media (width >= 48rem) {
      width: 227px;
    }
  }
  .md\:w-\[273px\] {
    @media (width >= 48rem) {
      width: 273px;
    }
  }
  .md\:w-\[430px\] {
    @media (width >= 48rem) {
      width: 430px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .md\:min-w-0 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .md\:min-w-\[300px\] {
    @media (width >= 48rem) {
      min-width: 300px;
    }
  }
  .md\:min-w-\[340px\] {
    @media (width >= 48rem) {
      min-width: 340px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-\[10px\] {
    @media (width >= 48rem) {
      gap: 10px;
    }
  }
  .md\:gap-\[18px\] {
    @media (width >= 48rem) {
      gap: 18px;
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:gap-\[30px\] {
    @media (width >= 48rem) {
      gap: 30px;
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-\[28px\] {
    @media (width >= 48rem) {
      padding: 28px;
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
  }
  .md\:px-\[40px\] {
    @media (width >= 48rem) {
      padding-inline: 40px;
    }
  }
  .md\:px-\[60px\] {
    @media (width >= 48rem) {
      padding-inline: 60px;
    }
  }
  .md\:px-\[70px\] {
    @media (width >= 48rem) {
      padding-inline: 70px;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-\[24px\] {
    @media (width >= 48rem) {
      padding-block: 24px;
    }
  }
  .md\:py-\[28px\] {
    @media (width >= 48rem) {
      padding-block: 28px;
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 48rem) {
      padding-block: 30px;
    }
  }
  .md\:py-\[35px\] {
    @media (width >= 48rem) {
      padding-block: 35px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 40px;
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 48rem) {
      padding-block: 60px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[15px\] {
    @media (width >= 48rem) {
      padding-top: 15px;
    }
  }
  .md\:pt-\[20px\] {
    @media (width >= 48rem) {
      padding-top: 20px;
    }
  }
  .md\:pt-\[40px\] {
    @media (width >= 48rem) {
      padding-top: 40px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 48rem) {
      padding-top: 60px;
    }
  }
  .md\:pb-\[20px\] {
    @media (width >= 48rem) {
      padding-bottom: 20px;
    }
  }
  .md\:pb-\[24px\] {
    @media (width >= 48rem) {
      padding-bottom: 24px;
    }
  }
  .md\:pb-\[50px\] {
    @media (width >= 48rem) {
      padding-bottom: 50px;
    }
  }
  .md\:pb-\[60px\] {
    @media (width >= 48rem) {
      padding-bottom: 60px;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[44px\] {
    @media (width >= 48rem) {
      font-size: 44px;
    }
  }
  .md\:text-\[48px\] {
    @media (width >= 48rem) {
      font-size: 48px;
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px;
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px;
    }
  }
  .md\:text-\[80px\] {
    @media (width >= 48rem) {
      font-size: 80px;
    }
  }
  .md\:text-\[120px\] {
    @media (width >= 48rem) {
      font-size: 120px;
    }
  }
  .md\:tracking-\[-0\.8px\] {
    @media (width >= 48rem) {
      --tw-tracking: -0.8px;
      letter-spacing: -0.8px;
    }
  }
  .md\:tracking-\[-0\.96px\] {
    @media (width >= 48rem) {
      --tw-tracking: -0.96px;
      letter-spacing: -0.96px;
    }
  }
  .md\:tracking-\[-1\.2px\] {
    @media (width >= 48rem) {
      --tw-tracking: -1.2px;
      letter-spacing: -1.2px;
    }
  }
  .md\:tracking-\[-1\.6px\] {
    @media (width >= 48rem) {
      --tw-tracking: -1.6px;
      letter-spacing: -1.6px;
    }
  }
  .md\:tracking-\[-1px\] {
    @media (width >= 48rem) {
      --tw-tracking: -1px;
      letter-spacing: -1px;
    }
  }
  .md\:tracking-\[-2px\] {
    @media (width >= 48rem) {
      --tw-tracking: -2px;
      letter-spacing: -2px;
    }
  }
  .md\:tracking-\[-3\.2px\] {
    @media (width >= 48rem) {
      --tw-tracking: -3.2px;
      letter-spacing: -3.2px;
    }
  }
  .md\:tracking-\[-4px\] {
    @media (width >= 48rem) {
      --tw-tracking: -4px;
      letter-spacing: -4px;
    }
  }
  .md\:tracking-\[-6px\] {
    @media (width >= 48rem) {
      --tw-tracking: -6px;
      letter-spacing: -6px;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[36px\] {
    @media (width >= 64rem) {
      margin-top: 36px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[44px\] {
    @media (width >= 64rem) {
      margin-top: 44px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:mt-\[90px\] {
    @media (width >= 64rem) {
      margin-top: 90px;
    }
  }
  .lg\:mt-\[189px\] {
    @media (width >= 64rem) {
      margin-top: 189px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-\[38px\] {
    @media (width >= 64rem) {
      margin-bottom: 38px;
    }
  }
  .lg\:-ml-5 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * -5);
    }
  }
  .lg\:ml-\[20px\] {
    @media (width >= 64rem) {
      margin-left: 20px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[36px\] {
    @media (width >= 64rem) {
      height: 36px;
    }
  }
  .lg\:h-\[58px\] {
    @media (width >= 64rem) {
      height: 58px;
    }
  }
  .lg\:h-\[60px\] {
    @media (width >= 64rem) {
      height: 60px;
    }
  }
  .lg\:h-\[180px\] {
    @media (width >= 64rem) {
      height: 180px;
    }
  }
  .lg\:h-\[237px\] {
    @media (width >= 64rem) {
      height: 237px;
    }
  }
  .lg\:h-\[274px\] {
    @media (width >= 64rem) {
      height: 274px;
    }
  }
  .lg\:h-\[297px\] {
    @media (width >= 64rem) {
      height: 297px;
    }
  }
  .lg\:h-\[433px\] {
    @media (width >= 64rem) {
      height: 433px;
    }
  }
  .lg\:h-\[529px\] {
    @media (width >= 64rem) {
      height: 529px;
    }
  }
  .lg\:h-\[567px\] {
    @media (width >= 64rem) {
      height: 567px;
    }
  }
  .lg\:h-\[640px\] {
    @media (width >= 64rem) {
      height: 640px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:min-h-\[575px\] {
    @media (width >= 64rem) {
      min-height: 575px;
    }
  }
  .lg\:w-\[36px\] {
    @media (width >= 64rem) {
      width: 36px;
    }
  }
  .lg\:w-\[74\.1\%\] {
    @media (width >= 64rem) {
      width: 74.1%;
    }
  }
  .lg\:w-\[79\.6\%\] {
    @media (width >= 64rem) {
      width: 79.6%;
    }
  }
  .lg\:w-\[82px\] {
    @media (width >= 64rem) {
      width: 82px;
    }
  }
  .lg\:w-\[95\.4\%\] {
    @media (width >= 64rem) {
      width: 95.4%;
    }
  }
  .lg\:w-\[430px\] {
    @media (width >= 64rem) {
      width: 430px;
    }
  }
  .lg\:w-\[629px\] {
    @media (width >= 64rem) {
      width: 629px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[610px\] {
    @media (width >= 64rem) {
      max-width: 610px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_1fr_0\.1fr_1\.4fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 1fr 0.1fr 1.4fr;
    }
  }
  .lg\:grid-cols-\[450px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 450px 1fr;
    }
  }
  .lg\:grid-rows-\[373px_auto\] {
    @media (width >= 64rem) {
      grid-template-rows: 373px auto;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-\[14px\] {
    @media (width >= 64rem) {
      gap: 14px;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-\[35px\] {
    @media (width >= 64rem) {
      gap: 35px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px;
    }
  }
  .lg\:gap-\[55px\] {
    @media (width >= 64rem) {
      gap: 55px;
    }
  }
  .lg\:gap-\[264px\] {
    @media (width >= 64rem) {
      gap: 264px;
    }
  }
  .lg\:rounded-\[20px\] {
    @media (width >= 64rem) {
      border-radius: 20px;
    }
  }
  .lg\:border-r {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-l {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:border-\[\#011773\] {
    @media (width >= 64rem) {
      border-color: #011773;
    }
  }
  .lg\:bg-\[\#DFE2EB\] {
    @media (width >= 64rem) {
      background-color: #DFE2EB;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[8px\] {
    @media (width >= 64rem) {
      padding-inline: 8px;
    }
  }
  .lg\:px-\[99px\] {
    @media (width >= 64rem) {
      padding-inline: 99px;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-\[3px\] {
    @media (width >= 64rem) {
      padding-block: 3px;
    }
  }
  .lg\:py-\[18px\] {
    @media (width >= 64rem) {
      padding-block: 18px;
    }
  }
  .lg\:py-\[50px\] {
    @media (width >= 64rem) {
      padding-block: 50px;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 64rem) {
      padding-block: 120px;
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-\[20px\] {
    @media (width >= 64rem) {
      padding-top: 20px;
    }
  }
  .lg\:pt-\[31px\] {
    @media (width >= 64rem) {
      padding-top: 31px;
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 64rem) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 64rem) {
      padding-top: 120px;
    }
  }
  .lg\:pr-\[35px\] {
    @media (width >= 64rem) {
      padding-right: 35px;
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 64rem) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 64rem) {
      padding-bottom: 50px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 64rem) {
      padding-bottom: 60px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:pl-5 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[34px\] {
    @media (width >= 64rem) {
      font-size: 34px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 64rem) {
      font-size: 42px;
    }
  }
  .lg\:text-\[56px\] {
    @media (width >= 64rem) {
      font-size: 56px;
    }
  }
  .lg\:text-\[66px\] {
    @media (width >= 64rem) {
      font-size: 66px;
    }
  }
  .lg\:text-\[96px\] {
    @media (width >= 64rem) {
      font-size: 96px;
    }
  }
  .lg\:text-\[160px\] {
    @media (width >= 64rem) {
      font-size: 160px;
    }
  }
  .lg\:text-\[240px\] {
    @media (width >= 64rem) {
      font-size: 240px;
    }
  }
  .lg\:tracking-\[-0\.56px\] {
    @media (width >= 64rem) {
      --tw-tracking: -0.56px;
      letter-spacing: -0.56px;
    }
  }
  .lg\:tracking-\[-0\.96px\] {
    @media (width >= 64rem) {
      --tw-tracking: -0.96px;
      letter-spacing: -0.96px;
    }
  }
  .lg\:tracking-\[-1\.2px\] {
    @media (width >= 64rem) {
      --tw-tracking: -1.2px;
      letter-spacing: -1.2px;
    }
  }
  .lg\:tracking-\[-1\.6px\] {
    @media (width >= 64rem) {
      --tw-tracking: -1.6px;
      letter-spacing: -1.6px;
    }
  }
  .lg\:tracking-\[-1\.36px\] {
    @media (width >= 64rem) {
      --tw-tracking: -1.36px;
      letter-spacing: -1.36px;
    }
  }
  .lg\:tracking-\[-1px\] {
    @media (width >= 64rem) {
      --tw-tracking: -1px;
      letter-spacing: -1px;
    }
  }
  .lg\:tracking-\[-2\.1px\] {
    @media (width >= 64rem) {
      --tw-tracking: -2.1px;
      letter-spacing: -2.1px;
    }
  }
  .lg\:tracking-\[-2\.64px\] {
    @media (width >= 64rem) {
      --tw-tracking: -2.64px;
      letter-spacing: -2.64px;
    }
  }
  .lg\:tracking-\[-4\.8px\] {
    @media (width >= 64rem) {
      --tw-tracking: -4.8px;
      letter-spacing: -4.8px;
    }
  }
  .lg\:tracking-\[-8px\] {
    @media (width >= 64rem) {
      --tw-tracking: -8px;
      letter-spacing: -8px;
    }
  }
  .lg\:tracking-\[-12px\] {
    @media (width >= 64rem) {
      --tw-tracking: -12px;
      letter-spacing: -12px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@layer utilities {
  .gap-\[8px\] {
    gap: 8px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .h-\[64px\] {
    height: 64px;
  }
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/Stetica-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/Stetica-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/Stetica-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/Stetica-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/Stetica-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/Stetica-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/Stetica-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/Stetica-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@layer base {
  body {
    font-family: var(--font-sans);
    color: var(--color-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .block-newair-page-title {
    display: none;
  }
  header.sticky {
    position: sticky;
    top: calc(var(--spacing) * 0);
    z-index: 40;
  }
}
.header-collapsible {
  overflow: hidden;
  max-height: 80px;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
#site-header.scrolled .header-collapsible {
  max-height: 0;
  opacity: 0;
}
.header-scroll-extras {
  display: none;
}
@media (min-width: 768px) {
  #site-header.scrolled .header-scroll-extras {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-scroll-phone {
    display: none;
  }
  #site-header.scrolled .header-scroll-phone {
    display: inline;
  }
}
#site-header {
  transition: box-shadow 0.3s ease;
}
#site-header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
#cart-badge-scroll {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--primary, #011773);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  pointer-events: none;
}
nav ul {
  margin: calc(var(--spacing) * 0);
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 50px;
  padding: calc(var(--spacing) * 0);
}
nav ul li {
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
}
nav ul a {
  font-size: 18px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -0.54px;
  letter-spacing: -0.54px;
  color: #011773;
  text-decoration-line: none;
  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));
  &:hover {
    @media (hover: hover) {
      color: #31428C;
    }
  }
  text-decoration: underline transparent;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
}
nav ul a:hover, nav ul a.is-active {
  text-decoration-color: currentColor;
}
footer nav ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer nav ul a {
  font-size: 16px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: -0.8px;
  letter-spacing: -0.8px;
  color: #787878;
  &:hover {
    @media (hover: hover) {
      color: #011773;
    }
  }
}
#mobile-menu nav ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#mobile-menu nav ul a {
  font-size: 24px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -0.96px;
  letter-spacing: -0.96px;
}
section .views-element-container {
  display: contents;
}
section .views-element-container > div {
  display: flex;
  gap: calc(var(--spacing) * 5);
}
section .views-element-container .view-content {
  margin: calc(var(--spacing) * 0);
  display: flex;
  list-style-type: none;
  gap: calc(var(--spacing) * 5);
  padding: calc(var(--spacing) * 0);
}
section .views-element-container .views-row {
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
}
section .views-element-container form, section .views-element-container nav.pager, section .views-element-container .view-header, section .views-element-container .feed-icons {
  display: none;
}
section .views-element-container .item-list {
  margin: calc(var(--spacing) * 0);
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
}
section .views-element-container .item-list ul {
  margin: calc(var(--spacing) * 0);
  display: flex;
  list-style-type: none;
  gap: calc(var(--spacing) * 5);
  padding: calc(var(--spacing) * 0);
}
section .views-element-container .item-list li {
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
}
.views-exposed-form .bef-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.views-exposed-form .bef-checkboxes .form-type-checkbox {
  margin: calc(var(--spacing) * 0);
  display: flex;
  align-items: center;
  gap: 10px;
}
.views-exposed-form .bef-checkboxes input[type="checkbox"] {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 3px;
  accent-color: #31428C;
  border: 2px solid #787878;
}
.views-exposed-form .bef-checkboxes input[type="checkbox"]:checked {
  border-color: #31428C;
}
.views-exposed-form .bef-checkboxes label {
  margin: calc(var(--spacing) * 0);
  cursor: pointer;
  padding: calc(var(--spacing) * 0);
  font-size: 24px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: -1.2px;
  letter-spacing: -1.2px;
  color: #787878;
}
.views-exposed-form .bef-checkboxes input[type="checkbox"]:checked + label, .views-exposed-form .bef-checkboxes input[type="checkbox"]:checked ~ label {
  color: #31428C;
}
.catalog-filter-sidebar .form-submit.js-hide {
  display: block !important;
}
.catalog-filter-sidebar .form-submit {
  height: 60px;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  --tw-border-style: none;
  border-style: none;
  background-color: #011773;
  font-size: 24px;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -0.96px;
  letter-spacing: -0.96px;
  color: var(--color-white);
  text-transform: uppercase;
  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));
  &:hover {
    @media (hover: hover) {
      background-color: #31428C;
    }
  }
}
.bef-select-all-none {
  display: none;
}
.catalog-filter-sidebar .ajax-progress-throbber {
  display: none;
}
.catalog-page .views-element-container .view-content {
  margin: calc(var(--spacing) * 0);
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--spacing) * 5);
  padding: calc(var(--spacing) * 0);
}
.catalog-page .views-element-container .views-row {
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
}
.checkbox {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox.default {
  border: 1px solid var(--light-gray, #a8afca);
  background: transparent;
}
.checkbox.hover {
  border: 1px solid var(--accent, #31428C);
  background: transparent;
}
.checkbox.active {
  border: 1px solid var(--accent, #31428C);
  background: var(--accent, #31428C);
}
.checkbox.active svg {
  display: block;
}
.checkbox.default svg, .checkbox.hover svg {
  display: none;
}
.filter-type {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.filter-type .checkbox {
  flex-shrink: 0;
}
.tag-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.tag-filter.default {
  background: var(--muted-bg, #DFE2EB);
  color: var(--primary, #011773);
}
.tag-filter.active {
  background: var(--primary, #011773);
  color: #fff;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 0;
}
.pagination .page {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--primary, #011773);
  border-radius: 4px;
  cursor: pointer;
  background: none;
  border: none;
}
.pagination .page:hover {
  background: var(--muted-bg, #DFE2EB);
}
.pagination .page.active {
  background: var(--primary, #011773);
  color: #fff;
}
.pagination .dots {
  width: 40px;
  text-align: center;
  color: var(--primary, #011773);
  font-size: 16px;
  letter-spacing: -0.8px;
  background: none;
  border: none;
}
.pagination .arrow {
  font-size: 18px;
  color: var(--primary, #011773);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
}
.pagination .arrow:hover {
  background: var(--muted-bg, #DFE2EB);
}
nav.pager {
  margin-top: calc(var(--spacing) * 8);
  display: flex;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
}
nav.pager .pager__item {
  margin: calc(var(--spacing) * 0);
}
nav.pager .pager__link, nav.pager .pager__item--current {
  display: flex;
  height: calc(var(--spacing) * 10);
  width: calc(var(--spacing) * 10);
  align-items: center;
  justify-content: center;
  font-size: 16px;
  --tw-tracking: -0.8px;
  letter-spacing: -0.8px;
  color: #011773;
  text-decoration-line: none;
  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));
  &:hover {
    @media (hover: hover) {
      background-color: #DFE2EB;
    }
  }
}
nav.pager .pager__item--current {
  background-color: #011773;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
#cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--primary, #011773);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  pointer-events: none;
}
#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.toast {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--blue-light, #b9bfda);
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-size: 14px;
  letter-spacing: -0.56px;
  color: var(--primary, #011773);
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.3s ease;
}
.toast-show {
  opacity: 1;
  transform: translateX(0);
}
.toast-hide {
  opacity: 0;
  transform: translateX(40px);
}
.toast-icon {
  flex-shrink: 0;
  display: flex;
}
.toast-text {
  white-space: nowrap;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.categories-grid > a {
  height: 200px;
}
@media (min-width: 768px) {
  .categories-grid > a {
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 346px);
    grid-auto-flow: dense;
  }
  .categories-grid > a {
    height: auto;
  }
  .categories-grid .cat-noninverter {
    grid-column: 1;
    grid-row: 1;
  }
  .categories-grid .cat-cassette {
    grid-column: 2;
    grid-row: 1;
  }
  .categories-grid .cat-mobile {
    grid-column: 3;
    grid-row: 1 / 3;
  }
  .categories-grid .cat-multi {
    grid-column: 4;
    grid-row: 1;
  }
  .categories-grid .cat-inverter {
    grid-column: 1;
    grid-row: 2;
  }
  .categories-grid .cat-column {
    grid-column: 2;
    grid-row: 2 / 4;
  }
  .categories-grid .cat-duct {
    grid-column: 4;
    grid-row: 2;
  }
  .categories-grid .cat-floor-ceiling {
    grid-column: 3;
    grid-row: 3;
  }
}
.cart-container {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 20px;
}
.cart-hero {
  background: #DFE2EB;
  height: 120px;
  display: flex;
  align-items: center;
}
.cart-hero__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-hero__subtitle {
  font-size: 14px;
  letter-spacing: -0.8px;
  color: #011773;
  margin: 0 0 6px;
  line-height: 1;
}
.cart-hero__title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -1.12px;
  color: #011773;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.cart-hero__right-text {
  display: none;
}
.cart-empty {
  padding: 30px 0;
}
.cart-empty__label {
  font-size: 14px;
  letter-spacing: -0.64px;
  color: #011773;
  margin-bottom: 20px;
}
.cart-empty__title {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -1.36px;
  color: #011773;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1;
}
.cart-empty__desc {
  font-size: 14px;
  letter-spacing: -0.64px;
  color: #000;
  max-width: 422px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.cart-empty__btn {
  display: inline-block;
  background: #011773;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  padding: 16px 40px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.cart-empty__btn:hover {
  background: #011773e6;
}
.cart-full {
  padding: 20px 0 60px;
}
.cart-full__label {
  font-size: 14px;
  letter-spacing: -0.64px;
  color: #011773;
  margin-bottom: 20px;
}
.cart-full__layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-full__main {
  flex: 1;
  min-width: 0;
}
.cart-summary {
  margin-top: 20px;
}
.cart-summary__row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
}
.cart-summary__label {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.72px;
  color: #000;
  text-transform: uppercase;
}
.cart-summary__total {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: #011773;
  text-transform: uppercase;
  line-height: 0.9;
  margin-right: 5.25rem;
}
.cart-full__btn-wrap {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.cart-full__btn {
  background: #011773;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  height: 50px;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: background 0.2s;
}
.cart-full__btn:hover {
  background: #011773e6;
}
.cart-full__info {
  padding-top: 15px;
}
.cart-full__info-text {
  font-size: 14px;
  letter-spacing: -0.64px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.cart-full__info-text:last-child {
  margin-bottom: 0;
}
.cart-item {
  display: flex;
  flex-direction: column;
}
.cart-item__image {
  flex-shrink: 0;
  padding: 16px 16px 0;
}
.cart-item__image-wrap {
  height: 160px;
  border: 1px solid #a8afca;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cart-item__image-wrap img {
  max-width: 85%;
  max-height: 95%;
  object-fit: contain;
}
.cart-item__content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 12px 16px 10px;
  min-width: 0;
}
.cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.cart-item__type {
  font-size: 14px;
  letter-spacing: -0.64px;
  color: #787878;
  font-weight: 500;
}
.cart-item__name {
  font-size: 18px;
  letter-spacing: -0.72px;
  color: #000;
  margin: 0;
  font-weight: 400;
}
.cart-item__specs {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}
.cart-item__spec {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart-item__spec span {
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #000;
}
.cart-item__right {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}
.cart-item__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-item__delete {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.cart-item__delete-text {
  font-size: 14px;
  color: #787878;
  letter-spacing: -0.64px;
  font-weight: 500;
}
.cart-item__old-price {
  font-weight: 500;
  font-size: 16px;
  color: #787878;
  text-decoration: line-through;
  letter-spacing: -0.64px;
}
.cart-item__discount {
  font-size: 16px;
  color: #c00;
  letter-spacing: -0.64px;
}
.cart-item__price {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: #011773;
  text-transform: uppercase;
  line-height: 0.9;
}
.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cart-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cart-modal__dialog {
  position: relative;
  background: #fff;
  padding: 30px;
  width: 100%;
  text-align: center;
  z-index: 10;
  border-radius: 16px 16px 0 0;
}
.cart-modal__title {
  font-weight: 500;
  font-size: 20px;
  color: #011773;
  margin: 0 0 16px;
}
.cart-modal__field {
  margin-bottom: 16px;
}
.cart-modal__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #a8afca;
  font-size: 16px;
  outline: none;
}
.cart-modal__input:focus {
  border-color: #011773;
}
.cart-modal__submit {
  background: #011773;
  color: #fff;
  border: 0;
  padding: 14px 40px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.cart-modal__submit:hover {
  background: #011773e6;
}
.cart-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: 0;
  font-size: 28px;
  color: #787878;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cart-container {
    padding: 0 40px;
  }
  .cart-hero {
    height: 160px;
  }
  .cart-hero__right-text {
    display: block;
    font-style: italic;
    font-size: 20px;
    letter-spacing: -1.2px;
    color: #011773;
    max-width: 397px;
    text-align: right;
    line-height: 1.2;
  }
  .cart-empty {
    padding: 50px 0;
  }
  .cart-empty__label {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cart-empty__title {
    font-size: 66px;
    letter-spacing: -2.64px;
    margin-bottom: 30px;
  }
  .cart-empty__desc {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .cart-empty__btn {
    font-size: 24px;
    padding: 18px 40px;
    width: auto;
    white-space: nowrap;
  }
  .cart-full {
    padding: 30px 0 80px;
  }
  .cart-full__label {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cart-summary {
    margin-top: 30px;
  }
  .cart-summary__row {
    gap: 20px;
    padding: 15px 0;
  }
  .cart-summary__label {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  .cart-summary__total {
    font-size: 32px;
    letter-spacing: -1.6px;
  }
  .cart-full__btn {
    font-size: 24px;
    letter-spacing: -0.96px;
    height: 60px;
    width: 430px;
  }
  .cart-full__info-text {
    font-size: 16px;
  }
  .cart-modal {
    align-items: center;
  }
  .cart-modal__dialog {
    max-width: 400px;
    width: 90%;
    padding: 40px;
    border-radius: 0;
  }
  .cart-modal__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .cart-modal__field {
    margin-bottom: 20px;
  }
  .cart-modal__input {
    font-size: 18px;
  }
  .cart-modal__submit {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .cart-container {
    padding: 0 0;
  }
  .cart-hero {
    height: 180px;
  }
  .cart-hero__inner {
    flex-direction: row;
    align-items: center;
  }
  .cart-hero__title {
    font-size: 80px;
    letter-spacing: -2.64px;
  }
  .cart-empty__btn {
    padding: 18px 99px;
  }
  .cart-hero__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cart-hero__right-text {
    font-size: 24px;
  }
  .cart-full__layout {
    flex-direction: row;
  }
  .cart-full__info {
    width: 422px;
    flex-shrink: 0;
    padding-top: 15px;
  }
  .cart-item {
    flex-direction: row;
  }
  .cart-item__image {
    width: 180px;
    padding: 16px 16px 16px 0;
  }
  .cart-item__image-wrap {
    height: 150px;
  }
  .cart-item__content {
    grid-template-columns: 1fr auto;
    padding: 16px 0 12px;
  }
  .cart-item__info {
    gap: 12px;
  }
  .cart-item__name {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
  .cart-item__type {
    font-size: 16px;
  }
  .cart-item__specs {
    gap: 24px;
  }
  .cart-item__spec span {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .cart-item__right {
    justify-items: end;
    gap: 8px;
  }
  .cart-item__price-row {
    gap: 15px;
  }
  .cart-item__old-price {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .cart-item__discount {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .cart-item__price {
    font-size: 28px;
    letter-spacing: -1.4px;
  }
}
.prose-content p:empty, .prose-content div:empty, .prose-content h1:empty, .prose-content h2:empty, .prose-content h3:empty, .prose-content h4:empty, .prose-content h5:empty, .prose-content h6:empty, .prose-content br:only-child {
  display: none;
}
.prose-content p, [data-tab-content="desc"] p {
  margin-bottom: 8px;
}
.prose-content ul, .prose-content ol, [data-tab-content="desc"] ul, [data-tab-content="desc"] ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prose-content li, [data-tab-content="desc"] li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.prose-content li::before, [data-tab-content="desc"] li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #011773;
}
.prose-content h2, .prose-content h3, .prose-content h4, .prose-content h5, [data-tab-content="desc"] h2, [data-tab-content="desc"] h3, [data-tab-content="desc"] h4, [data-tab-content="desc"] h5 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
  letter-spacing: -0.8px;
}
.prose-content h2:first-child, .prose-content h3:first-child, .prose-content h4:first-child, .prose-content h5:first-child, [data-tab-content="desc"] h2:first-child, [data-tab-content="desc"] h3:first-child, [data-tab-content="desc"] h4:first-child, [data-tab-content="desc"] h5:first-child {
  margin-top: 0;
}
.prose-content table, [data-tab-content="specs"] table {
  width: 100%;
  border-collapse: collapse;
}
.prose-content caption, [data-tab-content="specs"] caption {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.64px;
  color: #000;
  padding-bottom: 8px;
}
.prose-content thead, [data-tab-content="specs"] thead {
  border-bottom: 2px solid #011773;
}
.prose-content th, [data-tab-content="specs"] th {
  text-align: left;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.56px;
  color: #787878;
}
.prose-content tbody tr, [data-tab-content="specs"] tr {
  border-bottom: 1px solid #DFE2EB;
}
.prose-content tbody tr:last-child, [data-tab-content="specs"] tr:last-child {
  border-bottom: none;
}
.prose-content tbody tr:hover, [data-tab-content="specs"] tr:hover {
  background: #f3f3f3;
}
.prose-content td, [data-tab-content="specs"] td {
  padding: 12px 10px;
  font-size: 16px;
  letter-spacing: -0.64px;
  vertical-align: top;
  color: #000;
}
.prose-content td:first-child, [data-tab-content="specs"] td:first-child {
  color: #787878;
}
.prose-content td:last-child, [data-tab-content="specs"] td:last-child {
  text-align: right;
  color: #000;
}
.prose-content td:last-child:first-child, [data-tab-content="specs"] td:last-child:first-child {
  text-align: left;
  color: #787878;
}
[data-option-badge] {
  display: none;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.4px;
  font-weight: 700;
  color: #fff;
  background: #31428C;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
[data-option-badge]:not(.hidden) {
  display: inline-block;
}
@layer lg {
  [data-option-badge] {
    font-size: 14px;
    letter-spacing: -0.56px;
    padding: 3px 8px;
  }
}
.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.overflow-x-auto::-webkit-scrollbar {
  display: none;
}
.tab-btn.active {
  font-weight: 500;
  color: #011773;
  text-decoration: underline;
}
.tab-btn:not(.active) {
  font-weight: 400;
  color: #a8afca;
  text-decoration: none;
}
[data-tab-content="specs"] .table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  [data-tab-content="specs"] .table-scroll-wrapper {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  [data-tab-content="specs"] .table-scroll-wrapper {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  [data-product-prev], [data-product-next] {
    width: 44px;
    height: 44px;
  }
  [data-product-prev] {
    left: 10px;
  }
  [data-product-next] {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .similar-table-mobile td, .similar-table-mobile th {
    padding: 8px 6px;
    font-size: 13px;
    letter-spacing: -0.4px;
  }
  .similar-table-mobile .similar-table-hide-mobile {
    display: none;
  }
  .similar-table-mobile col.similar-table-hide-mobile {
    display: none;
  }
}
.views-exposed-form--nashi-raboty-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #011773;
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1.2px;
  color: #011773;
  padding: 4px 8px;
  cursor: pointer;
  outline: none;
}
.views-exposed-form--nashi-raboty-page select:focus {
  border-bottom-color: #31428C;
}
.views-element-container .pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.views-element-container .pager__items {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.views-element-container .pager__item {
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: none;
}
.views-element-container .pager__item a {
  color: #787878;
  text-decoration: none;
  padding: 4px 8px;
  transition: color 0.2s;
}
.views-element-container .pager__item a:hover {
  color: #011773;
}
.views-element-container .pager__item.is-active {
  color: #011773;
  font-weight: 500;
}
.views-element-container .pager__item--ellipsis {
  color: #787878;
}
.views-exposed-form--nashi-raboty-page .form-actions {
  display: none;
}
.login-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.login-form.card, .login-form.card-body {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  max-width: none;
  width: auto;
}
.login-form .text-center {
  display: none;
}
.login-form .form-item {
  margin: 0;
}
.login-input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #a8afca;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 1.1;
  color: #011773;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}
.login-input::placeholder {
  color: #787878;
}
.login-input:focus {
  border-color: #011773;
}
.login-submit {
  display: block;
  width: 100%;
  height: 60px;
  background: #011773;
  color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.96px;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 15px;
}
.login-submit:hover {
  background: #011773e6;
}
.login-form .user-login-form__links {
  margin-top: 10px;
}
.login-form .user-login-form__links a {
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #787878;
  text-decoration: none;
}
.login-form .user-login-form__links a:hover {
  color: #011773;
}
.news-row {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  text-decoration: none;
}
.news-row .news-row-photo {
  width: 300px;
  height: 200px;
  background: var(--muted-bg, #DFE2EB);
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.news-row .news-row-title {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  letter-spacing: -1.12px;
  margin: 0;
}
.news-row .news-row-date {
  font-size: 16px;
  font-weight: 400;
  color: #787878;
  letter-spacing: -0.8px;
  margin-top: 12px;
}
.news-row:hover {
  background: var(--muted-bg, #DFE2EB);
}
.news-row:hover .news-row-title {
  color: #011773;
}
@media (max-width: 767px) {
  .news-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .news-row .news-row-photo {
    width: 100%;
    height: 200px;
  }
  .news-row .news-row-title {
    font-size: 22px;
    letter-spacing: -0.88px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-row {
    gap: 30px;
  }
  .news-row .news-row-photo {
    width: 240px;
    height: 160px;
  }
  .news-row .news-row-title {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
}
@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-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-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-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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-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-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-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-content: "";
    }
  }
}
