/*! tailwindcss v4.3.1 | 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-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-thin: 100;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-normal: 0em;
    --radius-xs: 0.125rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1400px;
    --breakpoint-4xl: 1680px;
    --breakpoint-fhd: 1920px;
    --font-primary: 'Satoshi', sans-serif;
    --font-secondary: 'GeneralSans', sans-serif;
    --font-headlines: 'Montserrat', sans-serif;
    --color-dark: #212121;
    --color-light: #F9FAFB;
    --color-btnPrimary: #0052CC;
    --color-btnPrimaryHover: #003E99;
    --spacing-5xl: 200px;
    --spacing-4xl: 150px;
    --spacing-offset2xl: 110px;
    --spacing-2xl: 100px;
    --spacing-xl: 80px;
    --spacing-offsetLg: 70px;
    --spacing-lg: 60px;
    --spacing-offsetMd: 50px;
    --spacing-md: 40px;
    --spacing-sm: 30px;
    --spacing-offsetXs: 25px;
    --spacing-xs: 20px;
    --spacing-offsetXxs: 15px;
    --spacing-xxs: 10px;
    --spacing-80vh: 80vh;
    --text-fhd-h1-header: 40px;
    --text-fhd-h1-header--line-height: 115%;
    --text-2xl-h1-header: 40px;
    --text-2xl-h1-header--line-height: 115%;
    --text-xl-h1-header: 36px;
    --text-xl-h1-header--line-height: 120%;
    --text-lg-h1-header: 36px;
    --text-lg-h1-header--line-height: 120%;
    --text-md-h1-header: 40px;
    --text-md-h1-header--line-height: 120%;
    --text-sm-h1-header: 40px;
    --text-sm-h1-header--line-height: 120%;
    --text-xs-h1-header: 36px;
    --text-xs-h1-header--line-height: 120%;
    --text-xxs-h1-header: 30px;
    --text-xxs-h1-header--line-height: 120%;
    --text-fhd-h1: 56px;
    --text-fhd-h1--line-height: 120%;
    --text-2xl-h1: 48px;
    --text-2xl-h1--line-height: 120%;
    --text-xl-h1: 48px;
    --text-xl-h1--line-height: 120%;
    --text-lg-h1: 48px;
    --text-lg-h1--line-height: 120%;
    --text-md-h1: 40px;
    --text-md-h1--line-height: 120%;
    --text-sm-h1: 36px;
    --text-sm-h1--line-height: 120%;
    --text-xs-h1: 36px;
    --text-xs-h1--line-height: 120%;
    --text-xxs-h1: 28px;
    --text-xxs-h1--line-height: 120%;
    --text-fhd-h2: 40px;
    --text-fhd-h2--line-height: 120%;
    --text-2xl-h2: 36px;
    --text-2xl-h2--line-height: 120%;
    --text-xl-h2: 30px;
    --text-xl-h2--line-height: 120%;
    --text-lg-h2: 32px;
    --text-lg-h2--line-height: 120%;
    --text-md-h2: 36px;
    --text-md-h2--line-height: 120%;
    --text-sm-h2: 36px;
    --text-sm-h2--line-height: 120%;
    --text-xs-h2: 30px;
    --text-xs-h2--line-height: 120%;
    --text-xxs-h2: 26px;
    --text-xxs-h2--line-height: 130%;
    --text-fhd-h3: 28px;
    --text-fhd-h3--line-height: 140%;
    --text-2xl-h3: 24px;
    --text-2xl-h3--line-height: 140%;
    --text-xl-h3: 22px;
    --text-xl-h3--line-height: 140%;
    --text-lg-h3: 22px;
    --text-lg-h3--line-height: 140%;
    --text-md-h3: 22px;
    --text-md-h3--line-height: 140%;
    --text-sm-h3: 22px;
    --text-sm-h3--line-height: 140%;
    --text-xs-h3: 22px;
    --text-xs-h3--line-height: 140%;
    --text-xxs-h3: 20px;
    --text-xxs-h3--line-height: 140%;
    --text-fhd-h3-regular: 24px;
    --text-fhd-h3-regular--line-height: 140%;
    --text-2xl-h3-regular: 24px;
    --text-2xl-h3-regular--line-height: 140%;
    --text-xl-h3-regular: 22px;
    --text-xl-h3-regular--line-height: 140%;
    --text-lg-h3-regular: 22px;
    --text-lg-h3-regular--line-height: 140%;
    --text-md-h3-regular: 22px;
    --text-md-h3-regular--line-height: 140%;
    --text-sm-h3-regular: 22px;
    --text-sm-h3-regular--line-height: 140%;
    --text-xs-h3-regular: 22px;
    --text-xs-h3-regular--line-height: 140%;
    --text-xxs-h3-regular: 20px;
    --text-xxs-h3-regular--line-height: 140%;
    --text-fhd-h4: 24px;
    --text-fhd-h4--line-height: 140%;
    --text-2xl-h4: 24px;
    --text-2xl-h4--line-height: 140%;
    --text-xl-h4: 22px;
    --text-xl-h4--line-height: 140%;
    --text-lg-h4: 22px;
    --text-lg-h4--line-height: 140%;
    --text-md-h4: 22px;
    --text-md-h4--line-height: 140%;
    --text-sm-h4: 22px;
    --text-sm-h4--line-height: 140%;
    --text-xs-h4: 22px;
    --text-xs-h4--line-height: 140%;
    --text-xxs-h4: 20px;
    --text-xxs-h4--line-height: 140%;
    --text-fhd-h5: 24px;
    --text-fhd-h5--line-height: 140%;
    --text-2xl-h5: 24px;
    --text-2xl-h5--line-height: 140%;
    --text-xl-h5: 22px;
    --text-xl-h5--line-height: 140%;
    --text-lg-h5: 20px;
    --text-lg-h5--line-height: 150%;
    --text-md-h5: 20px;
    --text-md-h5--line-height: 150%;
    --text-sm-h5: 20px;
    --text-sm-h5--line-height: 150%;
    --text-xs-h5: 18px;
    --text-xs-h5--line-height: 150%;
    --text-xxs-h5: 16px;
    --text-xxs-h5--line-height: 150%;
    --text-fhd-body: 20px;
    --text-fhd-body--line-height: 150%;
    --text-2xl-body: 18px;
    --text-2xl-body--line-height: 150%;
    --text-xl-body: 18px;
    --text-xl-body--line-height: 150%;
    --text-lg-body: 18px;
    --text-lg-body--line-height: 150%;
    --text-md-body: 18px;
    --text-md-body--line-height: 150%;
    --text-sm-body: 18px;
    --text-sm-body--line-height: 150%;
    --text-xs-body: 18px;
    --text-xs-body--line-height: 150%;
    --text-xxs-body: 16px;
    --text-xxs-body--line-height: 150%;
    --text-fhd-overline: 20px;
    --text-fhd-overline--line-height: 150%;
    --text-2xl-overline: 20px;
    --text-2xl-overline--line-height: 150%;
    --text-xl-overline: 20px;
    --text-xl-overline--line-height: 150%;
    --text-lg-overline: 18px;
    --text-lg-overline--line-height: 150%;
    --text-md-overline: 18px;
    --text-md-overline--line-height: 150%;
    --text-sm-overline: 18px;
    --text-sm-overline--line-height: 150%;
    --text-xs-overline: 18px;
    --text-xs-overline--line-height: 150%;
    --text-xxs-overline: 16px;
    --text-xxs-overline--line-height: 150%;
    --text-fhd-btn: 18px;
    --text-fhd-btn--line-height: 100%;
    --text-2xl-btn: 18px;
    --text-2xl-btn--line-height: 100%;
    --text-xl-btn: 18px;
    --text-xl-btn--line-height: 100%;
    --text-lg-btn: 18px;
    --text-lg-btn--line-height: 100%;
    --text-md-btn: 18px;
    --text-md-btn--line-height: 100%;
    --text-sm-btn: 18px;
    --text-sm-btn--line-height: 100%;
    --text-xs-btn: 15px;
    --text-xs-btn--line-height: 100%;
    --text-xxs-btn: 15px;
    --text-xxs-btn--line-height: 100%;
    --text-fhd-navi: 20px;
    --text-fhd-navi--line-height: 100%;
    --text-2xl-navi: 20px;
    --text-2xl-navi--line-height: 100%;
    --text-xl-navi: 20px;
    --text-xl-navi--line-height: 130%;
    --text-lg-navi: 20px;
    --text-lg-navi--line-height: 130%;
    --text-md-navi: 20px;
    --text-md-navi--line-height: 130%;
    --text-sm-navi: 20px;
    --text-sm-navi--line-height: 130%;
    --text-xs-navi: 20px;
    --text-xs-navi--line-height: 130%;
    --text-xxs-navi: 20px;
    --text-xxs-navi--line-height: 130%;
    --aspect-3\/2: 3 / 2;
    --aspect-2\/3: 2 / 3;
    --aspect-4\/3: 4 / 3;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0;
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: 0;
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .-bottom-2 {
    bottom: calc(var(--spacing) * -2);
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .left-0 {
    left: 0;
  }
  .left-\[-50vw\] {
    left: -50vw;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .container {
    width: 100%;
    @media (width >= 360px) {
      max-width: 360px;
    }
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @media (width >= 1580px) {
      max-width: 1580px;
    }
    @media (width >= 1680px) {
      max-width: 1680px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
    @media (width >= 2200px) {
      max-width: 2200px;
    }
    @media (width >= 2700px) {
      max-width: 2700px;
    }
  }
  .m-0 {
    margin: 0;
  }
  .container {
    margin-inline: auto;
    padding-inline: 1rem;
    @media (width >= 600px) {
      max-width: 600px;
      padding-inline: 1.25rem;
    }
    @media (width >= 768px) {
      max-width: 728px;
    }
    @media (width >= 1024px) {
      max-width: 984px;
      padding-inline: 0;
    }
    @media (width >= 1280px) {
      max-width: 1240px;
    }
  }
  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-2\.5 {
    margin-inline: calc(var(--spacing) * 2.5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .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-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mt-md {
    margin-top: var(--spacing-md);
  }
  .mt-offsetMd {
    margin-top: var(--spacing-offsetMd);
  }
  .mt-offsetXs {
    margin-top: var(--spacing-offsetXs);
  }
  .mt-sm {
    margin-top: var(--spacing-sm);
  }
  .mt-xs {
    margin-top: var(--spacing-xs);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-md {
    margin-bottom: var(--spacing-md);
  }
  .mb-offsetXxs {
    margin-bottom: var(--spacing-offsetXxs);
  }
  .mb-sm {
    margin-bottom: var(--spacing-sm);
  }
  .mb-xs {
    margin-bottom: var(--spacing-xs);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-2\/3 {
    aspect-ratio: var(--aspect-2\/3);
  }
  .aspect-3\/2 {
    aspect-ratio: var(--aspect-3\/2);
  }
  .aspect-4\/3 {
    aspect-ratio: var(--aspect-4\/3);
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\/3 {
    height: calc(2 / 3 * 100%);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-80vh {
    height: var(--spacing-80vh);
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[175px\] {
    height: 175px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .h-screen {
    height: 100vh;
  }
  .h-sm {
    height: var(--spacing-sm);
  }
  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }
  .max-h-\[40vh\] {
    max-height: 40vh;
  }
  .max-h-\[80\%\] {
    max-height: 80%;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .max-h-\[900px\] {
    max-height: 900px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[48px\] {
    min-height: 48px;
  }
  .min-h-\[70vh\] {
    min-height: 70vh;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-min {
    min-height: min-content;
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-\[175px\] {
    width: 175px;
  }
  .w-\[200vw\] {
    width: 200vw;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-sm {
    width: var(--spacing-sm);
  }
  .max-w-\[32rem\] {
    max-width: 32rem;
  }
  .max-w-\[48rem\] {
    max-width: 48rem;
  }
  .max-w-\[56rem\] {
    max-width: 56rem;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-max {
    max-width: max-content;
  }
  .max-w-screen-2xl {
    max-width: var(--breakpoint-2xl);
  }
  .max-w-screen-4xl {
    max-width: var(--breakpoint-4xl);
  }
  .max-w-screen-fhd {
    max-width: var(--breakpoint-fhd);
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-0 {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2xl {
    --tw-translate-y: calc(var(--spacing-2xl) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-48 {
    --tw-translate-y: calc(var(--spacing) * 48);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .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-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .gap-offsetXxs {
    gap: var(--spacing-offsetXxs);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .gap-xs {
    gap: var(--spacing-xs);
  }
  .gap-xxs {
    gap: var(--spacing-xxs);
  }
  .gap-x-2xl {
    column-gap: var(--spacing-2xl);
  }
  .gap-x-9 {
    column-gap: calc(var(--spacing) * 9);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  .gap-y-offsetXxs {
    row-gap: var(--spacing-offsetXxs);
  }
  .proto-radius-styles {
    border-radius: 20px;
    overflow: hidden;
    @media (width >= 768px) {
      border-radius: 40px;
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-tl-md {
    border-top-left-radius: var(--radius-md);
  }
  .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-current {
    border-color: currentcolor;
  }
  .border-dark {
    border-color: var(--color-dark);
  }
  .border-gray-900 {
    border-color: var(--color-gray-900);
  }
  .border-light {
    border-color: var(--color-light);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .\!p-0 {
    padding: 0 !important;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-offsetXxs {
    padding: var(--spacing-offsetXxs);
  }
  .p-sm {
    padding: var(--spacing-sm);
  }
  .spacing-px {
    padding-inline: var(--spacing-sm);
    @media (width >= 480px) {
      padding-inline: var(--spacing-md);
    }
    @media (width >= 600px) {
      padding-inline: var(--spacing-offsetMd);
    }
    @media (width >= 768px) {
      padding-inline: var(--spacing-offsetLg);
    }
    @media (width >= 1024px) {
      padding-inline: var(--spacing-lg);
    }
    @media (width >= 1280px) {
      padding-inline: var(--spacing-2xl);
    }
    @media (width >= 1400px) {
      padding-inline: var(--spacing-offset2xl);
    }
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-offsetXxs {
    padding-inline: var(--spacing-offsetXxs);
  }
  .px-sm {
    padding-inline: var(--spacing-sm);
  }
  .px-xs {
    padding-inline: var(--spacing-xs);
  }
  .spacing-py {
    padding-block: var(--spacing-offsetMd);
    @media (width >= 768px) {
      padding-block: var(--spacing-offsetLg);
    }
    @media (width >= 1280px) {
      padding-block: var(--spacing-xl);
    }
    @media (width >= 1920px) {
      padding-block: var(--spacing-4xl);
    }
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .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-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[15\%\] {
    padding-block: 15%;
  }
  .spacing-pt {
    padding-top: var(--spacing-offsetMd);
    @media (width >= 768px) {
      padding-top: var(--spacing-offsetLg);
    }
    @media (width >= 1280px) {
      padding-top: var(--spacing-xl);
    }
    @media (width >= 1920px) {
      padding-top: var(--spacing-4xl);
    }
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-15 {
    padding-right: calc(var(--spacing) * 15);
  }
  .spacing-pb {
    padding-bottom: var(--spacing-offsetMd);
    @media (width >= 768px) {
      padding-bottom: var(--spacing-offsetLg);
    }
    @media (width >= 1280px) {
      padding-bottom: var(--spacing-xl);
    }
    @media (width >= 1920px) {
      padding-bottom: var(--spacing-4xl);
    }
  }
  .\!pb-0 {
    padding-bottom: 0 !important;
  }
  .\!pb-2 {
    padding-bottom: calc(var(--spacing) * 2) !important;
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-md {
    padding-bottom: var(--spacing-md);
  }
  .pb-sm {
    padding-bottom: var(--spacing-sm);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .typo-h1-header {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h1-header);
    line-height: var(--text-xxs-h1-header--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h1-header);
      line-height: var(--text-xs-h1-header--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h1-header);
      line-height: var(--text-sm-h1-header--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h1-header);
      line-height: var(--text-md-h1-header--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h1-header);
      line-height: var(--text-lg-h1-header--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h1-header);
      line-height: var(--text-xl-h1-header--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h1-header);
      line-height: var(--text-2xl-h1-header--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h1-header);
      line-height: var(--text-fhd-h1-header--line-height);
    }
  }
  .typo-h2 {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h2);
    line-height: var(--text-xxs-h2--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h2);
      line-height: var(--text-xs-h2--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h2);
      line-height: var(--text-sm-h2--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h2);
      line-height: var(--text-md-h2--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h2);
      line-height: var(--text-lg-h2--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h2);
      line-height: var(--text-xl-h2--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h2);
      line-height: var(--text-2xl-h2--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h2);
      line-height: var(--text-fhd-h2--line-height);
    }
  }
  .typo-h3 {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h3);
    line-height: var(--text-xxs-h3--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h3);
      line-height: var(--text-xs-h3--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h3);
      line-height: var(--text-sm-h3--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h3);
      line-height: var(--text-md-h3--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h3);
      line-height: var(--text-lg-h3--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h3);
      line-height: var(--text-xl-h3--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h3);
      line-height: var(--text-2xl-h3--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h3);
      line-height: var(--text-fhd-h3--line-height);
    }
  }
  .typo-h3-regular {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h3-regular);
    line-height: var(--text-xxs-h3-regular--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h3-regular);
      line-height: var(--text-xs-h3-regular--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h3-regular);
      line-height: var(--text-sm-h3-regular--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h3-regular);
      line-height: var(--text-md-h3-regular--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h3-regular);
      line-height: var(--text-lg-h3-regular--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h3-regular);
      line-height: var(--text-xl-h3-regular--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h3-regular);
      line-height: var(--text-2xl-h3-regular--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h3-regular);
      line-height: var(--text-fhd-h3-regular--line-height);
    }
  }
  .typo-h4 {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h4);
    line-height: var(--text-xxs-h4--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h4);
      line-height: var(--text-xs-h4--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h4);
      line-height: var(--text-sm-h4--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h4);
      line-height: var(--text-md-h4--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h4);
      line-height: var(--text-lg-h4--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h4);
      line-height: var(--text-xl-h4--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h4);
      line-height: var(--text-2xl-h4--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h4);
      line-height: var(--text-fhd-h4--line-height);
    }
  }
  .typo-overline {
    font-family: var(--font-secondary);
    font-size: var(--text-xxs-overline);
    line-height: var(--text-xxs-overline--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-overline);
      line-height: var(--text-xs-overline--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-overline);
      line-height: var(--text-sm-overline--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-overline);
      line-height: var(--text-md-overline--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-overline);
      line-height: var(--text-lg-overline--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-overline);
      line-height: var(--text-xl-overline--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-overline);
      line-height: var(--text-2xl-overline--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-overline);
      line-height: var(--text-fhd-overline--line-height);
    }
  }
  .font-headlines {
    font-family: var(--font-headlines);
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .typo-body {
    font-size: var(--text-xxs-body);
    line-height: var(--text-xxs-body--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-body);
      line-height: var(--text-xs-body--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-body);
      line-height: var(--text-sm-body--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-body);
      line-height: var(--text-md-body--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-body);
      line-height: var(--text-lg-body--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-body);
      line-height: var(--text-xl-body--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-body);
      line-height: var(--text-2xl-body--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-body);
      line-height: var(--text-fhd-body--line-height);
    }
  }
  .typo-btn {
    font-size: var(--text-xxs-btn);
    line-height: var(--text-xxs-btn--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-btn);
      line-height: var(--text-xs-btn--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-btn);
      line-height: var(--text-sm-btn--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-btn);
      line-height: var(--text-md-btn--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-btn);
      line-height: var(--text-lg-btn--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-btn);
      line-height: var(--text-xl-btn--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-btn);
      line-height: var(--text-2xl-btn--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-btn);
      line-height: var(--text-fhd-btn--line-height);
    }
  }
  .typo-navi {
    font-size: var(--text-xxs-navi);
    line-height: var(--text-xxs-navi--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-navi);
      line-height: var(--text-xs-navi--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-navi);
      line-height: var(--text-sm-navi--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-navi);
      line-height: var(--text-md-navi--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-navi);
      line-height: var(--text-lg-navi--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-navi);
      line-height: var(--text-xl-navi--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-navi);
      line-height: var(--text-2xl-navi--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-navi);
      line-height: var(--text-fhd-navi--line-height);
    }
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-light {
    color: var(--color-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-5 {
    opacity: 5%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .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-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    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);
  }
  .shadow-primary {
    --tw-shadow: 0px 4px 20px var(--tw-shadow-color, rgba(0, 0, 0, 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .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);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[sync\:git\] {
    sync: git;
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:right-0 {
    &::before {
      content: var(--tw-content);
      right: 0;
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: 0;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: 0;
    }
  }
  .before\:z-0 {
    &::before {
      content: var(--tw-content);
      z-index: 0;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-black\/50 {
    &::before {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
    }
  }
  .before\:bg-inherit {
    &::before {
      content: var(--tw-content);
      background-color: inherit;
    }
  }
  .before\:opacity-50 {
    &::before {
      content: var(--tw-content);
      opacity: 50%;
    }
  }
  .hover\:-translate-x-0 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-x: 0;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-gray-900 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .max-lg\:order-first {
    @media (width < 1024px) {
      order: -9999;
    }
  }
  .max-lg\:mx-auto {
    @media (width < 1024px) {
      margin-inline: auto;
    }
  }
  .max-lg\:min-h-\[80vh\] {
    @media (width < 1024px) {
      min-height: 80vh;
    }
  }
  .max-lg\:flex-col {
    @media (width < 1024px) {
      flex-direction: column;
    }
  }
  .max-md\:ml-auto {
    @media (width < 768px) {
      margin-left: auto;
    }
  }
  .max-md\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .max-md\:w-full {
    @media (width < 768px) {
      width: 100%;
    }
  }
  .max-md\:flex-wrap {
    @media (width < 768px) {
      flex-wrap: wrap;
    }
  }
  .max-md\:justify-center {
    @media (width < 768px) {
      justify-content: center;
    }
  }
  .max-md\:gap-4 {
    @media (width < 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-md\:pb-12 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .max-xs\:flex-col {
    @media (width < 480px) {
      flex-direction: column;
    }
  }
  .xs\:ml-auto {
    @media (width >= 480px) {
      margin-left: auto;
    }
  }
  .xs\:flex-row {
    @media (width >= 480px) {
      flex-direction: row;
    }
  }
  .sm\:h-16 {
    @media (width >= 600px) {
      height: calc(var(--spacing) * 16);
    }
  }
  .sm\:w-5 {
    @media (width >= 600px) {
      width: calc(var(--spacing) * 5);
    }
  }
  .sm\:w-8 {
    @media (width >= 600px) {
      width: calc(var(--spacing) * 8);
    }
  }
  .sm\:w-16 {
    @media (width >= 600px) {
      width: calc(var(--spacing) * 16);
    }
  }
  .sm\:max-w-\[40\%\] {
    @media (width >= 600px) {
      max-width: 40%;
    }
  }
  .sm\:max-w-\[45\%\] {
    @media (width >= 600px) {
      max-width: 45%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 600px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-offsetMd {
    @media (width >= 600px) {
      gap: var(--spacing-offsetMd);
    }
  }
  .sm\:gap-y-20 {
    @media (width >= 600px) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
  .sm\:py-6 {
    @media (width >= 600px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:\!pb-0 {
    @media (width >= 600px) {
      padding-bottom: 0 !important;
    }
  }
  .md\:visible {
    @media (width >= 768px) {
      visibility: visible;
    }
  }
  .md\:top-\[40vh\] {
    @media (width >= 768px) {
      top: 40vh;
    }
  }
  .md\:right-0 {
    @media (width >= 768px) {
      right: 0;
    }
  }
  .md\:right-14 {
    @media (width >= 768px) {
      right: calc(var(--spacing) * 14);
    }
  }
  .md\:bottom-14 {
    @media (width >= 768px) {
      bottom: calc(var(--spacing) * 14);
    }
  }
  .md\:bottom-\[unset\] {
    @media (width >= 768px) {
      bottom: unset;
    }
  }
  .md\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mt-10 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-\[120px\] {
    @media (width >= 768px) {
      margin-top: 120px;
    }
  }
  .md\:mt-lg {
    @media (width >= 768px) {
      margin-top: var(--spacing-lg);
    }
  }
  .md\:mb-1\.5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 1.5);
    }
  }
  .md\:mb-2\.5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .md\:mb-5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-offsetXs {
    @media (width >= 768px) {
      margin-bottom: var(--spacing-offsetXs);
    }
  }
  .md\:mb-sm {
    @media (width >= 768px) {
      margin-bottom: var(--spacing-sm);
    }
  }
  .md\:ml-2 {
    @media (width >= 768px) {
      margin-left: calc(var(--spacing) * 2);
    }
  }
  .md\:ml-auto {
    @media (width >= 768px) {
      margin-left: auto;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-\[40vh\] {
    @media (width >= 768px) {
      height: 40vh;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-1\/6 {
    @media (width >= 768px) {
      width: calc(1 / 6 * 100%);
    }
  }
  .md\:w-5xl {
    @media (width >= 768px) {
      width: var(--spacing-5xl);
    }
  }
  .md\:max-w-\[24rem\] {
    @media (width >= 768px) {
      max-width: 24rem;
    }
  }
  .md\:max-w-\[33\%\] {
    @media (width >= 768px) {
      max-width: 33%;
    }
  }
  .md\:max-w-\[45\%\] {
    @media (width >= 768px) {
      max-width: 45%;
    }
  }
  .md\:max-w-xl {
    @media (width >= 768px) {
      max-width: var(--spacing-xl);
    }
  }
  .md\:rotate-180 {
    @media (width >= 768px) {
      rotate: 180deg;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:gap-3 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-lg {
    @media (width >= 768px) {
      gap: var(--spacing-lg);
    }
  }
  .md\:gap-offsetXxs {
    @media (width >= 768px) {
      gap: var(--spacing-offsetXxs);
    }
  }
  .md\:gap-y-lg {
    @media (width >= 768px) {
      row-gap: var(--spacing-lg);
    }
  }
  .md\:rounded-md {
    @media (width >= 768px) {
      border-radius: var(--radius-md);
    }
  }
  .md\:px-10 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-20 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .md\:px-sm {
    @media (width >= 768px) {
      padding-inline: var(--spacing-sm);
    }
  }
  .md\:py-2\.5 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:py-10 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:pl-8 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:pl-20 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 20);
    }
  }
  .md\:text-lg {
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[13px\] {
    @media (width >= 768px) {
      font-size: 13px;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 768px) {
      font-size: 15px;
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:top-auto {
    @media (width >= 1024px) {
      top: auto;
    }
  }
  .lg\:right-30 {
    @media (width >= 1024px) {
      right: calc(var(--spacing) * 30);
    }
  }
  .lg\:bottom-2 {
    @media (width >= 1024px) {
      bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:bottom-30 {
    @media (width >= 1024px) {
      bottom: calc(var(--spacing) * 30);
    }
  }
  .lg\:order-1 {
    @media (width >= 1024px) {
      order: 1;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 1024px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:mx-0 {
    @media (width >= 1024px) {
      margin-inline: 0;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: 0;
    }
  }
  .lg\:mt-lg {
    @media (width >= 1024px) {
      margin-top: var(--spacing-lg);
    }
  }
  .lg\:mb-2 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:mb-8 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-10 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-lg {
    @media (width >= 1024px) {
      margin-bottom: var(--spacing-lg);
    }
  }
  .lg\:h-80vh {
    @media (width >= 1024px) {
      height: var(--spacing-80vh);
    }
  }
  .lg\:h-max {
    @media (width >= 1024px) {
      height: max-content;
    }
  }
  .lg\:max-h-\[300px\] {
    @media (width >= 1024px) {
      max-height: 300px;
    }
  }
  .lg\:max-h-\[600px\] {
    @media (width >= 1024px) {
      max-height: 600px;
    }
  }
  .lg\:max-h-\[900px\] {
    @media (width >= 1024px) {
      max-height: 900px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 1024px) {
      width: calc(2 / 5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 1024px) {
      width: calc(3 / 5 * 100%);
    }
  }
  .lg\:max-w-\[400px\] {
    @media (width >= 1024px) {
      max-width: 400px;
    }
  }
  .lg\:max-w-max {
    @media (width >= 1024px) {
      max-width: max-content;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 1024px) {
      flex-direction: row-reverse;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 1024px) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:gap-4 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-offsetMd {
    @media (width >= 1024px) {
      gap: var(--spacing-offsetMd);
    }
  }
  .lg\:gap-y-32 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 32);
    }
  }
  .lg\:p-offsetMd {
    @media (width >= 1024px) {
      padding: var(--spacing-offsetMd);
    }
  }
  .lg\:px-4 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-5 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-8 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-12 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pr-7 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 7);
    }
  }
  .lg\:pl-14 {
    @media (width >= 1024px) {
      padding-left: calc(var(--spacing) * 14);
    }
  }
  .lg\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .xl\:max-w-\[20\%\] {
    @media (width >= 1280px) {
      max-width: 20%;
    }
  }
  .xl\:max-w-\[30\%\] {
    @media (width >= 1280px) {
      max-width: 30%;
    }
  }
  .xl\:max-w-\[36rem\] {
    @media (width >= 1280px) {
      max-width: 36rem;
    }
  }
  .xl\:py-44 {
    @media (width >= 1280px) {
      padding-block: calc(var(--spacing) * 44);
    }
  }
  .xl\:pb-20 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:gap-offsetMd {
    @media (width >= 1400px) {
      gap: var(--spacing-offsetMd);
    }
  }
  .fhd\:text-5xl {
    @media (width >= 1920px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 k\:scale-125 {
    @media (width >= 2200px) {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\32 kplus\:scale-150 {
    @media (width >= 2700px) {
      --tw-scale-x: 150%;
      --tw-scale-y: 150%;
      --tw-scale-z: 150%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .dark\:\!bg-dark {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark) !important;
    }
  }
  .dark\:bg-dark {
    &:where(.dark, .dark *) {
      background-color: var(--color-dark);
    }
  }
  .dark\:\!text-light {
    &:where(.dark, .dark *) {
      color: var(--color-light) !important;
    }
  }
  .dark\:\!text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white) !important;
    }
  }
  .dark\:text-\[\#212121\] {
    &:where(.dark, .dark *) {
      color: #212121;
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
  .dark\:shadow-darkShadow {
    &:where(.dark, .dark *) {
      --tw-shadow: 0px 0px 30px var(--tw-shadow-color, rgba(255, 255, 255, 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);
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
  button:not(:disabled), [role="button"]:not(:disabled) {
    cursor: pointer;
  }
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/Satoshi-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-Extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-ExtralightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../assets/fonts/GeneralSans-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/montserrat-v31-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/montserrat-v31-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/montserrat-v31-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/montserrat-v31-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-family: var(--font-secondary);
  overflow-wrap: break-word;
}
.content-subline {
  font-family: var(--font-secondary);
  .typo-h4 {
    font-family: var(--font-secondary);
  }
}
.site-content, .site-cpt-archive, .site-cpt-single {
  &.navi-with-bg {
    margin-top: calc(var(--spacing) * 12);
    @media (width >= 1024px) {
      margin-top: 80px;
    }
  }
  h1,h2,h3,h4,h5,h6 {
    word-break: auto-phrase;
    -webkit-hyphens: manual;
    hyphens: manual;
  }
  p, li {
    a {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      text-decoration-line: underline;
    }
  }
}
.img-copyright-text {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  rotate: 180deg;
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  align-items: center;
  justify-content: center;
  padding-inline: var(--spacing);
  padding-block: calc(var(--spacing) * 1.5);
  font-size: 10px;
  --tw-leading: 1.2;
  line-height: 1.2;
  color: var(--color-white);
  writing-mode: vertical-rl;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.page-404, .error404 {
  #page {
    height: 100%;
    min-height: 100vh;
  }
}
.typo-body {
  p:not(:last-child) {
    padding-bottom: 0;
  }
  h1 {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h1);
    line-height: var(--text-xxs-h1--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h1);
      line-height: var(--text-xs-h1--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h1);
      line-height: var(--text-sm-h1--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h1);
      line-height: var(--text-md-h1--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h1);
      line-height: var(--text-lg-h1--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h1);
      line-height: var(--text-xl-h1--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h1);
      line-height: var(--text-2xl-h1--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h1);
      line-height: var(--text-fhd-h1--line-height);
    }
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h2 {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h2);
    line-height: var(--text-xxs-h2--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h2);
      line-height: var(--text-xs-h2--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h2);
      line-height: var(--text-sm-h2--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h2);
      line-height: var(--text-md-h2--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h2);
      line-height: var(--text-lg-h2--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h2);
      line-height: var(--text-xl-h2--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h2);
      line-height: var(--text-2xl-h2--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h2);
      line-height: var(--text-fhd-h2--line-height);
    }
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h3 {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h3);
    line-height: var(--text-xxs-h3--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h3);
      line-height: var(--text-xs-h3--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h3);
      line-height: var(--text-sm-h3--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h3);
      line-height: var(--text-md-h3--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h3);
      line-height: var(--text-lg-h3--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h3);
      line-height: var(--text-xl-h3--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h3);
      line-height: var(--text-2xl-h3--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h3);
      line-height: var(--text-fhd-h3--line-height);
    }
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h4 {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h4);
    line-height: var(--text-xxs-h4--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h4);
      line-height: var(--text-xs-h4--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h4);
      line-height: var(--text-sm-h4--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h4);
      line-height: var(--text-md-h4--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h4);
      line-height: var(--text-lg-h4--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h4);
      line-height: var(--text-xl-h4--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h4);
      line-height: var(--text-2xl-h4--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h4);
      line-height: var(--text-fhd-h4--line-height);
    }
  }
  h5 {
    font-family: var(--font-headlines);
    font-size: var(--text-xxs-h5);
    line-height: var(--text-xxs-h5--line-height);
    @media (width >= 480px) {
      font-size: var(--text-xs-h5);
      line-height: var(--text-xs-h5--line-height);
    }
    @media (width >= 600px) {
      font-size: var(--text-sm-h5);
      line-height: var(--text-sm-h5--line-height);
    }
    @media (width >= 768px) {
      font-size: var(--text-md-h5);
      line-height: var(--text-md-h5--line-height);
    }
    @media (width >= 1024px) {
      font-size: var(--text-lg-h5);
      line-height: var(--text-lg-h5--line-height);
    }
    @media (width >= 1280px) {
      font-size: var(--text-xl-h5);
      line-height: var(--text-xl-h5--line-height);
    }
    @media (width >= 1400px) {
      font-size: var(--text-2xl-h5);
      line-height: var(--text-2xl-h5--line-height);
    }
    @media (width >= 1920px) {
      font-size: var(--text-fhd-h5);
      line-height: var(--text-fhd-h5--line-height);
    }
  }
  text-wrap: pretty;
  a {
    &[target="_blank"] {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: var(--spacing-xxs);
      &::after {
        content: "";
        width: 9px;
        height: 8px;
        background-color: currentColor;
        mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="8" viewBox="0 0 9 8" fill="none"><path d="M8.92476 0.335008C8.89466 0.281407 8.8495 0.227806 8.7893 0.174204C8.7291 0.120603 8.6689 0.080402 8.6087 0.0536013C8.5786 0.026799 8.53596 0.0111667 8.48077 0.00670017C8.42559 0.00223367 8.38295 0 8.35285 0H2.57358C2.38294 0 2.22742 0.0513677 2.10702 0.154104C1.98662 0.25684 1.92642 0.393077 1.92642 0.562814C1.92642 0.741488 1.98662 0.882188 2.10702 0.984925C2.22742 1.08766 2.38294 1.13903 2.57358 1.13903H6.81773L0.195652 7.02178C0.0652162 7.13791 0 7.27191 0 7.42379C0 7.57566 0.0652181 7.70966 0.195652 7.8258C0.265888 7.88833 0.333611 7.933 0.39883 7.9598C0.464047 7.9866 0.546824 8 0.647158 8C0.747492 8 0.830268 7.9866 0.895486 7.9598C0.960703 7.933 1.02843 7.88833 1.09866 7.8258L7.70569 1.94305V5.70854C7.70569 5.88722 7.76589 6.02792 7.88629 6.13065C8.00669 6.23339 8.16221 6.28476 8.35285 6.28476C8.54349 6.28476 8.699 6.23339 8.8194 6.13065C8.9398 6.02792 9 5.88722 9 5.70854V0.562814C9 0.536013 8.9975 0.498046 8.99248 0.448911C8.98746 0.399776 8.96489 0.361809 8.92476 0.335008Z" fill="currentColor"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
      }
    }
  }
  p + ul, p + ol, ul + p, ol + p, p + table, ol + ul, ul + ol {
    margin-top: var(--spacing-sm);
  }
  h1,h2,h3,h4,h5,h6 {
    margin-block: var(--spacing-sm);
    padding-top: var(--spacing-sm);
  }
  p + p {
    padding-top: var(--spacing-sm);
  }
  ul {
    position: relative;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: var(--spacing-xxs);
    padding-left: var(--spacing-xxs);
    @media (width >= 1024px) {
      padding-left: var(--spacing-xs);
    }
    li {
      position: relative;
      padding-left: var(--spacing-sm);
      @media (width >= 1024px) {
        padding-left: var(--spacing-md);
      }
      &::before {
        position: absolute;
        top: 4px;
        left: 0;
        @media (width >= 1024px) {
          top: 8px;
        }
        content: '';
        background-size: 18px 14px;
        width: 18px;
        height: 14px;
        background-color: currentColor;
        mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M17.9296 6.61306C17.9765 6.70687 18 6.82412 18 6.96482C18 7.10553 17.9765 7.25405 17.9296 7.41038C17.8827 7.45729 17.8475 7.50419 17.824 7.55109C17.8005 7.59799 17.7653 7.65271 17.7184 7.71524L11.7106 13.7186C11.5072 13.9062 11.2725 14 11.0065 14C10.7405 14 10.5059 13.9062 10.3025 13.7186C10.1147 13.5154 10.0209 13.2809 10.0209 13.0151C10.0209 12.7493 10.1147 12.5148 10.3025 12.3116L14.6206 7.99665H1.00913C0.696218 7.99665 0.449805 7.90677 0.269883 7.72699C0.0899604 7.5472 0 7.30878 0 7.01174C0 6.69906 0.0899604 6.45284 0.269883 6.27305C0.449805 6.09326 0.696218 6.00335 1.00913 6.00335H14.6206L10.3025 1.71189C10.1147 1.50865 10.0209 1.27415 10.0209 1.00838C10.0209 0.742601 10.1147 0.508098 10.3025 0.304858C10.412 0.19542 10.5333 0.117253 10.6662 0.0703517C10.7992 0.0234506 10.9126 0 11.0065 0C11.116 0 11.2373 0.0234476 11.3703 0.0703517C11.5033 0.117253 11.6167 0.19542 11.7106 0.304858L17.7184 6.30821C17.7653 6.35511 17.8123 6.40201 17.8592 6.44891C17.9061 6.49581 17.9296 6.55053 17.9296 6.61306Z" fill="currentColor"/></svg>');
      }
    }
  }
  ol {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xxs);
    padding-left: var(--spacing-xxs);
    @media (width >= 1024px) {
      padding-left: var(--spacing-xs);
    }
    counter-reset: item;
    li {
      position: relative;
      padding-left: var(--spacing-sm);
      @media (width >= 1024px) {
        padding-left: var(--spacing-md);
      }
      &::before {
        position: absolute;
        left: 0;
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        letter-spacing: 0.4px;
        content: counter(item);
        counter-increment: item;
      }
      &:nth-child(-n+10) {
        &::before {
          content: "0" counter(item);
          counter-increment: item;
        }
      }
    }
  }
  table {
    tr {
      &:not(:last-child) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: var(--color-black);
      }
      td {
        padding-right: var(--spacing-xxs);
        &:not(:first-child) {
          padding-left: var(--spacing-xxs);
        }
        &:not(:last-child) {
          border-right-style: var(--tw-border-style);
          border-right-width: 1px;
          border-color: var(--color-black);
        }
      }
    }
  }
}
p:not(:last-child) {
  padding-bottom: var(--spacing-sm);
}
#dark_mode_switch {
  & > div {
    background-color: var(--color-gray-300);
  }
  &[data-mode="dark"] {
    & > div {
      background-color: var(--color-gray-800);
    }
    .switch-ball {
      --tw-translate-x: calc(var(--spacing) * 5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.lg-toolbar {
  .lg-icon {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .lg-download::after {
    content: '\21E9';
  }
  .lg-close::after {
    content: '\00D7';
  }
}
.lg-prev, .lg-next {
  display: none;
  height: 3.5rem;
  width: 3.5rem;
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  border-radius: 0;
  background-color: var(--color-black);
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 768px) {
    display: block;
  }
}
.lg-next::before {
  display: block;
  height: 100%;
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.lg-prev::after {
  display: block;
  height: 100%;
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.lg-sub-html {
  padding-block: calc(var(--spacing) * 5);
}
.lightGallery-captions {
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.lg-empty-html {
  .lightGallery-captions {
    opacity: 0%;
    transform: translate3d(0px, -30px, 0px);
  }
}
.lg-current {
  .lightGallery-captions {
    opacity: 100%;
    transform: translate3d(0, 0, 0px);
  }
  .lg-sub-html {
    display: block !important;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  }
}
.lg-slide-progress {
  .lightGallery-captions {
    transform: translate3d(0px, 30px, 0px);
    opacity: 0%;
  }
}
.categories__box-buttons {
  .current {
    background-color: var(--color-gray-900);
    color: var(--color-white);
  }
}
.cpt-archive__pagination {
  margin-bottom: calc(var(--spacing) * 8);
  text-align: center;
  color: var(--color-gray-900);
  & * {
    margin-inline: calc(var(--spacing) * 2);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      font-size: 18px;
    }
  }
  .current {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.aspect-3-4 {
  aspect-ratio: 3/4;
}
#skip-to-content-btn {
  position: fixed;
  top: calc(var(--spacing) * -20);
  left: calc(var(--spacing) * 10);
  z-index: 1000;
  display: flex;
  width: max-content;
  max-width: 360px;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 5);
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-btnPrimary);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 3);
  text-align: left;
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:focus {
    top: calc(var(--spacing) * 10);
  }
  &:focus {
    opacity: 100%;
  }
}
body.scrolled .header .navigation {
  background-color: var(--color-white);
  color: var(--color-dark);
  &:where(.dark, .dark *) {
    background-color: var(--color-dark);
  }
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
}
.header.active .navigation {
  background-color: var(--color-white);
  color: var(--color-dark);
  &:where(.dark, .dark *) {
    background-color: var(--color-dark);
  }
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
}
.header {
  &.navi-with-bg .navigation {
    background-color: var(--color-white);
    color: var(--color-dark);
    &:where(.dark, .dark *) {
      background-color: var(--color-dark);
    }
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
  top: 0;
  color: var(--color-white);
  .navigation {
    transition: background-color 0.3s;
    -webkit-tap-highlight-color: transparent;
  }
  .navigation__vertical {
    margin-inline: auto;
    max-width: var(--breakpoint-2xl);
    padding-inline: var(--spacing-sm);
    @media (width >= 480px) {
      padding-inline: var(--spacing-md);
    }
    @media (width >= 600px) {
      padding-inline: var(--spacing-offsetMd);
    }
    @media (width >= 768px) {
      padding-inline: var(--spacing-offsetLg);
    }
    @media (width >= 1024px) {
      padding-inline: var(--spacing-lg);
    }
    @media (width >= 1280px) {
      padding-inline: var(--spacing-2xl);
    }
    @media (width >= 1400px) {
      padding-inline: var(--spacing-offset2xl);
    }
    .custom-logo-link {
      img {
        max-height: 40px;
        width: auto;
      }
    }
    #primary-menu {
      margin-top: calc(var(--spacing) * 4);
      max-height: 100vh;
      overflow: hidden;
      padding-block: calc(var(--spacing) * 5);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      button {
        text-align: inherit;
      }
      .menu-menu-1 {
        & > .menu-item {
          position: relative;
          cursor: pointer;
          font-size: var(--text-xxs-navi);
          line-height: var(--text-xxs-navi--line-height);
          @media (width >= 480px) {
            font-size: var(--text-xs-navi);
            line-height: var(--text-xs-navi--line-height);
          }
          @media (width >= 600px) {
            font-size: var(--text-sm-navi);
            line-height: var(--text-sm-navi--line-height);
          }
          @media (width >= 768px) {
            font-size: var(--text-md-navi);
            line-height: var(--text-md-navi--line-height);
          }
          @media (width >= 1024px) {
            font-size: var(--text-lg-navi);
            line-height: var(--text-lg-navi--line-height);
          }
          @media (width >= 1280px) {
            font-size: var(--text-xl-navi);
            line-height: var(--text-xl-navi--line-height);
          }
          @media (width >= 1400px) {
            font-size: var(--text-2xl-navi);
            line-height: var(--text-2xl-navi--line-height);
          }
          @media (width >= 1920px) {
            font-size: var(--text-fhd-navi);
            line-height: var(--text-fhd-navi--line-height);
          }
          a, button {
            display: block;
            padding-block: calc(var(--spacing) * 2);
          }
          &.last-item:not(.wpml-ls-menu-item) {
            margin-top: calc(var(--spacing) * 2);
            a, button {
              border-radius: var(--radius-xs);
              background-color: var(--color-white);
              padding: calc(var(--spacing) * 2);
              color: var(--color-black);
              &:where(.dark, .dark *) {
                background-color: var(--color-dark);
              }
              &:where(.dark, .dark *) {
                color: var(--color-white);
              }
            }
          }
          &:not(.menu-item-has-children) > a::after, &:not(.menu-item-has-children) > button::after {
            display: none;
            content: '';
            width: 0;
            bottom: 0px;
            transition: width 0.3s ease-out;
          }
          &:not(.menu-item-has-children):hover > a::after, &:not(.menu-item-has-children):hover > button::after, &:not(.menu-item-has-children):focus > a::after, &:not(.menu-item-has-children):focus > button::after, &.current-menu-item:not(.menu-item-has-children) > a::after, &.current-menu-item:not(.menu-item-has-children) > button::after {
            width: 100%;
          }
        }
      }
    }
  }
}
.admin-bar {
  .header {
    top: 32px;
    @media screen and (max-width: 782px) {
      top: 46px;
    }
  }
  &.scrolled {
    header {
      @media screen and (max-width: 600px) {
        top: 0px;
      }
    }
  }
}
#primary-menu-toggle {
  display: block;
  transform: translateX(15px);
  .burger {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .line {
    fill: none;
    transition: stroke-dasharray 300ms, stroke-dashoffset 300ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  .burger .top {
    stroke-dasharray: 40 160;
  }
  .burger .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 300ms;
  }
  .burger .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 300ms, stroke-dashoffset 300ms;
  }
  &.active {
    .burger {
      transform: rotate(45deg);
    }
    .burger .top {
      stroke-dashoffset: -64px;
    }
    .burger .middle {
      transform: rotate(90deg);
    }
    .burger .bottom {
      stroke-dashoffset: -64px;
    }
  }
}
body.scrolled, .header.active, .header.navi-with-bg {
  #primary-menu-toggle {
    .line {
      stroke: var(--color-dark);
    }
  }
}
#primary-menu-toggle {
  .line {
    &:where(.dark, .dark *) {
      stroke: var(--color-white) !important;
    }
  }
}
.header .navigation {
  .wpml-ls-menu-item, .wpml-ls-menu-item a, .wpml-ls-menu-item a:link, .wpml-ls-menu-item a:visited, .wpml-ls-menu-item a:hover, .wpml-ls-menu-item a:focus, .wpml-ls-menu-item:hover, .wpml-ls-menu-item:hover a, .wpml-ls-current-language, .wpml-ls-current-language a, .wpml-ls-current-language a:link, .wpml-ls-current-language a:visited, .wpml-ls-current-language a:hover, .wpml-ls-current-language a:focus, .wpml-ls-current-language:hover, .wpml-ls-current-language:hover a {
    background-color: transparent !important;
    color: inherit !important;
    border: none !important;
  }
}
.header {
  .navigation__vertical {
    #primary-menu {
      .menu-menu-1 {
        & > .menu-item {
          &:hover > .sub-menu, &:focus > .sub-menu {
            opacity: 0%;
            transition-property: all;
            transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
            transition-duration: var(--tw-duration, var(--default-transition-duration));
            --tw-duration: 300ms;
            transition-duration: 300ms;
          }
        }
        .menu-item-has-children {
          & > a, & > button {
            pointer-events: none;
            position: relative;
            display: block;
            padding-right: calc(var(--spacing) * 6);
            &:after {
              content: '';
              position: absolute;
              top: 50%;
              right: 2px;
              width: 17px;
              height: 10px;
              background-color: currentColor;
              -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.50743L8.5 10L-3.71222e-07 1.50743L1.50875 8.87725e-07L8.5 6.98514L15.4912 2.7653e-07L17 1.50743Z' fill='%23000'/%3E%3C/svg%3E");
              mask-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.50743L8.5 10L-3.71222e-07 1.50743L1.50875 8.87725e-07L8.5 6.98514L15.4912 2.7653e-07L17 1.50743Z' fill='%23000'/%3E%3C/svg%3E");
              -webkit-mask-size: contain;
              mask-size: contain;
              -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
              -webkit-mask-position: center;
              mask-position: center;
              transform: translateY(-50%);
              transition: transform 0.3s;
            }
          }
          &.opened {
            & > a, & > button {
              &:after {
                transform: translateY(-50%) rotate(180deg);
              }
            }
          }
          & > a::before, & > button::before {
            display: none;
            content: '';
            width: 0;
            bottom: 0px;
            transition: width 0.3s ease-out;
          }
          &:hover > a::before, &:hover > button::before, &:focus > a::before, &:focus > button::before, &.current-menu-item > a::before, &.current-menu-item > button::before {
            width: 100%;
          }
          & .sub-menu {
            height: 0;
            overflow: hidden;
            background-color: var(--color-white);
            padding-left: calc(var(--spacing) * 5);
            font-size: var(--text-xxs-navi);
            line-height: var(--text-xxs-navi--line-height);
            @media (width >= 480px) {
              font-size: var(--text-xs-navi);
              line-height: var(--text-xs-navi--line-height);
            }
            @media (width >= 600px) {
              font-size: var(--text-sm-navi);
              line-height: var(--text-sm-navi--line-height);
            }
            @media (width >= 768px) {
              font-size: var(--text-md-navi);
              line-height: var(--text-md-navi--line-height);
            }
            @media (width >= 1024px) {
              font-size: var(--text-lg-navi);
              line-height: var(--text-lg-navi--line-height);
            }
            @media (width >= 1280px) {
              font-size: var(--text-xl-navi);
              line-height: var(--text-xl-navi--line-height);
            }
            @media (width >= 1400px) {
              font-size: var(--text-2xl-navi);
              line-height: var(--text-2xl-navi--line-height);
            }
            @media (width >= 1920px) {
              font-size: var(--text-fhd-navi);
              line-height: var(--text-fhd-navi--line-height);
            }
            color: var(--color-dark);
            opacity: 0%;
            transition-property: all;
            transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
            transition-duration: var(--tw-duration, var(--default-transition-duration));
            --tw-duration: 300ms;
            transition-duration: 300ms;
            &:where(.dark, .dark *) {
              background-color: var(--color-dark);
            }
            &:where(.dark, .dark *) {
              color: var(--color-white);
            }
            & > li {
              margin-inline: 0;
              a {
                display: block;
                padding-block: calc(var(--spacing) * 1.5);
                transition-property: all;
                transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
                transition-duration: var(--tw-duration, var(--default-transition-duration));
                --tw-duration: 300ms;
                transition-duration: 300ms;
              }
              &:not(.menu-item-has-children) > a::after, &:not(.menu-item-has-children) > button::after {
                display: none;
                content: '';
                width: 0;
                bottom: -7px;
                transition: width 0.3s ease-out;
              }
              &:not(.menu-item-has-children):hover > a::after, &:not(.menu-item-has-children):hover > button::after, &:not(.menu-item-has-children):focus > a::after, &:not(.menu-item-has-children):focus > button::after, &.current-menu-item:not(.menu-item-has-children) > a::after, &.current-menu-item:not(.menu-item-has-children) > button::after {
                width: 100%;
              }
              &.menu-item-has-children > a::before, &.menu-item-has-children > button::before {
                display: none;
                content: '';
                width: 0;
                bottom: 0px;
                transition: width 0.3s ease-out;
              }
              &.menu-item-has-children:hover > a::before, &.menu-item-has-children:hover > button::before, &.menu-item-has-children:focus > a::before, &.menu-item-has-children:focus > button::before, &.menu-item-has-children.current-menu-item > a::before, &.menu-item-has-children.current-menu-item > button::before {
                width: 100%;
              }
            }
            &.opened {
              height: auto;
              border-bottom-style: var(--tw-border-style);
              border-bottom-width: 1px;
              border-color: var(--color-dark);
              opacity: 100%;
              &:where(.dark, .dark *) {
                border-color: var(--color-white);
              }
            }
          }
          &:nth-last-child(1), &:nth-last-child(2) {
            .sub-menu {
              left: auto;
              li {
                max-width: none;
              }
              li a, li button {
                text-align: right;
              }
            }
          }
        }
      }
    }
  }
}
.header {
  .navigation__vertical {
    #primary-menu {
      .menu-menu-1 {
        .menu-item-has-children {
          & .sub-menu {
            & > .menu-item-has-children {
              & > a, & > button {
                position: relative;
                display: block;
                width: 100%;
                padding-right: calc(var(--spacing) * 6);
                &:after {
                  content: '';
                  position: absolute;
                  top: 50%;
                  right: 2px;
                  width: 17px;
                  height: 10px;
                  background-color: currentColor;
                  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.50743L8.5 10L-3.71222e-07 1.50743L1.50875 8.87725e-07L8.5 6.98514L15.4912 2.7653e-07L17 1.50743Z' fill='%23000'/%3E%3C/svg%3E");
                  mask-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.50743L8.5 10L-3.71222e-07 1.50743L1.50875 8.87725e-07L8.5 6.98514L15.4912 2.7653e-07L17 1.50743Z' fill='%23000'/%3E%3C/svg%3E");
                  -webkit-mask-size: contain;
                  mask-size: contain;
                  -webkit-mask-repeat: no-repeat;
                  mask-repeat: no-repeat;
                  -webkit-mask-position: center;
                  mask-position: center;
                  transform: translateY(-50%);
                  transition: transform 0.3s;
                }
              }
              & .sub-menu {
                background-color: transparent;
                background-color: var(--color-white);
                padding-left: calc(var(--spacing) * 5);
                color: var(--color-dark);
                transition-property: all;
                transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
                transition-duration: var(--tw-duration, var(--default-transition-duration));
                --tw-duration: 300ms;
                transition-duration: 300ms;
                &:where(.dark, .dark *) {
                  background-color: var(--color-dark);
                }
                &:where(.dark, .dark *) {
                  color: var(--color-white);
                }
                &.opened {
                  border-bottom-style: var(--tw-border-style);
                  border-bottom-width: 1px;
                  border-color: var(--color-dark);
                  &:where(.dark, .dark *) {
                    border-color: var(--color-white);
                  }
                }
                & > li {
                  &:nth-child(1) {
                    margin-inline: 0;
                  }
                  margin-inline: 0;
                }
              }
            }
          }
          &:nth-last-child(1), &:nth-last-child(2) {
            .sub-menu {
              & .sub-menu {
                margin-inline: 0;
              }
            }
          }
        }
      }
    }
  }
}
.site-footer {
  .footer__wrap {
    .footer__wrap-box-newsletter {
      width: 100%;
      padding-block: calc(var(--spacing) * 10);
      @media (width >= 600px) {
        padding-top: calc(var(--spacing) * 20);
      }
      @media (width >= 600px) {
        padding-bottom: calc(var(--spacing) * 24);
      }
      .gfield_description, .gform_confirmation_message {
        margin-top: calc(var(--spacing) * 5) !important;
        text-align: right;
        font-size: var(--text-xxs-btn);
        line-height: var(--text-xxs-btn--line-height);
        @media (width >= 480px) {
          font-size: var(--text-xs-btn);
          line-height: var(--text-xs-btn--line-height);
        }
        @media (width >= 600px) {
          font-size: var(--text-sm-btn);
          line-height: var(--text-sm-btn--line-height);
        }
        @media (width >= 768px) {
          font-size: var(--text-md-btn);
          line-height: var(--text-md-btn--line-height);
        }
        @media (width >= 1024px) {
          font-size: var(--text-lg-btn);
          line-height: var(--text-lg-btn--line-height);
        }
        @media (width >= 1280px) {
          font-size: var(--text-xl-btn);
          line-height: var(--text-xl-btn--line-height);
        }
        @media (width >= 1400px) {
          font-size: var(--text-2xl-btn);
          line-height: var(--text-2xl-btn--line-height);
        }
        @media (width >= 1920px) {
          font-size: var(--text-fhd-btn);
          line-height: var(--text-fhd-btn--line-height);
        }
        color: inherit;
      }
      .newsletter-form {
        position: relative;
        width: 100%;
        max-width: 580px;
        .gform_fields {
          position: relative;
        }
        .ginput_container input[type="email"] {
          height: calc(var(--spacing) * 20);
          width: 100%;
          max-width: 580px;
          border-radius: calc(infinity * 1px);
          border-color: inherit;
          background-color: transparent;
          padding-right: calc(var(--spacing) * 36);
          padding-left: var(--spacing-sm);
          --tw-leading: 1;
          line-height: 1;
          color: inherit;
          @media (width >= 768px) {
            padding-right: calc(var(--spacing) * 44);
          }
          @media (width >= 768px) {
            font-size: 28px;
          }
        }
        .gform_footer {
          position: absolute;
          top: calc(var(--spacing) * 3);
          right: calc(var(--spacing) * 3);
          margin: 0;
          padding: 0;
        }
        .gform_footer .gform_button {
          height: calc(var(--spacing) * 14) !important;
          border-radius: calc(infinity * 1px) !important;
          background-color: var(--color-white) !important;
          padding-inline: var(--spacing-sm) !important;
          --tw-leading: 1 !important;
          line-height: 1 !important;
          --tw-font-weight: var(--font-weight-bold) !important;
          font-weight: var(--font-weight-bold) !important;
          color: var(--color-black) !important;
          @media (width >= 768px) {
            font-size: 24px !important;
          }
        }
        .gform_validation_errors {
          display: none;
        }
        &.centered {
          .gfield_description, .gform_confirmation_message {
            text-align: center !important;
          }
        }
      }
    }
    .registered-menu {
      display: flex;
      column-gap: var(--spacing-lg);
      padding-top: calc(var(--spacing) * 10);
      text-align: left;
      @media (width < 768px) {
        flex-wrap: wrap;
      }
      @media (width >= 600px) {
        row-gap: calc(var(--spacing) * 4);
      }
      @media (width >= 600px) {
        padding-block: calc(var(--spacing) * 24);
      }
      >*:not(:last-child, .logo-wrap, .footer-columns-rest) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: inherit;
        @media (width >= 600px) {
          --tw-border-style: none;
          border-style: none;
        }
      }
      .footer-columns-rest {
        display: flex;
        flex-wrap: wrap;
        column-gap: calc(var(--spacing) * 6);
        @media (width >= 600px) {
          row-gap: calc(var(--spacing) * 4);
        }
        @media (width >= 1024px) {
          column-gap: calc(var(--spacing) * 10);
        }
        @media (width >= 1400px) {
          column-gap: var(--spacing-lg);
        }
      }
      .footer-columns-rest > *:not(:last-child) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-color: inherit;
        @media (width >= 600px) {
          --tw-border-style: none;
          border-style: none;
        }
      }
      @media (min-width: 1024px) {
        &.registered-menu--logo-first:not(.columns-layout-space-between) .footer-columns-rest {
          margin-top: 0;
        }
      }
      &:not(.columns-layout-space-between).registered-menu--logo-first {
        .footer-column--first {
          flex-shrink: 0;
        }
        .footer-columns-rest {
          min-width: 0;
          flex: 1;
        }
        @media (min-width: 600px) and (max-width: 767px) {
          flex-direction: column;
          .footer-columns-rest {
            margin-top: calc(var(--spacing) * 8);
            display: grid;
            width: 100%;
            flex: none;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: calc(var(--spacing) * 6);
          }
          .footer-columns-rest > .footer-column {
            width: 100%;
            max-width: none;
          }
        }
        @media (min-width: 768px) {
          .footer-columns-rest {
            display: flex;
            flex-wrap: wrap;
          }
        }
      }
      &.columns-layout-space-between {
        .footer-column--first {
          width: 100%;
          @media (width >= 1024px) {
            margin-right: auto;
          }
          @media (width >= 1024px) {
            width: auto;
          }
          @media (width >= 1024px) {
            max-width: 350px;
          }
          @media (width >= 1024px) {
            flex-shrink: 0;
          }
          &.logo-wrap {
            @media (width >= 1024px) {
              max-width: 300px;
            }
          }
        }
        .footer-columns-rest {
          width: 100%;
          column-gap: calc(var(--spacing) * 6);
          @media (width >= 768px) {
            display: flex;
          }
          @media (width >= 768px) {
            width: auto;
          }
          @media (width >= 768px) {
            flex: 1;
          }
          @media (width >= 768px) {
            flex-wrap: wrap;
          }
          @media (width >= 768px) {
            justify-content: flex-end;
          }
          @media (width >= 1024px) {
            column-gap: calc(var(--spacing) * 10);
          }
          @media (width >= 1400px) {
            column-gap: var(--spacing-lg);
          }
        }
        @media (min-width: 600px) and (max-width: 767px) {
          flex-direction: column;
          .footer-columns-rest {
            margin-top: calc(var(--spacing) * 8);
            display: grid;
            width: 100%;
            max-width: none;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: calc(var(--spacing) * 6);
          }
          .footer-columns-rest > .footer-column {
            width: 100%;
            max-width: none;
          }
        }
        @media (min-width: 768px) and (max-width: 1599px) {
          .footer-columns-rest {
            display: grid;
            width: auto;
            max-width: 60%;
            flex: none;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: calc(var(--spacing) * 6);
          }
          .footer-columns-rest > .footer-column {
            width: 100%;
            max-width: none;
          }
        }
        .footer-column:not(.footer-column--first) {
          @media (width >= 1024px) {
            flex-shrink: 0;
          }
        }
        &.registered-menu--logo-first .footer-columns-rest {
          @media (width >= 1024px) {
            margin-top: 0;
          }
        }
      }
      .registered-menu-heading {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        cursor: pointer;
        font-size: var(--text-xxs-body);
        line-height: var(--text-xxs-body--line-height);
        @media (width >= 480px) {
          font-size: var(--text-xs-body);
          line-height: var(--text-xs-body--line-height);
        }
        @media (width >= 600px) {
          font-size: var(--text-sm-body);
          line-height: var(--text-sm-body--line-height);
        }
        @media (width >= 768px) {
          font-size: var(--text-md-body);
          line-height: var(--text-md-body--line-height);
        }
        @media (width >= 1024px) {
          font-size: var(--text-lg-body);
          line-height: var(--text-lg-body--line-height);
        }
        @media (width >= 1280px) {
          font-size: var(--text-xl-body);
          line-height: var(--text-xl-body--line-height);
        }
        @media (width >= 1400px) {
          font-size: var(--text-2xl-body);
          line-height: var(--text-2xl-body--line-height);
        }
        @media (width >= 1920px) {
          font-size: var(--text-fhd-body);
          line-height: var(--text-fhd-body--line-height);
        }
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        --tw-duration: 300ms;
        transition-duration: 300ms;
        @media (width >= 600px) {
          margin-bottom: calc(var(--spacing) * 3);
        }
        @media (width >= 600px) {
          transform: none;
        }
        @media (width >= 600px) {
          cursor: auto;
        }
        @media (width >= 768px) {
          margin-bottom: 18px;
        }
      }
      .menu-item {
        margin-bottom: calc(var(--spacing) * 2.5);
        font-size: var(--text-xxs-body);
        line-height: var(--text-xxs-body--line-height);
        @media (width >= 480px) {
          font-size: var(--text-xs-body);
          line-height: var(--text-xs-body--line-height);
        }
        @media (width >= 600px) {
          font-size: var(--text-sm-body);
          line-height: var(--text-sm-body--line-height);
        }
        @media (width >= 768px) {
          font-size: var(--text-md-body);
          line-height: var(--text-md-body--line-height);
        }
        @media (width >= 1024px) {
          font-size: var(--text-lg-body);
          line-height: var(--text-lg-body--line-height);
        }
        @media (width >= 1280px) {
          font-size: var(--text-xl-body);
          line-height: var(--text-xl-body--line-height);
        }
        @media (width >= 1400px) {
          font-size: var(--text-2xl-body);
          line-height: var(--text-2xl-body--line-height);
        }
        @media (width >= 1920px) {
          font-size: var(--text-fhd-body);
          line-height: var(--text-fhd-body--line-height);
        }
        & > ul {
          list-style-position: inside;
          list-style-type: disc;
          gap: 0;
          padding-top: calc(var(--spacing) * 2);
          padding-left: var(--spacing);
          & > li {
            margin-bottom: calc(var(--spacing) * 0.5);
            padding-bottom: 0;
            padding-left: calc(var(--spacing) * 1.5);
            &::before {
              display: none;
            }
          }
        }
      }
      .footer__nav {
        max-height: 0;
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        overflow: hidden;
        --tw-duration: 300ms;
        transition-duration: 300ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
        @media (width >= 600px) {
          max-height: 100%;
        }
        @media (width >= 600px) {
          transition-property: none;
        }
        & > li {
          --tw-leading: 1;
          line-height: 1;
        }
        &.opened {
          max-height: 30rem;
        }
      }
      svg {
        height: auto;
        max-width: 100%;
      }
      .footer-column {
        position: relative;
        padding-block: calc(var(--spacing) * 4);
        overflow-wrap: break-word;
        @media (width < 600px) {
          width: 100%;
        }
        @media (width >= 600px) {
          margin-bottom: calc(var(--spacing) * 4);
        }
        @media (width >= 600px) {
          padding-block: 0;
        }
        &.footer-column--accordion-disabled {
          .footer__nav,	.footer-column-text,	.footer-column-icons,	.footer-column-socials {
            max-height: 100%;
          }
          .registered-menu-heading {
            cursor: auto;
            &::after {
              display: none;
            }
          }
        }
        &.footer-column--logo_description {
          .logo-cont {
            max-width: calc(var(--spacing) * 72);
          }
          .footer_description_text {
            a {
              font-size: var(--text-xxs-body);
              line-height: var(--text-xxs-body--line-height);
              @media (width >= 480px) {
                font-size: var(--text-xs-body);
                line-height: var(--text-xs-body--line-height);
              }
              @media (width >= 600px) {
                font-size: var(--text-sm-body);
                line-height: var(--text-sm-body--line-height);
              }
              @media (width >= 768px) {
                font-size: var(--text-md-body);
                line-height: var(--text-md-body--line-height);
              }
              @media (width >= 1024px) {
                font-size: var(--text-lg-body);
                line-height: var(--text-lg-body--line-height);
              }
              @media (width >= 1280px) {
                font-size: var(--text-xl-body);
                line-height: var(--text-xl-body--line-height);
              }
              @media (width >= 1400px) {
                font-size: var(--text-2xl-body);
                line-height: var(--text-2xl-body--line-height);
              }
              @media (width >= 1920px) {
                font-size: var(--text-fhd-body);
                line-height: var(--text-fhd-body--line-height);
              }
            }
            p {
              margin-bottom: calc(var(--spacing) * 2);
              font-size: var(--text-xxs-body);
              line-height: var(--text-xxs-body--line-height);
              @media (width >= 480px) {
                font-size: var(--text-xs-body);
                line-height: var(--text-xs-body--line-height);
              }
              @media (width >= 600px) {
                font-size: var(--text-sm-body);
                line-height: var(--text-sm-body--line-height);
              }
              @media (width >= 768px) {
                font-size: var(--text-md-body);
                line-height: var(--text-md-body--line-height);
              }
              @media (width >= 1024px) {
                font-size: var(--text-lg-body);
                line-height: var(--text-lg-body--line-height);
              }
              @media (width >= 1280px) {
                font-size: var(--text-xl-body);
                line-height: var(--text-xl-body--line-height);
              }
              @media (width >= 1400px) {
                font-size: var(--text-2xl-body);
                line-height: var(--text-2xl-body--line-height);
              }
              @media (width >= 1920px) {
                font-size: var(--text-fhd-body);
                line-height: var(--text-fhd-body--line-height);
              }
              &:last-child {
                margin-bottom: 0;
              }
            }
          }
        }
        &.footer-column--headline_text {
          .footer-column-text {
            p {
              margin-bottom: calc(var(--spacing) * 2);
              font-size: var(--text-xxs-body);
              line-height: var(--text-xxs-body--line-height);
              @media (width >= 480px) {
                font-size: var(--text-xs-body);
                line-height: var(--text-xs-body--line-height);
              }
              @media (width >= 600px) {
                font-size: var(--text-sm-body);
                line-height: var(--text-sm-body--line-height);
              }
              @media (width >= 768px) {
                font-size: var(--text-md-body);
                line-height: var(--text-md-body--line-height);
              }
              @media (width >= 1024px) {
                font-size: var(--text-lg-body);
                line-height: var(--text-lg-body--line-height);
              }
              @media (width >= 1280px) {
                font-size: var(--text-xl-body);
                line-height: var(--text-xl-body--line-height);
              }
              @media (width >= 1400px) {
                font-size: var(--text-2xl-body);
                line-height: var(--text-2xl-body--line-height);
              }
              @media (width >= 1920px) {
                font-size: var(--text-fhd-body);
                line-height: var(--text-fhd-body--line-height);
              }
              &:last-child {
                margin-bottom: 0;
              }
            }
            a {
              word-break: break-all;
              text-decoration-line: underline;
              &:hover {
                @media (hover: hover) {
                  text-decoration-line: none;
                }
              }
            }
          }
        }
        &.footer-column--icon_text {
          .footer-column-icons {
            list-style-type: none;
          }
          .footer-column-icon-item {
            margin-bottom: calc(var(--spacing) * 2.5);
            display: flex;
            align-items: center;
            gap: calc(var(--spacing) * 3);
            &:last-child {
              margin-bottom: 0;
            }
            img {
              max-height: calc(var(--spacing) * 6);
              max-width: calc(var(--spacing) * 6);
              flex-shrink: 0;
              object-fit: contain;
            }
            a, span {
              min-width: 0;
              font-size: var(--text-xxs-body);
              line-height: var(--text-xxs-body--line-height);
              @media (width >= 480px) {
                font-size: var(--text-xs-body);
                line-height: var(--text-xs-body--line-height);
              }
              @media (width >= 600px) {
                font-size: var(--text-sm-body);
                line-height: var(--text-sm-body--line-height);
              }
              @media (width >= 768px) {
                font-size: var(--text-md-body);
                line-height: var(--text-md-body--line-height);
              }
              @media (width >= 1024px) {
                font-size: var(--text-lg-body);
                line-height: var(--text-lg-body--line-height);
              }
              @media (width >= 1280px) {
                font-size: var(--text-xl-body);
                line-height: var(--text-xl-body--line-height);
              }
              @media (width >= 1400px) {
                font-size: var(--text-2xl-body);
                line-height: var(--text-2xl-body--line-height);
              }
              @media (width >= 1920px) {
                font-size: var(--text-fhd-body);
                line-height: var(--text-fhd-body--line-height);
              }
              word-break: break-all;
            }
            a {
              transition-property: opacity;
              transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
              transition-duration: var(--tw-duration, var(--default-transition-duration));
              &:hover {
                @media (hover: hover) {
                  opacity: 70%;
                }
              }
            }
          }
        }
        &.footer-column--social_icons {
          .footer-column-socials {
            display: flex;
            list-style-type: none;
            flex-wrap: wrap;
            column-gap: var(--spacing-sm);
            row-gap: calc(var(--spacing) * 3);
          }
          .footer-column-social-item {
            max-width: max-content;
            a {
              display: inline-block;
              max-height: calc(var(--spacing) * 6);
              max-width: calc(var(--spacing) * 6);
              transition-property: opacity;
              transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
              transition-duration: var(--tw-duration, var(--default-transition-duration));
              &:hover {
                @media (hover: hover) {
                  opacity: 70%;
                }
              }
            }
            img {
              height: 100%;
              max-height: calc(var(--spacing) * 6);
              width: 100%;
              max-width: calc(var(--spacing) * 6);
              object-fit: contain;
            }
          }
        }
      }
    }
    #menu-footer-legals {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      column-gap: calc(var(--spacing) * 5);
      row-gap: calc(var(--spacing) * 2.5);
      @media (width >= 768px) {
        flex-direction: row;
      }
      @media (width >= 768px) {
        align-items: center;
      }
      @media (width >= 768px) {
        column-gap: calc(var(--spacing) * 10);
      }
      li {
        a {
          font-family: var(--font-secondary);
          font-size: var(--text-xxs-overline);
          line-height: var(--text-xxs-overline--line-height);
          @media (width >= 480px) {
            font-size: var(--text-xs-overline);
            line-height: var(--text-xs-overline--line-height);
          }
          @media (width >= 600px) {
            font-size: var(--text-sm-overline);
            line-height: var(--text-sm-overline--line-height);
          }
          @media (width >= 768px) {
            font-size: var(--text-md-overline);
            line-height: var(--text-md-overline--line-height);
          }
          @media (width >= 1024px) {
            font-size: var(--text-lg-overline);
            line-height: var(--text-lg-overline--line-height);
          }
          @media (width >= 1280px) {
            font-size: var(--text-xl-overline);
            line-height: var(--text-xl-overline--line-height);
          }
          @media (width >= 1400px) {
            font-size: var(--text-2xl-overline);
            line-height: var(--text-2xl-overline--line-height);
          }
          @media (width >= 1920px) {
            font-size: var(--text-fhd-overline);
            line-height: var(--text-fhd-overline--line-height);
          }
        }
      }
    }
    .footer-menu-item {
      .registered-menu-heading {
        &::after {
          content: '';
          position: absolute;
          top: calc(1 / 2 * 100%);
          right: 0;
          display: inline-block;
          height: 100%;
          width: calc(var(--spacing) * 3);
          --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
          transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
          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));
          --tw-duration: 300ms;
          transition-duration: 300ms;
          @media (width >= 600px) {
            display: none;
          }
          background-color: currentColor;
          -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z'/%3E%3C/svg%3E");
          -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
          -webkit-mask-position: center;
          mask-position: center;
          -webkit-mask-size: contain;
          mask-size: contain;
        }
      }
      &.opened {
        .registered-menu-heading {
          &::after {
            --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
            translate: var(--tw-translate-x) var(--tw-translate-y);
            rotate: 180deg;
          }
        }
        .registered-menu-heading {
          --tw-font-weight: var(--font-weight-bold) !important;
          font-weight: var(--font-weight-bold) !important;
          @media (width >= 600px) {
            --tw-font-weight: var(--font-weight-normal);
            font-weight: var(--font-weight-normal);
          }
        }
      }
      &.footer-column--menu.opened .footer__nav {
        padding-top: calc(var(--spacing) * 2);
      }
    }
  }
  &.mobile-accordion-disabled {
    .footer__wrap {
      .registered-menu-heading {
        cursor: auto;
        &::after {
          display: none;
        }
      }
      .footer__nav {
        max-height: 100%;
        @media (width >= 600px) {
          max-height: 100%;
        }
      }
      .footer-column--menu .footer__nav {
        padding-top: calc(var(--spacing) * 2);
        @media (width >= 600px) {
          padding-top: 0;
        }
      }
    }
  }
}
.light {
  .site-footer:not(.bg-dark) {
    .registered-menu {
      .registered-menu-heading {
        &::after {
          content: '';
        }
      }
    }
  }
}
.dark {
  .site-footer {
    .footer__wrap {
      .registered-menu {
        svg {
          path {
            fill: #fff;
          }
        }
        .registered-menu-heading {
          &::after {
            content: '';
          }
        }
      }
    }
  }
}
.btn-primary, .btn-secondary {
  display: inline-block;
  height: max-content;
  width: max-content;
  max-width: 300px;
  border-radius: calc(infinity * 1px);
  padding-inline: var(--spacing-xs);
  padding-block: var(--spacing-xxs);
  text-align: center;
  font-size: var(--text-xxs-btn);
  line-height: var(--text-xxs-btn--line-height);
  @media (width >= 480px) {
    font-size: var(--text-xs-btn);
    line-height: var(--text-xs-btn--line-height);
  }
  @media (width >= 600px) {
    font-size: var(--text-sm-btn);
    line-height: var(--text-sm-btn--line-height);
  }
  @media (width >= 768px) {
    font-size: var(--text-md-btn);
    line-height: var(--text-md-btn--line-height);
  }
  @media (width >= 1024px) {
    font-size: var(--text-lg-btn);
    line-height: var(--text-lg-btn--line-height);
  }
  @media (width >= 1280px) {
    font-size: var(--text-xl-btn);
    line-height: var(--text-xl-btn--line-height);
  }
  @media (width >= 1400px) {
    font-size: var(--text-2xl-btn);
    line-height: var(--text-2xl-btn--line-height);
  }
  @media (width >= 1920px) {
    font-size: var(--text-fhd-btn);
    line-height: var(--text-fhd-btn--line-height);
  }
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  @media (width >= 600px) {
    padding-inline: var(--spacing-sm);
  }
  @media (width >= 600px) {
    padding-block: var(--spacing-offsetXxs);
  }
  &.with-icon {
    display: flex;
    align-items: center;
    svg {
      margin-left: calc(var(--spacing) * 2);
      flex-shrink: 0;
      path {
        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));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
      }
    }
  }
}
.gravity-btn-primary input[type='submit'] {
  display: inline-block !important;
  height: max-content !important;
  width: max-content !important;
  max-width: 300px !important;
  border-radius: calc(infinity * 1px);
  padding-inline: var(--spacing-xs) !important;
  padding-block: var(--spacing-xxs) !important;
  text-align: center !important;
  font-size: var(--text-xxs-btn);
  line-height: var(--text-xxs-btn--line-height);
  @media (width >= 480px) {
    font-size: var(--text-xs-btn);
    line-height: var(--text-xs-btn--line-height);
  }
  @media (width >= 600px) {
    font-size: var(--text-sm-btn);
    line-height: var(--text-sm-btn--line-height);
  }
  @media (width >= 768px) {
    font-size: var(--text-md-btn);
    line-height: var(--text-md-btn--line-height);
  }
  @media (width >= 1024px) {
    font-size: var(--text-lg-btn);
    line-height: var(--text-lg-btn--line-height);
  }
  @media (width >= 1280px) {
    font-size: var(--text-xl-btn);
    line-height: var(--text-xl-btn--line-height);
  }
  @media (width >= 1400px) {
    font-size: var(--text-2xl-btn);
    line-height: var(--text-2xl-btn--line-height);
  }
  @media (width >= 1920px) {
    font-size: var(--text-fhd-btn);
    line-height: var(--text-fhd-btn--line-height);
  }
  --tw-font-weight: var(--font-weight-bold) !important;
  font-weight: var(--font-weight-bold) !important;
  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 !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  --tw-duration: 300ms !important;
  transition-duration: 300ms !important;
  --tw-ease: var(--ease-in-out) !important;
  transition-timing-function: var(--ease-in-out) !important;
  @media (width >= 600px) {
    padding-inline: var(--spacing-sm) !important;
  }
  @media (width >= 600px) {
    padding-block: var(--spacing-offsetXxs) !important;
  }
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: var(--color-btnPrimary) !important;
  background-color: var(--color-btnPrimary) !important;
  color: var(--color-white) !important;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-btnPrimaryHover) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-btnPrimaryHover) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white) !important;
    }
  }
}
.gform_wrapper form input[type='submit'].gform_button.button {
  display: inline-block !important;
  height: max-content !important;
  width: max-content !important;
  max-width: 300px !important;
  border-radius: calc(infinity * 1px);
  padding-inline: var(--spacing-xs) !important;
  padding-block: var(--spacing-xxs) !important;
  text-align: center !important;
  font-size: var(--text-xxs-btn) !important;
  line-height: var(--tw-leading, var(--text-xxs-btn--line-height)) !important;
  --tw-font-weight: var(--font-weight-bold) !important;
  font-weight: var(--font-weight-bold) !important;
  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 !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  --tw-duration: 300ms !important;
  transition-duration: 300ms !important;
  --tw-ease: var(--ease-in-out) !important;
  transition-timing-function: var(--ease-in-out) !important;
  @media (width >= 480px) {
    font-size: var(--text-xs-btn) !important;
    line-height: var(--tw-leading, var(--text-xs-btn--line-height)) !important;
  }
  @media (width >= 600px) {
    padding-inline: var(--spacing-sm) !important;
  }
  @media (width >= 600px) {
    padding-block: var(--spacing-offsetXxs) !important;
  }
  @media (width >= 600px) {
    font-size: var(--text-sm-btn) !important;
    line-height: var(--tw-leading, var(--text-sm-btn--line-height)) !important;
  }
  @media (width >= 768px) {
    font-size: var(--text-md-btn) !important;
    line-height: var(--tw-leading, var(--text-md-btn--line-height)) !important;
  }
  @media (width >= 1024px) {
    font-size: var(--text-lg-btn) !important;
    line-height: var(--tw-leading, var(--text-lg-btn--line-height)) !important;
  }
  @media (width >= 1280px) {
    font-size: var(--text-xl-btn) !important;
    line-height: var(--tw-leading, var(--text-xl-btn--line-height)) !important;
  }
  @media (width >= 1400px) {
    font-size: var(--text-2xl-btn) !important;
    line-height: var(--tw-leading, var(--text-2xl-btn--line-height)) !important;
  }
  @media (width >= 1920px) {
    font-size: var(--text-fhd-btn) !important;
    line-height: var(--tw-leading, var(--text-fhd-btn--line-height)) !important;
  }
}
.gravity-btn-secondary input[type='submit'] {
  display: inline-block !important;
  height: max-content !important;
  width: max-content !important;
  max-width: 300px !important;
  border-radius: calc(infinity * 1px);
  padding-inline: var(--spacing-xs) !important;
  padding-block: var(--spacing-xxs) !important;
  text-align: center !important;
  font-size: var(--text-xxs-btn);
  line-height: var(--text-xxs-btn--line-height);
  @media (width >= 480px) {
    font-size: var(--text-xs-btn);
    line-height: var(--text-xs-btn--line-height);
  }
  @media (width >= 600px) {
    font-size: var(--text-sm-btn);
    line-height: var(--text-sm-btn--line-height);
  }
  @media (width >= 768px) {
    font-size: var(--text-md-btn);
    line-height: var(--text-md-btn--line-height);
  }
  @media (width >= 1024px) {
    font-size: var(--text-lg-btn);
    line-height: var(--text-lg-btn--line-height);
  }
  @media (width >= 1280px) {
    font-size: var(--text-xl-btn);
    line-height: var(--text-xl-btn--line-height);
  }
  @media (width >= 1400px) {
    font-size: var(--text-2xl-btn);
    line-height: var(--text-2xl-btn--line-height);
  }
  @media (width >= 1920px) {
    font-size: var(--text-fhd-btn);
    line-height: var(--text-fhd-btn--line-height);
  }
  --tw-font-weight: var(--font-weight-bold) !important;
  font-weight: var(--font-weight-bold) !important;
  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 !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  --tw-duration: 300ms !important;
  transition-duration: 300ms !important;
  --tw-ease: var(--ease-in-out) !important;
  transition-timing-function: var(--ease-in-out) !important;
  @media (width >= 600px) {
    padding-inline: var(--spacing-sm) !important;
  }
  @media (width >= 600px) {
    padding-block: var(--spacing-offsetXxs) !important;
  }
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: var(--color-black) !important;
  background-color: transparent !important;
  color: var(--color-black) !important;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black) !important;
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white) !important;
    }
  }
  &:where(.dark, .dark *) {
    border-color: var(--color-white) !important;
  }
  &:where(.dark, .dark *) {
    color: var(--color-white) !important;
  }
}
.btn-primary {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-btnPrimary);
  background-color: var(--color-btnPrimary);
  color: var(--color-white);
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-btnPrimaryHover);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-btnPrimaryHover);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
  &.with-icon {
    svg {
      width: auto;
      @media (width < 600px) {
        height: calc(var(--spacing) * 3);
      }
      path {
        fill: var(--color-white);
      }
    }
  }
}
.btn-secondary {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-black);
  background-color: transparent;
  color: var(--color-black);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
  &:where(.dark, .dark *) {
    border-color: var(--color-white);
  }
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
  &.with-icon {
    svg {
      width: auto;
      @media (width < 600px) {
        height: calc(var(--spacing) * 3);
      }
      path {
        fill: var(--color-black);
        &:where(.dark, .dark *) {
          fill: var(--color-white);
        }
      }
    }
  }
  &:hover {
    svg {
      path {
        fill: var(--color-white);
      }
    }
  }
}
.link-primary {
  display: flex;
  width: max-content;
  max-width: 300px;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  text-align: center;
  font-size: var(--text-xxs-btn);
  line-height: var(--text-xxs-btn--line-height);
  @media (width >= 480px) {
    font-size: var(--text-xs-btn);
    line-height: var(--text-xs-btn--line-height);
  }
  @media (width >= 600px) {
    font-size: var(--text-sm-btn);
    line-height: var(--text-sm-btn--line-height);
  }
  @media (width >= 768px) {
    font-size: var(--text-md-btn);
    line-height: var(--text-md-btn--line-height);
  }
  @media (width >= 1024px) {
    font-size: var(--text-lg-btn);
    line-height: var(--text-lg-btn--line-height);
  }
  @media (width >= 1280px) {
    font-size: var(--text-xl-btn);
    line-height: var(--text-xl-btn--line-height);
  }
  @media (width >= 1400px) {
    font-size: var(--text-2xl-btn);
    line-height: var(--text-2xl-btn--line-height);
  }
  @media (width >= 1920px) {
    font-size: var(--text-fhd-btn);
    line-height: var(--text-fhd-btn--line-height);
  }
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  text-decoration-line: none !important;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: none !important;
    }
  }
  &:where(.dark, .dark *) {
    color: var(--color-white);
  }
  &.with-icon {
    .arrow-icon {
      margin-inline: calc(var(--spacing) * 2);
      display: flex;
      width: 100%;
      flex-shrink: 0;
      align-items: center;
      justify-content: space-between;
      gap: calc(var(--spacing) * 4);
      @media (width < 600px) {
        height: calc(var(--spacing) * 3);
      }
      svg {
        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));
        --tw-duration: 300ms;
        transition-duration: 300ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
      }
      .arrow-dash {
        height: calc(var(--spacing) * 0.5);
        width: 100%;
        background-color: var(--color-black);
      }
      .dash-line {
        height: calc(var(--spacing) * 0.5);
        width: 100%;
        background-color: var(--color-black);
      }
      path {
        fill: currentColor;
      }
    }
    &:hover {
      .arrow-icon svg {
        --tw-translate-x: calc(var(--spacing) * 2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
}
.popup {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
  .popup__body {
    @media (max-width: 768px) and (orientation: landscape) {
      overflow-y: auto;
    }
    transform: translateY(100vh);
    transition: transform 0.4s cubic-bezier(0.38, -0.25, 0.245, 1.2);
    delay: 0.1s;
  }
  &.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    .popup__body {
      transform: translateY(0%);
    }
  }
}
.button_box_sticky {
  position: fixed;
  bottom: -1000px;
  display: block !important;
  height: 100vh;
  max-height: 100%;
  min-height: 500px;
  width: 100%;
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  @media (width >= 768px) {
    top: calc(60%);
  }
  @media (width >= 768px) {
    right: -457px;
  }
  @media (width >= 768px) {
    height: 65vh;
  }
  @media (width >= 768px) {
    max-height: 647px;
  }
  @media (width >= 768px) {
    width: 457px;
  }
  @media (width >= 768px) {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (max-width:767px) {
    left: 0;
  }
}
.button_link {
  display: flex;
  --tw-translate-x: var(--spacing);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  align-items: center;
  justify-content: center;
  padding: calc(var(--spacing) * 3);
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  @media (width >= 768px) {
    padding: calc(var(--spacing) * 6);
  }
}
.button_sticky_image > img {
  width: 28px !important;
}
.active {
  bottom: 0;
  @media (width >= 768px) {
    right: 0;
  }
  @media (max-width:767px) {
    left: 0;
  }
}
.sticky-text {
  a {
    display: flex;
    padding-top: calc(var(--spacing) * 10);
    &:before {
      content: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.5H18M18 8.5L10.6667 1M18 8.5L10.6667 16' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
      margin-top: 1.5px;
      padding-right: calc(var(--spacing) * 1.5);
    }
  }
}
.link-block {
  display: flex;
  --tw-translate-x: var(--spacing);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  padding: calc(var(--spacing) * 3);
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  @media (width >= 768px) {
    padding: calc(var(--spacing) * 6);
  }
}
.link-block > span {
  display: block;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  writing-mode: vertical-lr !important;
  @media (max-width:767px) {
    writing-mode: horizontal-tb !important;
  }
}
@media (max-width:767px) {
  .buttons_container {
    bottom: 0;
    z-index: 99999;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.to-top-button {
  &:hover {
    svg, img {
      animation: bounceY 1s infinite ease-in-out;
      path {
        fill: #fff;
      }
    }
  }
  &.top-active {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    opacity: 100%;
  }
  transition-timing-function: cubic-bezier(0.25, 2, 0.3, 1) !important;
  -webkit-tap-highlight-color: transparent;
}
@keyframes bounceY {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.contact-sticky-button {
  position: fixed !important;
  right: 40px;
  bottom: 40px;
  z-index: 50;
  display: inline-flex !important;
  max-width: min(300px, calc(100vw - 2rem)) !important;
  align-items: center !important;
  font-family: var(--font-secondary) !important;
  font-size: 15px !important;
  --tw-leading: 1 !important;
  line-height: 1 !important;
  --tw-font-weight: var(--font-weight-semibold) !important;
  font-weight: var(--font-weight-semibold) !important;
  --tw-tracking: var(--tracking-normal) !important;
  letter-spacing: var(--tracking-normal) !important;
  gap: 15px;
  padding-top: 13px !important;
  padding-bottom: 9px !important;
  svg {
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    path {
      fill: none !important;
      stroke: currentcolor;
      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));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
  span {
    display: block;
    --tw-leading: 1;
    line-height: 1;
    transform: translateY(-3px);
  }
  &:hover svg path {
    fill: none !important;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}
.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next, .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled, .lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-toolbar, .lg-closing .lg-prev, .lg-closing .lg-next, .lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster, .lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg, .lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}
.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-medium-zoom-item {
  cursor: zoom-in;
}
.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}
.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-overlay-open {
  overflow: hidden;
}
.lg-toolbar, .lg-prev, .lg-next, .lg-pager-outer, .lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar, .lg-show-in .lg-prev, .lg-show-in .lg-next, .lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html, .lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop, .lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.award-module {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 360px;
  @media (width >= 480px) {
    min-height: 420px;
  }
  @media (width >= 600px) {
    min-height: 480px;
  }
  @media (width >= 768px) {
    min-height: 560px;
  }
  @media (width >= 1024px) {
    min-height: 680px;
  }
  .award-module__inner {
    width: 100%;
  }
  .award-module__bg-decor {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }
  .award-module__bg-decor-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    max-width: none;
    opacity: 0.85;
    @media (width < 1024px) {
      opacity: 0.5;
    }
  }
  .award-module__image {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 151px;
  }
  .award-module__content {
    position: relative;
    z-index: 10;
  }
}
.contact-module {
  .optional-background-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    width: max-content;
    min-width: 100vw;
    align-items: center;
    justify-content: center;
    padding-inline: 5%;
    font-size: 350px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 1024px) {
      font-size: 450px;
    }
    &:where(.dark, .dark *) {
      color: var(--color-white) !important;
    }
    &:where(.dark, .dark *) {
      opacity: 5%;
    }
    &.optional-background-text--init {
      animation: text-animation-init forwards linear;
    }
    &.optional-background-text--one {
      animation: text-animation both infinite linear;
    }
    &.optional-background-text--second {
      animation: text-animation both infinite linear;
    }
    &.optional-background-text--third {
      animation: text-animation both infinite linear;
    }
  }
}
@keyframes text-animation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes text-animation-init {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
.gallery-slider-module {
  .content-top.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
  .gallery-slider__wrap {
    .gallery-slide__image {
      overflow: hidden;
      img, video {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        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));
        --tw-duration: 300ms;
        transition-duration: 300ms;
      }
      &:hover img, &:hover video {
        @media (width >= 768px) {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
        @media (width >= 768px) {
          transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        }
        transform: scale(1.10) scaleZ(0.1);
      }
      .pause-btn {
        right: calc(var(--spacing) * 3);
        bottom: calc(var(--spacing) * 3);
        @media (width >= 768px) {
          right: calc(var(--spacing) * 5);
        }
        @media (width >= 768px) {
          bottom: calc(var(--spacing) * 5);
        }
        pointer-events: auto;
      }
    }
    .swiper-button {
      height: auto;
      width: 1.875rem;
      @media (width >= 768px) {
        width: 3.75rem;
      }
      svg {
        height: auto;
        width: 100%;
      }
      &:after {
        display: none;
      }
      &.swiper-button-prev {
        left: var(--spacing-sm);
        right: auto;
        @media (width >= 768px) {
          left: var(--spacing-md);
        }
        @media (width >= 1024px) {
          left: var(--spacing-lg);
        }
      }
      &.swiper-button-next {
        right: var(--spacing-sm);
        left: auto;
        @media (width >= 768px) {
          right: var(--spacing-md);
        }
        @media (width >= 1024px) {
          right: var(--spacing-lg);
        }
      }
    }
    &.max-w-screen-xl {
      .swiper-pagination-bullet-active {
        background-color: var(--color-black);
      }
    }
    .gallery-slide__gradient {
      background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 35%);
    }
  }
}
.gallery-wall-simple-module {
  .content-top.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
}
.gallery-wall-simple {
  .image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: color-mix(in srgb, oklch(27.8% 0.033 256.848) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
    }
    opacity: 0%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .gallery-image {
    overflow: hidden;
    img {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      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));
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
    &:hover {
      .image-description {
        @media (width >= 1024px) {
          display: block;
        }
      }
      img {
        @media (width >= 768px) {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
        @media (width >= 768px) {
          transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        }
      }
    }
  }
  .gallery-image.image-overlay:hover {
    &::after {
      @media (width >= 1024px) {
        z-index: 10;
      }
      @media (width >= 1024px) {
        opacity: 100%;
      }
    }
  }
}
.gallery-wall-simple-section {
  .gallery-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    @media (width >= 600px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .gallery-grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    @media (width >= 600px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
.header-bg-video {
  .align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
    .header-bg-video__actions {
      justify-content: center;
    }
  }
  .align-right {
    & > * {
      margin-left: auto;
      text-align: right;
    }
    .header-bg-video__actions {
      justify-content: flex-end;
    }
  }
  .btn-secondary {
    border-color: var(--color-white);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
}
body.header-bg-video-popup-open {
  overflow: hidden;
}
.header-bg-video-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
  box-sizing: border-box;
}
.header-bg-video-popup__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(20, 39, 42, 0.6);
}
.header-bg-video-popup__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.header-bg-video-popup__close.btn-secondary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  transform: translateY(calc(-100% - 12px));
  font-family: 'GeneralSans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #14272A;
  border-color: #14272A;
}
.header-bg-video-popup__close.btn-secondary:hover {
  color: #fff;
  background-color: #14272A;
  border-color: #fff;
  text-decoration: none;
}
.header-bg-video-popup__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 100%;
  overflow: hidden;
  background-color: #000;
}
.header-bg-video-popup__video, .header-bg-video-popup__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .header-bg-video-popup__close {
    transition: none;
  }
}
.header-image {
  .align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
  .align-right {
    & > * {
      margin-left: auto;
      text-align: right;
    }
  }
  .with-bg {
    padding: var(--spacing-sm);
    @media (width >= 768px) {
      padding: var(--spacing-md);
    }
    @media (width >= 1400px) {
      padding: var(--spacing-offsetMd);
    }
  }
}
.header-text {
  .align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
  .align-right {
    & > * {
      margin-left: auto;
      text-align: right;
    }
  }
}
.image-sticky-module {
  .image-sticky-module__image {
    @supports ( -webkit-touch-callout : none) {
      background-attachment: scroll;
    }
  }
}
.logo-wall {
  .content-top.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
  img {
    aspect-ratio: 1 / 1;
  }
}
.teaser-medium-section {
  .teaser-medium-single-image:hover img {
    @media (width >= 768px) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    @media (width >= 768px) {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .content-top.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
}
.teaser-small-section {
  .teaser-small-list {
    gap: var(--gap);
  }
  .teaser-small-list > .teaser-small-single {
    width: calc((100% - (var(--cols-base) - 1) * var(--gap)) / var(--cols-base));
    flex: 0 0 auto;
  }
  .teaser-small-single {
    .teaser-small-single-image:hover {
      img {
        @media (width >= 768px) {
          --tw-scale-x: 110%;
          --tw-scale-y: 110%;
          --tw-scale-z: 110%;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
        @media (width >= 768px) {
          transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
        }
      }
    }
  }
  .content-top.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
}
.cpt-teasers .teaser-small-single {
  display: flex;
  flex-direction: column;
  .content {
    .headline-element {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    .text-element {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      -webkit-box-orient: vertical;
    }
  }
}
@media (min-width: 640px) {
  .teaser-small-section .teaser-small-list > .teaser-small-single {
    width: calc((100% - (var(--cols-sm) - 1) * var(--gap)) / var(--cols-sm));
  }
}
@media (min-width: 768px) {
  .teaser-small-section .teaser-small-list > .teaser-small-single {
    width: calc((100% - (var(--cols-md) - 1) * var(--gap)) / var(--cols-md));
  }
}
@media (min-width: 1024px) {
  .teaser-small-section .teaser-small-list > .teaser-small-single {
    width: calc((100% - (var(--cols-lg) - 1) * var(--gap)) / var(--cols-lg));
  }
}
@media (min-width: 1280px) {
  .teaser-small-section .teaser-small-list > .teaser-small-single {
    width: calc((100% - (var(--cols-xl) - 1) * var(--gap)) / var(--cols-xl));
  }
}
.text-image-module {
  .text-image-single {
    .image-box-img:hover img {
      @media (width >= 768px) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
      @media (width >= 768px) {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
    @media (width < 1024px) {
      margin-inline: auto;
    }
    @media (width >= 768px) {
      max-width: 36rem;
    }
    @media (width >= 1024px) {
      max-width: 100%;
    }
    .content-box-inner {
      padding-top: var(--spacing-xs);
      @media (width >= 480px) {
        padding-top: var(--spacing-sm);
      }
      @media (width >= 600px) {
        padding-top: var(--spacing-md);
      }
      @media (width >= 1024px) {
        padding-top: 0;
      }
      &.image-side-right {
        @media (width >= 1024px) {
          padding-right: calc(var(--spacing) * 14);
        }
        @media (width >= 1400px) {
          padding-right: calc(var(--spacing) * 20);
        }
      }
      &.image-side-left {
        @media (width >= 1024px) {
          padding-left: calc(var(--spacing) * 14);
        }
        @media (width >= 1400px) {
          padding-left: calc(var(--spacing) * 20);
        }
      }
      &.with-bg {
        padding-inline: calc(var(--spacing) * 5);
        padding-block: var(--spacing-xs);
        @media (width >= 480px) {
          padding-inline: calc(var(--spacing) * 10);
        }
        @media (width >= 480px) {
          padding-block: var(--spacing-sm);
        }
        @media (width >= 600px) {
          padding-block: var(--spacing-md);
        }
        @media (width >= 768px) {
          padding-inline: calc(var(--spacing) * 14);
        }
        @media (width >= 1400px) {
          padding-inline: calc(var(--spacing) * 20);
        }
      }
    }
  }
  .content-top.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
}
.text-module {
  .content-top.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
  .text-element.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
    ul, ol {
      align-items: center;
    }
  }
}
.video-module {
  .content-top.align-center {
    & > * {
      margin-inline: auto;
      text-align: center;
    }
  }
  .hp-player {
    iframe {
      height: 100%;
      width: 100%;
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-tracking {
  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-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-tracking: initial;
    }
  }
}
