@layer properties;
@layer theme, base, components, utilities;

@layer theme {
  :root,
  :host {
    --font-sans:
      FlamaSemiCondensed, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: Capitolium, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --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-blue-800: oklch(42.4% 0.199 265.638);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-700: oklch(49.6% 0.265 301.924);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --breakpoint-sm: 1025px;
    --breakpoint-md: 1181px;
    --breakpoint-lg: 1281px;
    --breakpoint-xl: 1365px;
    --container-2xs: 18rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --radius-sm: 0.188rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-xs: 4px;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --blur-3xl: 64px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-transparent: transparent;
    --color-current: currentColor;
    --color-share: #fceed;
    --color-paper-50: #fbfaf7;
    --color-paper-100: #f3f2ee;
    --color-paper-200: #edebe6;
    --color-paper-300: #e3e1dc;
    --color-paper-400: #d9d7d2;
    --color-paper-500: #cfcdc8;
    --color-paper-600: #bbb9b4;
    --color-paper-700: #a7a5a0;
    --color-paper-800: #898782;
    --color-paper-900: #6b6964;
    --color-paper-1000: #4d4b46;
    --color-paper-alt-50: #fbf9f3;
    --color-paper-alt-100: #f6f2e8;
    --color-paper-alt-200: #f1ede4;
    --color-paper-alt-300: #ebe6da;
    --color-paper-alt-400: #e2dccd;
    --color-paper-alt-500: #cfc9b9;
    --color-paper-alt-600: #beb8a8;
    --color-paper-alt-700: #ada797;
    --color-paper-alt-800: #8f8979;
    --color-paper-alt-900: #716b5b;
    --color-breaking-300: #fff7c2;
    --color-breaking-400: #ffef66;
    --color-breaking-500: #feed70;
    --color-cta-green-500: #439e5c;
    --color-cta-green-700: #24844e;
    --color-cta-blue-500: #b4d1f2;
    --color-cta-blue-700: #83a0bf;
    --color-cta-red-500: #cc0000;
    --color-cta-red-700: #820000;
    --color-cta-pink-500: #ffc8c6;
    --color-cta-pink-700: #cb9795;
    --color-pol-100: #fde8e6;
    --color-pol-300: #ffc8c6;
    --color-pol-500: #cc0000;
    --color-pol-700: #820000;
    --color-pol-900: #5f0000;
    --color-native-300: #709adc;
    --color-native-500: #3c6caa;
    --color-native-700: #00427a;
    --color-skoleliv-300: #7fbcb2;
    --color-skoleliv-500: #327665;
    --color-skoleliv-700: #006050;
    --color-byrum-300: #677dba;
    --color-byrum-500: #37518a;
    --color-byrum-700: #00295c;
    --color-sundhed-300: #be4966;
    --color-sundhed-500: #8a143c;
    --color-sundhed-700: #570017;
    --color-mad-300: #c1ffcc;
    --color-mad-500: #6ac17b;
    --color-mad-700: #38904e;
    --color-historie-300: #5943bc;
    --color-historie-500: #1e1a8b;
    --color-historie-700: #00005d;
    --color-borne-300: #d6fc6e;
    --color-borne-500: #a2c93c;
    --color-borne-700: #709800;
    --color-advertorial-300: #8571e6;
    --color-advertorial-500: #5245b3;
    --color-advertorial-700: #151d82;
    --text-10: 0.65rem;
    --text-12: 0.75rem;
    --text-14: 0.875rem;
    --text-16: 1rem;
    --text-18: 1.125rem;
    --text-20: 1.25rem;
    --text-22: 1.375rem;
    --text-24: 1.5rem;
    --text-28: 1.75rem;
    --text-30: 1.875rem;
    --text-32: 2rem;
    --text-34: 2.125rem;
    --text-36: 2.25rem;
    --text-38: 2.375rem;
    --text-40: 2.5rem;
    --text-44: 2.75rem;
    --text-48: 3rem;
    --text-50: 3.125rem;
    --text-52: 3.25rem;
    --text-54: 3.375rem;
    --text-64: 4rem;
    --text-70: 4.375rem;
    --text-76: 4.75rem;
    --text-80: 5rem;
    --text-96: 6rem;
    --text-body-12: 0.75rem;
    --text-body-14: 0.875rem;
    --text-body-16: 1rem;
    --text-body-18: 1.125rem;
    --text-body-20: 1.25rem;
    --text-body-24: 1.5rem;
    --text-body-28: 1.75rem;
    --text-body-30: 1.875rem;
    --text-body-32: 2rem;
    --text-body-34: 2.125rem;
    --text-body-36: 2.25rem;
    --text-body-38: 2.375rem;
    --text-body-40: 2.5rem;
    --text-body-48: 3rem;
    --text-body-52: 3.25rem;
    --text-body-64: 4rem;
    --text-body-96: 6rem;
    --text-label-10: 0.625rem;
    --text-label-12: 0.75rem;
    --text-label-14: 0.875rem;
    --text-label-16: 1rem;
    --text-label-18: 1.125rem;
    --text-label-20: 1.25rem;
    --article-span-width-1: 1;
    --article-span-width-2: 2;
    --article-span-width-3: 3;
    --article-span-width-4: 4;
    --article-span-width-5: 5;
    --article-span-width-6: 6;
    --article-span-width-7: 7;
    --article-span-width-8: 8;
    --article-span-width-9: 9;
    --article-span-width-10: 10;
    --article-span-width-11: 11;
    --article-span-width-12: 12;
    --spacing-px: 1px;
    --spacing-0: 0;
    --spacing-0_25: 0.06125rem;
    --spacing-0_5: 0.125rem;
    --spacing-0_75: 0.18625rem;
    --spacing-1: 0.25rem;
    --spacing-1_25: 0.3125rem;
    --spacing-1_5: 0.375rem;
    --spacing-2: 0.5rem;
    --spacing-2_5: 0.625rem;
    --spacing-3: 0.75rem;
    --spacing-4: 1rem;
    --spacing-5: 1.25rem;
    --spacing-6: 1.5rem;
    --spacing-7: 1.75rem;
    --spacing-7_5: 1.875rem;
    --spacing-8: 2rem;
    --spacing-9: 2.25rem;
    --spacing-10: 2.5rem;
    --spacing-11: 2.75rem;
    --spacing-12: 3rem;
    --spacing-12_5: 3.125rem;
    --spacing-14: 3.5rem;
    --spacing-15: 3.75rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-25: 6.25rem;
    --spacing-28: 7rem;
    --spacing-31: 7.75rem;
    --spacing-32: 8rem;
    --spacing-36: 9rem;
    --spacing-40: 10rem;
    --spacing-48: 12rem;
    --spacing-56: 14rem;
    --spacing-60: 15rem;
    --spacing-64: 16rem;
    --spacing-128: 32rem;
    --spacing-gutter-half: 1rem;
    --spacing-gutter: 2rem;
    --font-weight-400: 400;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --radius-default: 0.313rem;
    --radius-t-lg: 1rem 1rem 0 0;
    --animate-polping: polping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-polbounce1: polbounce 1.2s infinite;
    --animate-polbounce2: polbounce 1.2s 0.2s infinite;
    --animate-polbounce3: polbounce 1.2s 0.4s infinite;
    --animate-polbounce4: polbounceX 0.6s linear forwards;
    --animate-fadein: fadeIn 200ms ease-in-out forwards;
    --animate-fadeout: fadeOut 200ms ease-out forwards;
    --animate-slidedown: slideDown 250ms cubic-bezier(0.25, 0.75, 0.5, 1.25)
      forwards;
    --animate-slideup: slideUp 200ms cubic-bezier(0.25, 0.75, 0.5, 1.25)
      forwards;
    --animate-slideIntoLeftSticky: slideIntoLeftSticky 200ms ease-in-out
      forwards;
    --animate-slideIntoRightSticky: slideIntoRightSticky 250ms ease-in-out
      forwards;
    --animate-slideFromRightSticky: slideFromRightSticky 250ms ease-in-out
      forwards;
    --animate-peekABoo: slideIntoLeftRelative 0.8s
      cubic-bezier(0.8, -0.37, 0.53, 1.15) forwards;
    --animate-peekABooReverse: slideFromRightRelative 0.8s
      cubic-bezier(0.8, -0.37, 0.53, 1.15) forwards;
    --animate-switchintoleft: switchIntoLeft 1s
      cubic-bezier(0.8, -0.1, 0.53, 1.05) both;
    --animate-switchfromleft: switchFromLeft 1s
      cubic-bezier(0.8, -0.1, 0.53, 1.05) both;
    --animate-longDriftIntoLeft: longDriftIntoLeft 1s linear infinite;
    --animate-shiftToRight: shiftToRight 200ms ease-in-out forwards;
    --animate-shiftToLeft: shiftToLeft 150ms ease-in-out forwards;
  }
}

