@charset "UTF-8";
/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Det Konservative Folkeparti
Theme URI: https://twentyfour.dk/
Author: Twentyfour ApS
Author URI: https://twentyfour.dk/
Description: Custom theme: Twentyfour, developed by Twentyfour ApS
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: det-konservative-folkeparti
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: twentyfour-parent

Twentyfour is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/*/
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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);
    --leading-tight: 1.25;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --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);
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  ::-ms-backdrop {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  ::-webkit-file-upload-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: "Open Sans", sans-serif;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    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);
    -webkit-font-feature-settings: var(--default-mono-font-feature-settings, normal);
    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;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-font-feature-settings: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    -webkit-font-feature-settings: 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 {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
  ::-webkit-file-upload-button {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
  }
  ::file-selector-button {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
  }
  ::-webkit-input-placeholder {
    opacity: 1;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  :-ms-input-placeholder {
    opacity: 1;
  }
  ::-ms-input-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::-webkit-input-placeholder {
      color: currentcolor;
    }
    ::-moz-placeholder {
      color: currentcolor;
    }
    :-ms-input-placeholder {
      color: currentcolor;
    }
    ::-ms-input-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-webkit-input-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      :-ms-input-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::-ms-input-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        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: -webkit-inline-box;
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
  }
  button, input:where([type=button], [type=reset], [type=submit]), ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: 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: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .\!static {
    position: static !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-25 {
    top: calc(var(--spacing) * 25);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-\[var\(--wp-admin--admin-bar--height\,0px\)\] {
    top: var(--wp-admin--admin-bar--height, 0px);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: 50%;
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-45 {
    z-index: 45;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[100000\] {
    z-index: 100000;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-span-1 {
    grid-column: span 1/span 1;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .\!mt-\[7px\] {
    margin-top: 7px !important;
  }
  .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-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-auto {
    margin-right: auto;
  }
  .\!mb-16 {
    margin-bottom: calc(var(--spacing) * 16) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[-1px\] {
    margin-bottom: -1px;
  }
  .mb-\[-12px\] {
    margin-bottom: -12px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[5\/6\] {
    aspect-ratio: 5/6;
  }
  .aspect-\[7\/5\] {
    aspect-ratio: 7/5;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-52 {
    min-height: calc(var(--spacing) * 52);
  }
  .min-h-\[10rem\] {
    min-height: 10rem;
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .min-h-\[550px\] {
    min-height: 550px;
  }
  .min-h-\[calc\(100svh-102px\)\] {
    min-height: calc(100svh - 102px);
  }
  .min-h-\[calc\(100vh-286px\)\] {
    min-height: calc(100vh - 286px);
  }
  .\!content-width {
    max-width: 1500px !important;
    width: 100% !important;
  }
  .content-width {
    max-width: 1500px;
    width: 100%;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-1\/2 {
    width: 50%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-195 {
    width: calc(var(--spacing) * 195);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[1250px\] {
    width: 1250px;
  }
  .w-\[calc\(50\%-0\.625rem\)\] {
    width: calc(50% - 0.625rem);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[650px\] {
    max-width: 650px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[calc\(100vw-40px\)\] {
    max-width: calc(100vw - 40px);
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    -webkit-transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }
  .animate-bounce {
    -webkit-animation: var(--animate-bounce);
    animation: var(--animate-bounce);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-wait {
    cursor: wait;
  }
  .resize {
    resize: both;
  }
  .auto-rows-\[1fr\] {
    grid-auto-rows: 1fr;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }
  .flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    -webkit-margin-before: calc(var(--spacing) * 1 * var(--tw-space-y-reverse));
    margin-block-start: calc(var(--spacing) * 1 * var(--tw-space-y-reverse));
    -webkit-margin-after: calc(var(--spacing) * 1 * (1 - var(--tw-space-y-reverse)));
    margin-block-end: calc(var(--spacing) * 1 * (1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    -webkit-margin-before: calc(var(--spacing) * 4 * var(--tw-space-y-reverse));
    margin-block-start: calc(var(--spacing) * 4 * var(--tw-space-y-reverse));
    -webkit-margin-after: calc(var(--spacing) * 4 * (1 - var(--tw-space-y-reverse)));
    margin-block-end: calc(var(--spacing) * 4 * (1 - var(--tw-space-y-reverse)));
  }
  .gap-x-6 {
    -webkit-column-gap: calc(var(--spacing) * 6);
    -moz-column-gap: calc(var(--spacing) * 6);
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .btn-padding {
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-radius: 4px;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!border-button-primary {
    border-color: #008254 !important;
  }
  .border-button-primary {
    border-color: #008254;
  }
  .border-forest-green-600 {
    border-color: #00a265;
  }
  .border-forest-green-900 {
    border-color: #00583c;
  }
  .border-forest-green-925 {
    border-color: #00442F;
  }
  .\!bg-forest-green-950 {
    background-color: #003021 !important;
  }
  .\!bg-verdigris-100 {
    background-color: #e7f4e4 !important;
  }
  .bg-\[\#002519E5\] {
    background-color: rgba(0, 37, 25, 0.8980392157);
  }
  .bg-button-primary {
    background-color: #008254;
  }
  .bg-forest-green-500 {
    background-color: #02c77b;
  }
  .bg-forest-green-600 {
    background-color: #00a265;
  }
  .bg-forest-green-900 {
    background-color: #00583c;
  }
  .bg-forest-green-925 {
    background-color: #00442F;
  }
  .bg-forest-green-950 {
    background-color: #003021;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-light-green {
    background-color: #c2d3bd;
  }
  .bg-pale-green {
    background-color: #f6f8f5;
  }
  .bg-pale-green-200 {
    background-color: #d4e1d1;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-verdigris-300 {
    background-color: #9ed196;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #fff 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/30 {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[rgba\(3\,69\,54\,0\.3\)\] {
    --tw-gradient-from: rgba(3,69,54,0.3);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#034536\] {
    --tw-gradient-to: #034536;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .fill-black {
    fill: var(--color-black);
  }
  .fill-button-primary {
    fill: #008254;
  }
  .fill-forest-green-900 {
    fill: #00583c;
  }
  .fill-verdigris-300 {
    fill: #9ed196;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .object-center {
    -o-object-position: center;
    object-position: center;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[6px\] {
    padding: 6px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .h-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-h-padding {
    padding-left: 48px;
    padding-right: 48px;
  }
  .md-h-padding {
    padding-left: 32px;
    padding-right: 32px;
  }
  .xl-h-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-display-xs {
    font-size: 1.25rem !important;
    line-height: var(--tw-leading, 1.1) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-body-md {
    font-size: 1rem;
    line-height: var(--tw-leading, 1.3);
  }
  .text-body-sm {
    font-size: 0.875rem;
    line-height: var(--tw-leading, 1.3);
  }
  .text-body-xs {
    font-size: 0.75rem;
    line-height: var(--tw-leading, 1.3);
  }
  .text-display-md {
    font-size: 2.25rem;
    line-height: var(--tw-leading, 1.1);
  }
  .text-display-sm {
    font-size: 1.5rem;
    line-height: var(--tw-leading, 1.1);
  }
  .text-display-xs {
    font-size: 1.25rem;
    line-height: var(--tw-leading, 1.1);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-mob-display-lg {
    font-size: 2.25rem;
    line-height: var(--tw-leading, 1.1);
  }
  .text-mob-display-md {
    font-size: 1.875rem;
    line-height: var(--tw-leading, 1.1);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-tab-display-md {
    font-size: 1.875rem;
    line-height: var(--tw-leading, 1.1);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-normal {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-semibold {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .auto-phrase {
    word-break: auto-phrase;
  }
  .break-word {
    word-break: break-word;
  }
  .hyphens-auto {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
  .hyphens-auto {
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-verdigris-300 {
    color: #9ed196 !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-body {
    color: #3d3d3d;
  }
  .text-body-inverted {
    color: #ededed;
  }
  .text-body-neutral {
    color: #292929;
  }
  .text-button-primary {
    color: #008254;
  }
  .text-forest-green-900 {
    color: #00583c;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-link-inactive {
    color: #80ab9d;
  }
  .text-pale-green-300 {
    color: #C2D3BD;
  }
  .text-verdigris-300 {
    color: #9ed196;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    -webkit-box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-custom {
    --tw-shadow: 0px 42px 12px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.00)), 0px 27px 11px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.01)), 0px 15px 9px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.05)), 0px 7px 7px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.09)), 0px 2px 4px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.10));
    -webkit-box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    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);
    -webkit-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: 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 {
    -webkit-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: 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, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    -webkit-transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    -webkit-transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    -webkit-transition-duration: var(--tw-duration, var(--default-transition-duration));
    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;
    -webkit-transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    -webkit-transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    -webkit-transition-property: translate, scale, rotate, -webkit-transform;
    transition-property: translate, scale, rotate, -webkit-transform;
    transition-property: transform, translate, scale, rotate;
    transition-property: transform, translate, scale, rotate, -webkit-transform;
    -webkit-transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    -webkit-transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    -webkit-transition-timing-function: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    -webkit-transition-timing-function: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    -webkit-transition-timing-function: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:translate-x-2:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:scale-100:is(:where(.group):hover *) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:fill-button-primary:is(:where(.group):hover *) {
      fill: #008254;
    }
  }
  @media (hover: hover) {
    .group-hover\:fill-white:is(:where(.group):hover *) {
      fill: var(--color-white);
    }
  }
  @media (hover: hover) {
    .group-hover\:\!text-body-inverted:is(:where(.group):hover *) {
      color: #ededed !important;
    }
  }
  @media (hover: hover) {
    .group-hover\:text-button-primary:is(:where(.group):hover *) {
      color: #008254;
    }
  }
  @media (hover: hover) {
    .hover\:border-button-primary-hover:hover {
      border-color: #00a265;
    }
  }
  @media (hover: hover) {
    .hover\:bg-button-primary:hover {
      background-color: #008254;
    }
  }
  @media (hover: hover) {
    .hover\:bg-button-primary-hover:hover {
      background-color: #00a265;
    }
  }
  @media (hover: hover) {
    .hover\:bg-forest-green-900:hover {
      background-color: #00583c;
    }
  }
  @media (hover: hover) {
    .hover\:fill-white:hover {
      fill: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:text-forest-green-600:hover {
      color: #00a265;
    }
  }
  @media (hover: hover) {
    .hover\:text-forest-green-900:hover {
      color: #00583c;
    }
  }
  @media (hover: hover) {
    .hover\:text-verdigris-300:hover {
      color: #9ed196;
    }
  }
  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2/span 2;
    }
  }
  @media (width >= 40rem) {
    .sm\:row-span-2 {
      grid-row: span 2/span 2;
    }
  }
  @media (width >= 40rem) {
    .sm\:mr-auto {
      margin-right: auto;
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:top-6 {
      top: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:left-6 {
      left: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2/span 2;
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-3 {
      grid-column: span 3/span 3;
    }
  }
  @media (width >= 48rem) {
    .md\:my-16 {
      margin-block: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 48rem) {
    .md\:mr-auto {
      margin-right: auto;
    }
  }
  @media (width >= 48rem) {
    .md\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:mb-15 {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  @media (width >= 48rem) {
    .md\:\!hidden {
      display: none !important;
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (width >= 48rem) {
    .md\:grid {
      display: grid;
    }
  }
  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }
  @media (width >= 48rem) {
    .md\:h-\[600px\] {
      height: 600px;
    }
  }
  @media (width >= 48rem) {
    .md\:h-\[700px\] {
      height: 700px;
    }
  }
  @media (width >= 48rem) {
    .md\:min-h-\[calc\(100svh-134px\)\] {
      min-height: calc(100svh - 134px);
    }
  }
  @media (width >= 48rem) {
    .md\:min-h-\[calc\(100vh-134px\)\] {
      min-height: calc(100vh - 134px);
    }
  }
  @media (width >= 48rem) {
    .md\:w-1\/2 {
      width: 50%;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .md\:items-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media (width >= 48rem) {
    .md\:items-end {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
  }
  @media (width >= 48rem) {
    .md\:justify-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:p-16 {
      padding: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 48rem) {
    .md\:px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 48rem) {
    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 48rem) {
    .md\:py-40 {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 48rem) {
    .md\:py-\[6px\] {
      padding-block: 6px;
    }
  }
  @media (width >= 48rem) {
    .md\:pt-30 {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 48rem) {
    .md\:md-h-padding {
      padding-left: 32px;
      padding-right: 32px;
    }
  }
  @media (width >= 48rem) {
    .md\:pb-10 {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:text-body-md {
      font-size: 1rem;
      line-height: var(--tw-leading, 1.3);
    }
  }
  @media (width >= 48rem) {
    .md\:text-display-md {
      font-size: 2.25rem;
      line-height: var(--tw-leading, 1.1);
    }
  }
  @media (width >= 48rem) {
    .md\:text-tab-display-lg {
      font-size: 3rem;
      line-height: var(--tw-leading, 1.1);
    }
  }
  @media (width >= 48rem) {
    .md\:text-tab-display-xl {
      font-size: 3.75rem;
      line-height: var(--tw-leading, 1.1);
    }
  }
  @media (width >= 64rem) {
    .lg\:absolute {
      position: absolute;
    }
  }
  @media (width >= 64rem) {
    .lg\:inset-0 {
      inset: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:order-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  }
  @media (width >= 64rem) {
    .lg\:order-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:aspect-auto {
      aspect-ratio: auto;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-\[680px\] {
      height: 680px;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-\[700px\] {
      height: 700px;
    }
  }
  @media (width >= 64rem) {
    .lg\:min-h-\[85vh\] {
      min-height: 85vh;
    }
  }
  @media (width >= 64rem) {
    .lg\:min-h-\[calc\(100svh-134px\)\] {
      min-height: calc(100svh - 134px);
    }
  }
  @media (width >= 64rem) {
    .lg\:min-h-\[calc\(100vh-400px\)\] {
      min-height: calc(100vh - 400px);
    }
  }
  @media (width >= 64rem) {
    .lg\:w-1\/2 {
      width: 50%;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[70\%\] {
      width: 70%;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-full {
      width: 100%;
    }
  }
  @media (width >= 64rem) {
    .lg\:max-w-\[850px\] {
      max-width: 850px;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-grow {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-end {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-end {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 64rem) {
    .lg\:self-end {
      -ms-flex-item-align: end;
      align-self: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:bg-transparent {
      background-color: transparent;
    }
  }
  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-40 {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 64rem) {
    .lg\:lg-h-padding {
      padding-left: 48px;
      padding-right: 48px;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-end {
      text-align: end;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-body-lg {
      font-size: 1.125rem;
      line-height: var(--tw-leading, 1.3);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-display-lg {
      font-size: 3.75rem;
      line-height: var(--tw-leading, 1.1);
    }
  }
  @media (width >= 80rem) {
    .xl\:top-8 {
      top: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 80rem) {
    .xl\:left-8 {
      left: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 80rem) {
    .xl\:flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (width >= 80rem) {
    .xl\:h-\[800px\] {
      height: 800px;
    }
  }
  @media (width >= 80rem) {
    .xl\:w-3\/7 {
      width: 42.8571428571%;
    }
  }
  @media (width >= 80rem) {
    .xl\:w-4\/7 {
      width: 57.1428571429%;
    }
  }
  @media (width >= 80rem) {
    .xl\:\!overflow-hidden {
      overflow: hidden !important;
    }
  }
  @media (width >= 80rem) {
    .xl\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 80rem) {
    .xl\:px-25 {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  @media (width >= 80rem) {
    .xl\:py-30 {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  @media (width >= 80rem) {
    .xl\:xl-h-padding {
      padding-left: 100px;
      padding-right: 100px;
    }
  }
  @media (width >= 80rem) {
    .xl\:text-display-2xl {
      font-size: 6rem;
      line-height: var(--tw-leading, 1.1);
    }
  }
  .\[\&\>li\]\:max-w-\[300px\] > li {
    max-width: 300px;
  }
}
@layer utilities;
body {
  font-family: "Open Sans", sans-serif;
  word-break: auto-phrase;
  -ms-hyphens: manual;
  hyphens: manual;
}

nav {
  max-width: 100%;
}

button {
  cursor: pointer;
}

#menu-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: calc(var(--spacing) * 6);
}
#menu-top-menu a {
  --tw-font-weight: 600;
  font-weight: 600;
  color: #00583c;
}
@media (hover: hover) {
  #menu-top-menu a:hover {
    color: #008254;
  }
}

#menu-hovedmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: calc(var(--spacing) * 6);
  --tw-font-weight: 600;
  font-weight: 600;
  color: #292929;
}

#menu-hovedmenu > li > a {
  color: var(--color-white);
}
@media (hover: hover) {
  #menu-hovedmenu > li > a:hover {
    color: #d4e1d1;
  }
}

#secondary-menu-mobile li {
  font-size: 1rem;
  line-height: var(--tw-leading, 1.3);
  --tw-font-weight: 600;
  font-weight: 600;
  color: #292929;
}

.menu-cta {
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #008254;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  --tw-font-weight: 600;
  font-weight: 600;
  color: var(--color-white);
  --tw-shadow: 0px 42px 12px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.00)), 0px 27px 11px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.01)), 0px 15px 9px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.05)), 0px 7px 7px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.09)), 0px 2px 4px 0px var(--tw-shadow-color, rgba(0, 88, 60, 0.10));
  -webkit-box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
@media (hover: hover) {
  .menu-cta:hover {
    background-color: #00a265;
  }
}

.menu-cta > a {
  color: var(--color-white);
}
@media (hover: hover) {
  .menu-cta > a:hover {
    color: var(--color-white) !important;
  }
}

.swiper-pagination-bullet {
  height: calc(var(--spacing) * 1) !important;
  width: 20px !important;
  border-radius: 0 !important;
  background-color: #9ed196 !important;
  opacity: 100% !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  -webkit-transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 150ms;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  --tw-ease: var(--ease-out);
  -webkit-transition-timing-function: var(--ease-out);
  transition-timing-function: var(--ease-out);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px !important;
  background-color: #00583c !important;
  opacity: 100% !important;
}

.dark-bg .wysiwyg a {
  color: #9ed196;
}
@media (hover: hover) {
  .dark-bg .wysiwyg a:hover {
    color: #e7f4e4;
  }
}

.wysiwyg h1 {
  margin-top: calc(var(--spacing) * 0) !important;
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 3.75rem;
  line-height: var(--tw-leading, 1.1);
  --tw-font-weight: 700;
  font-weight: 700;
  color: #00583c;
}
.wysiwyg h2 {
  margin-top: calc(var(--spacing) * 0) !important;
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 2.25rem;
  line-height: var(--tw-leading, 1.1);
  --tw-font-weight: 700;
  font-weight: 700;
  color: #00583c;
}
.wysiwyg h2:not(:first-of-type) {
  margin-top: calc(var(--spacing) * 6) !important;
}
.wysiwyg h3 {
  margin-top: calc(var(--spacing) * 8) !important;
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 1.5rem;
  line-height: var(--tw-leading, 1.1);
  --tw-font-weight: 700;
  font-weight: 700;
  color: #00583c;
}
.wysiwyg h4 {
  margin-top: calc(var(--spacing) * 0) !important;
  margin-bottom: calc(var(--spacing) * 3);
  font-size: 1.125rem;
  line-height: var(--tw-leading, 1.3);
  --tw-font-weight: 600;
  font-weight: 600;
}
.wysiwyg h5 {
  margin-top: calc(var(--spacing) * 0) !important;
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 1rem;
  line-height: var(--tw-leading, 1.3);
  --tw-font-weight: 600;
  font-weight: 600;
}
.wysiwyg h6 {
  margin-top: calc(var(--spacing) * 0) !important;
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 0.875rem;
  line-height: var(--tw-leading, 1.3);
  --tw-font-weight: 600;
  font-weight: 600;
}
.wysiwyg p {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 1rem;
  line-height: var(--tw-leading, 1.3);
}
.wysiwyg ol {
  counter-reset: item;
  margin-top: calc(var(--spacing) * 6);
  margin-bottom: calc(var(--spacing) * 6);
  list-style-type: none;
  padding-left: calc(var(--spacing) * 0);
  color: #3d3d3d;
}
:where(.wysiwyg ol > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  -webkit-margin-before: calc(var(--spacing) * 6 * var(--tw-space-y-reverse));
  margin-block-start: calc(var(--spacing) * 6 * var(--tw-space-y-reverse));
  -webkit-margin-after: calc(var(--spacing) * 6 * (1 - var(--tw-space-y-reverse)));
  margin-block-end: calc(var(--spacing) * 6 * (1 - var(--tw-space-y-reverse)));
}
.wysiwyg ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 40px;
  font-size: 1rem;
  line-height: var(--tw-leading, 1.3);
}
.wysiwyg ol > li::before {
  content: counter(item);
  position: absolute;
  top: 0.2rem;
  left: calc(var(--spacing) * 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background-color: #008254;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: 600;
  font-weight: 600;
  color: var(--color-white);
}
.wysiwyg ol > li > ol {
  counter-reset: item;
  margin-top: calc(var(--spacing) * 2);
  list-style-type: none;
  padding-left: calc(var(--spacing) * 0);
}
:where(.wysiwyg ol > li > ol > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  -webkit-margin-before: calc(var(--spacing) * 4 * var(--tw-space-y-reverse));
  margin-block-start: calc(var(--spacing) * 4 * var(--tw-space-y-reverse));
  -webkit-margin-after: calc(var(--spacing) * 4 * (1 - var(--tw-space-y-reverse)));
  margin-block-end: calc(var(--spacing) * 4 * (1 - var(--tw-space-y-reverse)));
}
.wysiwyg ol > li > ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 40px;
  font-size: 1rem;
  line-height: var(--tw-leading, 1.3);
  color: #3d3d3d;
}
.wysiwyg ol > li > ol > li::before {
  content: counter(item);
  position: absolute;
  top: 0.15rem;
  left: calc(var(--spacing) * 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(var(--spacing) * 5);
  width: calc(var(--spacing) * 5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: #008254;
  background-color: transparent;
  padding-left: 1px;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: 600;
  font-weight: 600;
  color: #008254;
}
.wysiwyg ul {
  margin-top: calc(var(--spacing) * 0);
  list-style-type: none;
  padding-top: calc(var(--spacing) * 2);
  padding-left: calc(var(--spacing) * 0);
  color: #3d3d3d;
}
:where(.wysiwyg ul > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  -webkit-margin-before: calc(var(--spacing) * 4 * var(--tw-space-y-reverse));
  margin-block-start: calc(var(--spacing) * 4 * var(--tw-space-y-reverse));
  -webkit-margin-after: calc(var(--spacing) * 4 * (1 - var(--tw-space-y-reverse)));
  margin-block-end: calc(var(--spacing) * 4 * (1 - var(--tw-space-y-reverse)));
}
.wysiwyg ul > li {
  position: relative;
  margin-bottom: calc(var(--spacing) * 2);
  margin-bottom: calc(var(--spacing) * 6);
  padding-left: 40px;
  font-size: 1rem;
  line-height: var(--tw-leading, 1.3);
  color: #3d3d3d;
}
.wysiwyg ul > li::before {
  content: "•";
  position: absolute;
  top: -0.2rem;
  left: 0.25rem;
  font-size: 32px;
  --tw-leading: 1;
  line-height: 1;
  color: #008254;
}
.wysiwyg ul > li > ul {
  margin-top: calc(var(--spacing) * 0);
  list-style-type: none;
  padding-left: calc(var(--spacing) * 0);
}
:where(.wysiwyg ul > li > ul > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  -webkit-margin-before: calc(var(--spacing) * 2 * var(--tw-space-y-reverse));
  margin-block-start: calc(var(--spacing) * 2 * var(--tw-space-y-reverse));
  -webkit-margin-after: calc(var(--spacing) * 2 * (1 - var(--tw-space-y-reverse)));
  margin-block-end: calc(var(--spacing) * 2 * (1 - var(--tw-space-y-reverse)));
}
.wysiwyg ul > li > ul > li {
  position: relative;
  padding-left: 32px;
  font-size: 1rem;
  line-height: var(--tw-leading, 1.3);
  color: #3d3d3d;
}
.wysiwyg ul > li > ul > li::before {
  content: "◦";
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  font-size: 12px;
  --tw-leading: 1;
  line-height: 1;
  color: #008254;
}
.wysiwyg a {
  color: #008254;
}
@media (hover: hover) {
  .wysiwyg a:hover {
    text-decoration-line: underline;
  }
}
.wysiwyg img {
  margin-block: calc(var(--spacing) * 4);
}

.wysiwyg.indexed-content h2::before {
  content: "";
  display: block;
  height: 75px;
  margin-top: -75px;
  visibility: hidden;
}

.custom-list {
  list-style-type: none;
  padding-left: calc(var(--spacing) * 0);
}

.custom-list li {
  position: relative;
  margin-bottom: calc(var(--spacing) * 2);
  padding-left: calc(var(--spacing) * 6);
  font-size: 0.875rem;
  line-height: var(--tw-leading, 1.3);
  --tw-font-weight: 600;
  font-weight: 600;
}

.custom-list li::before {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/wp-content/themes/det-konservative-folkeparti/img/icons/check_circle_outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0, 0, 0, 0);
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0, 0, 0, 0);
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0, 0, 0, 0);
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}
@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 rgba(0, 0, 0, 0);
}
@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 rgba(0, 0, 0, 0);
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}
@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 rgba(0, 0, 0, 0);
}
@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;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    ::-ms-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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
    *, ::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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}
/*# sourceMappingURL=frontend.css.map */
