/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .-mb-6 {
    margin-bottom: calc(var(--spacing) * -6);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[1000px\] {
    max-height: 1000px;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    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-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    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);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .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-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#142434\] {
    border-color: #142434;
  }
  .border-\[\#707070\] {
    border-color: #707070;
  }
  .border-\[\#CB2026\] {
    border-color: #CB2026;
  }
  .border-\[\#CC0910\] {
    border-color: #CC0910;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#00000000\] {
    background-color: #00000000;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .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-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-\[14px\] {
    font-size: 14px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#142434\] {
    color: #142434;
  }
  .text-\[\#802721\] {
    color: #802721;
  }
  .text-\[\#CC0910\] {
    color: #CC0910;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .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-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:bg-\[\#CC0910\] {
    &:hover {
      @media (hover: hover) {
        background-color: #CC0910;
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:bg-green-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-700);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-red-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-\[\#CC0910\] {
    &:hover {
      @media (hover: hover) {
        color: #CC0910;
      }
    }
  }
  .hover\:text-\[\#FFFFFF\] {
    &:hover {
      @media (hover: hover) {
        color: #FFFFFF;
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .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-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:ring-gray-500 {
    &:focus {
      --tw-ring-color: var(--color-gray-500);
    }
  }
  .focus\:ring-green-500 {
    &:focus {
      --tw-ring-color: var(--color-green-500);
    }
  }
  .focus\:ring-red-500 {
    &:focus {
      --tw-ring-color: var(--color-red-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-\[767px\]\:px-\[30px\] {
    @media (width < 767px) {
      padding-inline: 30px;
    }
  }
  .max-\[567px\]\:px-\[20px\] {
    @media (width < 567px) {
      padding-inline: 20px;
    }
  }
  .min-\[1180px\]\:block {
    @media (width >= 1180px) {
      display: block;
    }
  }
  .min-\[1180px\]\:flex {
    @media (width >= 1180px) {
      display: flex;
    }
  }
  .min-\[1180px\]\:hidden {
    @media (width >= 1180px) {
      display: none;
    }
  }
  .sm\:h-64 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 64);
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-\[30px\] {
    @media (width >= 40rem) {
      padding-inline: 30px;
    }
  }
  .sm\:py-6 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-20 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:py-24 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:mx-2 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-80 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 80);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-\[180px\] {
    @media (width >= 48rem) {
      width: 180px;
    }
  }
  .md\:w-\[calc\(50\%-12px\)\] {
    @media (width >= 48rem) {
      width: calc(50% - 12px);
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-x-6 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-2 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:px-\[0\] {
    @media (width >= 48rem) {
      padding-inline: 0;
    }
  }
  .md\:pl-8 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:pl-\[3rem\] {
    @media (width >= 48rem) {
      padding-left: 3rem;
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:mx-4 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-10 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .lg\:h-96 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .lg\:min-h-\[665px\] {
    @media (width >= 64rem) {
      min-height: 665px;
    }
  }
  .lg\:min-h-\[965px\] {
    @media (width >= 64rem) {
      min-height: 965px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-10 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .lg\:w-96 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .lg\:w-\[252px\] {
    @media (width >= 64rem) {
      width: 252px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 64rem) {
      width: 300px;
    }
  }
  .lg\:w-\[450px\] {
    @media (width >= 64rem) {
      width: 450px;
    }
  }
  .lg\:w-\[720px\] {
    @media (width >= 64rem) {
      width: 720px;
    }
  }
  .lg\:w-\[800px\] {
    @media (width >= 64rem) {
      width: 800px;
    }
  }
  .lg\:w-\[920px\] {
    @media (width >= 64rem) {
      width: 920px;
    }
  }
  .lg\:w-\[calc\(25\%-18px\)\] {
    @media (width >= 64rem) {
      width: calc(25% - 18px);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-x-6 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:space-x-4 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-30 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .lg\:pl-\[3rem\] {
    @media (width >= 64rem) {
      padding-left: 3rem;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:mx-12 {
    @media (width >= 80rem) {
      margin-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:w-\[400px\] {
    @media (width >= 80rem) {
      width: 400px;
    }
  }
  .xl\:w-\[450px\] {
    @media (width >= 80rem) {
      width: 450px;
    }
  }
  .xl\:w-\[1260px\] {
    @media (width >= 80rem) {
      width: 1260px;
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .xl\:px-8 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .xl\:px-16 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:py-7 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .xl\:pl-\[3rem\] {
    @media (width >= 80rem) {
      padding-left: 3rem;
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\32 xl\:w-\[553px\] {
    @media (width >= 96rem) {
      width: 553px;
    }
  }
  .\32 xl\:w-\[1440px\] {
    @media (width >= 96rem) {
      width: 1440px;
    }
  }
  .\32 xl\:px-16 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:pl-\[15rem\] {
    @media (width >= 96rem) {
      padding-left: 15rem;
    }
  }
  .\32 xl\:text-base {
    @media (width >= 96rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
html {
  font-size: 100%;
}
html, body {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lexend', sans-serif;
  font-style: normal;
  color: #142434;
  line-height: 1.2em;
}
p, span, div, a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}
button:hover {
  cursor: pointer !important;
}
p {
  color: #1e1e1e;
}
.text-para-24 {
  font-size: 1.25vw;
  line-height: 1.2em;
}
.text-para-20 {
  font-size: 1.094vw;
  line-height: 1.2em;
}
.text-para-18 {
  font-size: 0.938vw;
  line-height: 1.2em;
}
.text-para-16 {
  font-size: 16px;
  line-height: 1.2em;
}
.para-gray {
  color: #5e5e5e !important;
}
.h2-center-title {
  font-size: 2.188vw !important;
  font-weight: medium !important;
  line-height: 1.2em !important;
}
.container__max-width {
  max-width: 1440px;
}
#overlay {
  z-index: 99;
}
.laptop-gif {
  position: absolute;
  top: 34%;
  left: 50%;
  width: 457px;
  transform: translate(-50%, -50%);
}
.laptop-image {
  width: 645px;
}
nav ul.menu-item li a.active {
  color: #cb2026;
}
button#closeModal {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  width: 2em;
  height: 2em;
}
.bg-brand-darkred {
  background-image: linear-gradient(76deg, #802721 0%, #401411 100%);
}
.text-white {
  color: #fff;
}
.bg-brand-darkred.cta .text-brand-darkred:hover {
  color: #cc0910;
}
@media screen and (min-width: 1441px) and (max-width: 1660px) {
  .tab-details_plan {
    font-size: 20px !important;
  }
  .tab-details_price {
    font-size: 40px !important;
  }
  .tab-details_badge {
    font-size: 12px !important;
  }
  .tab-details_qty {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1440px) {
  .container__max-width {
    max-width: 100%;
  }
  #job-scanner {
    width: 9.375rem !important;
  }
  .features .title {
    padding: 0 40px !important;
  }
  .container__max-width-faq {
    max-width: 900px;
  }
  .tab-details_plan {
    font-size: 18px !important;
  }
  .tab-details_price {
    font-size: 40px !important;
  }
  .tab-details_badge {
    font-size: 10px !important;
  }
  .tab-details_qty {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1280px) {
  .banner-cta-content-img .title {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .text-para-20 {
    font-size: 1.953vw !important;
  }
  .text-para-18 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .text-para-24 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .text-para-16 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .text-candogram-heading-h1 {
    font-size: 4.883vw !important;
  }
  .h2-center-title {
    font-size: 3.646vw !important;
  }
  .help-cards .title {
    font-size: 2.604vw !important;
  }
  .help-cards .description {
    font-size: 1.563vw !important;
  }
  .red-btn, .black-btn {
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 10px 20px !important;
  }
  .how-it-works__cards .description {
    padding: 0 10px !important;
  }
  .feature-cards {
    padding: 0 3.906vw !important;
  }
  .features .title {
    font-size: 2.604vw !important;
    padding: 0 20px !important;
  }
  .faq-title {
    font-size: 2.604vw !important;
  }
  footer .footer-bottom {
    font-size: 14px !important;
    gap: 30px !important;
  }
}
@media screen and (max-width: 1179px) {
  .menu-item li {
    margin: 0 0.9rem 1rem 0 !important;
  }
}
@media screen and (max-width: 768px) {
  footer > div {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }
  footer > div > .logo-contents {
    gap: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works__cards .title, .features .title {
    font-size: 5vw !important;
  }
  footer > div > .logo-contents {
    gap: 30px !important;
  }
  .help-cards:nth-of-type(2) {
    border-top: 1px solid #cc0910;
    border-bottom: 1px solid #cc0910;
    border-left: none !important;
    border-right: none !important;
  }
  .h2-center-title {
    font-size: 4.7vw !important;
  }
  .cta-banner-btn {
    padding: 10px 16px !important;
  }
  .feature-cards {
    padding: 0 8vw !important;
  }
  .help-cards .title {
    font-size: 6vw !important;
  }
  .help-cards .description {
    font-size: 15px !important;
  }
  .faq-title {
    font-size: 4.167vw !important;
  }
  .faq-content p {
    font-size: 14px !important;
  }
  footer .useful-links .links a {
    font-size: 16px !important;
  }
  footer .footer-bottom {
    font-size: 12px !important;
    gap: 10px !important;
  }
}
@media screen and (max-width: 567px) {
  .h2-center-title {
    font-size: 5.833vw !important;
  }
  .laptop-gif {
    top: 34% !important;
    width: calc(100% - 100px) !important;
  }
  #job-scanner {
    position: relative !important;
    display: block !important;
    right: 0% !important;
    top: 0px !important;
    width: 100px !important;
  }
  .text-candogram-heading-h1 {
    font-size: 10.417vw !important;
  }
  .text-para-24 {
    font-size: 16px !important;
  }
  .text-para-20 {
    font-size: 15px !important;
  }
  .text-para-18 {
    font-size: 13px !important;
  }
  .login_form-title, .signup_form-title, .reset-pass-title {
    max-width: 100% !important;
  }
}
header {
  box-shadow: 35px 11px 50px #cb20261a;
}
.header-site-logo {
  width: 200px;
}
.nav-menu {
  transition: transform 0.375s ease;
  background-color: #fff;
  z-index: 0;
}
.nav-menu.active {
  transform: translateX(-100%);
  z-index: 999999;
}
[aria-label='Toggle navigation'] {
  border: 1px solid #142434;
  border-radius: 2px;
  background-color: #142434;
}
nav ul.menu-item li a {
  color: #1e1e1e;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  position: relative;
}
nav ul.menu-item li a:hover {
  color: #cb2026;
}
.menu-item li {
  margin: 0 0.9rem;
}
nav ul.menu-item li a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #cb2026;
  width: 100%;
  height: 1px;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.375s linear, transform 0.375s linear;
}
nav ul.menu-item li a:hover::after, nav ul.menu-item li a.active::after {
  opacity: 1;
  transform: scale(1);
}
.cta-gif .red-btn {
  margin: -20px 0 0;
}
#job-scanner {
  position: absolute;
  display: block;
  right: 10%;
  top: 3.906vw;
  width: 10.5rem;
}
#person-dotted-pattern {
  position: absolute;
  width: 200px;
  z-index: 0;
  left: 0px;
  top: 25px;
}
#doted-particales {
  position: absolute;
  right: -100px;
  top: 0;
}
#doted-particales lottie-player {
  width: 400px;
  height: 400px;
}
.text-candogram-heading-h1 {
  color: #142434;
  font-size: 3.906vw;
  line-height: 1.2em;
}
.text-candogram-heading-h1, .text-candogram-heading-h1 span {
  font-family: 'Lexend', sans-serif !important;
}
.text-candogram-span-h1 {
  font-family: 'Lexend', sans-serif !important;
  color: #802721;
}
.hero-red-btn {
  border: 0px;
  color: #fff;
  background-image: linear-gradient(45deg, #802721 0%, #cc0910 100%);
  align-items: center;
  display: flex;
  gap: 10px;
  line-height: 1em;
  max-width: fit-content;
  padding: 10px 20px;
}
.hero-gray-btn {
  display: flex;
  gap: 10px;
  border: 0px;
  color: #fff;
  background-image: linear-gradient(45deg, #1e1e1e 0%, #686868 100%);
  align-items: center;
  line-height: 1em;
  max-width: fit-content;
  padding: 10px 20px;
}
.red-btn {
  border: 1px solid #d81f26;
  color: #d81f26;
  background-color: #00000000;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1em;
  padding: 10px 20px;
}
.red-btn:hover {
  border: 1px solid #d81f26;
  color: #fff;
  background-color: #d81f26;
}
.black-btn {
  border: 1px solid #142434;
  color: #fff;
  background-color: #142434;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1em;
  padding: 10px 20px;
}
.black-btn:hover {
  border: 1px solid #142434;
  color: #142434;
  background-color: #00000000;
}
.ideal-section {
  padding: 50px 10px;
}
#doted-pattern-first {
  position: absolute;
  left: -100px;
  top: -80px;
}
#doted-pattern-last {
  position: absolute;
  right: -100px;
  bottom: -80px;
}
.how-it-works .how-it-works-description {
  margin-bottom: 2.578vw;
}
.how-it-works__cards {
  background-color: #cfd1cf;
  border-radius: 8px;
  border: 1px solid #cfd1cf;
}
.how-it-works__cards {
  padding-bottom: 2.578vw;
}
.how-it-works__cards:hover {
  background-color: #ffffff;
  border: 1px solid #142434;
}
.how-it-works__cards .title {
  color: #142434;
  font-size: 1.563vw;
  line-height: 1.2em;
}
.how-it-works__cards .description {
  color: #142434;
  font-weight: 300;
  padding: 0 1.563vw;
}
.how-it-works__btn {
  padding-top: 2.578vw;
}
.help-cards .title {
  color: #cc0910;
  font-size: 1.563vw;
  line-height: 1.2em;
}
.help-cards .description {
  color: #142434;
  font-weight: 300;
  font-size: 0.938vw;
  line-height: 1.2em;
}
@media screen and (min-width: 1024px) {
  .help-cards:nth-of-type(2)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 25%;
    background-color: #cc0910;
    height: 126px;
    width: 1px;
    opacity: 1;
    display: block;
  }
  .help-cards:nth-of-type(2)::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 25%;
    background-color: #cc0910;
    height: 126px;
    width: 1px;
    opacity: 1;
    display: block;
  }
}
.dots-pattern {
  background-image: radial-gradient(circle, #e5e7eb 1px, transparent 1px);
  background-size: 12px 12px;
}
.cta-banner-btn {
  background-color: #00000000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 1em;
  padding: 12px 20px;
}
.cta-banner-btn:hover {
  background-color: #fff;
  color: #d81f26;
  border: 1px solid #fff;
}
.banner-cta-content .title {
  line-height: 1.4em;
}
.banner-cta-content-img {
  padding: 50px;
}
.banner-cta-content-img .title {
  line-height: 1.2em;
}
.banner-cta-content-img .text-para-18 {
  color: #fff;
}
.banner-cta-img {
  transition: all 0.375s linear;
}
.banner-cta-img img {
  transform: scale(1);
  transform-origin: center right;
  transition: transform 0.375s linear;
}
.banner-cta-img::before {
  position: absolute;
  content: url(../src/images/down-top-arrow.webp);
  top: -35px;
  right: 25px;
  width: auto;
  height: auto;
  transition: all 0.375s linear;
  z-index: 3;
}
.banner-cta-img::after {
  position: absolute;
  content: url(../src/images/down-left-arrow.webp);
  bottom: -75px;
  left: 0px;
  width: auto;
  height: auto;
  transition: all 0.375s linear;
  z-index: 3;
}
.border-cards-section {
  padding-top: 4.688vw;
  padding-bottom: 4.688vw;
}
@media screen and (min-width: 1025px) {
  .home-title {
    width: 85%;
  }
  .banner-cta-img-mob {
    display: none;
  }
  .banner-cta-img {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .banner-cta-img-mob {
    display: block;
  }
  .banner-cta-img {
    display: none;
  }
  .border-cards-section {
    padding: 60px 10px;
  }
  .how-it-works__cards .title {
    font-size: 1.953vw;
  }
}
@media (hover: hover) {
  .banner-cta-img:hover img {
    transform: scale(1.02);
    transform-origin: center right;
  }
  .banner-cta-img:hover::before {
    right: 50px;
  }
  .banner-cta-img:hover::after {
    left: 35px;
  }
}
.feature-cards {
  padding: 0 2.344vw;
}
.features {
  border: 1px solid #fff;
}
.features:hover {
  border: 1px solid #d81f26;
}
.features .title {
  color: #142434;
  font-size: 1.563vw;
  line-height: 1.2em;
  padding: 0 60px;
}
.features .title.jobs {
  margin: 0 44px;
}
.features .description {
  color: #142434;
  font-weight: 300;
  padding: 0 20px;
}
.container__max-width-faq {
  max-width: 1186px;
}
.faq-title {
  font-size: 1.563vw;
  line-height: 1.2em;
}
.faq-content {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  font-size: 1.094vw;
  line-height: 1.2em;
}
.icon-plus, .icon-minus {
  background-color: #d81f26;
  border-radius: 100px;
}
.icon-plus .vertical {
  opacity: 1;
}
.icon-minus .vertical {
  opacity: 0;
}
.icon-transition * {
  transition: opacity 0.3s ease-in-out;
}
.faq-item {
  border-bottom: 1px solid #707070;
}
.tabs {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 11px 37px rgba(83, 83, 83, 0.161);
  padding: 10px;
}
.tabs .tab:nth-child(even) {
  margin: 0 15px;
}
.tabs .tab {
  line-height: 1em;
}
.tabs .tab.tab-active {
  background-color: #802721;
  border-radius: 8px;
  padding: 10px 15px;
  color: #fff;
  box-shadow: 5px 11px 37px rgba(83, 83, 83, 0.161);
}
.tab-details:first-child {
  width: calc(33.33% - 16px);
}
.tab-details {
  width: calc(16.67% - 16px);
}
@media (max-width: 768px) {
  .tab-pane {
    overflow-x: auto;
  }
  .tab-details:first-child {
    min-width: 500px;
  }
  .tab-details {
    min-width: 300px;
  }
}
.tab-details .content-lists div:nth-child(odd), .tab-details .icon-lists div:nth-child(odd) {
  background-color: #e2e2e2;
  border-radius: 4px;
}
.tab-details .icon-lists div {
  justify-content: center;
  display: flex;
  padding: 6px 0;
}
.tab-details .content-lists div {
  padding: 2px 0;
}
.tab-details.tab-content-packages {
  border: 0.5px solid #707070;
  box-shadow: 5px 11px 35px rgba(120, 164, 243, 0.16);
}
.tab-details.tab-content-packages:nth-last-child(2) {
  border: 1px solid #cb2026;
}
.tab-details.tab-content-packages:nth-last-child(2) .tab-details_cta {
  background-color: #cb2026;
  color: #fff;
  border: 1px solid #cb2026;
}
.tab-details_plan {
  font-family: 'Lexend', 'san-serif';
  font-size: 24px;
  font-weight: bold;
  color: #cb2026;
}
.tab-details_price {
  font-weight: bold;
  font-size: 50px;
  color: #cb2026;
  line-height: 1em;
}
.tab-details_badge {
  font-family: 'Lexend', 'san-serif';
  font-size: 15px;
  font-weight: bold;
  color: #cb2026;
  line-height: 1em;
}
.tab-details_qty {
  font-family: 'Montserrat', 'san-serif';
  font-size: 16px;
  font-weight: medium;
  line-height: 1em;
}
.tab-details_cta {
  border: 1px solid #707070;
  font-size: 16px;
  line-height: 16px;
  padding: 6px 22px;
}
.tab-details .content-lists div span {
  font-size: 15px;
}
.Pricing-Plan_title {
  line-height: 1.2em;
}
.Pricing-Plan_description {
  line-height: 1.2em;
  color: #8b8b8b !important;
}
@media screen and (max-width: 1366px) and (min-width: 1281px) {
  .hero-section > div {
    padding-top: 60px;
  }
  .additional-section > div {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section > div {
    padding-top: 50px;
  }
  .additional-section > div {
    padding-bottom: 50px;
  }
  .next-career-search .h2-center-title.title {
    width: 100% !important;
  }
  footer .footer-logo-text {
    width: 100% !important;
  }
}
.next-career-search .h2-center-title.title {
  width: 586px;
}
.login-screens {
  width: 100%;
  background: url(../src/images/login-screens-bg-image.webp) no-repeat;
  background-size: cover;
  color: #313131;
  font-family: 'Lexend', sans-serif;
}
.login-screens .btn-candogram-navy {
  background-color: #142434;
  border: 1px solid #142434;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1em;
  padding: 14px 30px;
}
.login-screens .btn-candogram-navy:hover {
  background-color: #fff;
  border: 1px solid #142434;
  color: #142434;
  border-radius: 4px;
}
.login_form-title {
  background-color: #fff;
  box-shadow: 5px 11px 37px rgba(203, 32, 38, 0.1);
  border-radius: 4px;
  padding: 30px 34px;
  max-width: 500px;
}
.login_form-title .title, .login_form-title .sub-title {
  font-family: 'Lexend', sans-serif;
}
.login_form-title .title {
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
}
.login_form-title .sub-title {
  color: #292929;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
}
.login-form {
  padding: 70px 0 115px;
  font-family: 'Lexend', sans-serif;
}
.login-screens .sign-up_link {
  font-size: 18px;
  line-height: 1em;
}
.login-screens .sign-up_link .text-candogram-red {
  color: #cc0910;
}
.login-form .login-form-field {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1em;
}
.login-form .login-form-field:nth-child(2) {
  margin-bottom: 20px;
}
.login-form .login-form-field.forgot-field {
  color: #1877f2;
  font-size: 16px;
  line-height: 20px;
}
.signup-screens {
  width: 100%;
  background: url(../src/images/login-screens-bg-image.webp) no-repeat;
  background-size: cover;
  color: #313131;
  font-family: 'Lexend', sans-serif;
}
.signup-screens .btn-candogram-navy {
  background-color: #142434;
  border: 1px solid #142434;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1em;
  padding: 14px 30px;
}
.signup-screens .btn-candogram-navy:hover {
  background-color: #fff;
  border: 1px solid #142434;
  color: #142434;
  border-radius: 4px;
}
.signup_form-title {
  background-color: #fff;
  box-shadow: 5px 11px 37px rgba(203, 32, 38, 0.1);
  border-radius: 4px;
  padding: 30px 34px;
  max-width: 500px;
}
.signup_form-title .title, .signup_form-title .sub-title {
  font-family: 'Lexend', sans-serif;
}
.signup_form-title .title {
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
}
.signup_form-title .sub-title {
  color: #292929;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
}
.signup-form {
  padding: 70px 0 115px;
  font-family: 'Lexend', sans-serif;
}
.signup-screens .sign-up_link {
  font-size: 18px;
  line-height: 1em;
}
.signup-screens .login_link .text-candogram-red {
  color: #cc0910;
}
.signup-form .signup-form-field {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1em;
}
.signup-form .signup-form-field:nth-child(3) {
  margin-bottom: 20px;
}
.signup-form .signup-form-field.forgot-field {
  color: #1877f2;
  font-size: 16px;
  line-height: 20px;
}
.terms-field, .terms-field label, .terms-field label a {
  font-size: 14px;
  line-height: 1em;
}
.terms-field {
  margin-bottom: 32px;
}
.reset-pass-screens {
  width: 100%;
  background: url(../src/images/login-screens-bg-image.webp) no-repeat;
  background-size: cover;
  color: #313131;
  font-family: 'Lexend', sans-serif;
}
.reset-pass-screens .btn-candogram-navy {
  background-color: #142434;
  border: 1px solid #142434;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1em;
  padding: 14px 30px;
}
.reset-pass-screens .btn-candogram-navy:hover {
  background-color: #fff;
  border: 1px solid #142434;
  color: #142434;
  border-radius: 4px;
}
.reset-pass-title {
  background-color: #fff;
  box-shadow: 5px 11px 37px rgba(203, 32, 38, 0.1);
  border-radius: 4px;
  padding: 30px 34px;
  max-width: 500px;
}
.reset-pass-title .title, .reset-pass-title .sub-title {
  font-family: 'Lexend', sans-serif;
}
.reset-pass-title .title {
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
}
.reset-pass-title .sub-title {
  color: #292929;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 300;
}
.reset-pass-form {
  padding: 70px 0 0px;
  font-family: 'Lexend', sans-serif;
}
.reset-pass-form .reset-pass-form-field {
  margin-bottom: 30px;
}
footer {
  background-color: rgba(75, 69, 69, 0.73);
}
footer > div {
  padding-top: 3.906vw;
  padding-bottom: 3.125vw;
}
footer > div > .logo-contents {
  gap: 4.688vw;
}
footer .footer-site-logo {
  width: 280px;
}
footer .footer-logo-text {
  font-size: 16px;
}
footer .useful-links .title, footer .follow-us .title {
  font-size: 24px;
}
footer .useful-links .links a {
  text-transform: uppercase;
  color: #000;
  transition: all 0.375s ease;
  font-size: 16px;
  line-height: 1.2em;
}
footer .useful-links .links a:hover {
  color: #fff;
}
footer .footer-bottom {
  font-size: 12px;
}
footer .copyrights span {
  margin-right: 5px;
}
footer .copyrights span a {
  font-weight: 500;
}
footer .copyrights #currentYear {
  margin-right: 0px !important;
}
@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;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-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;
}
@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: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --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-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;
    }
  }
}