@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,
  h3 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b {
    font-weight: bolder;
  }

  :-moz-focusring {
    outline: auto;
  }

  ul {
    list-style: none;
  }

  img,
  svg {
    display: block;
    vertical-align: middle;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  ::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;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
  }

  ::-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;
  }
}

html {
  scroll-behavior: smooth;
}

@layer utilities {
  .soft-hide-label {
    z-index: 9999999;
    position: absolute;
    left: -99999999px;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .top-0 {
    top: var(--spacing-0);
  }

  .left-0 {
    left: var(--spacing-0);
  }

  .z-1 {
    z-index: 1;
  }

  .z-10 {
    z-index: 10;
  }

  .z-40 {
    z-index: 40;
  }

  .col-span-1 {
    grid-column: span 1 / span 1;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-span-6 {
    grid-column: span 6 / span 6;
  }

  .col-span-9 {
    grid-column: span 9 / span 9;
  }

  .col-span-10 {
    grid-column: span 10 / span 10;
  }

  .col-span-12 {
    grid-column: span 12 / span 12;
  }

  .container {
    width: 100%;

    @media (width >=961px) {
      max-width: 961px;
    }

    @media (width >=1025px) {
      max-width: 1025px;
    }

    @media (width >=1181px) {
      max-width: 1181px;
    }

    @media (width >=1281px) {
      max-width: 1281px;
    }

    @media (width >=1365px) {
      max-width: 1365px;
    }

    @media (width >=96rem) {
      max-width: 96rem;
    }
  }

  .mx-8 {
    margin-inline: var(--spacing-8);
  }

  .my-4 {
    margin-block: var(--spacing-4);
  }

  .m-0-first-direct-p-child {
    & > *:nth-child(2) {
      margin-top: 0 !important;
    }
  }

  .mt-2 {
    margin-top: var(--spacing-2);
  }

  .mt-4 {
    margin-top: var(--spacing-4);
  }

  .mt-6 {
    margin-top: var(--spacing-6);
  }

  .mt-8 {
    margin-top: var(--spacing-8);
  }

  .mt-10 {
    margin-top: var(--spacing-10);
  }

  .-mb-\[63px\] {
    margin-bottom: calc(63px * -1);
  }

  .mb-1 {
    margin-bottom: var(--spacing-1);
  }

  .mb-2 {
    margin-bottom: var(--spacing-2);
  }

  .mb-6 {
    margin-bottom: var(--spacing-6);
  }

  .mb-8 {
    margin-bottom: var(--spacing-8);
  }

  .mb-10 {
    margin-bottom: var(--spacing-10);
  }

  .mb-20 {
    margin-bottom: var(--spacing-20);
  }

  .ml-1 {
    margin-left: var(--spacing-1);
  }

  .ml-6 {
    margin-left: var(--spacing-6);
  }

  .hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      width: 0;
      height: 0;
      display: none;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .flex\! {
    display: flex !important;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .h-2 {
    height: var(--spacing-2);
  }

  .h-4 {
    height: var(--spacing-4);
  }

  .h-\[13px\] {
    height: 13px;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-full {
    height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-4 {
    width: var(--spacing-4);
  }

  .w-18 {
    width: calc(var(--spacing) * 18);
  }

  .w-\[14px\] {
    width: 14px;
  }

  .w-\[131px\] {
    width: 131px;
  }

  .w-\[250px\] {
    width: 250px;
  }

  .w-\[514px\] {
    width: 514px;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-\[85\%\] {
    max-width: 85%;
  }

  .max-w-xs {
    max-width: var(--container-xs);
  }

  .min-w-18 {
    min-width: calc(var(--spacing) * 18);
  }

  .min-w-\[14px\] {
    min-width: 14px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .animate-shiftToLeft {
    animation: var(--animate-shiftToLeft);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-300px-9 {
    grid-template-columns: 300px repeat(9, minmax(0, 1fr));
    --outergrid: calc(100vw - 300px - calc(2 * var(--article-gap)));
    --accumulated-gutter-space: calc(9 * var(--article-gap));
    --accumulated-column-space: calc(
      var(--outergrid) - var(--accumulated-gutter-space)
    );
    --one-column-width: calc(var(--accumulated-column-space) / 9);
  }

  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: var(--spacing-1);
  }

  .gap-2 {
    gap: var(--spacing-2);
  }

  .gap-4 {
    gap: var(--spacing-4);
  }

  .gap-6 {
    gap: var(--spacing-6);
  }

  .gap-8 {
    gap: var(--spacing-8);
  }

  .gap-10 {
    gap: var(--spacing-10);
  }

  .gap-gutter {
    gap: var(--spacing-gutter);
  }

  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-4) * var(--tw-space-y-reverse));
      margin-block-end: 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(var(--spacing-6) * var(--tw-space-y-reverse));
      margin-block-end: calc(
        var(--spacing-6) * calc(1 - var(--tw-space-y-reverse))
      );
    }
  }

  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing-16) * var(--tw-space-y-reverse));
      margin-block-end: calc(
        var(--spacing-16) * calc(1 - var(--tw-space-y-reverse))
      );
    }
  }

  .space-y-gutter {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(
        var(--spacing-gutter) * var(--tw-space-y-reverse)
      );
      margin-block-end: calc(
        var(--spacing-gutter) * calc(1 - var(--tw-space-y-reverse))
      );
    }
  }

  .gap-x-8 {
    column-gap: var(--spacing-8);
  }

  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(var(--spacing-2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(
        var(--spacing-2) * calc(1 - var(--tw-space-x-reverse))
      );
    }
  }

  .gap-y-12 {
    row-gap: var(--spacing-12);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-x-scroll {
    overflow-x: scroll;
  }

  .rounded-\[3px\] {
    border-radius: 3px;
  }

  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-paper-300 {
    border-color: var(--color-paper-300);
  }

  .border-paper-800 {
    border-color: var(--color-paper-800);
  }

  .bg-paper-50 {
    background-color: var(--color-paper-50);
  }

  .bg-paper-50\/0 {
    background-color: color-mix(in srgb, #fbfaf7 0%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        var(--color-paper-50) 0%,
        transparent
      );
    }
  }

  .bg-pol-500 {
    background-color: var(--color-pol-500);
  }

  .px-2 {
    padding-inline: var(--spacing-2);
  }

  .px-6 {
    padding-inline: var(--spacing-6);
  }

  .px-8 {
    padding-inline: var(--spacing-8);
  }

  .py-1 {
    padding-block: var(--spacing-1);
  }

  .py-2\.5 {
    padding-block: var(--spacing-2_5);
  }

  .pt-0\.5 {
    padding-top: var(--spacing-0_5);
  }

  .pt-1 {
    padding-top: var(--spacing-1);
  }

  .pt-1\.5 {
    padding-top: var(--spacing-1_5);
  }

  .pt-px {
    padding-top: 1px;
  }

  .pt-px {
    padding-top: var(--spacing-px);
  }

  .pr-1 {
    padding-right: var(--spacing-1);
  }

  .pr-2 {
    padding-right: var(--spacing-2);
  }

  .pr-4 {
    padding-right: var(--spacing-4);
  }

  .pr-6 {
    padding-right: var(--spacing-6);
  }

  .pb-0\.5 {
    padding-bottom: var(--spacing-0_5);
  }

  .pb-8 {
    padding-bottom: var(--spacing-8);
  }

  .pl-0 {
    padding-left: var(--spacing-0);
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-serif-body-20 {
    font-size: var(--text-body-20);
    font-family: var(--font-serif);
    font-weight: var(--font-400);
    line-height: 1.45;
    letter-spacing: -0.0125rem;
    --parent-line-height: calc(1.25rem * 1.45);
  }

  .font-label-12 {
    font-size: var(--text-label-12);
    font-family: var(--font-sans);
    line-height: var(--font-label-line-height);
    letter-spacing: 0.075rem;
    text-transform: var(--font-label-text-transform);
  }

  .font-label-14 {
    font-size: var(--text-label-14);
    font-family: var(--font-sans);
    line-height: var(--font-label-line-height);
    letter-spacing: 0.0875rem;
    text-transform: var(--font-label-text-transform);
  }

  .font-serif-header-64 {
    font-size: var(--text-64);
    font-family: var(--font-serif);
    line-height: 1.05;
    letter-spacing: -0.08rem;
    --parent-line-height: calc(4rem * 1.05);
  }

  .font-sans-14 {
    font-size: var(--text-14);
    font-family: var(--font-sans);
    line-height: var(--font-sans-line-height);
    --parent-line-height: calc(0.875rem * 1.15);
  }

  .font-sans-16 {
    font-size: var(--text-16);
    font-family: var(--font-sans);
    line-height: var(--font-sans-line-height);
    --parent-line-height: calc(1rem * 1.15);
  }

  .font-sans-18 {
    font-size: var(--text-18);
    font-family: var(--font-sans);
    line-height: var(--font-sans-line-height);
    --parent-line-height: calc(1.125rem * 1.15);
  }

  .font-sans-20 {
    font-size: var(--text-20);
    font-family: var(--font-sans);
    line-height: var(--font-sans-line-height);
    --parent-line-height: calc(1.25rem * 1.15);
  }

  .font-600 {
    --tw-font-weight: var(--font-weight-600);
    font-weight: var(--font-weight-600);
  }

  .font-700 {
    --tw-font-weight: var(--font-weight-700);
    font-weight: var(--font-weight-700);
  }

  .font-650 {
    font-weight: 650;
  }

  .font-750 {
    font-weight: 750;
  }

  .conditional-hyphenation-long {
    @supports (hyphenate-limit-chars: 5) {
      hyphens: auto;
      hyphenate-limit-chars: 20 4 4;
    }

    @supports not (hyphenate-limit-chars: 5) {
      hyphens: auto;
      -webkit-hyphenate-limit-before: 5;
      -webkit-hyphenate-limit-after: 5;
    }

    @media (min-width: 961px) {
      @supports (hyphenate-limit-chars: 5) {
        hyphens: auto;
        hyphenate-limit-chars: 20 6;
      }

      @supports not (hyphenate-limit-chars: 5) {
        hyphens: auto;
        -webkit-hyphenate-limit-before: 4;
        -webkit-hyphenate-limit-after: 4;
      }
    }
  }

  .conditional-hyphenation-medium {
    @supports (hyphenate-limit-chars: 5) {
      hyphens: auto;
      hyphenate-limit-chars: 15 4 4;
    }

    @supports not (hyphenate-limit-chars: 5) {
      hyphens: auto;
      -webkit-hyphenate-limit-before: 5;
      -webkit-hyphenate-limit-after: 5;
    }

    @media (min-width: 961px) {
      @supports (hyphens: auto) {
        hyphens: auto;
        hyphenate-limit-chars: 15 6;
      }

      @supports not (hyphens: auto) {
        hyphens: auto;
        -webkit-hyphenate-limit-before: 4;
        -webkit-hyphenate-limit-after: 4;
      }
    }
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-paper-1000 {
    color: var(--color-paper-1000);
  }

  .text-pol-500 {
    color: var(--color-pol-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-\[1\.5px\] {
    text-decoration-thickness: 1.5px;
  }

  .underline-offset-2 {
    text-underline-offset: 2px;
  }

  .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));
  }

  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .select-text {
    -webkit-user-select: text;
    user-select: text;
  }

  .article-col-span-9 {
    --article-col-span: var(--article-span-width-9);
  }

  .article-gap-gutter {
    --article-gap: var(--spacing-8);
  }

  .group-hover\/arrow\:animate-shiftToRight {
    &:is(:where(.group\/arrow):hover *) {
      @media (hover: hover) {
        animation: var(--animate-shiftToRight);
      }
    }
  }

  .first-letter\:capitalize {
    &::first-letter {
      text-transform: capitalize;
    }
  }

  .placeholder\:text-paper-800 {
    &::placeholder {
      color: var(--color-paper-800);
    }
  }

  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }

  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }

  .focus\:border-paper-1000 {
    &:focus {
      border-color: var(--color-paper-1000);
    }
  }

  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }

  .sm\:col-span-2 {
    @media (width >=1025px) {
      grid-column: span 2 / span 2;
    }
  }

  .sm\:col-span-7 {
    @media (width >=1025px) {
      grid-column: span 7 / span 7;
    }
  }

  .sm\:block {
    @media (width >=1025px) {
      display: block;
    }
  }

  .sm\:hidden {
    @media (width >=1025px) {
      display: none;
    }
  }

  .sm\:article-col-span-7 {
    @media (width >=1025px) {
      --article-col-span: var(--article-span-width-7);
    }
  }

  .md\:col-span-3 {
    @media (width >=1181px) {
      grid-column: span 3 / span 3;
    }
  }

  .md\:col-span-6 {
    @media (width >=1181px) {
      grid-column: span 6 / span 6;
    }
  }

  .md\:col-span-8 {
    @media (width >=1181px) {
      grid-column: span 8 / span 8;
    }
  }

  .md\:col-start-3 {
    @media (width >=1181px) {
      grid-column-start: 3;
    }
  }

  .md\:block {
    @media (width >=1181px) {
      display: block;
    }
  }

  .md\:hidden {
    @media (width >=1181px) {
      display: none;
    }
  }

  .md\:items-end {
    @media (width >=1181px) {
      align-items: flex-end;
    }
  }

  .md\:article-col-span-6 {
    @media (width >=1181px) {
      --article-col-span: var(--article-span-width-6);
    }
  }

  .lg\:block {
    @media (width >=1281px) {
      display: block;
    }
  }

  .lg\:hidden {
    @media (width >=1281px) {
      display: none;
    }
  }

  .lg\:space-y-8 {
    @media (width >=1281px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-8) * var(--tw-space-y-reverse));
        margin-block-end: calc(
          var(--spacing-8) * calc(1 - var(--tw-space-y-reverse))
        );
      }
    }
  }

  .lg\:space-y-20 {
    @media (width >=1281px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(var(--spacing-20) * var(--tw-space-y-reverse));
        margin-block-end: calc(
          var(--spacing-20) * calc(1 - var(--tw-space-y-reverse))
        );
      }
    }
  }

  .lg\:gap-x-12 {
    @media (width >=1281px) {
      column-gap: var(--spacing-12);
    }
  }

  .lg\:article-col-span-7 {
    @media (width >=1281px) {
      --article-col-span: var(--article-span-width-7);
    }
  }

  .xl\:col-span-1 {
    @media (width >=1365px) {
      grid-column: span 1 / span 1;
    }
  }

  .xl\:mx-12 {
    @media (width >=1365px) {
      margin-inline: var(--spacing-12);
    }
  }

  .xl\:grid-cols-1-628px-1 {
    @media (width >=1365px) {
      grid-template-columns: minmax(0, 1fr) 628px minmax(0, 1fr);
      --one-column-width: calc(628px / 7);
    }
  }
}

