/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide, .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .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-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}
.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom, .swiper-slide-shadow, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev, .swiper-button-next, ~ .swiper-button-prev, ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev, & ~ .swiper-button-prev, &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next, & ~ .swiper-button-next, &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev, & ~ .swiper-button-prev, &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev, .swiper-button-next, ~ .swiper-button-prev, ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --leading-tight: 1.2;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --font-sans: 'DIN', ui-sans-serif, system-ui, sans-serif;
    --font-condensed: 'DIN Condensed', 'DIN', ui-sans-serif, system-ui, sans-serif;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --text-small: 0.875rem;
    --text-small--line-height: 1.4;
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    --text-medium: 1rem;
    --text-medium--line-height: 1.5;
    --text-large: 1.25rem;
    --text-large--line-height: 1.4;
    --text-xl: 1.375rem;
    --text-xl--line-height: 1.4;
    --text-xxl: 1.5rem;
    --text-xxl--line-height: 1.35;
    --text-3xl: 1.75rem;
    --text-3xl--line-height: 1.35;
    --text-sticker: 2.5rem;
    --text-sticker--line-height: 1.35;
    --text-h1: clamp(4rem, 5vw, 8.125rem);
    --text-h1--line-height: 1.1;
    --text-h2: clamp(2.25rem, 4vw, 2.5rem);
    --text-h2--line-height: 1.15;
    --text-h3: clamp(2rem, 3.5vw, 2.25rem);
    --text-h3--line-height: 1.2;
    --text-h4: clamp(1.5rem, 3vw, 2rem);
    --text-h4--line-height: 1.25;
    --text-h5: clamp(1.25rem, 2.5vw, 1.5rem);
    --text-h5--line-height: 1.3;
    --text-h6: clamp(1.125rem, 2vw, 1.25rem);
    --text-h6--line-height: 1.35;
    --leading-none: 1;
    --color-primary: #4e9f50;
    --color-ab-sand: #D4E3B0;
    --color-ab-darkblue: #1b4843;
    --color-ab-bluegreen: #005847;
    --color-ab-palegreen: #c1dcb9;
    --color-ab-red: #b3302c;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-grey: #dddddd;
    --spacing-0: 0;
    --spacing-1: 0.25rem;
    --spacing-2: 0.5rem;
    --spacing-3: 0.75rem;
    --spacing-4: 1rem;
    --spacing-5: 1.25rem;
    --spacing-6: 1.5rem;
    --spacing-8: 2rem;
    --spacing-10: 2.5rem;
    --spacing-12: 3rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-32: 8rem;
    --width-full: 100%;
    --radius-full: 9999px;
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: var(--spacing-0);
  }
  .top-0 {
    top: var(--spacing-0);
  }
  .top-\[var\(--menu-top\)\] {
    top: var(--menu-top);
  }
  .right-0 {
    right: var(--spacing-0);
  }
  .bottom-0 {
    bottom: var(--spacing-0);
  }
  .left-0 {
    left: var(--spacing-0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-5 {
    grid-column-start: 5;
  }
  .col-start-7 {
    grid-column-start: 7;
  }
  .col-start-9 {
    grid-column-start: 9;
  }
  .col-start-10 {
    grid-column-start: 10;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .m-0 {
    margin: var(--spacing-0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[100px\] {
    margin-block: 100px;
  }
  .mt-0 {
    margin-top: var(--spacing-0);
  }
  .mt-5 {
    margin-top: var(--spacing-5);
  }
  .mt-20 {
    margin-top: var(--spacing-20);
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mb-4 {
    margin-bottom: var(--spacing-4);
  }
  .mb-10 {
    margin-bottom: var(--spacing-10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[475px\] {
    max-height: 475px;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .max-h-\[820px\] {
    max-height: 820px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-4 {
    width: var(--spacing-4);
  }
  .w-5 {
    width: var(--spacing-5);
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-full {
    width: var(--width-full);
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .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-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: var(--spacing-4);
  }
  .gap-6 {
    gap: var(--spacing-6);
  }
  .gap-10 {
    gap: var(--spacing-10);
  }
  .gap-20 {
    gap: var(--spacing-20);
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-x-2 {
    column-gap: var(--spacing-2);
  }
  .gap-x-4 {
    column-gap: var(--spacing-4);
  }
  .gap-x-5 {
    column-gap: var(--spacing-5);
  }
  .gap-x-10 {
    column-gap: var(--spacing-10);
  }
  .gap-x-12 {
    column-gap: var(--spacing-12);
  }
  .gap-x-16 {
    column-gap: var(--spacing-16);
  }
  .gap-y-1 {
    row-gap: var(--spacing-1);
  }
  .gap-y-3 {
    row-gap: var(--spacing-3);
  }
  .gap-y-4 {
    row-gap: var(--spacing-4);
  }
  .gap-y-6 {
    row-gap: var(--spacing-6);
  }
  .gap-y-10 {
    row-gap: var(--spacing-10);
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-black {
    :where(& > :not(:last-child)) {
      border-color: var(--color-black);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .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-ab-darkblue\/25 {
    border-color: color-mix(in srgb, #1b4843 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-ab-darkblue) 25%, transparent);
    }
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-grey {
    border-color: var(--color-grey);
  }
  .bg-ab-bluegreen {
    background-color: var(--color-ab-bluegreen);
  }
  .bg-ab-palegreen {
    background-color: var(--color-ab-palegreen);
  }
  .bg-ab-red {
    background-color: var(--color-ab-red);
  }
  .bg-ab-sand {
    background-color: var(--color-ab-sand);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left-top {
    object-position: left top;
  }
  .p-0 {
    padding: var(--spacing-0);
  }
  .p-5 {
    padding: var(--spacing-5);
  }
  .px-4 {
    padding-inline: var(--spacing-4);
  }
  .px-6 {
    padding-inline: var(--spacing-6);
  }
  .py-2 {
    padding-block: var(--spacing-2);
  }
  .py-5 {
    padding-block: var(--spacing-5);
  }
  .py-8 {
    padding-block: var(--spacing-8);
  }
  .py-10 {
    padding-block: var(--spacing-10);
  }
  .py-16 {
    padding-block: var(--spacing-16);
  }
  .py-20 {
    padding-block: var(--spacing-20);
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-10 {
    padding-top: var(--spacing-10);
  }
  .pt-20 {
    padding-top: var(--spacing-20);
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pr-8 {
    padding-right: var(--spacing-8);
  }
  .pr-16 {
    padding-right: var(--spacing-16);
  }
  .pb-2 {
    padding-bottom: var(--spacing-2);
  }
  .pb-4 {
    padding-bottom: var(--spacing-4);
  }
  .pb-10 {
    padding-bottom: var(--spacing-10);
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-8 {
    padding-left: var(--spacing-8);
  }
  .font-condensed {
    font-family: var(--font-condensed);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-h1 {
    font-size: var(--text-h1);
    line-height: var(--tw-leading, var(--text-h1--line-height));
  }
  .text-h6 {
    font-size: var(--text-h6);
    line-height: var(--tw-leading, var(--text-h6--line-height));
  }
  .text-large {
    font-size: var(--text-large);
    line-height: var(--tw-leading, var(--text-large--line-height));
  }
  .text-medium {
    font-size: var(--text-medium);
    line-height: var(--tw-leading, var(--text-medium--line-height));
  }
  .text-small {
    font-size: var(--text-small);
    line-height: var(--tw-leading, var(--text-small--line-height));
  }
  .text-sticker {
    font-size: var(--text-sticker);
    line-height: var(--tw-leading, var(--text-sticker--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xxl {
    font-size: var(--text-xxl);
    line-height: var(--tw-leading, var(--text-xxl--line-height));
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .text-\[100px\] {
    font-size: 100px;
  }
  .leading-none {
    --tw-leading: var(--leading-none);
    line-height: var(--leading-none);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .text-ab-bluegreen {
    color: var(--color-ab-bluegreen);
  }
  .text-ab-darkblue {
    color: var(--color-ab-darkblue);
  }
  .text-ab-red {
    color: var(--color-ab-red);
  }
  .text-ab-sand {
    color: var(--color-ab-sand);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:text-ab-bluegreen {
    &:hover {
      @media (hover: hover) {
        color: var(--color-ab-bluegreen);
      }
    }
  }
}
@font-face {
  font-family: 'DIN';
  src: url(../1141e4db779913aff708.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url(../45d0adf92ced894d3059.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN';
  src: url(../f0cb5df5ff7bd3006963.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Condensed';
  src: url(../5bacac0c798aa64eeee1.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Condensed';
  src: url(../f9bda389582b6a04c5cc.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@layer utilities {
  .clip-diagonal {
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  }
  .clip-diagonal-white {
    clip-path: polygon(0 100%, 101% 75%, 101% 101%, 0 101%);
  }
  .grid-breakout {
    display: grid;
    grid-template-columns: 1fr min(752px, calc(50% - 1rem)) min(752px, calc(50% - 1rem)) 1fr;
  }
}
@layer components {
  .skip-link {
    position: absolute;
    top: -100%;
    left: calc(1 / 2 * 100%);
    z-index: 9999;
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: var(--radius-md);
    background-color: var(--color-ab-darkblue);
    padding-inline: var(--spacing-6);
    padding-block: var(--spacing-3);
    color: var(--color-white);
    text-decoration-line: none;
    transition-property: top;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 150ms;
    transition-duration: 150ms;
    &:focus {
      top: var(--spacing-2);
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
      outline-offset: 2px;
      outline-color: var(--color-primary);
    }
  }
}
@layer base {
  h1, h2, h3, h4, h5, h6 {
    font-weight: var(--font-weight-bold);
  }
  h1 {
    font-size: var(--text-h1);
    line-height: var(--text-h1--line-height);
  }
  h2 {
    font-size: var(--text-h2);
    line-height: var(--text-h2--line-height);
  }
  h3 {
    font-size: var(--text-h3);
    line-height: var(--text-h3--line-height);
  }
  h4 {
    font-size: var(--text-h4);
    line-height: var(--text-h4--line-height);
  }
  h5 {
    font-size: var(--text-h5);
    line-height: var(--text-h5--line-height);
  }
  h6 {
    font-size: var(--text-h6);
    line-height: var(--text-h6--line-height);
  }
  p {
    margin-block: var(--spacing-4);
    &:first-child {
      margin-block-start: 0;
    }
    &:last-child {
      margin-block-end: 0;
    }
  }
  a {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    &:hover {
      color: var(--color-ab-bluegreen);
    }
  }
  ul, ol {
    padding-inline-start: var(--spacing-6);
    margin-block: var(--spacing-4);
  }
  li {
    margin-block: var(--spacing-2);
  }
}
.swiper-testimonials {
  .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }
  .swiper-slide {
    height: auto !important;
  }
  .swiper-button-prev, .swiper-button-next {
    border-radius: var(--radius-full);
    padding: var(--spacing-3);
    color: #fff !important;
  }
}
.product-slider-wrapper {
  .swiper-pagination {
    position: absolute;
    left: calc(1 / 2 * 100%);
    z-index: 10;
    margin-top: -50px;
    display: flex;
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    justify-content: center;
    column-gap: 10px;
    border-radius: 0.25rem;
    background-color: color-mix(in srgb, #000000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
    padding-inline: 15px;
    padding-block: 10px;
    .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      border-radius: 0.25rem;
      background-color: var(--color-white);
      &:hover {
        cursor: pointer;
      }
      &.swiper-pagination-bullet-active {
        background-color: var(--color-ab-bluegreen);
      }
    }
  }
  .swiper-button-prev, .swiper-button-next {
    border-radius: var(--radius-full);
    padding: var(--spacing-3);
    color: #fff !important;
  }
  .swiper-button-prev {
    left: -22px !important;
  }
  .swiper-button-next {
    right: -22px !important;
  }
}
.hotspot-display {
  width: 100%;
}
.hotspot-display__container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.hotspot-display__image {
  display: block;
  width: 100%;
  height: auto;
}
.hotspot-display__dot {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.hotspot-display__dot-inner {
  position: absolute;
  inset: 0;
  background-color: #22c55e;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.hotspot-display__dot:hover .hotspot-display__dot-inner, .hotspot-display__dot.is-active .hotspot-display__dot-inner {
  background-color: #ef4444;
  transform: scale(1.2);
}
.hotspot-display__dot-pulse {
  position: absolute;
  inset: 0;
  background-color: #22c55e;
  border-radius: 50%;
  opacity: 0.5;
  animation: hotspot-pulse 2s ease-out infinite;
}
.hotspot-display__dot:hover .hotspot-display__dot-pulse, .hotspot-display__dot.is-active .hotspot-display__dot-pulse {
  animation: none;
  opacity: 0;
}
@keyframes hotspot-pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.hotspot-display__tooltip {
  position: absolute;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 200px;
  max-width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.hotspot-display__tooltip.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.hotspot-display__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.9);
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.hotspot-display__tooltip.position-top {
  transform: translateX(-50%) translateY(-100%) translateY(-20px);
}
.hotspot-display__tooltip.position-top.is-active {
  transform: translateX(-50%) translateY(-100%) translateY(-10px);
}
.hotspot-display__tooltip.position-top::before {
  top: auto;
  bottom: -8px;
  border-bottom: none;
  border-top: 8px solid rgba(0, 0, 0, 0.9);
}
.hotspot-display__tooltip-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 4px;
  transition: color 0.2s ease, background 0.2s ease;
}
.hotspot-display__tooltip-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.hotspot-display__tooltip-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  padding-right: 24px;
}
.hotspot-display__tooltip-description {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .hotspot-display__dot {
    width: 20px;
    height: 20px;
  }
  .hotspot-display__tooltip {
    min-width: 160px;
    max-width: 220px;
    padding: 8px 12px;
  }
  .hotspot-display__tooltip-title {
    font-size: 14px;
  }
  .hotspot-display__tooltip-description {
    font-size: 12px;
  }
}
.pricesticker {
  position: relative;
  &:after {
    position: absolute;
    bottom: -40px;
    left: var(--spacing-0);
    content: url(../68beb31ffef48c9434ed.svg);
  }
}
.two-cols {
  .content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
    img {
      width: fit-content;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: var(--font-condensed);
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
    h1, h2, h3, h4, h5, h6, p {
      color: var(--color-ab-bluegreen);
      margin-block: unset;
    }
  }
}
.prod-info {
  .title-description {
    div {
      > span {
        color: var(--color-primary);
      }
    }
  }
  .content {
    color: var(--color-black);
    h2 {
      font-family: var(--font-condensed);
      font-size: var(--text-h1);
      line-height: var(--tw-leading, var(--text-h1--line-height));
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
    h3 {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, var(--text-h3--line-height));
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
    h4 {
      font-size: var(--text-h4);
      line-height: var(--tw-leading, var(--text-h4--line-height));
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
    p {
      margin: var(--spacing-0);
      font-size: var(--text-xxl);
      line-height: var(--tw-leading, var(--text-xxl--line-height));
    }
  }
  .stats {
    div {
      > span {
        font-size: 70px;
      }
    }
  }
}
.primary-menu-custom {
  gap: var(--spacing-0) !important;
  text-align: right;
  li {
    > a {
      font-family: var(--font-condensed);
      font-size: var(--text-large);
      line-height: var(--tw-leading, var(--text-large--line-height));
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
      color: var(--color-ab-darkblue);
      text-transform: uppercase;
    }
  }
}
.read-more-link {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: var(--color-black);
  padding-bottom: var(--spacing-1);
  font-family: var(--font-condensed);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  color: var(--color-ab-red);
  text-transform: uppercase;
  text-decoration-line: none;
  &::after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background-image: url(../195c07f2ec5629213cd2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.linkspot {
  h3, p {
    margin: 0;
    padding: 0;
  }
}
.contact-map-section {
  position: relative;
  width: 100%;
  height: 500px;
}
#contact-map {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact-map-infobox {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  background: #fff;
  padding: 30px 35px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  font-family: inherit;
  line-height: 1.6;
}
.contact-map-infobox h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.contact-map-infobox p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.contact-map-infobox a {
  color: #5a7a32;
  text-decoration: none;
}
.contact-map-infobox a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .contact-map-section {
    height: 400px;
  }
  .contact-map-infobox {
    bottom: 20px;
    right: 20px;
    left: 20px;
    padding: 20px 24px;
  }
}
@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-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --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-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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-outline-style: solid;
    }
  }
}

/*# sourceMappingURL=style.css.map*/