/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[0\.7rem\] {
    top: 0.7rem;
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[0\]\! {
    top: 0 !important;
  }
  .top-\[1\.8rem\] {
    top: 1.8rem;
  }
  .top-\[1\.75rem\] {
    top: 1.75rem;
  }
  .top-\[1rem\] {
    top: 1rem;
  }
  .top-\[2rem\] {
    top: 2rem;
  }
  .top-\[4px\] {
    top: 4px;
  }
  .top-\[calc\(50\%-2px\)\] {
    top: calc(50% - 2px);
  }
  .top-\[var\(--mobileHeader\)\] {
    top: var(--mobileHeader);
  }
  .right-\[0\.75rem\] {
    right: 0.75rem;
  }
  .right-\[0\] {
    right: 0;
  }
  .right-\[0\]\! {
    right: 0 !important;
  }
  .right-\[4px\] {
    right: 4px;
  }
  .bottom-\[0\] {
    bottom: 0;
  }
  .bottom-\[0\]\! {
    bottom: 0 !important;
  }
  .left-\[0\] {
    left: 0;
  }
  .left-\[0\]\! {
    left: 0 !important;
  }
  .left-\[1\.5rem\] {
    left: 1.5rem;
  }
  .left-\[1\.6rem\] {
    left: 1.6rem;
  }
  .left-\[1rem\] {
    left: 1rem;
  }
  .left-\[calc\(50\%-0\.75rem\)\] {
    left: calc(50% - 0.75rem);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-100 {
    z-index: 100;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[500\] {
    z-index: 500;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-auto {
    z-index: auto;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-auto\! {
    margin-inline: auto !important;
  }
  .mr-\[0\]\! {
    margin-right: 0 !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[0\.5rem\]\! {
    margin-bottom: 0.5rem !important;
  }
  .mb-\[0\.75rem\]\! {
    margin-bottom: 0.75rem !important;
  }
  .mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }
  .mb-\[1\.5rem\]\! {
    margin-bottom: 1.5rem !important;
  }
  .mb-\[1\.25rem\]\! {
    margin-bottom: 1.25rem !important;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2\.5rem\] {
    margin-bottom: 2.5rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .mb-\[calc\(var\(--hr\)\/2\)\] {
    margin-bottom: calc(var(--hr) / 2);
  }
  .ml-\[0\]\! {
    margin-left: 0 !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[0\]\! {
    height: 0 !important;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[4rem\] {
    height: 4rem;
  }
  .h-\[100\%\]\! {
    height: 100% !important;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-auto\! {
    height: auto !important;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[100px\] {
    max-height: 100px;
  }
  .min-h-\[calc\(24rem\)\] {
    min-height: calc(24rem);
  }
  .min-h-\[calc\(32rem\)\] {
    min-height: calc(32rem);
  }
  .min-h-\[calc\(40rem\)\] {
    min-height: calc(40rem);
  }
  .min-h-\[calc\(100vh-178px\)\] {
    min-height: calc(100vh - 178px);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[1\.5rem\] {
    width: 1.5rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[4rem\] {
    width: 4rem;
  }
  .w-\[100\%\]\! {
    width: 100% !important;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-auto {
    width: auto;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[unset\] {
    max-width: unset;
  }
  .min-w-\[0\] {
    min-width: 0;
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .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;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .gap-\[var\(--colGap\)\] {
    gap: var(--colGap);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-4\! {
    border-style: var(--tw-border-style) !important;
    border-width: 4px !important;
  }
  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-none\! {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .border-\[4px_solid_var\(--darkOlive\)\] {
    border-color: 4px solid var(--darkOlive);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[--darkOlive\] {
    background-color: --darkOlive;
  }
  .bg-\[rgba\(52\,67\,72\,0\.8\)\] {
    background-color: rgba(52,67,72,0.8);
  }
  .bg-\[rgba\(255\,255\,255\,0\.5\)\] {
    background-color: rgba(255,255,255,0.5);
  }
  .bg-\[rgba\(255\,255\,255\,0\.8\)\] {
    background-color: rgba(255,255,255,0.8);
  }
  .bg-\[rgba\(255\,255\,255\,0\.9\)\] {
    background-color: rgba(255,255,255,0.9);
  }
  .bg-\[var\(--\)\] {
    background-color: var(--);
  }
  .bg-\[var\(--darkOlive\)\] {
    background-color: var(--darkOlive);
  }
  .bg-\[var\(--darkOlive\)\]\! {
    background-color: var(--darkOlive) !important;
  }
  .bg-\[var\(--fullCyan\)\] {
    background-color: var(--fullCyan);
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-\[white\]\! {
    background-color: white !important;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent\! {
    background-color: transparent !important;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\! {
    background-color: var(--color-white) !important;
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#D4E0ED\] {
    --tw-gradient-from: #D4E0ED;
    --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-\[var\(--\)\] {
    --tw-gradient-to: var(--);
    --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-10\% {
    --tw-gradient-to-position: 10%;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[0\] {
    padding: 0;
  }
  .p-\[0\]\! {
    padding: 0 !important;
  }
  .p-\[1rem\] {
    padding: 1rem;
  }
  .p-\[2rem\] {
    padding: 2rem;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[0\.5rem\] {
    padding-block: 0.5rem;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[var\(--blockSpace\)\] {
    padding-block: var(--blockSpace);
  }
  .py-\[var\(--hr\)\] {
    padding-block: var(--hr);
  }
  .pt-\[3rem\] {
    padding-top: 3rem;
  }
  .pt-\[calc\(var\(--hr\)\/2\)\] {
    padding-top: calc(var(--hr) / 2);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-\[0\] {
    padding-bottom: 0;
  }
  .pb-\[32\%\]\! {
    padding-bottom: 32% !important;
  }
  .pb-\[50\%\] {
    padding-bottom: 50%;
  }
  .pb-\[56\%\] {
    padding-bottom: 56%;
  }
  .pb-\[56\%\]\! {
    padding-bottom: 56% !important;
  }
  .pb-\[60\%\] {
    padding-bottom: 60%;
  }
  .pb-\[100\%\] {
    padding-bottom: 100%;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[length\:var\(--h1\)\]\/\[var\(--lineHeightHeader\)\] {
    font-size: var(--h1);
    line-height: var(--lineHeightHeader);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .text-\[5rem\] {
    font-size: 5rem;
  }
  .leading-\[0\.8\] {
    --tw-leading: 0.8;
    line-height: 0.8;
  }
  .leading-\[0\.8\]\! {
    --tw-leading: 0.8 !important;
    line-height: 0.8 !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-\[var\(--paleGreen\)\] {
    color: var(--paleGreen);
  }
  .text-\[var\(--title-color\)\] {
    color: var(--title-color);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-\[75\%\] {
    opacity: 75%;
  }
  .backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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, visibility, 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-\[0\.35s\] {
    transition-property: 0.35s;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[background_0\.2s_ease-in-out\] {
    transition-property: background 0.2s ease-in-out;
    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-\[0\.35s\] {
    --tw-duration: 0.35s;
    transition-duration: 0.35s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .max-xl\:absolute {
    @media (width < 80rem) {
      position: absolute;
    }
  }
  .max-xl\:top-\[-68px\] {
    @media (width < 80rem) {
      top: -68px;
    }
  }
  .max-xl\:top-\[56px\] {
    @media (width < 80rem) {
      top: 56px;
    }
  }
  .max-xl\:left-\[-4px\] {
    @media (width < 80rem) {
      left: -4px;
    }
  }
  .max-xl\:left-\[0\] {
    @media (width < 80rem) {
      left: 0;
    }
  }
  .max-xl\:left-\[100\%\] {
    @media (width < 80rem) {
      left: 100%;
    }
  }
  .max-xl\:mb-\[calc\(var\(--hr\)\/2\)\] {
    @media (width < 80rem) {
      margin-bottom: calc(var(--hr) / 2);
    }
  }
  .max-xl\:h-\[56px\] {
    @media (width < 80rem) {
      height: 56px;
    }
  }
  .max-xl\:h-\[var\(--mobileHeader\)\] {
    @media (width < 80rem) {
      height: var(--mobileHeader);
    }
  }
  .max-xl\:h-\[var\(--mobileNavHeight\)\] {
    @media (width < 80rem) {
      height: var(--mobileNavHeight);
    }
  }
  .max-xl\:w-\[var\(--mobileNavWidth\)\] {
    @media (width < 80rem) {
      width: var(--mobileNavWidth);
    }
  }
  .max-xl\:justify-between {
    @media (width < 80rem) {
      justify-content: space-between;
    }
  }
  .max-xl\:overflow-hidden {
    @media (width < 80rem) {
      overflow: hidden;
    }
  }
  .max-xl\:bg-\[\#ffffff\] {
    @media (width < 80rem) {
      background-color: #ffffff;
    }
  }
  .max-xl\:bg-\[var\(--darkOlive\)\] {
    @media (width < 80rem) {
      background-color: var(--darkOlive);
    }
  }
  .max-lg\:mx-auto {
    @media (width < 64rem) {
      margin-inline: auto;
    }
  }
  .max-lg\:mb-\[var\(--hr\)\] {
    @media (width < 64rem) {
      margin-bottom: var(--hr);
    }
  }
  .max-lg\:max-w-\[24rem\] {
    @media (width < 64rem) {
      max-width: 24rem;
    }
  }
  .max-md\:mb-\[1rem\] {
    @media (width < 48rem) {
      margin-bottom: 1rem;
    }
  }
  .max-md\:mb-\[2rem\] {
    @media (width < 48rem) {
      margin-bottom: 2rem;
    }
  }
  .max-md\:mb-\[3rem\] {
    @media (width < 48rem) {
      margin-bottom: 3rem;
    }
  }
  .max-md\:mb-\[calc\(var\(--hr\)\/6\)\] {
    @media (width < 48rem) {
      margin-bottom: calc(var(--hr) / 6);
    }
  }
  .max-md\:mb-\[var\(--hr\)\/2\] {
    @media (width < 48rem) {
      margin-bottom: var(--hr)/2;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:py-3 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-\[2rem\] {
    @media (width >= 48rem) {
      margin-bottom: 2rem;
    }
  }
  .md\:mb-\[4\.5rem\] {
    @media (width >= 48rem) {
      margin-bottom: 4.5rem;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:min-h-\[calc\(100vh-163px\)\] {
    @media (width >= 48rem) {
      min-height: calc(100vh - 163px);
    }
  }
  .md\:w-\[360px\] {
    @media (width >= 48rem) {
      width: 360px;
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 48rem) {
      width: 400px;
    }
  }
  .md\:w-\[480px\] {
    @media (width >= 48rem) {
      width: 480px;
    }
  }
  .md\:w-\[640px\] {
    @media (width >= 48rem) {
      width: 640px;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[48rem\] {
    @media (width >= 48rem) {
      max-width: 48rem;
    }
  }
  .min-md\:max-w-75\/100 {
    @media (width >= 48rem) {
      max-width: calc(75/100 * 100%);
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[180px_auto\] {
    @media (width >= 48rem) {
      grid-template-columns: 180px auto;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-\[2rem\] {
    @media (width >= 48rem) {
      gap: 2rem;
    }
  }
  .md\:gap-\[4rem\] {
    @media (width >= 48rem) {
      gap: 4rem;
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-\[var\(--blockSpace\)\] {
    @media (width >= 48rem) {
      padding-block: var(--blockSpace);
    }
  }
  .md\:pb-\[32\%\] {
    @media (width >= 48rem) {
      padding-bottom: 32%;
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:w-\[auto\] {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .min-lg\:max-w-66\/100 {
    @media (width >= 64rem) {
      max-width: calc(66/100 * 100%);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-\[1rem\] {
    @media (width >= 64rem) {
      gap: 1rem;
    }
  }
  .lg\:gap-\[3rem\] {
    @media (width >= 64rem) {
      gap: 3rem;
    }
  }
  .lg\:gap-\[var\(--colGap\)\] {
    @media (width >= 64rem) {
      gap: var(--colGap);
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-\[4rem\] {
    @media (width >= 64rem) {
      padding-top: 4rem;
    }
  }
  .lg\:text-\[4rem\] {
    @media (width >= 64rem) {
      font-size: 4rem;
    }
  }
  .lg\:text-\[6rem\] {
    @media (width >= 64rem) {
      font-size: 6rem;
    }
  }
  .xl\:mb-12 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:hidden\! {
    @media (width >= 80rem) {
      display: none !important;
    }
  }
  .xl\:h-\[90px\] {
    @media (width >= 80rem) {
      height: 90px;
    }
  }
  .xl\:w-\[35\%\] {
    @media (width >= 80rem) {
      width: 35%;
    }
  }
  .xl\:max-w-7xl {
    @media (width >= 80rem) {
      max-width: var(--container-7xl);
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:items-end {
    @media (width >= 80rem) {
      align-items: flex-end;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .xl\:border-b-4 {
    @media (width >= 80rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 4px;
    }
  }
  .xl\:border-\[var\(--darkOlive\)\] {
    @media (width >= 80rem) {
      border-color: var(--darkOlive);
    }
  }
  .xl\:px-12 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:px-32 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
  .xl\:px-\[0\.75rem\] {
    @media (width >= 80rem) {
      padding-inline: 0.75rem;
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-\[4rem\] {
    @media (width >= 80rem) {
      font-size: 4rem;
    }
  }
  .xl\:text-\[5rem\] {
    @media (width >= 80rem) {
      font-size: 5rem;
    }
  }
  .xl\:text-\[8rem\] {
    @media (width >= 80rem) {
      font-size: 8rem;
    }
  }
  .xl\:text-\[11rem\] {
    @media (width >= 80rem) {
      font-size: 11rem;
    }
  }
  .\32 xl\:px-\[1\.25rem\] {
    @media (width >= 96rem) {
      padding-inline: 1.25rem;
    }
  }
  .\32 xl\:text-\[1\.2rem\] {
    @media (width >= 96rem) {
      font-size: 1.2rem;
    }
  }
  .\32 xl\:text-\[5rem\] {
    @media (width >= 96rem) {
      font-size: 5rem;
    }
  }
  .\32 xl\:text-\[11rem\] {
    @media (width >= 96rem) {
      font-size: 11rem;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