@layer theme, base, components, utilities;
@layer theme;

@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,
  h3 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b {
    font-weight: bolder;
  }

  :-moz-focusring {
    outline: auto;
  }

  ul {
    list-style: none;
  }

  img,
  svg {
    display: block;
    vertical-align: middle;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  ::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;
  }

  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
  }

  ::-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 {
  width: 100%;
  min-width: 961px;
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@layer utilities {
  @media (min-width: 1365px) {
    .container-xl-breakout {
      margin-left: calc((100vw - 1365px) / -2);
      margin-right: calc((100vw - 1365px) / -2);
    }
  }

  @media (min-width: 1680px) {
    .container-xl-breakout {
      margin-left: calc((1366px - 1281px) / -2);
      margin-right: calc((1366px - 1281px) / -2);
    }
  }
}

:root {
  --font-label-text-transform: uppercase;
  --font-label-line-height: 1.15;
}

:root {
  --font-brand-line-height: var(--font-sans-condensed-line-height);
}

:root {
  --font-sans-line-height: 1.15;
}

@font-face {
  font-family: "FlamaSemiCondensed";
  src: url("/fonts/FlamaSemicondensed-Basic-Pol.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "FlamaSemiCondensed";
  src: url("/fonts/FlamaSemicond-Medium-Pol.woff2") format("woff2");
  font-weight: 650;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "FlamaSemiCondensed";
  src: url("/fonts/FlamaSemicondensed-Semibold-pol.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "FlamaSemiCondensed";
  src: url("/fonts/FlamaSemicond-Bold-Pol.woff2") format("woff2");
  font-weight: 750;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Capitolium";
  src: url("/fonts/CapitoliumRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Capitolium";
  src: url("/fonts/CapitoliumSemibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Capitolium";
  src: url("/fonts/CapitoliumBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@layer base {
}

@layer base {
  @container (max-width: 500px) {
  }

  @container (max-width: 130px) {
  }

  @container (max-width: 96px) and (max-height: 70px) {
  }
}

@layer base {
}

@layer base {
  .video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible) {
    background: none;
  }

  @supports (display: grid) {
  }

  .video-js *:focus:not(:focus-visible) {
    outline: none;
  }
}

@font-face {
  font-display: block;
  font-family: FlamaSemiCondensed;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/FlamaSemicondensed-Basic-Pol.woff2) format("woff2");
}

@font-face {
  font-display: block;
  font-family: FlamaSemiCondensed;
  font-style: normal;
  font-weight: 650;
  src: url(/fonts/FlamaSemicond-Medium-Pol.woff2) format("woff2");
}

@font-face {
  font-display: block;
  font-family: FlamaSemiCondensed;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/FlamaSemicondensed-Semibold-pol.woff2) format("woff2");
}

@font-face {
  font-display: block;
  font-family: FlamaSemiCondensed;
  font-style: normal;
  font-weight: 750;
  src: url(/fonts/FlamaSemicond-Bold-Pol.woff2) format("woff2");
}

.lc-feed-container
  .ncpost-channelcontent-container
  .typing-enabled:has(> .typing-container:empty) {
  display: none;
}

.lc-feed-container
  .ncpost-channelcontent-container
  .ncpost-question-container
  .ncpost-new-comment-toggle:has(~ .ncpost-new-comment-panel) {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.lc-feed-container
  .ncpost-channelcontent-container
  div:has(> .tags-group:empty) {
  display: none;
}

.lc-feed-container
  .ncpost-container
  .ncpost-content
  a:not(:has(.inv-overview-readmore)) {
  color: #c00;
  text-decoration: underline;
}

.lc-feed-container
  .ncpost-container
  .ncpost-content
  a:not(:has(.inv-overview-readmore)):hover {
  text-decoration: none;
}

.lc-feed-container div:has(button.lc-load-more) {
  text-align: left !important;
}

.lc-feed-container .ncpost-importance-0:not(:has(.ncpost-content)) {
  display: none !important;
}

@layer base {
}

@layer base {
}

@layer base {
}

/*! tailwindcss v4.1.7 | MIT License */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    .commentApp ::backdrop {
      --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-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  .commentApp :host {
    --font-sans: "FlamaSemiCondensed", sans-serif;
    --font-serif: "Capitolium", serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: #f4e2db;
    --color-green-100: #e4f1dd;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xs: 18rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper-100: #f3f2ee;
    --color-paper-900: #6b6964;
    --color-paper-1000: #4d4b46;
    --color-paper-700: #a7a5a0;
    --color-paper-800: #898782;
    --color-cta-red-500: #c00;
    --color-cta-red-700: #820000;
    --color-cta-green-500: #439e5c;
    --color-cta-green-700: #24844e;
    --color-paper-500: #cfcdc8;
    --color-paper-50: #fbfaf7;
    --color-basic-white: #fff;
    --color-paper-300: #e3e1dc;
    --text-10px: 0.625rem;
    --text-12px: 0.75rem;
    --text-14px: 0.875rem;
    --text-16px: 1rem;
    --text-18px: 1.125rem;
    --text-20px: 1.25rem;
    --text-22px: 1.375rem;
    --text-24px: 1.5rem;
    --text-28px: 1.75rem;
    --text-30px: 1.875rem;
    --text-32px: 2rem;
    --text-34px: 2.125rem;
    --text-36px: 2.25rem;
    --text-38px: 2.375rem;
    --text-40px: 2.5rem;
    --text-44px: 2.75rem;
    --text-48px: 3rem;
    --text-50px: 3.125rem;
    --radius-3px: 0.1875rem;
    --animate-fade-in: fade-in 0.35s ease-in-out;
    --animate-overlay-slide: slide-in-from-right 0.5s ease-in-out;
    --animate-slide-from-center-to-right: slide-from-center-to-right 0.5s
      ease-in-out;
    --animate-slide-up: slide-up-2px 0.5s ease-in-out forwards;
    --animate-slide-down: slide-down-2px 0.5s ease-in-out forwards;
    --animate-rotate-180: rotate-180 0s ease-in-out forwards;
    --font-weight-600: 600;
    --font-weight-650: 650;
    --font-weight-700: 700;
    --font-weight-750: 750;
  }
}

@layer base {
  .commentApp ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .commentApp ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .commentApp :host {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  .commentApp abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .commentApp ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  .commentApp :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .commentApp :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .commentApp ::file-selector-button {
    margin-inline-end: 4px;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    @supports (color: color-mix(in lab, red, red)) {
    }
  }

  .commentApp input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  .commentApp ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  .commentApp [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components {
}

@layer utilities {
  .commentApp :where(.-space-y-2 > :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))
    );
  }

  .commentApp :where(.space-y-2 > :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))
    );
  }

  .commentApp :where(.space-y-4 > :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))
    );
  }
}

