/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 10px;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --color-red-600: #d41c19;
    --color-red-500: #e52421;
    --color-red-50: #fcf3f2;
    --color-blue-600: #0257b2;
    --color-blue-500: #076dcd;
    --color-marine-800: #0a3761;
    --color-green-600: #30a874;
    --color-green-500: #38bf84;
    --color-green-50: #f2fcf8;
    --color-yellow-500: #fec002;
    --color-orange-600: #dd4400;
    --color-orange-500: #ff6600;
    --color-gray-900: #2d2d2d;
    --color-gray-700: #767676;
    --color-gray-600: #b4b4b4;
    --color-gray-500: #d2d2d2;
    --color-gray-400: #dcdcdc;
    --color-gray-300: #e6e6e6;
    --color-gray-200: #f0f0f0;
    --color-gray-100: #f5f5f5;
    --color-white-100: #ffffff;
    --font-sans: 'Roboto', 'idealo', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  }
}
@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 {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0;
  }
  .inset-x-0 {
    inset-inline: 0;
  }
  .inset-y-0 {
    inset-block: 0;
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .-top-\[50px\] {
    top: calc(50px * -1);
  }
  .top-0 {
    top: 0;
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[2\.5px\] {
    top: 2.5px;
  }
  .top-\[3px\] {
    top: 3px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-full {
    top: 100%;
  }
  .-right-\[5px\] {
    right: calc(5px * -1);
  }
  .right-0 {
    right: 0;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[2\.5px\] {
    right: 2.5px;
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-1 {
    bottom: var(--spacing);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: 0;
  }
  .left-1 {
    left: var(--spacing);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[9px\] {
    left: 9px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .z-\[992\] {
    z-index: 992;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1040\] {
    z-index: 1040;
  }
  .z-\[1050\] {
    z-index: 1050;
  }
  .z-auto {
    z-index: auto;
  }
  .order-2 {
    order: 2;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 840px) {
      max-width: 840px;
    }
    @media (width >= 960px) {
      max-width: 960px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .m-0 {
    margin: 0;
  }
  .m-1 {
    margin: var(--spacing);
  }
  .m-1\.5 {
    margin: calc(var(--spacing) * 1.5);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mx-0 {
    margin-inline: 0;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: 0;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-3\.25 {
    margin-top: calc(var(--spacing) * 3.25);
  }
  .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-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-6 {
    margin-right: calc(var(--spacing) * -6);
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-2\.5 {
    margin-right: calc(var(--spacing) * 2.5);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-\[5px\] {
    margin-right: 5px;
  }
  .mr-\[15px\] {
    margin-right: 15px;
  }
  .mr-px {
    margin-right: 1px;
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-3\.75 {
    margin-bottom: calc(var(--spacing) * 3.75);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .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;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-fit {
    width: fit-content;
    height: fit-content;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\/5 {
    height: calc(2 / 5 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-13\.25 {
    height: calc(var(--spacing) * 13.25);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[135px\] {
    height: 135px;
  }
  .h-\[401px\] {
    height: 401px;
  }
  .h-\[421px\] {
    height: 421px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[85\%\] {
    max-height: 85%;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .min-h-5 {
    min-height: calc(var(--spacing) * 5);
  }
  .min-h-10\.5 {
    min-height: calc(var(--spacing) * 10.5);
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[140px\] {
    min-height: 140px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[272px\] {
    width: 272px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[calc\(100\%-6\.75rem\)\] {
    width: calc(100% - 6.75rem);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-210 {
    max-width: calc(var(--spacing) * 210);
  }
  .max-w-240 {
    max-width: calc(var(--spacing) * 240);
  }
  .max-w-\[49px\] {
    max-width: 49px;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[210px\] {
    max-width: 210px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[569px\] {
    max-width: 569px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-\[40px\] {
    min-width: 40px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[132px\] {
    min-width: 132px;
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .min-w-\[156px\] {
    min-width: 156px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-1\/2 {
    flex-basis: calc(1 / 2 * 100%);
  }
  .table-fixed {
    table-layout: fixed;
  }
  .origin-\[50\%_100\%\] {
    transform-origin: 50% 100%;
  }
  .origin-top-left {
    transform-origin: 0 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-4 {
    --tw-translate-x: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-64 {
    --tw-translate-x: calc(var(--spacing) * -64);
    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);
  }
  .-translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce-vertical-delay-1 {
    animation: dotsBounce 0.7s infinite ease-in-out;
    animation-delay: 0.2s;
  }
  .animate-bounce-vertical-delay-2 {
    animation: dotsBounce 0.7s infinite ease-in-out;
    animation-delay: 0.4s;
  }
  .animate-bounce-vertical {
    animation: dotsBounce 0.7s infinite ease-in-out;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .auto-rows-min {
    grid-auto-rows: min-content;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-1\.25 {
    gap: calc(var(--spacing) * 1.25);
  }
  .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-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-7 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-t-\[inherit\] {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-l-sm {
    border-top-left-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .rounded-tr-sm {
    border-top-right-radius: var(--radius-sm);
  }
  .rounded-b-md {
    border-bottom-right-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-b-sm {
    border-bottom-right-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#0771D0\] {
    border-color: #0771D0;
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-blue-500\/15 {
    border-color: color-mix(in srgb, #076dcd 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-500) 15%, transparent);
    }
  }
  .border-blue-500\/40 {
    border-color: color-mix(in srgb, #076dcd 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-500) 40%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-\[rgba\(0\,0\,0\,0\.6\)\] {
    background-color: rgba(0,0,0,0.6);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-500\/5 {
    background-color: color-mix(in srgb, #076dcd 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-500) 5%, transparent);
    }
  }
  .bg-blue-500\/10 {
    background-color: color-mix(in srgb, #076dcd 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
    }
  }
  .bg-blue-500\/40 {
    background-color: color-mix(in srgb, #076dcd 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-blue-500) 40%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-gray-700\/60 {
    background-color: color-mix(in srgb, #767676 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-700) 60%, transparent);
    }
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white-100 {
    background-color: var(--color-white-100);
  }
  .bg-white-100\/80 {
    background-color: color-mix(in srgb, #ffffff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white-100) 80%, transparent);
    }
  }
  .bg-white-100\/85 {
    background-color: color-mix(in srgb, #ffffff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white-100) 85%, transparent);
    }
  }
  .bg-white-100\/92 {
    background-color: color-mix(in srgb, #ffffff 92%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white-100) 92%, transparent);
    }
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-none {
    background-image: none;
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white-100 {
    --tw-gradient-from: var(--color-white-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-white-100 {
    --tw-gradient-via: var(--color-white-100);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[45px\] {
    --tw-gradient-via-position: 45px;
  }
  .to-white-100 {
    --tw-gradient-to: var(--color-white-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white-100\/30 {
    --tw-gradient-to: color-mix(in srgb, #ffffff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-white-100) 30%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-blue-500 {
    fill: var(--color-blue-500);
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-gray-700 {
    fill: var(--color-gray-700);
  }
  .fill-gray-900 {
    fill: var(--color-gray-900);
  }
  .fill-green-500 {
    fill: var(--color-green-500);
  }
  .fill-red-500 {
    fill: var(--color-red-500);
  }
  .fill-white-100 {
    fill: var(--color-white-100);
  }
  .fill-yellow-500 {
    fill: var(--color-yellow-500);
  }
  .stroke-blue-500 {
    stroke: var(--color-blue-500);
  }
  .stroke-current {
    stroke: currentColor;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.75 {
    padding: calc(var(--spacing) * 3.75);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .py-0 {
    padding-block: 0;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .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-\[5px\] {
    padding-block: 5px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-px {
    padding-block: 1px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[26px\] {
    padding-top: 26px;
  }
  .pr-0\.5 {
    padding-right: calc(var(--spacing) * 0.5);
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pr-1\.5 {
    padding-right: calc(var(--spacing) * 1.5);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[22px\] {
    padding-bottom: 22px;
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-6\.5 {
    padding-left: calc(var(--spacing) * 6.5);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .pl-px {
    padding-left: 1px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-top {
    vertical-align: top;
  }
  .text-article {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .text-h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
  }
  .text-h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }
  .text-h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .text-h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
  .text-label1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .text-label2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .text-label3 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
  .text-paragraph1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .text-paragraph2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .text-paragraph3 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-3\.5 {
    --tw-leading: calc(var(--spacing) * 3.5);
    line-height: calc(var(--spacing) * 3.5);
  }
  .leading-4\.5 {
    --tw-leading: calc(var(--spacing) * 4.5);
    line-height: calc(var(--spacing) * 4.5);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-5\.5 {
    --tw-leading: calc(var(--spacing) * 5.5);
    line-height: calc(var(--spacing) * 5.5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-6\.5 {
    --tw-leading: calc(var(--spacing) * 6.5);
    line-height: calc(var(--spacing) * 6.5);
  }
  .leading-7\.5 {
    --tw-leading: calc(var(--spacing) * 7.5);
    line-height: calc(var(--spacing) * 7.5);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.25rem\] {
    --tw-leading: 1.25rem;
    line-height: 1.25rem;
  }
  .leading-\[11px\] {
    --tw-leading: 11px;
    line-height: 11px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .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);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[var\(--legacy-link-blue\,\#3e77aa\)\] {
    color: var(--legacy-link-blue,#3e77aa);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-500\/40 {
    color: color-mix(in srgb, #076dcd 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-blue-500) 40%, transparent);
    }
  }
  .text-blue-500\/50 {
    color: color-mix(in srgb, #076dcd 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
    }
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-marine-800 {
    color: var(--color-marine-800);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white-100 {
    color: var(--color-white-100);
  }
  .text-white-100\/40 {
    color: color-mix(in srgb, #ffffff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white-100) 40%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-600 {
    &::placeholder {
      color: var(--color-gray-600);
    }
  }
  .placeholder-gray-700 {
    &::placeholder {
      color: var(--color-gray-700);
    }
  }
  .placeholder-red-500 {
    &::placeholder {
      color: var(--color-red-500);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .shadow-2 {
    --tw-shadow: 0 0 30px 0 var(--tw-shadow-color, rgba(45, 45, 45, 0.33));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-3 {
    --tw-shadow: 0 10px 20px 0 var(--tw-shadow-color, rgba(45, 45, 45, 0.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, 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));
  }
  .delay-0 {
    transition-delay: 0ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .black-friday-badge-clip {
    clip-path: polygon(0% 0%, 100% 0%, 1px 100%, 0% 100%, 0% 0%);
  }
  .\*\:stroke-current {
    :is(& > *) {
      stroke: currentColor;
    }
  }
  .\*\:stroke-current {
    :is(& > *) {
      stroke: currentcolor;
    }
  }
  .group-hover\/slider\:flex {
    &:is(:where(.group\/slider):hover *) {
      @media (hover: hover) {
        display: flex;
      }
    }
  }
  .group-data-\[collapsed\]\:hidden {
    &:is(:where(.group)[data-collapsed] *) {
      display: none;
    }
  }
  .peer-hover\:visible {
    &:is(:where(.peer):hover ~ *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .peer-hover\:opacity-100 {
    &:is(:where(.peer):hover ~ *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .peer-focus\:rotate-180 {
    &:is(:where(.peer):focus ~ *) {
      rotate: 180deg;
    }
  }
  .peer-focus-visible\:visible {
    &:is(:where(.peer):focus-visible ~ *) {
      visibility: visible;
    }
  }
  .peer-focus-visible\:opacity-100 {
    &:is(:where(.peer):focus-visible ~ *) {
      opacity: 100%;
    }
  }
  .placeholder\:text-transparent {
    &::placeholder {
      color: transparent;
    }
  }
  .before\:invisible {
    &::before {
      content: var(--tw-content);
      visibility: hidden;
    }
  }
  .before\:visible {
    &::before {
      content: var(--tw-content);
      visibility: visible;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-0 {
    &::before {
      content: var(--tw-content);
      inset: 0;
    }
  }
  .before\:left-\[70\%\]\! {
    &::before {
      content: var(--tw-content);
      left: 70% !important;
    }
  }
  .before\:z-\[1002\] {
    &::before {
      content: var(--tw-content);
      z-index: 1002;
    }
  }
  .before\:scale-0 {
    &::before {
      content: var(--tw-content);
      --tw-scale-x: 0%;
      --tw-scale-y: 0%;
      --tw-scale-z: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .before\:rounded-\[inherit\] {
    &::before {
      content: var(--tw-content);
      border-radius: inherit;
    }
  }
  .before\:bg-blue-500\/10 {
    &::before {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #076dcd 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
      }
    }
  }
  .before\:bg-\[length\:contain\] {
    &::before {
      content: var(--tw-content);
      background-size: contain;
    }
  }
  .before\:opacity-0 {
    &::before {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .before\:opacity-100 {
    &::before {
      content: var(--tw-content);
      opacity: 100%;
    }
  }
  .before\:transition-\[opacity\,scale\] {
    &::before {
      content: var(--tw-content);
      transition-property: opacity,scale;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:duration-200 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .before\:ease-out {
    &::before {
      content: var(--tw-content);
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .before\:content-\[\"\"\] {
    &::before {
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .after\:m-0\.5 {
    &::after {
      content: var(--tw-content);
      margin: calc(var(--spacing) * 0.5);
    }
  }
  .after\:mt-\[2px\] {
    &::after {
      content: var(--tw-content);
      margin-top: 2px;
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:h-\[18px\] {
    &::after {
      content: var(--tw-content);
      height: 18px;
    }
  }
  .after\:scale-0 {
    &::after {
      content: var(--tw-content);
      --tw-scale-x: 0%;
      --tw-scale-y: 0%;
      --tw-scale-z: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .after\:scale-100 {
    &::after {
      content: var(--tw-content);
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-blue-500 {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-blue-500);
    }
  }
  .after\:bg-gray-600 {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-gray-600);
    }
  }
  .after\:bg-red-500 {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-red-500);
    }
  }
  .after\:content-\[\"\"\] {
    &::after {
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .hover\:animate-alarm-clock-outline {
    &:hover {
      @media (hover: hover) {
        animation: alarmclockOutline 4s ease-in-out 0.25s infinite;
      }
    }
  }
  .hover\:animate-heart-outline {
    &:hover {
      @media (hover: hover) {
        animation: heartOutline 2s ease-in-out 0.25s infinite;
      }
    }
  }
  .hover\:animate-letter-outline {
    &:hover {
      @media (hover: hover) {
        animation: letterOutline 2.2s ease infinite;
      }
    }
  }
  .hover\:animate-settings-outline {
    &:hover {
      @media (hover: hover) {
        animation: spin 2s ease-in-out 0.25s;
      }
    }
  }
  .hover\:cursor-not-allowed {
    &:hover {
      @media (hover: hover) {
        cursor: not-allowed;
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .hover\:border-2 {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
    }
  }
  .hover\:border-blue-600 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-600);
      }
    }
  }
  .hover\:border-gray-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-500);
      }
    }
  }
  .hover\:border-gray-600 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-600);
      }
    }
  }
  .hover\:border-gray-900 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-900);
      }
    }
  }
  .hover\:border-red-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-red-500);
      }
    }
  }
  .hover\:bg-blue-500\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #076dcd 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-blue-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-600);
      }
    }
  }
  .hover\:bg-blue-600\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #0257b2 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-blue-600) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-gray-300 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-300);
      }
    }
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:bg-green-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-600);
      }
    }
  }
  .hover\:bg-orange-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-600);
      }
    }
  }
  .hover\:bg-red-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-600);
      }
    }
  }
  .hover\:fill-blue-600 {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-blue-600);
      }
    }
  }
  .hover\:fill-current {
    &:hover {
      @media (hover: hover) {
        fill: currentcolor;
      }
    }
  }
  .hover\:fill-gray-900 {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-gray-900);
      }
    }
  }
  .hover\:stroke-blue-600 {
    &:hover {
      @media (hover: hover) {
        stroke: var(--color-blue-600);
      }
    }
  }
  .hover\:text-blue-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-500);
      }
    }
  }
  .hover\:text-blue-500\/50 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #076dcd 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
        }
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-orange-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-500);
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:before\:scale-100 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          --tw-scale-x: 100%;
          --tw-scale-y: 100%;
          --tw-scale-z: 100%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .hover\:before\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          opacity: 100%;
        }
      }
    }
  }
  .hover\:after\:border-red-500 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          border-color: var(--color-red-500);
        }
      }
    }
  }
  .hover\:after\:bg-blue-600 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          background-color: var(--color-blue-600);
        }
      }
    }
  }
  .hover\:after\:bg-gray-600 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          background-color: var(--color-gray-600);
        }
      }
    }
  }
  .hover\:after\:bg-red-500 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          background-color: var(--color-red-500);
        }
      }
    }
  }
  .focus\:border {
    &:focus {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .focus\:border-blue-500 {
    &:focus {
      border-color: var(--color-blue-500);
    }
  }
  .focus\:border-blue-600 {
    &:focus {
      border-color: var(--color-blue-600);
    }
  }
  .focus\:border-red-500 {
    &:focus {
      border-color: var(--color-red-500);
    }
  }
  .focus\:text-blue-500 {
    &:focus {
      color: var(--color-blue-500);
    }
  }
  .focus\:text-red-500 {
    &:focus {
      color: var(--color-red-500);
    }
  }
  .focus\:text-white-100 {
    &:focus {
      color: var(--color-white-100);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-blue-600 {
    &:focus {
      --tw-ring-color: var(--color-blue-600);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:border {
    &:focus-visible {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .focus-visible\:border-blue-600 {
    &:focus-visible {
      border-color: var(--color-blue-600);
    }
  }
  .focus-visible\:bg-blue-600 {
    &:focus-visible {
      background-color: var(--color-blue-600);
    }
  }
  .focus-visible\:bg-blue-600\/10 {
    &:focus-visible {
      background-color: color-mix(in srgb, #0257b2 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-blue-600) 10%, transparent);
      }
    }
  }
  .focus-visible\:bg-green-600 {
    &:focus-visible {
      background-color: var(--color-green-600);
    }
  }
  .focus-visible\:bg-orange-600 {
    &:focus-visible {
      background-color: var(--color-orange-600);
    }
  }
  .focus-visible\:bg-red-600 {
    &:focus-visible {
      background-color: var(--color-red-600);
    }
  }
  .focus-visible\:text-blue-600 {
    &:focus-visible {
      color: var(--color-blue-600);
    }
  }
  .focus-visible\:underline {
    &:focus-visible {
      text-decoration-line: underline;
    }
  }
  .focus-visible\:outline-hidden {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:outline-1 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-offset-4 {
    &:focus-visible {
      outline-offset: 4px;
    }
  }
  .focus-visible\:outline-marine-800 {
    &:focus-visible {
      outline-color: var(--color-marine-800);
    }
  }
  .focus-visible\:outline-dotted {
    &:focus-visible {
      --tw-outline-style: dotted;
      outline-style: dotted;
    }
  }
  .disabled\:hidden {
    &:disabled {
      display: none;
    }
  }
  .disabled\:border-blue-500\/40 {
    &:disabled {
      border-color: color-mix(in srgb, #076dcd 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-blue-500) 40%, transparent);
      }
    }
  }
  .disabled\:bg-blue-500\/40 {
    &:disabled {
      background-color: color-mix(in srgb, #076dcd 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-blue-500) 40%, transparent);
      }
    }
  }
  .disabled\:bg-green-500\/40 {
    &:disabled {
      background-color: color-mix(in srgb, #38bf84 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-green-500) 40%, transparent);
      }
    }
  }
  .disabled\:bg-orange-500\/40 {
    &:disabled {
      background-color: color-mix(in srgb, #ff6600 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-orange-500) 40%, transparent);
      }
    }
  }
  .disabled\:bg-red-500\/40 {
    &:disabled {
      background-color: color-mix(in srgb, #e52421 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-red-500) 40%, transparent);
      }
    }
  }
  .disabled\:text-blue-500\/40 {
    &:disabled {
      color: color-mix(in srgb, #076dcd 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-blue-500) 40%, transparent);
      }
    }
  }
  .disabled\:text-white-100\/40 {
    &:disabled {
      color: color-mix(in srgb, #ffffff 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white-100) 40%, transparent);
      }
    }
  }
  .has-focus-visible\:-mr-4 {
    &:has(*:focus-visible) {
      margin-right: calc(var(--spacing) * -4);
    }
  }
  .has-focus-visible\:pr-4 {
    &:has(*:focus-visible) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .has-\[\:focus-visible\]\:outline-2 {
    &:has(*:is(:focus-visible)) {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .has-\[\:focus-visible\]\:outline-offset-2 {
    &:has(*:is(:focus-visible)) {
      outline-offset: 2px;
    }
  }
  .has-\[\:focus-visible\]\:outline-marine-800 {
    &:has(*:is(:focus-visible)) {
      outline-color: var(--color-marine-800);
    }
  }
  .has-\[\:focus-visible\]\:outline-dotted {
    &:has(*:is(:focus-visible)) {
      --tw-outline-style: dotted;
      outline-style: dotted;
    }
  }
  .aria-disabled\:hidden {
    &[aria-disabled="true"] {
      display: none;
    }
  }
  .max-sm\:mb-\[15px\] {
    @media (width < 600px) {
      margin-bottom: 15px;
    }
  }
  .max-sm\:h-auto {
    @media (width < 600px) {
      height: auto;
    }
  }
  .max-sm\:max-w-\[139px\] {
    @media (width < 600px) {
      max-width: 139px;
    }
  }
  .max-sm\:max-w-\[155px\] {
    @media (width < 600px) {
      max-width: 155px;
    }
  }
  .max-sm\:flex-col {
    @media (width < 600px) {
      flex-direction: column;
    }
  }
  .max-sm\:items-start {
    @media (width < 600px) {
      align-items: flex-start;
    }
  }
  .max-sm\:p-2 {
    @media (width < 600px) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .max-sm\:text-sm {
    @media (width < 600px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-sm\:text-xl {
    @media (width < 600px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-sm\:leading-\[26px\] {
    @media (width < 600px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .max-sm\:whitespace-normal {
    @media (width < 600px) {
      white-space: normal;
    }
  }
  .xs\:w-\[160px\] {
    @media (width >= 480px) {
      width: 160px;
    }
  }
  .xs\:w-\[232px\] {
    @media (width >= 480px) {
      width: 232px;
    }
  }
  .xs\:-translate-x-\[40px\] {
    @media (width >= 480px) {
      --tw-translate-x: calc(40px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xs\:-translate-y-1\/2 {
    @media (width >= 480px) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xs\:text-xs {
    @media (width >= 480px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .xs\:before\:left-\[80\%\]\! {
    @media (width >= 480px) {
      &::before {
        content: var(--tw-content);
        left: 80% !important;
      }
    }
  }
  .sm\:absolute {
    @media (width >= 600px) {
      position: absolute;
    }
  }
  .sm\:top-1\/2 {
    @media (width >= 600px) {
      top: calc(1 / 2 * 100%);
    }
  }
  .sm\:top-4 {
    @media (width >= 600px) {
      top: calc(var(--spacing) * 4);
    }
  }
  .sm\:top-\[5px\] {
    @media (width >= 600px) {
      top: 5px;
    }
  }
  .sm\:top-full {
    @media (width >= 600px) {
      top: 100%;
    }
  }
  .sm\:right-4 {
    @media (width >= 600px) {
      right: calc(var(--spacing) * 4);
    }
  }
  .sm\:right-\[5px\] {
    @media (width >= 600px) {
      right: 5px;
    }
  }
  .sm\:right-full {
    @media (width >= 600px) {
      right: 100%;
    }
  }
  .sm\:bottom-2 {
    @media (width >= 600px) {
      bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:bottom-auto {
    @media (width >= 600px) {
      bottom: auto;
    }
  }
  .sm\:left-1\/2 {
    @media (width >= 600px) {
      left: calc(1 / 2 * 100%);
    }
  }
  .sm\:left-full {
    @media (width >= 600px) {
      left: 100%;
    }
  }
  .sm\:col-span-4 {
    @media (width >= 600px) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:mt-3\.5 {
    @media (width >= 600px) {
      margin-top: calc(var(--spacing) * 3.5);
    }
  }
  .sm\:mr-3 {
    @media (width >= 600px) {
      margin-right: calc(var(--spacing) * 3);
    }
  }
  .sm\:mr-3\.5 {
    @media (width >= 600px) {
      margin-right: calc(var(--spacing) * 3.5);
    }
  }
  .sm\:mb-\[25px\] {
    @media (width >= 600px) {
      margin-bottom: 25px;
    }
  }
  .sm\:ml-3\.5 {
    @media (width >= 600px) {
      margin-left: calc(var(--spacing) * 3.5);
    }
  }
  .sm\:flex {
    @media (width >= 600px) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 600px) {
      display: none;
    }
  }
  .sm\:h-5 {
    @media (width >= 600px) {
      height: calc(var(--spacing) * 5);
    }
  }
  .sm\:h-11 {
    @media (width >= 600px) {
      height: calc(var(--spacing) * 11);
    }
  }
  .sm\:h-\[178px\] {
    @media (width >= 600px) {
      height: 178px;
    }
  }
  .sm\:max-h-\[85vh\] {
    @media (width >= 600px) {
      max-height: 85vh;
    }
  }
  .sm\:w-1\/3 {
    @media (width >= 600px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .sm\:w-2\/3 {
    @media (width >= 600px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .sm\:w-auto {
    @media (width >= 600px) {
      width: auto;
    }
  }
  .sm\:max-w-\[300px\] {
    @media (width >= 600px) {
      max-width: 300px;
    }
  }
  .sm\:max-w-\[320px\] {
    @media (width >= 600px) {
      max-width: 320px;
    }
  }
  .sm\:max-w-\[600px\] {
    @media (width >= 600px) {
      max-width: 600px;
    }
  }
  .sm\:max-w-\[900px\] {
    @media (width >= 600px) {
      max-width: 900px;
    }
  }
  .sm\:min-w-\[224px\] {
    @media (width >= 600px) {
      min-width: 224px;
    }
  }
  .sm\:-translate-x-1\/2 {
    @media (width >= 600px) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:-translate-x-\[16px\] {
    @media (width >= 600px) {
      --tw-translate-x: calc(16px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:-translate-x-\[50\%\] {
    @media (width >= 600px) {
      --tw-translate-x: calc(50% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:-translate-x-\[90\%\] {
    @media (width >= 600px) {
      --tw-translate-x: calc(90% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:-translate-y-1\/2 {
    @media (width >= 600px) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:-translate-y-3\/4 {
    @media (width >= 600px) {
      --tw-translate-y: calc(calc(3 / 4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:-translate-y-4 {
    @media (width >= 600px) {
      --tw-translate-y: calc(var(--spacing) * -4);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:transform {
    @media (width >= 600px) {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .sm\:grid-cols-5 {
    @media (width >= 600px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .sm\:flex-col {
    @media (width >= 600px) {
      flex-direction: column;
    }
  }
  .sm\:flex-row-reverse {
    @media (width >= 600px) {
      flex-direction: row-reverse;
    }
  }
  .sm\:justify-start {
    @media (width >= 600px) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-1 {
    @media (width >= 600px) {
      gap: var(--spacing);
    }
  }
  .sm\:space-y-4 {
    @media (width >= 600px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:rounded-md {
    @media (width >= 600px) {
      border-radius: var(--radius-md);
    }
  }
  .sm\:bg-white-100 {
    @media (width >= 600px) {
      background-color: var(--color-white-100);
    }
  }
  .sm\:p-2 {
    @media (width >= 600px) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-2 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-3 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:px-6 {
    @media (width >= 600px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:pt-1 {
    @media (width >= 600px) {
      padding-top: var(--spacing);
    }
  }
  .sm\:pt-6 {
    @media (width >= 600px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:pr-3 {
    @media (width >= 600px) {
      padding-right: calc(var(--spacing) * 3);
    }
  }
  .sm\:pr-8 {
    @media (width >= 600px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .sm\:pb-0 {
    @media (width >= 600px) {
      padding-bottom: 0;
    }
  }
  .sm\:pb-2 {
    @media (width >= 600px) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:pb-2\.5 {
    @media (width >= 600px) {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:pb-6 {
    @media (width >= 600px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:pl-4 {
    @media (width >= 600px) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .sm\:pl-6 {
    @media (width >= 600px) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-article-lg {
    @media (width >= 600px) {
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
    }
  }
  .sm\:text-h1 {
    @media (width >= 600px) {
      font-size: 24px;
      line-height: 30px;
      font-weight: 400;
    }
  }
  .sm\:text-2xl {
    @media (width >= 600px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 600px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 600px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 600px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 600px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:leading-5 {
    @media (width >= 600px) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .sm\:leading-5\.5 {
    @media (width >= 600px) {
      --tw-leading: calc(var(--spacing) * 5.5);
      line-height: calc(var(--spacing) * 5.5);
    }
  }
  .sm\:leading-9 {
    @media (width >= 600px) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .sm\:leading-10 {
    @media (width >= 600px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .sm\:leading-\[26px\] {
    @media (width >= 600px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .sm\:peer-hover\:-translate-x-\[16px\]\! {
    @media (width >= 600px) {
      &:is(:where(.peer):hover ~ *) {
        @media (hover: hover) {
          --tw-translate-x: calc(16px * -1) !important;
          translate: var(--tw-translate-x) var(--tw-translate-y) !important;
        }
      }
    }
  }
  .sm\:peer-hover\:-translate-x-\[50\%\]\! {
    @media (width >= 600px) {
      &:is(:where(.peer):hover ~ *) {
        @media (hover: hover) {
          --tw-translate-x: calc(50% * -1) !important;
          translate: var(--tw-translate-x) var(--tw-translate-y) !important;
        }
      }
    }
  }
  .sm\:peer-hover\:-translate-x-\[90\%\]\! {
    @media (width >= 600px) {
      &:is(:where(.peer):hover ~ *) {
        @media (hover: hover) {
          --tw-translate-x: calc(90% * -1) !important;
          translate: var(--tw-translate-x) var(--tw-translate-y) !important;
        }
      }
    }
  }
  .sm\:peer-focus-visible\:-translate-x-\[10\%\]\! {
    @media (width >= 600px) {
      &:is(:where(.peer):focus-visible ~ *) {
        --tw-translate-x: calc(10% * -1) !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important;
      }
    }
  }
  .sm\:peer-focus-visible\:-translate-x-\[30\%\]\! {
    @media (width >= 600px) {
      &:is(:where(.peer):focus-visible ~ *) {
        --tw-translate-x: calc(30% * -1) !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important;
      }
    }
  }
  .sm\:peer-focus-visible\:-translate-x-\[90\%\]\! {
    @media (width >= 600px) {
      &:is(:where(.peer):focus-visible ~ *) {
        --tw-translate-x: calc(90% * -1) !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important;
      }
    }
  }
  .md\:max-w-\[33\.333\%\] {
    @media (width >= 840px) {
      max-width: 33.333%;
    }
  }
  .md\:basis-1\/3 {
    @media (width >= 840px) {
      flex-basis: calc(1 / 3 * 100%);
    }
  }
  .lg\:col-span-4 {
    @media (width >= 960px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 960px) {
      grid-column-start: 2;
    }
  }
  .lg\:mx-0 {
    @media (width >= 960px) {
      margin-inline: 0;
    }
  }
  .lg\:mb-0 {
    @media (width >= 960px) {
      margin-bottom: 0;
    }
  }
  .lg\:mb-8 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:block {
    @media (width >= 960px) {
      display: block;
    }
  }
  .lg\:contents {
    @media (width >= 960px) {
      display: contents;
    }
  }
  .lg\:flex {
    @media (width >= 960px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 960px) {
      display: grid;
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 960px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 960px) {
      width: calc(3 / 4 * 100%);
    }
  }
  .lg\:flex-1 {
    @media (width >= 960px) {
      flex: 1;
    }
  }
  .lg\:flex-shrink-0 {
    @media (width >= 960px) {
      flex-shrink: 0;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 960px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 960px) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 960px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-end {
    @media (width >= 960px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-5 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-5 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:pt-6 {
    @media (width >= 960px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-8 {
    @media (width >= 960px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:max-w-\[25\%\] {
    @media (width >= 1280px) {
      max-width: 25%;
    }
  }
  .xl\:basis-1\/4 {
    @media (width >= 1280px) {
      flex-basis: calc(1 / 4 * 100%);
    }
  }
  .xl\:p-8 {
    @media (width >= 1280px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .xl\:pb-10 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .\[\&_\*\]\:box-border {
    & * {
      box-sizing: border-box;
    }
  }
  .\[\&_a\]\:\[color\:revert\] {
    & a {
      color: revert;
    }
  }
  .\[\&_img\]\:transition-transform {
    & img {
      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));
    }
  }
  .\[\&_img\]\:duration-200 {
    & img {
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .group-hover\:\[\&_img\]\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        & img {
          --tw-scale-x: 105%;
          --tw-scale-y: 105%;
          --tw-scale-z: 105%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .\[\&_svg\]\:absolute {
    & svg {
      position: absolute;
    }
  }
  .\[\&_svg\]\:bottom-0 {
    & svg {
      bottom: 0;
    }
  }
  .\[\&_svg\]\:mr-0\.5 {
    & svg {
      margin-right: calc(var(--spacing) * 0.5);
    }
  }
  .\[\&_svg\]\:h-4 {
    & svg {
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\]\:w-4 {
    & svg {
      width: calc(var(--spacing) * 4);
    }
  }
  .\[\&\:nth-child\(-n\+2\)\]\:border-t {
    &:nth-child(-n+2) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .md\:\[\&\:nth-child\(-n\+2\)\]\:border-t-0 {
    @media (width >= 840px) {
      &:nth-child(-n+2) {
        border-top-style: var(--tw-border-style);
        border-top-width: 0px;
      }
    }
  }
  .md\:\[\&\:nth-child\(-n\+3\)\]\:border-t {
    @media (width >= 840px) {
      &:nth-child(-n+3) {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
    }
  }
  .xl\:\[\&\:nth-child\(-n\+3\)\]\:border-t-0 {
    @media (width >= 1280px) {
      &:nth-child(-n+3) {
        border-top-style: var(--tw-border-style);
        border-top-width: 0px;
      }
    }
  }
  .xl\:\[\&\:nth-child\(-n\+4\)\]\:border-t {
    @media (width >= 1280px) {
      &:nth-child(-n+4) {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
    }
  }
  .\[\&\:nth-child\(2n\+1\)\]\:border-l {
    &:nth-child(2n+1) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:\[\&\:nth-child\(2n\+1\)\]\:border-l-0 {
    @media (width >= 840px) {
      &:nth-child(2n+1) {
        border-left-style: var(--tw-border-style);
        border-left-width: 0px;
      }
    }
  }
  .md\:\[\&\:nth-child\(3n\+1\)\]\:border-l {
    @media (width >= 840px) {
      &:nth-child(3n+1) {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .xl\:\[\&\:nth-child\(3n\+1\)\]\:border-l-0 {
    @media (width >= 1280px) {
      &:nth-child(3n+1) {
        border-left-style: var(--tw-border-style);
        border-left-width: 0px;
      }
    }
  }
  .xl\:\[\&\:nth-child\(4n\+1\)\]\:border-l {
    @media (width >= 1280px) {
      &:nth-child(4n+1) {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .\[\&\>\*\:nth-child\(1\)\]\:group-hover\:origin-\[50\%_50\%\] {
    &>*:nth-child(1) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          transform-origin: 50% 50%;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(1\)\]\:group-hover\:animate-download {
    &>*:nth-child(1) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: download 0.5s ease-out;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(1\)\]\:group-hover\:animate-question-circle-outline {
    &>*:nth-child(1) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: questionCircleOutline 4s linear infinite;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(1\)\]\:group-hover\:animate-sendback-polyline {
    &>*:nth-child(1) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: sendbackAnimationPolyline 0.2s ease-in 0.2s forwards;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(1\)\]\:group-hover\:opacity-0 {
    &>*:nth-child(1) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 0%;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:opacity-0 {
    &>*:nth-child(2) {
      opacity: 0%;
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:origin-\[8px\] {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          transform-origin: 8px;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:origin-\[50\%_50\%\] {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          transform-origin: 50% 50%;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:animate-address-outline-animation-2 {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: addressOutline 1.5s ease-in-out 0.25s;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:animate-cross-circle-outline {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: crossCircleOutline 0.35s forwards ease-in;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:animate-datasheet-outline {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: datasheetOutline 0.2s both ease-in-out;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:animate-external-link {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: externalLink 3.6s infinite ease-in;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:animate-phone-outline-2 {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: phoneOutline 1.8s ease 0.2s infinite;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:animate-sendback-path {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: sendbackAnimationPath 0.3s ease-in forwards;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:animate-upload-animation {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: upload 2.6s infinite 0.5s ease-out;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(2\)\]\:group-hover\:sendback-stroke-dash {
    &>*:nth-child(2) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          stroke-dasharray: 46;
          stroke-dashoffset: 46;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(3\)\]\:opacity-0 {
    &>*:nth-child(3) {
      opacity: 0%;
    }
  }
  .\[\&\>\*\:nth-child\(3\)\]\:group-hover\:origin-\[8px\] {
    &>*:nth-child(3) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          transform-origin: 8px;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(3\)\]\:group-hover\:origin-\[50\%_50\%\] {
    &>*:nth-child(3) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          transform-origin: 50% 50%;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(3\)\]\:group-hover\:animate-address-outline-animation-1 {
    &>*:nth-child(3) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: addressOutline 1.5s ease-in-out;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(3\)\]\:group-hover\:animate-cross-circle-outline {
    &>*:nth-child(3) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: crossCircleOutline 0.35s forwards ease-in;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(3\)\]\:group-hover\:animate-datasheet-outline-3 {
    &>*:nth-child(3) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: datasheetOutline 0.2s both 0.2s ease-in-out;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(3\)\]\:group-hover\:animate-phone-outline-1 {
    &>*:nth-child(3) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: phoneOutline 1.8s ease infinite;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(4\)\]\:group-hover\:origin-\[8px\] {
    &>*:nth-child(4) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          transform-origin: 8px;
        }
      }
    }
  }
  .\[\&\>\*\:nth-child\(4\)\]\:group-hover\:animate-datasheet-outline-4 {
    &>*:nth-child(4) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          animation: datasheetOutline 0.2s both 0.4s ease-in-out;
        }
      }
    }
  }
  .\[\&\>svg\]\:scale-125 {
    &>svg {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\[\&\>svg\]\:rotate-180 {
    &>svg {
      rotate: 180deg;
    }
  }
  .\[\&\>svg\]\:fill-white-100 {
    &>svg {
      fill: var(--color-white-100);
    }
  }
  .\[\&\>svg\]\:stroke-2 {
    &>svg {
      stroke-width: 2;
    }
  }
  .xs\:\[\&\>svg\]\:w-5 {
    @media (width >= 480px) {
      &>svg {
        width: calc(var(--spacing) * 5);
      }
    }
  }
}
@keyframes addressOutline {
  0%, 30%, 70%, 100% {
    opacity: 1;
  }
  31%, 69% {
    opacity: 0;
  }
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-9px);
  }
  70% {
    transform: translateY(11px);
  }
}
@keyframes alarmclockOutline {
  0%, 100% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(16deg);
  }
  3% {
    transform: rotate(-14deg);
  }
  5% {
    transform: rotate(18deg);
  }
  7% {
    transform: rotate(-16deg);
  }
  9% {
    transform: rotate(14deg);
  }
  11% {
    transform: rotate(-12deg);
  }
  13% {
    transform: rotate(10deg);
  }
  15% {
    transform: rotate(-8deg);
  }
  17% {
    transform: rotate(7deg);
  }
  19% {
    transform: rotate(-6deg);
  }
  21% {
    transform: rotate(5deg);
  }
  23% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(3deg);
  }
  27% {
    transform: rotate(-2deg);
  }
  29% {
    transform: rotate(1deg);
  }
  31% {
    transform: rotate(-1deg);
  }
  33% {
    transform: rotate(0deg);
  }
}
@keyframes crossCircleOutline {
  0%, 100% {
    transform: rotate(0deg);
  }
  30%, 60% {
    transform: rotate(90deg);
  }
}
@keyframes datasheetOutline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes download {
  0% {
    opacity: 1;
  }
  6% {
    opacity: 0;
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
  12% {
    transform: translateY(-70%);
  }
  13% {
    opacity: 0;
  }
  17% {
    animation-timing-function: ease-in;
  }
  17%, 100% {
    opacity: 1;
  }
}
@keyframes externalLink {
  0% {
    opacity: 1;
  }
  6% {
    animation-timing-function: ease-out;
    opacity: 0;
    transform: translate3D(0, 0, 0);
  }
  12% {
    opacity: 0;
    transform: translate3D(-10px, 10px, 0);
  }
  17% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translate3D(0, 0, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes heartOutline {
  0%, 10%, 50%, 100% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(1.25);
  }
}
@keyframes letterOutline {
  6% {
    transform: rotate(8deg);
  }
  12% {
    transform: rotate(-8deg);
  }
  18% {
    transform: rotate(8deg);
  }
  24% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(8deg);
  }
  36% {
    transform: rotate(-8deg);
  }
  42% {
    transform: rotate(8deg);
  }
  45% {
    transform: rotate(0deg);
  }
}
@keyframes phoneOutline {
  20%, 60% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes printerOutline {
  0% {
    transform: translateY(0);
  }
  30%, 100% {
    transform: translateY(44px);
  }
}
@keyframes questionCircleOutline {
  0%, 20%, 40%, 60%, 100% {
    transform: scale(1);
  }
  10%, 30%, 50% {
    transform: scale(0.6);
  }
}
@keyframes sendbackAnimationPolyline {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sendbackAnimationPath {
  from {
    opacity: 0;
    stroke-dashoffset: 46;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 90;
  }
}
@keyframes upload {
  0% {
    opacity: 1;
  }
  6% {
    animation-timing-function: ease-out;
    opacity: 0;
    transform: translateY(0);
  }
  12% {
    transform: translateY(10px);
  }
  13% {
    opacity: 0;
  }
  17% {
    animation-timing-function: ease-in;
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dotsBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg);
  }
  12.4% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(45deg);
  }
  24.9% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(90deg);
  }
  37.4% {
    transform: rotate(90deg);
  }
  37.5% {
    transform: rotate(135deg);
  }
  49.9% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62.4% {
    transform: rotate(180deg);
  }
  62.5% {
    transform: rotate(225deg);
  }
  74.9% {
    transform: rotate(225deg);
  }
  75% {
    transform: rotate(270deg);
  }
  87.4% {
    transform: rotate(270deg);
  }
  87.5% {
    transform: rotate(315deg);
  }
  99.9% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300%);
  }
}
@keyframes animateDotBackgroundColor {
  from {
    background-color: #767676;
  }
  to {
    background-color: #ffffff;
  }
}
@keyframes fadingIn {
  40% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@media (width<=600px) {
  ._popoverToggleTop_16thv_2:before {
    content: "";
    border-top: 6px solid #f60;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%);
  }
  ._popoverToggleBottom_16thv_13:before,._popoverToggleLeft_16thv_14:before,._popoverToggleRight_16thv_15:before {
    content: "";
    border-bottom: 6px solid #fff;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (width>=600px) {
  ._popoverToggleTop_16thv_2:before {
    content: "";
    border-top: 6px solid #f60;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%);
  }
  ._popoverToggleBottom_16thv_13:before {
    content: "";
    border-top: 6px solid #fff;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    position: absolute;
    bottom: -14px;
    transform: rotate(180deg);
  }
  ._popoverToggleLeft_16thv_14:before {
    content: "";
    border-top: 6px solid #0000;
    border-bottom: 6px solid #0000;
    border-left: 6px solid #fff;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
  }
  ._popoverToggleRight_16thv_15:before {
    content: "";
    border-top: 6px solid #0000;
    border-bottom: 6px solid #0000;
    border-right: 6px solid #fff;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
  }
}
._rating_1vjwu_1 {
  width: calc(var(--star-size) * var(--max-stars));
  height: var(--star-size);
  background: linear-gradient(to right, var(--filled-color) var(--rating-percent), var(--empty-color) var(--rating-percent));
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M11.73 18.83L5.8 22.4a.52.52 0 01-.77-.56l1.57-6.76a.52.52 0 00-.17-.5l-5.24-4.55a.52.52 0 01.3-.91l6.91-.6a.52.52 0 00.43-.31l2.7-6.39a.52.52 0 01.96 0l2.7 6.39a.52.52 0 00.44.31l6.9.6a.52.52 0 01.3.91l-5.23 4.54a.52.52 0 00-.17.51l1.57 6.76a.52.52 0 01-.77.56l-5.94-3.58a.52.52 0 00-.55 0z%27/%3E%3C/svg%3E");
  mask-size: var(--star-size) var(--star-size);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M11.73 18.83L5.8 22.4a.52.52 0 01-.77-.56l1.57-6.76a.52.52 0 00-.17-.5l-5.24-4.55a.52.52 0 01.3-.91l6.91-.6a.52.52 0 00.43-.31l2.7-6.39a.52.52 0 01.96 0l2.7 6.39a.52.52 0 00.44.31l6.9.6a.52.52 0 01.3.91l-5.23 4.54a.52.52 0 00-.17.51l1.57 6.76a.52.52 0 01-.77.56l-5.94-3.58a.52.52 0 00-.55 0z%27/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  -webkit-mask-size: var(--star-size) var(--star-size);
  -webkit-mask-repeat: repeat-x;
}
._tooltipToggle_fy83y_6:hover+._tooltipContainer_fy83y_2 {
  visibility: visible;
  opacity: 1;
}
._tooltipToggle_fy83y_6:hover:before,._tooltipToggle_fy83y_6:focus-visible:before {
  opacity: 1;
  visibility: visible;
}
._tooltipToggleTop_fy83y_17:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  border-top: 6px solid #f60;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%);
}
@media (width<=600px) {
  ._tooltipToggleBottom_fy83y_31:before,._tooltipToggleLeft_fy83y_32:before,._tooltipToggleRight_fy83y_33:before {
    opacity: 0;
    visibility: hidden;
    z-index: 1002;
    content: "";
    border-bottom: 6px solid #fff;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (width>=600px) {
  ._tooltipToggleBottom_fy83y_31:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    border-bottom: 6px solid #fff;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%);
  }
  ._tooltipToggleRight_fy83y_33:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    border-top: 6px solid #0000;
    border-bottom: 6px solid #0000;
    border-right: 6px solid #fff;
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
  }
  ._tooltipToggleLeft_fy83y_32:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    border-top: 6px solid #0000;
    border-bottom: 6px solid #0000;
    border-left: 6px solid #fff;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
  }
}
._wishlistHeartButton_sbmf6_1 {
  appearance: none;
  background: var(--color-white-100);
  cursor: pointer;
  border-width: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: flex;
  position: relative;
}
._wishlistHeartButton_sbmf6_1:hover:before {
  opacity: 1;
  transform: scale(1);
}
._wishlistHeartButton_sbmf6_1:focus-visible {
  outline: var(--color-blue-600) 2px solid;
}
._wishlistHeartButton_sbmf6_1:before {
  content: "";
  border-radius: inherit;
  background: color-mix(in srgb, #0257b2 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-blue-600) 10%, transparent);
  }
  opacity: 0;
  transition: opacity .2s,transform .2s ease-out;
  position: absolute;
  inset: 0;
  transform: scale(0);
}
._wishlistHeartButton_sbmf6_1[data-wishlist-heart] svg {
  fill: #0000;
  stroke: var(--color-blue-500);
  stroke-width: 2px;
  transform: scale(1);
}
._wishlistHeartButton_sbmf6_1[data-wishlist-heart]:hover svg {
  stroke: var(--color-blue-600);
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
  transform: translate(0,0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode>.swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg,#00000080,#0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg,#00000080,#0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(#0000,#00000080);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080,#0000);
}
.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}
:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._swiperOverrides_le9jy_1 .swiper {
  margin-left: initial;
}
._swiperOverrides_le9jy_1 .swiper.swiper-initialized .swiper-wrapper {
  padding-left: 0;
}
._swiperOverrides_le9jy_1 .swiper-slide {
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}
._swiperOverrides_le9jy_1 .swiper-slide>* {
  margin-right: 8px;
}
@media (width>=600px) {
  ._swiperOverrides_le9jy_1 .swiper-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
  ._swiperOverrides_le9jy_1 .swiper-slide>* {
    margin-right: 16px;
  }
}
._swiperOverrides_le9jy_1 .swiper-android .swiper-slide,._swiperOverrides_le9jy_1 .swiper-ios .swiper-slide {
  transform: none;
}
._analysisContent_1wnrd_4 {
  --legacy-link-blue: #3e77aa;
  font-size: .875rem;
  line-height: 1.25rem;
}
._analysisContent_1wnrd_4 h2 {
  margin-top: 0;
  margin-bottom: .9375rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}
._analysisContent_1wnrd_4 p+h2 {
  margin-top: 2.5rem;
}
._analysisContent_1wnrd_4 h2+h2,._analysisContent_1wnrd_4 h2+h3,._analysisContent_1wnrd_4 h2+h4 {
  margin-top: 0;
}
._analysisContent_1wnrd_4 h3 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
}
._analysisContent_1wnrd_4 p+h3 {
  margin-top: 1.5625rem;
}
._analysisContent_1wnrd_4 h3+h3,._analysisContent_1wnrd_4 h3+h2,._analysisContent_1wnrd_4 h3+h4 {
  margin-top: 0;
}
._analysisContent_1wnrd_4 h4 {
  margin-top: 1.5625rem;
  margin-bottom: .625rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}
._analysisContent_1wnrd_4 p+h4 {
  margin-top: 1.5625rem;
}
._analysisContent_1wnrd_4 h4+h4,._analysisContent_1wnrd_4 h4+h2,._analysisContent_1wnrd_4 h4+h3 {
  margin-top: 0;
}
._analysisContent_1wnrd_4 p {
  margin: 0 0 .9375rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
._analysisContent_1wnrd_4 p:last-of-type {
  margin-bottom: 0;
}
._analysisContent_1wnrd_4 h2~p:last-of-type {
  margin-bottom: .9375rem;
}
._analysisContent_1wnrd_4 ul {
  margin: 0 0 .9375rem 1.25rem;
  padding-bottom: .9375rem;
}
._analysisContent_1wnrd_4 ul li {
  list-style-type: disc;
}
._analysisContent_1wnrd_4 ol {
  margin: 0 0 .9375rem 1.25rem;
  padding-bottom: .9375rem;
}
._analysisContent_1wnrd_4 ol li {
  list-style-type: decimal;
}
._analysisContent_1wnrd_4 a {
  color: var(--legacy-link-blue);
  text-decoration: none;
}
._analysisContent_1wnrd_4 a:hover {
  text-decoration: underline;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,.swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}
:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next) {
  display: none !important;
}
:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg {
  object-fit: contain;
  transform-origin: 50%;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,.swiper-button-next {
  top: var(--swiper-navigation-top-offset,50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset,4px);
  right: auto;
}
.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset,4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next {
  top: var(--swiper-navigation-top-offset,50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next {
  left: var(--swiper-navigation-sides-offset,4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,4px);
  left: auto;
}
:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon {
  transform: rotate(180deg);
}
:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(0);
}
.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next {
  left: var(--swiper-navigation-top-offset,50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev {
  top: var(--swiper-navigation-sides-offset,4px);
  bottom: auto;
}
:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset,4px);
  top: auto;
}
:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon {
  transform: rotate(90deg);
}
.swiper:not(.swiper-initialized) .swiper-wrapper:has(>.swiper-slide._slide_1jizs_2) {
  flex-wrap: wrap;
}
._slide_1jizs_2 {
  width: 50%;
}
@media (width>=600px) {
  ._slide_1jizs_2 {
    width: 33.3333%;
  }
}
@media (width>=960px) {
  ._slide_1jizs_2 {
    width: 25%;
  }
}
@media (width>=1280px) {
  ._slide_1jizs_2 {
    width: 20%;
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: 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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