@font-face {
  font-family: Capitolium;
  src: url(/fonts/CapitoliumRegular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: FlamaSemiCondensed;
  src: url(/fonts/FlamaSemicondensed-Basic-Pol.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: FlamaSemiCondensed;
  src: url(/fonts/FlamaSemicond-Medium-Pol.woff2) format("woff2");
  font-weight: 650;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: FlamaSemiCondensed;
  src: url(/fonts/FlamaSemicondensed-Semibold-pol.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: FlamaSemiCondensed;
  src: url(/fonts/FlamaSemicond-Bold-Pol.woff2) format("woff2");
  font-weight: 750;
  font-style: normal;
  font-display: block;
}

@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}

html {
  min-height: 100vh;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

button {
  cursor: pointer;
}

button:not(.flex) {
  display: block;
}

@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-ease {
  syntax: "*";
  inherits: false;
}

@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-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;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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-tracking {
  syntax: "*";
  inherits: false;
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}

@property --tw-numeric-fraction {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-content: "";
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --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-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
    }
  }
}

h1 {
  font-size: clamp(1.5625rem, 1.3125rem + 1.25vw, 2.8125rem);
}

.adnm-topscroll-mobile
  aside:has(
    > div.topscrollAd
      > div[id^="google_ads_iframe_"]
      > .adnm-creative
      > iframe:only-child
  ),
.adnm-topscroll-mobile
  aside:has(
    > div.topscrollAd
      > div[id^="google_ads_iframe_"]
      > .adnm-creative
      > iframe:only-child
  )
  div:not(.adnm-creative) {
  height: 1px !important;
  min-height: unset !important;
}

.adnm-topscroll-expand-mobile
  body:has(header.sticky)
  .adnm-html-topscroll-expand-frame-wrapper {
  margin-bottom: 142px !important;
}

.adnm-topscroll-expand-mobile
  body:has(header [id*="sticky-header"])
  .adnm-html-topscroll-expand-frame-wrapper {
  margin-bottom: unset !important;
}

.textBox h2 {
  font-size: 24px;
  font-weight: 700;
}

.textBox a {
  color: #df321b;
}

.header-no-margin-top {
  margin-top: 0;
}

.btn-promo-dark {
  background-color: #000000;
  color: #ffffff;
}

.link-black {
  color: #000000;
}

.aspect-square {
  aspect-ratio: 1;
}

.btn-subscribe {
  background-color: #cc0000;
  color: #fbfaf7;
  transition: background-color 0.3s;
}

.btn-subscribe:hover {
  background-color: #820000;
}

@media (max-width: 1024px) {
  #js-article-body {
    display: block;
    padding: 0 16px;
    margin: 0 auto;
    max-width: 720px;
  }

  #js-article-body > aside {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  #js-article-body > aside .space-y-4 {
    margin-bottom: 24px;
  }

  #js-article-body > aside .flex.space-x-2.items-end.justify-end,
  #js-article-body > aside .text-right {
    justify-content: flex-start;
    text-align: left;
  }

  #js-article-body .main-content {
    width: 100%;
  }

  #js-article-body img,
  #js-article-body picture {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  #js-article-body {
    padding: 0 12px;
  }

  #js-article-body > aside figure.w-18 {
    width: 56px;
    min-width: 56px;
  }
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container img {
  border: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle,
.fb--container .fcg,
.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf,
.fb--container .rfloat {
  float: right;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6b {
  vertical-align: middle;
  display: inline-block;
  word-wrap: normal;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
}

.fb--container ._5mdd,
.fb--container._2pi8 {
  word-wrap: break-word;
}

.fb--container ._6b::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
}

.fb--container ._2pis {
  padding-left: 8px;
  margin-left: 56px;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container._5lm5 {
  margin-top: 12px;
  border-top: 1px solid #e9ebee;
}

.fb--container._5lm5 ._42ef {
  font-size: 11px;
  color: #365899;
  cursor: pointer;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 700;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
  margin-right: 10px;
}

#comments_form.mycomment {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 20px 0 0;
  font-size: 16px;
}

#comments_form .mycomment-img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

#comments_form .mycomment-info {
  width: 100%;
  max-width: 100%;
}

#comments_form .textbox {
  color: #1d2129;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 10px;
  outline: 0;
}

#comments_form .mycomment-info__inner {
  background-color: #f2f3f5;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  padding: 0.75rem 12px 1rem;
  position: relative;
}

#comments_form .error {
  position: relative;
  margin-top: -10px;
  color: red;
  font-size: 13px;
  padding-left: 5px;
  display: none;
}

#Send-Us-Message {
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background: #2f3032;
}

#Send-Us-Message {
  border: none;
  border-radius: 5px;
  max-width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background: #2f3032;
}

#Send-Us-Message {
  border: none;
  border-radius: 15px;
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 30px;
}

#Send-Us-Message h3 {
  padding: 0 15px;
  margin: 0 0 20px 0;
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

#Send-Us-Message h3 span {
  font-weight: 600;
  color: #008f4f;
  font-family: "Instrument Sans";
  font-style: italic;
}

#Send-Us-Message .form-photo {
  max-width: 452px;
  padding: 0 15px;
  box-sizing: border-box;
}

#Send-Us-Message .form-photo img {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  width: 100%;
}

#Send-Us-Message h2 {
  padding: 0 10px;
  color: #000;
  margin: 0 0 10px 0;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

#cd-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-family: sans-serif;
  font-family: "Instrument Sans";
}

.cd-unit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
}

.cd-digits {
  display: flex;
}

.cd-box {
  box-sizing: border-box;
  min-width: 35px;
  margin: 0 2px;
  border-radius: 8px;
  padding: 15px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  background: #fff;
}

.cd-label {
  position: absolute;
  bottom: -25px;
  margin-top: 5px;
  color: #333;
  font-weight: bold;
  font-size: 0.6em;
  text-transform: uppercase;
}

.cd-separator {
  border-radius: 8px;
  color: black;
  font-weight: bold;
  font-size: 1.5em;
}

@media (max-width: 550px) {
  .cd-box {
    font-size: 18px;
  }

  .cd-separator {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .cd-box {
    min-width: initial;
    padding: 10px 13px;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .cd-box {
    min-width: initial;
    padding: 8px 10px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .cd-box {
    min-width: initial;
    padding: 6px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .cd-box {
    margin: 0 1.5px;
  }
}

.form-footer {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 15px 37px 15px 37px;
  background: #008f4f;
  background-image: url("/img/noise.webp");
  background-size: cover;
}

.form-footer img {
  width: 100%;
  margin: 30px auto;
}

.form-footer .uniqp {
  margin-bottom: 25px;
  color: #ffffff;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.form-footer .pp {
  color: #fff;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
.custom-list {
  list-style-type: disc;
  padding-left: 40px;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/fonts/InstrumentSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("/fonts/InstrumentSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.info h2 {
  margin-bottom: 1rem;
}

.info h2,
.info p {
  margin: 15px 0;
}

.step-block-yellow {
  border-left: 3px solid #dc2626;
  border-radius: 4px;
  background: rgba(247, 247, 247, 1);
  padding: 12px;
  width: 100%;
  margin-bottom: 10px;
}

.step-block-yellow .step-label {
  display: inline-block;
  border-radius: 2px;
  background: #dc2626;
  color: white;
  font-size: 12px;
  font-weight: 900;
  padding: 2px 6px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.step-block-yellow .step-text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(34, 34, 34, 1);
  margin-bottom: 0;
}

@media (max-width: 970px) {
  .container {
    min-width: unset;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-bottom {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }

  .grid.grid-cols-12.gap-8.mt-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .col-span-6.flex.flex-row.gap-10 {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .w-\[514px\] {
    width: 100%;
  }
}
