@layer properties {
  @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

    *,
    :before,
    :after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: ""
    }
  }
}

@layer theme {

  :root,
  :host {
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --blur-sm: 8px;
    --blur-lg: 16px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1)
  }
}

@layer base {

  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family: Roboto, Roboto Fallback, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Noto Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
  }

  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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
  }

  sub {
    bottom: -.25em
  }

  sup {
    top: -.5em
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto
  }

  progress {
    vertical-align: baseline
  }

  summary {
    display: list-item
  }

  ol,
  ul,
  menu {
    list-style: none
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block
  }

  img,
  video {
    max-width: 100%;
    height: auto
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0
  }

  :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)) {
      ::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: 1h;
    min-height: 1lh;
    text-align: inherit
  }

  ::-webkit-datetime-edit {
    display: inline-flex
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0
  }

  ::-webkit-datetime-edit {
    padding-block: 0
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1
  }

  :-moz-ui-invalid {
    box-shadow: none
  }

  button,
  input:where([type=button], [type=reset], [type=submit]) {
    appearance: button
  }

  ::file-selector-button {
    appearance: button
  }

  ::-webkit-inner-spin-button {
    height: auto
  }

  ::-webkit-outer-spin-button {
    height: auto
  }

  [hidden]:where(:not([hidden=until-found])) {
    display: none !important
  }

  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
  }

  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
  }

  input[type=number] {
    appearance: textfield
  }

  button {
    font-variant-ligatures: inherit;
    text-rendering: inherit
  }
}

@layer components;

@layer utilities {
  .\@container\/ctaBox {
    container: ctaBox/inline-size
  }

  .\@container {
    container-type: inline-size
  }

  .pointer-events-auto {
    pointer-events: auto
  }

  .pointer-events-none {
    pointer-events: none
  }

  .collapse {
    visibility: collapse
  }

  .invisible {
    visibility: hidden
  }

  .visible {
    visibility: visible
  }

  .aspect-w-16 {
    padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);
    --tw-aspect-w: 16;
    position: relative
  }

  .aspect-w-16>* {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
  }

  .absolute {
    position: absolute
  }

  .fixed {
    position: fixed
  }

  .relative {
    position: relative
  }

  .static {
    position: static
  }

  .sticky {
    position: sticky
  }

  .inset-0 {
    inset: 0
  }

  .inset-2 {
    inset: .75rem
  }

  .inset-x-0 {
    inset-inline: 0
  }

  .inset-x-2 {
    inset-inline: .75rem
  }

  .inset-y-0 {
    inset-block: 0
  }

  .-top-3 {
    top: -1.125rem
  }

  .top-0 {
    top: 0
  }

  .top-0\.5 {
    top: .1875rem
  }

  .top-1 {
    top: .375rem
  }

  .top-1\/2 {
    top: 50%
  }

  .top-2 {
    top: .75rem
  }

  .top-3 {
    top: 1.125rem
  }

  .top-\[-0\.1rem\] {
    top: -.1rem
  }

  .top-\[-0\.8rem\] {
    top: -.8rem
  }

  .top-\[6\.375rem\] {
    top: 6.375rem
  }

  .top-\[50vh\] {
    top: 50vh
  }

  .right-0 {
    right: 0
  }

  .right-2 {
    right: .75rem
  }

  .right-3 {
    right: 1.125rem
  }

  .right-4 {
    right: 1.5rem
  }

  .right-\[-1\.05rem\] {
    right: -1.05rem
  }

  .-bottom-px {
    bottom: -1px
  }

  .bottom-0 {
    bottom: 0
  }

  .bottom-2 {
    bottom: .75rem
  }

  .bottom-4 {
    bottom: 1.5rem
  }

  .bottom-16 {
    bottom: 6rem
  }

  .bottom-full {
    bottom: 100%
  }

  .left-0 {
    left: 0
  }

  .left-1\/2 {
    left: 50%
  }

  .left-2 {
    left: .75rem
  }

  .left-4 {
    left: 1.5rem
  }

  .left-7 {
    left: 2.625rem
  }

  .left-12 {
    left: 4.5rem
  }

  .left-\[-0\.1rem\] {
    left: -.1rem
  }

  .left-\[50vw\] {
    left: 50vw
  }

  .isolate {
    isolation: isolate
  }

  .-z-10 {
    z-index: -10
  }

  .z-10 {
    z-index: 10
  }

  .z-20 {
    z-index: 20
  }

  .z-30 {
    z-index: 30
  }

  .z-40 {
    z-index: 40
  }

  .z-50 {
    z-index: 50
  }

  .z-100 {
    z-index: 100
  }

  .z-150 {
    z-index: 150
  }

  .z-\[100\] {
    z-index: 100
  }

  .z-\[1000\] {
    z-index: 1000
  }

  .z-\[9999\] {
    z-index: 9999
  }

  .-order-1 {
    order: -1
  }

  .order-2 {
    order: 2
  }

  .col-span-1 {
    grid-column: span 1/span 1
  }

  .col-span-2 {
    grid-column: span 2/span 2
  }

  .container {
    width: 100%
  }

  @media (min-width:22.5em) {
    .container {
      max-width: 22.5em
    }
  }

  @media (min-width:36em) {
    .container {
      max-width: 36em
    }
  }

  @media (min-width:64em) {
    .container {
      max-width: 64em
    }
  }

  @media (min-width:90em) {
    .container {
      max-width: 90em
    }
  }

  @media (min-width:120em) {
    .container {
      max-width: 120em
    }
  }

  .-m-2 {
    margin: -.75rem
  }

  .m-0 {
    margin: 0
  }

  .m-1 {
    margin: .375rem
  }

  .m-auto {
    margin: auto
  }

  .-mx-1 {
    margin-inline: -.375rem
  }

  .-mx-2 {
    margin-inline: -.75rem
  }

  .mx-1 {
    margin-inline: .375rem
  }

  .mx-2 {
    margin-inline: .75rem
  }

  .mx-2\.5 {
    margin-inline: .9375rem
  }

  .mx-3 {
    margin-inline: 1.125rem
  }

  .mx-\[1rem\] {
    margin-inline: 1rem
  }

  .mx-\[2\%\] {
    margin-inline: 2%
  }

  .mx-auto {
    margin-inline: auto
  }

  .-my-0\.5 {
    margin-block: -.1875rem
  }

  .my-0 {
    margin-block: 0
  }

  .my-0\.5 {
    margin-block: .1875rem
  }

  .my-1 {
    margin-block: .375rem
  }

  .my-2 {
    margin-block: .75rem
  }

  .my-3 {
    margin-block: 1.125rem
  }

  .my-4 {
    margin-block: 1.5rem
  }

  .my-5 {
    margin-block: 1.875rem
  }

  .my-6 {
    margin-block: 2.25rem
  }

  .my-8 {
    margin-block: 3rem
  }

  .my-10 {
    margin-block: 3.75rem
  }

  .-mt-2 {
    margin-top: -.75rem
  }

  .mt-0 {
    margin-top: 0
  }

  .mt-0\.5 {
    margin-top: .1875rem
  }

  .mt-1 {
    margin-top: .375rem
  }

  .mt-1\.5 {
    margin-top: .5625rem
  }

  .mt-2 {
    margin-top: .75rem
  }

  .mt-2\.5 {
    margin-top: .9375rem
  }

  .mt-3 {
    margin-top: 1.125rem
  }

  .mt-4 {
    margin-top: 1.5rem
  }

  .mt-5 {
    margin-top: 1.875rem
  }

  .mt-6 {
    margin-top: 2.25rem
  }

  .mt-8 {
    margin-top: 3rem
  }

  .mt-10 {
    margin-top: 3.75rem
  }

  .mt-14 {
    margin-top: 5.25rem
  }

  .mt-\[0\.125rem\] {
    margin-top: .125rem
  }

  .mt-\[2px\] {
    margin-top: 2px
  }

  .mt-\[3px\] {
    margin-top: 3px
  }

  .mt-\[30px\] {
    margin-top: 30px
  }

  .mt-auto {
    margin-top: auto
  }

  .mr-0 {
    margin-right: 0
  }

  .mr-0\.5 {
    margin-right: .1875rem
  }

  .mr-1 {
    margin-right: .375rem
  }

  .mr-2 {
    margin-right: .75rem
  }

  .mr-6 {
    margin-right: 2.25rem
  }

  .mr-\[25\%\] {
    margin-right: 25%
  }

  .-mb-3 {
    margin-bottom: -1.125rem
  }

  .mb-0 {
    margin-bottom: 0
  }

  .mb-0\.5 {
    margin-bottom: .1875rem
  }

  .mb-1 {
    margin-bottom: .375rem
  }

  .mb-1\.5 {
    margin-bottom: .5625rem
  }

  .mb-2 {
    margin-bottom: .75rem
  }

  .mb-2\.5 {
    margin-bottom: .9375rem
  }

  .mb-3 {
    margin-bottom: 1.125rem
  }

  .mb-4 {
    margin-bottom: 1.5rem
  }

  .mb-5 {
    margin-bottom: 1.875rem
  }

  .mb-6 {
    margin-bottom: 2.25rem
  }

  .mb-7 {
    margin-bottom: 2.625rem
  }

  .mb-8 {
    margin-bottom: 3rem
  }

  .mb-10 {
    margin-bottom: 3.75rem
  }

  .mb-12 {
    margin-bottom: 4.5rem
  }

  .mb-20 {
    margin-bottom: 7.5rem
  }

  .mb-40 {
    margin-bottom: 15rem
  }

  .mb-\[9px\] {
    margin-bottom: 9px
  }

  .ml-0 {
    margin-left: 0
  }

  .ml-0\.5 {
    margin-left: .1875rem
  }

  .ml-1 {
    margin-left: .375rem
  }

  .ml-1\.5 {
    margin-left: .5625rem
  }

  .ml-2 {
    margin-left: .75rem
  }

  .ml-4 {
    margin-left: 1.5rem
  }

  .ml-10 {
    margin-left: 3.75rem
  }

  .ml-\[-21px\] {
    margin-left: -21px
  }

  .ml-\[29px\] {
    margin-left: 29px
  }

  .ml-\[36px\] {
    margin-left: 36px
  }

  .box-border {
    box-sizing: border-box
  }

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
  }

  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
  }

  .line-clamp-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
  }

  .line-clamp-5 {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
  }

  .block {
    display: block
  }

  .contents {
    display: contents
  }

  .flex {
    display: flex
  }

  .grid {
    display: grid
  }

  .hidden {
    display: none
  }

  .inline {
    display: inline
  }

  .inline-block {
    display: inline-block
  }

  .inline-flex {
    display: inline-flex
  }

  .list-item {
    display: list-item
  }

  .table {
    display: table
  }

  .\[aspect-ratio\:3\/2\] {
    aspect-ratio: 3/2
  }

  .aspect-1 {
    aspect-ratio: 1
  }

  .aspect-\[1\.5\] {
    aspect-ratio: 1.5
  }

  .aspect-\[1\/1\] {
    aspect-ratio: 1
  }

  .aspect-\[3\/4\] {
    aspect-ratio: 3/4
  }

  .aspect-\[16\/9\] {
    aspect-ratio: 16/9
  }

  .aspect-square {
    aspect-ratio: 1
  }

  .size-1\/2 {
    width: 50%;
    height: 50%
  }

  .size-2 {
    width: .75rem;
    height: .75rem
  }

  .size-2\.5 {
    width: .9375rem;
    height: .9375rem
  }

  .size-3 {
    width: 1.125rem;
    height: 1.125rem
  }

  .size-3\.5 {
    width: 1.3125rem;
    height: 1.3125rem
  }

  .size-4 {
    width: 1.5rem;
    height: 1.5rem
  }

  .size-5 {
    width: 1.875rem;
    height: 1.875rem
  }

  .size-6 {
    width: 2.25rem;
    height: 2.25rem
  }

  .size-7 {
    width: 2.625rem;
    height: 2.625rem
  }

  .size-8 {
    width: 3rem;
    height: 3rem
  }

  .size-10 {
    width: 3.75rem;
    height: 3.75rem
  }

  .size-11 {
    width: 4.125rem;
    height: 4.125rem
  }

  .size-14 {
    width: 5.25rem;
    height: 5.25rem
  }

  .size-16 {
    width: 6rem;
    height: 6rem
  }

  .size-20 {
    width: 7.5rem;
    height: 7.5rem
  }

  .size-28 {
    width: 10.5rem;
    height: 10.5rem
  }

  .size-32 {
    width: 12rem;
    height: 12rem
  }

  .size-\[3\.25rem\] {
    width: 3.25rem;
    height: 3.25rem
  }

  .size-\[9\.375rem\] {
    width: 9.375rem;
    height: 9.375rem
  }

  .size-\[30px\] {
    width: 30px;
    height: 30px
  }

  .size-\[90px\] {
    width: 90px;
    height: 90px
  }

  .size-\[140px\] {
    width: 140px;
    height: 140px
  }

  .size-\[150px\] {
    width: 150px;
    height: 150px
  }

  .size-\[200px\] {
    width: 200px;
    height: 200px
  }

  .size-full {
    width: 100%;
    height: 100%
  }

  .h-0\.5 {
    height: .1875rem
  }

  .h-1 {
    height: .375rem
  }

  .h-3 {
    height: 1.125rem
  }

  .h-4 {
    height: 1.5rem
  }

  .h-5 {
    height: 1.875rem
  }

  .h-6 {
    height: 2.25rem
  }

  .h-8 {
    height: 3rem
  }

  .h-9 {
    height: 3.375rem
  }

  .h-10 {
    height: 3.75rem
  }

  .h-11 {
    height: 4.125rem
  }

  .h-12 {
    height: 4.5rem
  }

  .h-16 {
    height: 6rem
  }

  .h-32 {
    height: 12rem
  }

  .h-40 {
    height: 15rem
  }

  .h-44 {
    height: 16.5rem
  }

  .h-48 {
    height: 18rem
  }

  .h-52 {
    height: 19.5rem
  }

  .h-\[1\.875rem\] {
    height: 1.875rem
  }

  .h-\[4px\] {
    height: 4px
  }

  .h-\[8px\] {
    height: 8px
  }

  .h-\[12\.75rem\] {
    height: 12.75rem
  }

  .h-\[24px\] {
    height: 24px
  }

  .h-\[30px\] {
    height: 30px
  }

  .h-\[32px\] {
    height: 32px
  }

  .h-\[60px\] {
    height: 60px
  }

  .h-\[68px\] {
    height: 68px
  }

  .h-\[72px\] {
    height: 72px
  }

  .h-\[220px\] {
    height: 220px
  }

  .h-\[234px\] {
    height: 234px
  }

  .h-\[380px\] {
    height: 380px
  }

  .h-\[408px\] {
    height: 408px
  }

  .h-auto {
    height: auto
  }

  .h-dvh {
    height: 100vh;
    height: 100dvh
  }

  .h-fit {
    height: fit-content
  }

  .h-full {
    height: 100%
  }

  .h-px {
    height: 1px
  }

  .max-h-32 {
    max-height: 12rem
  }

  .max-h-36 {
    max-height: 13.5rem
  }

  .max-h-40 {
    max-height: 15rem
  }

  .max-h-\[40vh\] {
    max-height: 40vh
  }

  .max-h-\[60vh\] {
    max-height: 60vh
  }

  .max-h-\[70vh\] {
    max-height: 70vh
  }

  .max-h-\[80vh\] {
    max-height: 80vh
  }

  .max-h-\[90vh\] {
    max-height: 90vh
  }

  .max-h-\[95vh\] {
    max-height: 95vh
  }

  .max-h-\[120rem\] {
    max-height: 120rem
  }

  .max-h-\[242px\] {
    max-height: 242px
  }

  .max-h-dvh {
    max-height: 100vh;
    max-height: 100dvh
  }

  .max-h-none {
    max-height: none
  }

  .min-h-0 {
    min-height: 0
  }

  .min-h-8 {
    min-height: 3rem
  }

  .min-h-10 {
    min-height: 3.75rem
  }

  .min-h-11 {
    min-height: 4.125rem
  }

  .min-h-16 {
    min-height: 6rem
  }

  .min-h-80 {
    min-height: 30rem
  }

  .min-h-\[6\.75rem\] {
    min-height: 6.75rem
  }

  .min-h-\[32rem\] {
    min-height: 32rem
  }

  .min-h-\[40vh\] {
    min-height: 40vh
  }

  .min-h-\[400px\] {
    min-height: 400px
  }

  .min-h-\[516px\] {
    min-height: 516px
  }

  .min-h-screen {
    min-height: 100vh
  }

  .min-h-svh {
    min-height: 100vh;
    min-height: 100svh
  }

  .w-3 {
    width: 1.125rem
  }

  .w-3\/5 {
    width: 60%
  }

  .w-4\/5 {
    width: 80%
  }

  .w-5\/6 {
    width: 83.3333%
  }

  .w-6 {
    width: 2.25rem
  }

  .w-8 {
    width: 3rem
  }

  .w-10 {
    width: 3.75rem
  }

  .w-11 {
    width: 4.125rem
  }

  .w-12 {
    width: 4.5rem
  }

  .w-14 {
    width: 5.25rem
  }

  .w-16 {
    width: 6rem
  }

  .w-20 {
    width: 7.5rem
  }

  .w-24 {
    width: 9rem
  }

  .w-40 {
    width: 15rem
  }

  .w-44 {
    width: 16.5rem
  }

  .w-48 {
    width: 18rem
  }

  .w-52 {
    width: 19.5rem
  }

  .w-56 {
    width: 21rem
  }

  .w-60 {
    width: 22.5rem
  }

  .w-\[2px\] {
    width: 2px
  }

  .w-\[10\.125rem\] {
    width: 10.125rem
  }

  .w-\[20\.25rem\] {
    width: 20.25rem
  }

  .w-\[66px\] {
    width: 66px
  }

  .w-\[77px\] {
    width: 77px
  }

  .w-\[85\%\] {
    width: 85%
  }

  .w-\[86px\] {
    width: 86px
  }

  .w-\[90px\] {
    width: 90px
  }

  .w-\[90vw\] {
    width: 90vw
  }

  .w-\[95vw\] {
    width: 95vw
  }

  .w-\[105px\] {
    width: 105px
  }

  .w-\[120px\] {
    width: 120px
  }

  .w-\[140px\] {
    width: 140px
  }

  .w-\[142px\] {
    width: 142px
  }

  .w-\[160px\] {
    width: 160px
  }

  .w-\[162px\] {
    width: 162px
  }

  .w-\[309px\] {
    width: 309px
  }

  .w-auto {
    width: auto
  }

  .w-fit {
    width: fit-content
  }

  .w-full {
    width: 100%
  }

  .w-max {
    width: max-content
  }

  .w-px {
    width: 1px
  }

  .w-xs {
    width: 20rem
  }

  .\!max-w-none {
    max-width: none !important
  }

  .max-w-2xl {
    max-width: 42rem
  }

  .max-w-3xl {
    max-width: 48rem
  }

  .max-w-20 {
    max-width: 7.5rem
  }

  .max-w-24 {
    max-width: 9rem
  }

  .max-w-36 {
    max-width: 13.5rem
  }

  .max-w-60 {
    max-width: 22.5rem
  }

  .max-w-80 {
    max-width: 30rem
  }

  .max-w-96 {
    max-width: 36rem
  }

  .max-w-\[1em\] {
    max-width: 1em
  }

  .max-w-\[18\.75rem\] {
    max-width: 18.75rem
  }

  .max-w-\[33\%\] {
    max-width: 33%
  }

  .max-w-\[45\.625rem\] {
    max-width: 45.625rem
  }

  .max-w-\[45rem\] {
    max-width: 45rem
  }

  .max-w-\[48\.25rem\] {
    max-width: 48.25rem
  }

  .max-w-\[73\.125rem\] {
    max-width: 73.125rem
  }

  .max-w-\[86rem\] {
    max-width: 86rem
  }

  .max-w-\[90\%\] {
    max-width: 90%
  }

  .max-w-\[95vw\] {
    max-width: 95vw
  }

  .max-w-\[180px\] {
    max-width: 180px
  }

  .max-w-\[260px\] {
    max-width: 260px
  }

  .max-w-\[300px\] {
    max-width: 300px
  }

  .max-w-\[326px\] {
    max-width: 326px
  }

  .max-w-\[336px\] {
    max-width: 336px
  }

  .max-w-\[427px\] {
    max-width: 427px
  }

  .max-w-\[516px\] {
    max-width: 516px
  }

  .max-w-\[760px\] {
    max-width: 760px
  }

  .max-w-\[856px\] {
    max-width: 856px
  }

  .max-w-\[1170px\] {
    max-width: 1170px
  }

  .max-w-\[1218px\] {
    max-width: 1218px
  }

  .max-w-content {
    max-width: 73.75rem
  }

  .max-w-full {
    max-width: 100%
  }

  .max-w-md {
    max-width: 28rem
  }

  .max-w-none {
    max-width: none
  }

  .max-w-screen-lg {
    max-width: 64em
  }

  .max-w-xs {
    max-width: 20rem
  }

  .min-w-0 {
    min-width: 0
  }

  .min-w-20 {
    min-width: 7.5rem
  }

  .min-w-48 {
    min-width: 18rem
  }

  .min-w-\[90px\] {
    min-width: 90px
  }

  .min-w-\[300px\] {
    min-width: 300px
  }

  .min-w-full {
    min-width: 100%
  }

  .flex-1 {
    flex: 1
  }

  .flex-none {
    flex: none
  }

  .shrink {
    flex-shrink: 1
  }

  .shrink-0 {
    flex-shrink: 0
  }

  .grow {
    flex-grow: 1
  }

  .grow-0 {
    flex-grow: 0
  }

  .basis-0 {
    flex-basis: 0
  }

  .basis-4 {
    flex-basis: 1.5rem
  }

  .table-auto {
    table-layout: auto
  }

  .table-fixed {
    table-layout: fixed
  }

  .caption-bottom {
    caption-side: bottom
  }

  .border-collapse {
    border-collapse: collapse
  }

  .-translate-1\/2 {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .-translate-x-1 {
    --tw-translate-x: -.375rem;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .translate-x-1\/2 {
    --tw-translate-x: 50%;
    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-y-1\/2 {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .-translate-y-2 {
    --tw-translate-y: -.75rem;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .translate-y-1\/2 {
    --tw-translate-y: 50%;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .rotate-180 {
    rotate: 180deg
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )
  }

  .animate-\[contentShow_350ms_cubic-bezier\(0\.16\,1\,0\.3\,1\)\] {
    animation: .35s cubic-bezier(.16, 1, .3, 1) contentShow
  }

  .animate-\[spin_1\.5s_linear_infinite\] {
    animation: 1.5s linear infinite spin
  }

  .animate-\[spin_3s_linear_infinite\] {
    animation: 3s linear infinite spin
  }

  .cursor-default {
    cursor: default
  }

  .cursor-not-allowed {
    cursor: not-allowed
  }

  .cursor-pointer {
    cursor: pointer
  }

  .touch-manipulation {
    touch-action: manipulation
  }

  .resize {
    resize: both
  }

  .scroll-mt-0 {
    scroll-margin-top: 0
  }

  .scroll-mt-10 {
    scroll-margin-top: 3.75rem
  }

  .scroll-mt-24 {
    scroll-margin-top: 9rem
  }

  .scroll-mt-\[300px\] {
    scroll-margin-top: 300px
  }

  .list-inside {
    list-style-position: inside
  }

  .list-decimal {
    list-style-type: decimal
  }

  .list-disc {
    list-style-type: disc
  }

  .list-none {
    list-style-type: none
  }

  .appearance-none {
    appearance: none
  }

  .auto-cols-\[1fr\] {
    grid-auto-columns: 1fr
  }

  .auto-cols-auto {
    grid-auto-columns: auto
  }

  .grid-flow-col {
    grid-auto-flow: column
  }

  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }

  .\[grid-template-columns\:1fr\] {
    grid-template-columns: 1fr
  }

  .grid-cols-\(--gridTemplateColumns\) {
    grid-template-columns: var(--gridTemplateColumns)
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .grid-cols-\[--var\] {
    grid-template-columns: --var
  }

  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto
  }

  .\[grid-template-rows\:auto_1fr\] {
    grid-template-rows: auto 1fr
  }

  .grid-rows-\(--gridTemplateRows\) {
    grid-template-rows: var(--gridTemplateRows)
  }

  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .flex-col {
    flex-direction: column
  }

  .flex-col-reverse {
    flex-direction: column-reverse
  }

  .flex-row {
    flex-direction: row
  }

  .flex-row-reverse {
    flex-direction: row-reverse
  }

  .flex-nowrap {
    flex-wrap: nowrap
  }

  .flex-wrap {
    flex-wrap: wrap
  }

  .items-baseline {
    align-items: baseline
  }

  .items-center {
    align-items: center
  }

  .items-end {
    align-items: flex-end
  }

  .items-start {
    align-items: flex-start
  }

  .items-stretch {
    align-items: stretch
  }

  .justify-between {
    justify-content: space-between
  }

  .justify-center {
    justify-content: center
  }

  .justify-end {
    justify-content: flex-end
  }

  .justify-start {
    justify-content: flex-start
  }

  .gap-0 {
    gap: 0
  }

  .gap-0\.5 {
    gap: .1875rem
  }

  .gap-1 {
    gap: .375rem
  }

  .gap-1\.5 {
    gap: .5625rem
  }

  .gap-2 {
    gap: .75rem
  }

  .gap-2\.5 {
    gap: .9375rem
  }

  .gap-3 {
    gap: 1.125rem
  }

  .gap-4 {
    gap: 1.5rem
  }

  .gap-5 {
    gap: 1.875rem
  }

  .gap-6 {
    gap: 2.25rem
  }

  .gap-8 {
    gap: 3rem
  }

  .gap-9 {
    gap: 3.375rem
  }

  .gap-10 {
    gap: 3.75rem
  }

  .gap-12 {
    gap: 4.5rem
  }

  .gap-\[3px\] {
    gap: 3px
  }

  :where(.space-y-0\.5>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(.1875rem*var(--tw-space-y-reverse));
    margin-block-end: calc(.1875rem*calc(1 - var(--tw-space-y-reverse)))
  }

  :where(.space-y-1>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(.375rem*var(--tw-space-y-reverse));
    margin-block-end: calc(.375rem*calc(1 - var(--tw-space-y-reverse)))
  }

  :where(.space-y-1\.5>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(.5625rem*var(--tw-space-y-reverse));
    margin-block-end: calc(.5625rem*calc(1 - var(--tw-space-y-reverse)))
  }

  :where(.space-y-2>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(.75rem*var(--tw-space-y-reverse));
    margin-block-end: calc(.75rem*calc(1 - var(--tw-space-y-reverse)))
  }

  :where(.space-y-4>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(1.5rem*var(--tw-space-y-reverse));
    margin-block-end: calc(1.5rem*calc(1 - var(--tw-space-y-reverse)))
  }

  :where(.space-y-5>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(1.875rem*var(--tw-space-y-reverse));
    margin-block-end: calc(1.875rem*calc(1 - var(--tw-space-y-reverse)))
  }

  .gap-x-1 {
    column-gap: .375rem
  }

  .gap-x-2 {
    column-gap: .75rem
  }

  .gap-x-3 {
    column-gap: 1.125rem
  }

  .gap-x-4 {
    column-gap: 1.5rem
  }

  .gap-x-8 {
    column-gap: 3rem
  }

  .gap-y-1 {
    row-gap: .375rem
  }

  .gap-y-2 {
    row-gap: .75rem
  }

  .gap-y-3 {
    row-gap: 1.125rem
  }

  .gap-y-4 {
    row-gap: 1.5rem
  }

  .self-baseline {
    align-self: baseline
  }

  .self-center {
    align-self: center
  }

  .self-end {
    align-self: flex-end
  }

  .self-start {
    align-self: flex-start
  }

  .self-stretch {
    align-self: stretch
  }

  .justify-self-center {
    justify-self: center
  }

  .justify-self-end {
    justify-self: flex-end
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
  }

  .overflow-auto {
    overflow: auto
  }

  .overflow-hidden {
    overflow: hidden
  }

  .overflow-x-auto {
    overflow-x: auto
  }

  .overflow-x-hidden {
    overflow-x: hidden
  }

  .overflow-y-auto {
    overflow-y: auto
  }

  .scroll-smooth {
    scroll-behavior: smooth
  }

  .\[border-radius\:25\%_25\%_50\%_50\%_\/_0\%_0\%_30\%_30\%\] {
    border-radius: 25% 25% 50% 50%/0 0 30% 30%
  }

  .rounded-\[6\.25rem\] {
    border-radius: 6.25rem
  }

  .rounded-full {
    border-radius: 9999px
  }

  .rounded-lg {
    border-radius: .75rem
  }

  .rounded-md {
    border-radius: .5625rem
  }

  .rounded-none {
    border-radius: 0
  }

  .rounded-sm {
    border-radius: .375rem
  }

  .rounded-t-lg {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
  }

  .rounded-t-md {
    border-top-left-radius: .5625rem;
    border-top-right-radius: .5625rem
  }

  .rounded-t-sm {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
  }

  .rounded-l-\[9px\] {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px
  }

  .rounded-l-md {
    border-top-left-radius: .5625rem;
    border-bottom-left-radius: .5625rem
  }

  .rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .rounded-tl-md {
    border-top-left-radius: .5625rem
  }

  .rounded-tl-none {
    border-top-left-radius: 0
  }

  .rounded-tr-\[2\%\] {
    border-top-right-radius: 2%
  }

  .rounded-b-lg {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem
  }

  .rounded-b-md {
    border-bottom-right-radius: .5625rem;
    border-bottom-left-radius: .5625rem
  }

  .rounded-b-sm {
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem
  }

  .rounded-br-\[50\%\] {
    border-bottom-right-radius: 50%
  }

  .rounded-br-lg {
    border-bottom-right-radius: .75rem
  }

  .rounded-bl-\[2\%\] {
    border-bottom-left-radius: 2%
  }

  .rounded-bl-\[8rem\] {
    border-bottom-left-radius: 8rem
  }

  .rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px
  }

  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px
  }

  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px
  }

  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0
  }

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px
  }

  .border-l-6 {
    border-left-style: var(--tw-border-style);
    border-left-width: 6px
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed
  }

  .border-none {
    --tw-border-style: none;
    border-style: none
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid
  }

  .border-brightgreen-100 {
    border-color: #028062
  }

  .border-error-100 {
    border-color: #cf321d
  }

  .border-grey-0 {
    border-color: #fff
  }

  .border-grey-2 {
    border-color: #fafbf9
  }

  .border-grey-5 {
    border-color: #f5f6f2
  }

  .border-grey-10 {
    border-color: #e8e9e2
  }

  .border-grey-40 {
    border-color: #a1a58d
  }

  .border-grey-100 {
    border-color: #1c1d16
  }

  .border-mintgreen-100 {
    border-color: #81d0b4
  }

  .border-success-100 {
    border-color: #068110
  }

  .border-transparent {
    border-color: #0000
  }

  .border-white {
    border-color: #fff
  }

  .border-yellow-100 {
    border-color: #ffe607
  }

  .border-yellow-140 {
    border-color: #8d6924
  }

  .border-x-darkgreen-100 {
    border-inline-color: #01503e
  }

  .border-t-brightgreen-100 {
    border-top-color: #028062
  }

  .border-t-grey-5 {
    border-top-color: #f5f6f2
  }

  .border-t-mintgreen-100 {
    border-top-color: #81d0b4
  }

  .border-r-grey-100 {
    border-right-color: #1c1d16
  }

  .border-l-error-100 {
    border-left-color: #cf321d
  }

  .border-l-info-100 {
    border-left-color: #1171c5
  }

  .border-l-success-100 {
    border-left-color: #068110
  }

  .border-l-yellow-100 {
    border-left-color: #ffe607
  }

  .bg-black\/70 {
    background-color: oklab(0%none none/.7)
  }

  .bg-black\/\[0\.07\] {
    background-color: oklab(0%none none/.07)
  }

  .bg-brightgreen-10 {
    background-color: #e1fbeb
  }

  .bg-brightgreen-100 {
    background-color: #028062
  }

  .bg-brightgreen-100\/90 {
    background-color: #028062e6
  }

  .bg-darkgreen-100 {
    background-color: #01503e
  }

  .bg-error-15 {
    background-color: #ffeeea
  }

  .bg-error-100 {
    background-color: #cf321d
  }

  .bg-grey-0 {
    background-color: #fff
  }

  .bg-grey-0\/50 {
    background-color: #ffffff80
  }

  .bg-grey-2 {
    background-color: #fafbf9
  }

  .bg-grey-5 {
    background-color: #f5f6f2
  }

  .bg-grey-10 {
    background-color: #e8e9e2
  }

  .bg-grey-40 {
    background-color: #a1a58d
  }

  .bg-grey-75 {
    background-color: #4d503f
  }

  .bg-grey-100 {
    background-color: #1c1d16
  }

  .bg-grey-100\/50 {
    background-color: #1c1d1680
  }

  .bg-grey-100\/80 {
    background-color: #1c1d16cc
  }

  .bg-info-15 {
    background-color: #e8f5ff
  }

  .bg-info-100 {
    background-color: #1171c5
  }

  .bg-mintgreen-20 {
    background-color: #ebf8f5
  }

  .bg-mintgreen-100 {
    background-color: #81d0b4
  }

  .bg-mintgreen-140 {
    background-color: #0c6b59
  }

  .bg-orange-20 {
    background-color: #ffe4d8
  }

  .bg-orange-100 {
    background-color: #ff773d
  }

  .bg-orange-140 {
    background-color: #d0460b
  }

  .bg-success-15 {
    background-color: #edf8ef
  }

  .bg-transparent {
    background-color: #0000
  }

  .bg-white {
    background-color: #fff
  }

  .bg-yellow-20 {
    background-color: #fffacd
  }

  .bg-yellow-100 {
    background-color: #ffe607
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops))
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops))
  }

  .from-black\/0 {
    --tw-gradient-from: oklab(0% none none/0);
    --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))
  }

  .from-grey-5 {
    --tw-gradient-from: #f5f6f2;
    --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))
  }

  .via-grey-10\/80 {
    --tw-gradient-via: oklab(93.1309% -.00369543 .0086351/.8);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops)
  }

  .to-black\/65 {
    --tw-gradient-to: oklab(0% none none/.65);
    --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-grey-5 {
    --tw-gradient-to: #f5f6f2;
    --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))
  }

  .\[mask-image\:linear-gradient\(to_right\,transparent\,black_48px\,black_calc\(100\%-48px\)\,transparent\)\] {
    -webkit-mask-image: linear-gradient(90deg, #0000, #000 48px calc(100% - 48px), #0000);
    mask-image: linear-gradient(90deg, #0000, #000 48px calc(100% - 48px), #0000)
  }

  .bg-\[length\:200\%_100\%\] {
    background-size: 200% 100%
  }

  .\[mask-size\:100\%\] {
    -webkit-mask-size: 100%;
    mask-size: 100%
  }

  .\[mask-size\:calc\(100\%\+2\*48px\)\] {
    -webkit-mask-size: calc(100% + 96px);
    mask-size: calc(100% + 96px)
  }

  .\[mask-size\:calc\(100\%\+48px\)\] {
    -webkit-mask-size: calc(100% + 48px);
    mask-size: calc(100% + 48px)
  }

  .\[mask-position\:-48px\] {
    -webkit-mask-position: -48px;
    mask-position: -48px
  }

  .\[mask-position\:0\] {
    -webkit-mask-position: 0;
    mask-position: 0
  }

  .fill-grey-40 {
    fill: #a1a58d
  }

  .fill-grey-75 {
    fill: #4d503f
  }

  .fill-grey-100 {
    fill: #1c1d16
  }

  .object-contain {
    object-fit: contain
  }

  .object-cover {
    object-fit: cover
  }

  .object-fill {
    object-fit: fill
  }

  .object-\[0\%_15\%\] {
    object-position: 0 15%
  }

  .object-\[center_top\] {
    object-position: center top
  }

  .object-left {
    object-position: left
  }

  .p-0 {
    padding: 0
  }

  .p-0\.5 {
    padding: .1875rem
  }

  .p-1 {
    padding: .375rem
  }

  .p-1\.5 {
    padding: .5625rem
  }

  .p-2 {
    padding: .75rem
  }

  .p-3 {
    padding: 1.125rem
  }

  .p-4 {
    padding: 1.5rem
  }

  .p-5 {
    padding: 1.875rem
  }

  .p-6 {
    padding: 2.25rem
  }

  .p-8 {
    padding: 3rem
  }

  .p-10 {
    padding: 3.75rem
  }

  .p-\[2px\] {
    padding: 2px
  }

  .p-\[4px\] {
    padding: 4px
  }

  .p-\[9px\] {
    padding: 9px
  }

  .p-\[10px\] {
    padding: 10px
  }

  .p-\[25px\] {
    padding: 25px
  }

  .p-px {
    padding: 1px
  }

  .px-0 {
    padding-inline: 0
  }

  .px-0\.5 {
    padding-inline: .1875rem
  }

  .px-1 {
    padding-inline: .375rem
  }

  .px-1\.5 {
    padding-inline: .5625rem
  }

  .px-2 {
    padding-inline: .75rem
  }

  .px-3 {
    padding-inline: 1.125rem
  }

  .px-4 {
    padding-inline: 1.5rem
  }

  .px-5 {
    padding-inline: 1.875rem
  }

  .px-6 {
    padding-inline: 2.25rem
  }

  .py-0 {
    padding-block: 0
  }

  .py-0\.5 {
    padding-block: .1875rem
  }

  .py-1 {
    padding-block: .375rem
  }

  .py-1\.5 {
    padding-block: .5625rem
  }

  .py-2 {
    padding-block: .75rem
  }

  .py-2\.5 {
    padding-block: .9375rem
  }

  .py-3 {
    padding-block: 1.125rem
  }

  .py-4 {
    padding-block: 1.5rem
  }

  .py-5 {
    padding-block: 1.875rem
  }

  .py-6 {
    padding-block: 2.25rem
  }

  .py-7 {
    padding-block: 2.625rem
  }

  .py-8 {
    padding-block: 3rem
  }

  .py-9 {
    padding-block: 3.375rem
  }

  .py-10 {
    padding-block: 3.75rem
  }

  .py-12 {
    padding-block: 4.5rem
  }

  .py-\[9px\] {
    padding-block: 9px
  }

  .py-\[12px\] {
    padding-block: 12px
  }

  .pt-0 {
    padding-top: 0
  }

  .pt-0\.5 {
    padding-top: .1875rem
  }

  .pt-1 {
    padding-top: .375rem
  }

  .pt-2 {
    padding-top: .75rem
  }

  .pt-3 {
    padding-top: 1.125rem
  }

  .pt-4 {
    padding-top: 1.5rem
  }

  .pt-5 {
    padding-top: 1.875rem
  }

  .pt-6 {
    padding-top: 2.25rem
  }

  .pt-8 {
    padding-top: 3rem
  }

  .pt-9 {
    padding-top: 3.375rem
  }

  .pt-10 {
    padding-top: 3.75rem
  }

  .pt-\[3px\] {
    padding-top: 3px
  }

  .pr-0\.5 {
    padding-right: .1875rem
  }

  .pr-1 {
    padding-right: .375rem
  }

  .pr-2 {
    padding-right: .75rem
  }

  .pr-3 {
    padding-right: 1.125rem
  }

  .pb-1 {
    padding-bottom: .375rem
  }

  .pb-2 {
    padding-bottom: .75rem
  }

  .pb-3 {
    padding-bottom: 1.125rem
  }

  .pb-4 {
    padding-bottom: 1.5rem
  }

  .pb-5 {
    padding-bottom: 1.875rem
  }

  .pb-6 {
    padding-bottom: 2.25rem
  }

  .pb-7 {
    padding-bottom: 2.625rem
  }

  .pb-8 {
    padding-bottom: 3rem
  }

  .pb-10 {
    padding-bottom: 3.75rem
  }

  .pb-12 {
    padding-bottom: 4.5rem
  }

  .pb-14 {
    padding-bottom: 5.25rem
  }

  .pb-20 {
    padding-bottom: 7.5rem
  }

  .pl-0\.5 {
    padding-left: .1875rem
  }

  .pl-1 {
    padding-left: .375rem
  }

  .pl-3 {
    padding-left: 1.125rem
  }

  .pl-4 {
    padding-left: 1.5rem
  }

  .text-center {
    text-align: center
  }

  .text-justify {
    text-align: justify
  }

  .text-left {
    text-align: left
  }

  .text-start {
    text-align: start
  }

  .align-middle {
    vertical-align: middle
  }

  .font-heading {
    font-family: Booster Next FY, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
  }

  .font-sans {
    font-family: Roboto, Roboto Fallback, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Noto Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
  }

  .text-display {
    font-size: 2rem;
    line-height: 133%
  }

  @media (min-width:64rem) {
    .text-display {
      font-size: 3.75rem
    }
  }

  .text-h1 {
    font-size: 2rem;
    line-height: 133%
  }

  @media (min-width:64rem) {
    .text-h1 {
      font-size: 2.5rem
    }
  }

  .text-h2 {
    font-size: 1.5rem;
    line-height: 133%
  }

  @media (min-width:64rem) {
    .text-h2 {
      font-size: 2rem
    }
  }

  .text-h3 {
    font-size: 1.25rem;
    line-height: 133%
  }

  @media (min-width:64rem) {
    .text-h3 {
      font-size: 1.5rem
    }
  }

  .text-h4 {
    font-size: 1.125rem;
    line-height: 133%
  }

  @media (min-width:64rem) {
    .text-h4 {
      font-size: 1.25rem
    }
  }

  .text-base {
    font-size: 1rem;
    line-height: var(--tw-leading, 150%)
  }

  .text-h5 {
    font-size: 1rem;
    line-height: 133%
  }

  .text-label {
    font-size: .75rem;
    line-height: var(--tw-leading, 125%)
  }

  .text-small {
    font-size: .875rem;
    line-height: var(--tw-leading, 125%)
  }

  .text-tiny {
    font-size: .65rem;
    line-height: var(--tw-leading, 125%)
  }

  .text-\[0\.625rem\] {
    font-size: .625rem
  }

  .text-\[1\.5rem\] {
    font-size: 1.5rem
  }

  .text-\[1\.25rem\] {
    font-size: 1.25rem
  }

  .text-\[1\.125rem\] {
    font-size: 1.125rem
  }

  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px
  }

  .leading-\[133\%\] {
    --tw-leading: 133%;
    line-height: 133%
  }

  .leading-base {
    --tw-leading: 1.33;
    line-height: 1.33
  }

  .leading-condensed {
    --tw-leading: 1.25;
    line-height: 1.25
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1
  }

  .leading-open {
    --tw-leading: 1.5;
    line-height: 1.5
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold)
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium)
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal)
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold)
  }

  .text-balance {
    text-wrap: balance
  }

  .text-wrap {
    text-wrap: wrap
  }

  .break-words {
    overflow-wrap: break-word
  }

  .\[word-break\:break-word\] {
    word-break: break-word
  }

  .break-all {
    word-break: break-all
  }

  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto
  }

  .hyphens-none {
    -webkit-hyphens: none;
    hyphens: none
  }

  .whitespace-nowrap {
    white-space: nowrap
  }

  .whitespace-pre-line {
    white-space: pre-line
  }

  .text-\[\#2C3331\] {
    color: #2c3331
  }

  .text-\[\#4C5250\] {
    color: #4c5250
  }

  .text-black {
    color: #000
  }

  .text-brightgreen-10 {
    color: #e1fbeb
  }

  .text-brightgreen-60 {
    color: #66bba8
  }

  .text-brightgreen-100 {
    color: #028062
  }

  .text-darkgreen-100 {
    color: #01503e
  }

  .text-error-15 {
    color: #ffeeea
  }

  .text-error-100 {
    color: #cf321d
  }

  .text-grey-0 {
    color: #fff
  }

  .text-grey-2 {
    color: #fafbf9
  }

  .text-grey-5 {
    color: #f5f6f2
  }

  .text-grey-10 {
    color: #e8e9e2
  }

  .text-grey-40 {
    color: #a1a58d
  }

  .text-grey-75 {
    color: #4d503f
  }

  .text-grey-100 {
    color: #1c1d16
  }

  .text-info-100 {
    color: #1171c5
  }

  .text-inherit {
    color: inherit
  }

  .text-mintgreen-100 {
    color: #81d0b4
  }

  .text-mintgreen-140 {
    color: #0c6b59
  }

  .text-orange-140 {
    color: #d0460b
  }

  .text-success-100 {
    color: #068110
  }

  .text-transparent {
    color: #0000
  }

  .text-white {
    color: #fff
  }

  .text-yellow-20 {
    color: #fffacd
  }

  .text-yellow-100 {
    color: #ffe607
  }

  .text-yellow-140 {
    color: #8d6924
  }

  .capitalize {
    text-transform: capitalize
  }

  .lowercase {
    text-transform: lowercase
  }

  .uppercase {
    text-transform: uppercase
  }

  .italic {
    font-style: italic
  }

  .not-italic {
    font-style: normal
  }

  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, )
  }

  .no-underline {
    text-decoration-line: none
  }

  .underline {
    text-decoration-line: underline
  }

  .underline-offset-2 {
    text-underline-offset: 2px
  }

  .opacity-0 {
    opacity: 0
  }

  .opacity-50 {
    opacity: .5
  }

  .opacity-60 {
    opacity: .6
  }

  .opacity-70 {
    opacity: .7
  }

  .opacity-100 {
    opacity: 1
  }

  .shadow-\[0_0_0\.625rem_0_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0 0 .625rem 0 var(--tw-shadow-color, #0006);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-\[0_0_10px_0_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0 0 10px 0 var(--tw-shadow-color, #0006);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-first {
    --tw-shadow: 0 0 .75rem 0 var(--tw-shadow-color, #cccccc80);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-second {
    --tw-shadow: 0 .375rem 1.5rem 0 var(--tw-shadow-color, #0003);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .ring-orange-100 {
    --tw-ring-color: #ff773d
  }

  .ring-offset-2 {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)
  }

  .ring-offset-white {
    --tw-ring-offset-color: #fff
  }

  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none
  }

  @media (forced-colors:active) {
    .outline-hidden {
      outline-offset: 2px;
      outline: 2px solid #0000
    }
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px
  }

  .outline-offset-2 {
    outline-offset: 2px
  }

  .outline-brightgreen-100 {
    outline-color: #028062
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
  }

  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -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, )
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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, 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-\[background-color\,color\] {
    transition-property: background-color, color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-\[transform\,opacity\] {
    transition-property: transform, opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s
  }

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s
  }

  .duration-\[250ms\] {
    --tw-duration: .25s;
    transition-duration: .25s
  }

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in)
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out)
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out)
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none
  }

  .\[grid-area\:complementary\] {
    grid-area: complementary
  }

  .\[grid-area\:email\] {
    grid-area: email
  }

  .\[grid-area\:firstName\] {
    grid-area: firstName
  }

  .\[grid-area\:lastName\] {
    grid-area: lastName
  }

  .\[grid-area\:main\] {
    grid-area: main
  }

  .\[grid-area\:sidebar\] {
    grid-area: sidebar
  }

  .\[grid-template-areas\:\'main\'\'sidebar\'\'complementary\'\] {
    grid-template-areas: "main" "sidebar" "complementary"
  }

  .aspect-h-9 {
    --tw-aspect-h: 9
  }

  :is(.\*\:flex>*) {
    display: flex
  }

  :is(.\*\:h-\[126px\]>*) {
    height: 126px
  }

  :is(.\*\:flex-col>*) {
    flex-direction: column
  }

  :is(.\*\:items-center>*) {
    align-items: center
  }

  :is(.\*\:justify-center>*) {
    justify-content: center
  }

  :is(.\*\:rounded-lg>*) {
    border-radius: .75rem
  }

  .group-open\:rotate-180:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 180deg
  }

  .group-open\:text-brightgreen-100:is(:where(.group):is([open], :popover-open, :open) *) {
    color: #028062
  }

  @media (hover:hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y)
    }

    .group-hover\:scale-\[1\.03\]:is(:where(.group):hover *) {
      scale: 1.03
    }

    .group-hover\:border-brightgreen-100:is(:where(.group):hover *) {
      border-color: #028062
    }

    .group-hover\:underline:is(:where(.group):hover *) {
      text-decoration-line: underline
    }
  }

  .group-data-\[expanded\=false\]\:hidden:is(:where(.group)[data-expanded=false] *),
  .group-data-\[expanded\=true\]\:hidden:is(:where(.group)[data-expanded=true] *) {
    display: none
  }

  .peer-checked\:border-brightgreen-100:is(:where(.peer):checked~*) {
    border-color: #028062
  }

  .peer-checked\:bg-brightgreen-100:is(:where(.peer):checked~*) {
    background-color: #028062
  }

  .peer-placeholder-shown\:translate-y-0:is(:where(.peer):placeholder-shown~*) {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .peer-placeholder-shown\:text-base:is(:where(.peer):placeholder-shown~*) {
    font-size: 1rem;
    line-height: var(--tw-leading, 150%)
  }

  .peer-placeholder-shown\:text-grey-100:is(:where(.peer):placeholder-shown~*) {
    color: #1c1d16
  }

  .peer-focus\:-translate-y-2:is(:where(.peer):focus~*) {
    --tw-translate-y: -.75rem;
    translate: var(--tw-translate-x) var(--tw-translate-y)
  }

  .peer-focus\:text-label:is(:where(.peer):focus~*) {
    font-size: .75rem;
    line-height: var(--tw-leading, 125%)
  }

  .peer-focus\:text-grey-75:is(:where(.peer):focus~*) {
    color: #4d503f
  }

  .peer-focus-visible\:outline-2:is(:where(.peer):focus-visible~*) {
    outline-style: var(--tw-outline-style);
    outline-width: 2px
  }

  .peer-disabled\:border-grey-40:is(:where(.peer):disabled~*) {
    border-color: #a1a58d
  }

  .peer-disabled\:bg-grey-5:is(:where(.peer):disabled~*) {
    background-color: #f5f6f2
  }

  .peer-disabled\:text-grey-40:is(:where(.peer):disabled~*) {
    color: #a1a58d
  }

  @media (hover:hover) {
    .peer-disabled\:group-hover\:border-grey-40:is(:where(.peer):disabled~*):is(:where(.group):hover *) {
      border-color: #a1a58d
    }
  }

  .peer-aria-invalid\:border-error-100:is(:where(.peer)[aria-invalid=true]~*) {
    border-color: #cf321d
  }

  .peer-aria-invalid\:bg-error-15:is(:where(.peer)[aria-invalid=true]~*) {
    background-color: #ffeeea
  }

  @media (hover:hover) {
    .peer-aria-invalid\:group-hover\:border-error-100:is(:where(.peer)[aria-invalid=true]~*):is(:where(.group):hover *) {
      border-color: #cf321d
    }
  }

  .placeholder\:text-grey-75::placeholder {
    color: #4d503f
  }

  .backdrop\:bg-grey-100\/60::backdrop {
    background-color: #1c1d1699
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute
  }

  .after\:inset-0:after {
    content: var(--tw-content);
    inset: 0
  }

  .after\:mx-1\.5:after {
    content: var(--tw-content);
    margin-inline: .5625rem
  }

  .after\:block:after {
    content: var(--tw-content);
    display: block
  }

  .after\:border-b:after {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px
  }

  .after\:border-b-0:after {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0
  }

  .after\:border-grey-40:after {
    content: var(--tw-content);
    border-color: #a1a58d
  }

  .after\:bg-gradient-to-t:after {
    content: var(--tw-content);
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops))
  }

  .after\:from-black\/80:after {
    content: var(--tw-content);
    --tw-gradient-from: oklab(0% none none/.8);
    --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))
  }

  .after\:to-transparent:after {
    content: var(--tw-content);
    --tw-gradient-to: transparent;
    --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))
  }

  .after\:transition-colors:after {
    content: var(--tw-content);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  @media (hover:hover) {
    .group-hover\:after\:bg-black\/20:is(:where(.group):hover *):after {
      content: var(--tw-content);
      background-color: oklab(0%none none/.2)
    }
  }

  .first\:mt-0:first-child {
    margin-top: 0
  }

  .first\:rounded-tl-md:first-child {
    border-top-left-radius: .5625rem
  }

  .first\:border-t-0:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0
  }

  .last\:mb-0:last-child {
    margin-bottom: 0
  }

  .last\:rounded-tr-md:last-child {
    border-top-right-radius: .5625rem
  }

  .last\:border-r-0:last-child {
    border-right-style: var(--tw-border-style);
    border-right-width: 0
  }

  .last\:border-none:last-child {
    --tw-border-style: none;
    border-style: none
  }

  .last\:pr-0:last-child {
    padding-right: 0
  }

  .last\:pb-0:last-child {
    padding-bottom: 0
  }

  .empty\:hidden:empty {
    display: none
  }

  .focus-within\:not-sr-only:focus-within {
    clip-path: none;
    white-space: normal;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    overflow: visible
  }

  .focus-within\:border-error-100:focus-within {
    border-color: #cf321d
  }

  .focus-within\:border-success-100:focus-within {
    border-color: #068110
  }

  .focus-within\:outline-1:focus-within {
    outline-style: var(--tw-outline-style);
    outline-width: 1px
  }

  .focus-within\:outline-brightgreen-100:focus-within {
    outline-color: #028062
  }

  .focus-within\:outline-error-100:focus-within {
    outline-color: #cf321d
  }

  .focus-within\:outline-success-100:focus-within {
    outline-color: #068110
  }

  @media (hover:hover) {
    .hover\:border-brightgreen-100:hover {
      border-color: #028062
    }

    .hover\:border-error-100:hover {
      border-color: #cf321d
    }

    .hover\:border-success-100:hover {
      border-color: #068110
    }

    .hover\:bg-brightgreen-10:hover {
      background-color: #e1fbeb
    }

    .hover\:bg-brightgreen-60:hover {
      background-color: #66bba8
    }

    .hover\:bg-brightgreen-100:hover {
      background-color: #028062
    }

    .hover\:bg-darkgreen-100:hover {
      background-color: #01503e
    }

    .hover\:bg-error-15:hover {
      background-color: #ffeeea
    }

    .hover\:bg-grey-0:hover {
      background-color: #fff
    }

    .hover\:bg-grey-2:hover {
      background-color: #fafbf9
    }

    .hover\:bg-grey-5:hover {
      background-color: #f5f6f2
    }

    .hover\:bg-grey-40:hover {
      background-color: #a1a58d
    }

    .hover\:bg-transparent:hover {
      background-color: #0000
    }

    .hover\:bg-yellow-20:hover {
      background-color: #fffacd
    }

    .hover\:bg-yellow-100:hover {
      background-color: #ffe607
    }

    .hover\:text-brightgreen-60:hover {
      color: #66bba8
    }

    .hover\:text-brightgreen-100:hover {
      color: #028062
    }

    .hover\:text-darkgreen-100:hover {
      color: #01503e
    }

    .hover\:text-error-100:hover {
      color: #cf321d
    }

    .hover\:text-grey-0:hover {
      color: #fff
    }

    .hover\:text-grey-2:hover {
      color: #fafbf9
    }

    .hover\:text-grey-5:hover {
      color: #f5f6f2
    }

    .hover\:text-grey-75:hover {
      color: #4d503f
    }

    .hover\:text-grey-100:hover {
      color: #1c1d16
    }

    .hover\:text-orange-100:hover {
      color: #ff773d
    }

    .hover\:text-yellow-20:hover {
      color: #fffacd
    }

    .hover\:text-yellow-140:hover {
      color: #8d6924
    }

    .hover\:underline:hover {
      text-decoration-line: underline
    }

    .hover\:shadow-first:hover {
      --tw-shadow: 0 0 .75rem 0 var(--tw-shadow-color, #cccccc80);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .hover\:outline:hover {
      outline-style: var(--tw-outline-style);
      outline-width: 1px
    }

    .hover\:outline-4:hover {
      outline-style: var(--tw-outline-style);
      outline-width: 4px
    }

    .hover\:outline-brightgreen-100:hover {
      outline-color: #028062
    }

    .hover\:after\:absolute:hover:after {
      content: var(--tw-content);
      position: absolute
    }

    .hover\:after\:bottom-\[-2px\]:hover:after {
      content: var(--tw-content);
      bottom: -2px
    }

    .hover\:after\:left-0:hover:after {
      content: var(--tw-content);
      left: 0
    }

    .hover\:after\:h-\[3px\]:hover:after {
      content: var(--tw-content);
      height: 3px
    }

    .hover\:after\:w-full:hover:after {
      content: var(--tw-content);
      width: 100%
    }

    .hover\:after\:rounded-full:hover:after {
      content: var(--tw-content);
      border-radius: 9999px
    }

    .hover\:after\:bg-brightgreen-100:hover:after {
      content: var(--tw-content);
      background-color: #028062
    }

    .hover\:after\:content-\[\'\'\]:hover:after {
      --tw-content: "";
      content: var(--tw-content)
    }
  }

  .focus\:border-brightgreen-100:focus {
    border-color: #028062
  }

  .focus\:text-grey-100:focus {
    color: #1c1d16
  }

  .focus\:ring-1:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .focus\:ring-brightgreen-100:focus {
    --tw-ring-color: #028062
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none
  }

  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .focus-visible\:ring-brightgreen-100:focus-visible {
    --tw-ring-color: #028062
  }

  .focus-visible\:ring-info-100:focus-visible {
    --tw-ring-color: #1171c5
  }

  .focus-visible\:outline:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px
  }

  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px
  }

  .focus-visible\:outline-3:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 3px
  }

  .focus-visible\:-outline-offset-2:focus-visible {
    outline-offset: -2px
  }

  .focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px
  }

  .focus-visible\:outline-darkgreen-100:focus-visible {
    outline-color: #01503e
  }

  .focus-visible\:outline-info-100:focus-visible {
    outline-color: #1171c5
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none
  }

  .focus-visible\:ring-inset:focus-visible {
    --tw-ring-inset: inset
  }

  @media (hover:hover) {
    .enabled\:hover\:bg-grey-10:enabled:hover {
      background-color: #e8e9e2
    }
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
  }

  .disabled\:text-grey-40:disabled {
    color: #a1a58d
  }

  .disabled\:opacity-50:disabled {
    opacity: .5
  }

  .disabled\:opacity-60:disabled {
    opacity: .6
  }

  .has-\[\:focus-visible\]\:outline-2:has(:focus-visible) {
    outline-style: var(--tw-outline-style);
    outline-width: 2px
  }

  .has-\[\:focus-visible\]\:outline-info-100:has(:focus-visible) {
    outline-color: #1171c5
  }

  .aria-selected\:border-brightgreen-100[aria-selected=true] {
    border-color: #028062
  }

  .aria-selected\:bg-brightgreen-100[aria-selected=true] {
    background-color: #028062
  }

  .aria-selected\:text-grey-0[aria-selected=true] {
    color: #fff
  }

  .data-\[state\=closed\]\:animate-contentHide[data-state=closed] {
    animation: .3s ease-in-out contentHide
  }

  .data-\[state\=closed\]\:animate-overlayHide[data-state=closed] {
    animation: .3s ease-in-out overlayHide
  }

  .data-\[state\=open\]\:animate-contentShow[data-state=open] {
    animation: .3s ease-in-out contentShow
  }

  .data-\[state\=open\]\:animate-overlayShow[data-state=open] {
    animation: .3s ease-in-out overlayShow
  }

  @media not all and (min-width:36em) {
    .max-md\:max-h-\[50rem\] {
      max-height: 50rem
    }

    .max-md\:max-h-none {
      max-height: none
    }

    .max-md\:w-full {
      width: 100%
    }
  }

  @media (min-width:22.5em) {
    .sm\:mt-6 {
      margin-top: 2.25rem
    }

    .sm\:w-max {
      width: max-content
    }

    .sm\:max-w-\[calc\(100\%-2rem\)\] {
      max-width: calc(100% - 2rem)
    }

    .sm\:basis-1\/2 {
      flex-basis: 50%
    }

    .sm\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .sm\:flex-row {
      flex-direction: row
    }

    .sm\:gap-2 {
      gap: .75rem
    }

    .sm\:pb-6 {
      padding-bottom: 2.25rem
    }

    .sm\:pl-2 {
      padding-left: .75rem
    }
  }

  @media (min-width:36em) {
    .md\:absolute {
      position: absolute
    }

    .md\:inset-x-auto {
      inset-inline: auto
    }

    .md\:bottom-14 {
      bottom: 5.25rem
    }

    .md\:left-0 {
      left: 0
    }

    .md\:order-1 {
      order: 1
    }

    .md\:order-2 {
      order: 2
    }

    .md\:col-start-2 {
      grid-column-start: 2
    }

    .md\:row-start-2 {
      grid-row-start: 2
    }

    .md\:-m-3 {
      margin: -1.125rem
    }

    .md\:m-0 {
      margin: 0
    }

    .md\:-mx-6 {
      margin-inline: -2.25rem
    }

    .md\:-mx-8 {
      margin-inline: -3rem
    }

    .md\:mx-4 {
      margin-inline: 1.5rem
    }

    .md\:mx-\[3\%\] {
      margin-inline: 3%
    }

    .md\:mx-auto {
      margin-inline: auto
    }

    .md\:my-0 {
      margin-block: 0
    }

    .md\:my-3 {
      margin-block: 1.125rem
    }

    .md\:my-6 {
      margin-block: 2.25rem
    }

    .md\:mt-0 {
      margin-top: 0
    }

    .md\:mt-1 {
      margin-top: .375rem
    }

    .md\:mt-2 {
      margin-top: .75rem
    }

    .md\:mt-3 {
      margin-top: 1.125rem
    }

    .md\:mt-4 {
      margin-top: 1.5rem
    }

    .md\:mt-6 {
      margin-top: 2.25rem
    }

    .md\:mt-10 {
      margin-top: 3.75rem
    }

    .md\:mr-0 {
      margin-right: 0
    }

    .md\:mb-0 {
      margin-bottom: 0
    }

    .md\:mb-1 {
      margin-bottom: .375rem
    }

    .md\:mb-3 {
      margin-bottom: 1.125rem
    }

    .md\:mb-4 {
      margin-bottom: 1.5rem
    }

    .md\:mb-5 {
      margin-bottom: 1.875rem
    }

    .md\:mb-6 {
      margin-bottom: 2.25rem
    }

    .md\:mb-8 {
      margin-bottom: 3rem
    }

    .md\:mb-44 {
      margin-bottom: 16.5rem
    }

    .md\:ml-4 {
      margin-left: 1.5rem
    }

    .md\:block {
      display: block
    }

    .md\:flex {
      display: flex
    }

    .md\:hidden {
      display: none
    }

    .md\:inline {
      display: inline
    }

    .md\:size-10 {
      width: 3.75rem;
      height: 3.75rem
    }

    .md\:size-24 {
      width: 9rem;
      height: 9rem
    }

    .md\:size-\[81px\] {
      width: 81px;
      height: 81px
    }

    .md\:h-6 {
      height: 2.25rem
    }

    .md\:h-8 {
      height: 3rem
    }

    .md\:h-12 {
      height: 4.5rem
    }

    .md\:h-40 {
      height: 15rem
    }

    .md\:h-52 {
      height: 19.5rem
    }

    .md\:h-56 {
      height: 21rem
    }

    .md\:h-\[12\.75rem\] {
      height: 12.75rem
    }

    .md\:h-\[36px\] {
      height: 36px
    }

    .md\:h-\[405px\] {
      height: 405px
    }

    .md\:h-auto {
      height: auto
    }

    .md\:h-full {
      height: 100%
    }

    .md\:max-h-\[70vh\] {
      max-height: 70vh
    }

    .md\:max-h-\[300px\] {
      max-height: 300px
    }

    .md\:max-h-none {
      max-height: none
    }

    .md\:min-h-\[230px\] {
      min-height: 230px
    }

    .md\:min-h-\[531px\] {
      min-height: 531px
    }

    .md\:min-h-\[630px\] {
      min-height: 630px
    }

    .md\:w-1\/3 {
      width: 33.3333%
    }

    .md\:w-2\/3 {
      width: 66.6667%
    }

    .md\:w-2\/5 {
      width: 40%
    }

    .md\:w-4xl {
      width: 56rem
    }

    .md\:w-24 {
      width: 9rem
    }

    .md\:w-32 {
      width: 12rem
    }

    .md\:w-52 {
      width: 19.5rem
    }

    .md\:w-64 {
      width: 24rem
    }

    .md\:w-72 {
      width: 27rem
    }

    .md\:w-\[45\%\] {
      width: 45%
    }

    .md\:w-\[160px\] {
      width: 160px
    }

    .md\:w-\[200px\] {
      width: 200px
    }

    .md\:w-\[256px\] {
      width: 256px
    }

    .md\:w-\[278px\] {
      width: 278px
    }

    .md\:w-\[305px\] {
      width: 305px
    }

    .md\:w-auto {
      width: auto
    }

    .md\:w-fit {
      width: fit-content
    }

    .md\:w-full {
      width: 100%
    }

    .md\:max-w-44 {
      max-width: 16.5rem
    }

    .md\:max-w-\[45rem\] {
      max-width: 45rem
    }

    .md\:max-w-\[78rem\] {
      max-width: 78rem
    }

    .md\:max-w-\[90rem\] {
      max-width: 90rem
    }

    .md\:max-w-\[298px\] {
      max-width: 298px
    }

    .md\:max-w-\[300px\] {
      max-width: 300px
    }

    .md\:max-w-\[305px\] {
      max-width: 305px
    }

    .md\:max-w-\[320px\] {
      max-width: 320px
    }

    .md\:max-w-\[330px\] {
      max-width: 330px
    }

    .md\:max-w-\[360px\] {
      max-width: 360px
    }

    .md\:max-w-\[474px\] {
      max-width: 474px
    }

    .md\:max-w-\[480px\] {
      max-width: 480px
    }

    .md\:max-w-\[500px\] {
      max-width: 500px
    }

    .md\:max-w-\[510px\] {
      max-width: 510px
    }

    .md\:max-w-\[513px\] {
      max-width: 513px
    }

    .md\:max-w-\[516px\] {
      max-width: 516px
    }

    .md\:max-w-\[571px\] {
      max-width: 571px
    }

    .md\:max-w-\[585px\] {
      max-width: 585px
    }

    .md\:max-w-\[660px\] {
      max-width: 660px
    }

    .md\:max-w-\[700px\] {
      max-width: 700px
    }

    .md\:max-w-\[1032px\] {
      max-width: 1032px
    }

    .md\:min-w-\[330px\] {
      min-width: 330px
    }

    .md\:flex-1 {
      flex: 1
    }

    .md\:flex-initial {
      flex: 0 auto
    }

    .md\:flex-none {
      flex: none
    }

    .md\:shrink-0 {
      flex-shrink: 0
    }

    .md\:grow {
      flex-grow: 1
    }

    .md\:basis-1\/2 {
      flex-basis: 50%
    }

    .md\:-translate-y-1\/2 {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .md\:scroll-mt-60 {
      scroll-margin-top: 22.5rem
    }

    .md\:scroll-mt-\[200px\] {
      scroll-margin-top: 200px
    }

    .md\:grid-flow-col {
      grid-auto-flow: column
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .md\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .md\:grid-cols-\[repeat\(auto-fill\,minmax\(22rem\,1fr\)\)\] {
      grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr))
    }

    .md\:grid-rows-\[1fr\] {
      grid-template-rows: 1fr
    }

    .md\:flex-col {
      flex-direction: column
    }

    .md\:flex-col-reverse {
      flex-direction: column-reverse
    }

    .md\:flex-row {
      flex-direction: row
    }

    .md\:flex-row-reverse {
      flex-direction: row-reverse
    }

    .md\:flex-wrap {
      flex-wrap: wrap
    }

    .md\:items-center {
      align-items: center
    }

    .md\:items-end {
      align-items: flex-end
    }

    .md\:items-start {
      align-items: flex-start
    }

    .md\:items-stretch {
      align-items: stretch
    }

    .md\:justify-between {
      justify-content: space-between
    }

    .md\:justify-center {
      justify-content: center
    }

    .md\:justify-end {
      justify-content: flex-end
    }

    .md\:justify-start {
      justify-content: flex-start
    }

    .md\:gap-0\.5 {
      gap: .1875rem
    }

    .md\:gap-1 {
      gap: .375rem
    }

    .md\:gap-2 {
      gap: .75rem
    }

    .md\:gap-3 {
      gap: 1.125rem
    }

    .md\:gap-4 {
      gap: 1.5rem
    }

    .md\:gap-5 {
      gap: 1.875rem
    }

    .md\:gap-6 {
      gap: 2.25rem
    }

    .md\:gap-8 {
      gap: 3rem
    }

    .md\:gap-9 {
      gap: 3.375rem
    }

    .md\:gap-10 {
      gap: 3.75rem
    }

    .md\:gap-12 {
      gap: 4.5rem
    }

    .md\:gap-x-4 {
      column-gap: 1.5rem
    }

    .md\:self-start {
      align-self: flex-start
    }

    .md\:self-stretch {
      align-self: stretch
    }

    .md\:rounded-lg {
      border-radius: .75rem
    }

    .md\:rounded-l-lg {
      border-top-left-radius: .75rem;
      border-bottom-left-radius: .75rem
    }

    .md\:rounded-l-md {
      border-top-left-radius: .5625rem;
      border-bottom-left-radius: .5625rem
    }

    .md\:rounded-tl-\[9px\] {
      border-top-left-radius: 9px
    }

    .md\:rounded-r-none {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
    }

    .md\:rounded-br-\[9px\] {
      border-bottom-right-radius: 9px
    }

    .md\:rounded-bl-\[50\%\] {
      border-bottom-left-radius: 50%
    }

    .md\:bg-grey-2 {
      background-color: #fafbf9
    }

    .md\:p-0 {
      padding: 0
    }

    .md\:p-1\.5 {
      padding: .5625rem
    }

    .md\:p-3 {
      padding: 1.125rem
    }

    .md\:p-4 {
      padding: 1.5rem
    }

    .md\:p-6 {
      padding: 2.25rem
    }

    .md\:p-10 {
      padding: 3.75rem
    }

    .md\:px-0 {
      padding-inline: 0
    }

    .md\:px-0\.5 {
      padding-inline: .1875rem
    }

    .md\:px-4 {
      padding-inline: 1.5rem
    }

    .md\:px-5 {
      padding-inline: 1.875rem
    }

    .md\:px-6 {
      padding-inline: 2.25rem
    }

    .md\:px-8 {
      padding-inline: 3rem
    }

    .md\:px-10 {
      padding-inline: 3.75rem
    }

    .md\:px-\[42px\] {
      padding-inline: 42px
    }

    .md\:py-0 {
      padding-block: 0
    }

    .md\:py-2 {
      padding-block: .75rem
    }

    .md\:py-4 {
      padding-block: 1.5rem
    }

    .md\:py-6 {
      padding-block: 2.25rem
    }

    .md\:py-8 {
      padding-block: 3rem
    }

    .md\:py-10 {
      padding-block: 3.75rem
    }

    .md\:py-16 {
      padding-block: 6rem
    }

    .md\:py-\[14px\] {
      padding-block: 14px
    }

    .md\:py-\[90px\] {
      padding-block: 90px
    }

    .md\:pt-4 {
      padding-top: 1.5rem
    }

    .md\:pt-5 {
      padding-top: 1.875rem
    }

    .md\:pt-6 {
      padding-top: 2.25rem
    }

    .md\:pt-10 {
      padding-top: 3.75rem
    }

    .md\:pt-16 {
      padding-top: 6rem
    }

    .md\:pb-0 {
      padding-bottom: 0
    }

    .md\:pb-6 {
      padding-bottom: 2.25rem
    }

    .md\:pb-8 {
      padding-bottom: 3rem
    }

    .md\:pb-10 {
      padding-bottom: 3.75rem
    }

    .md\:pb-\[5\.625rem\] {
      padding-bottom: 5.625rem
    }

    .md\:pb-\[60px\] {
      padding-bottom: 60px
    }

    .md\:pb-\[90px\] {
      padding-bottom: 90px
    }

    .md\:pl-0 {
      padding-left: 0
    }

    .md\:pl-6 {
      padding-left: 2.25rem
    }

    .md\:text-center {
      text-align: center
    }

    .md\:text-left {
      text-align: left
    }

    .md\:text-h1 {
      font-size: 2rem;
      line-height: 133%
    }

    @media (min-width:64rem) {
      .md\:text-h1 {
        font-size: 2.5rem
      }
    }

    .md\:text-h3 {
      font-size: 1.25rem;
      line-height: 133%
    }

    @media (min-width:64rem) {
      .md\:text-h3 {
        font-size: 1.5rem
      }
    }

    .md\:text-h4 {
      font-size: 1.125rem;
      line-height: 133%
    }

    @media (min-width:64rem) {
      .md\:text-h4 {
        font-size: 1.25rem
      }
    }

    .md\:text-base {
      font-size: 1rem;
      line-height: var(--tw-leading, 150%)
    }

    .md\:text-h5 {
      font-size: 1rem;
      line-height: 133%
    }

    .md\:text-small {
      font-size: .875rem;
      line-height: var(--tw-leading, 125%)
    }

    .md\:leading-open {
      --tw-leading: 1.5;
      line-height: 1.5
    }

    .md\:text-balance {
      text-wrap: balance
    }

    .md\:whitespace-normal {
      white-space: normal
    }

    .md\:text-grey-100 {
      color: #1c1d16
    }
  }

  @media (min-width:64em) {
    .lg\:static {
      position: static
    }

    .lg\:sticky {
      position: sticky
    }

    .lg\:top-16 {
      top: 6rem
    }

    .lg\:top-20 {
      top: 7.5rem
    }

    .lg\:top-24 {
      top: 9rem
    }

    .lg\:bottom-3 {
      bottom: 1.125rem
    }

    .lg\:z-auto {
      z-index: auto
    }

    .lg\:col-span-1 {
      grid-column: span 1/span 1
    }

    .lg\:col-span-3 {
      grid-column: span 3/span 3
    }

    .lg\:row-span-2 {
      grid-row: span 2/span 2
    }

    .lg\:mx-7 {
      margin-inline: 2.625rem
    }

    .lg\:mx-\[2\.5rem\] {
      margin-inline: 2.5rem
    }

    .lg\:mx-auto {
      margin-inline: auto
    }

    .lg\:my-2 {
      margin-block: .75rem
    }

    .lg\:my-4 {
      margin-block: 1.5rem
    }

    .lg\:my-6 {
      margin-block: 2.25rem
    }

    .lg\:-mt-10 {
      margin-top: -3.75rem
    }

    .lg\:mt-0 {
      margin-top: 0
    }

    .lg\:mt-1 {
      margin-top: .375rem
    }

    .lg\:mt-4 {
      margin-top: 1.5rem
    }

    .lg\:mt-6 {
      margin-top: 2.25rem
    }

    .lg\:mt-8 {
      margin-top: 3rem
    }

    .lg\:mr-0 {
      margin-right: 0
    }

    .lg\:mr-3 {
      margin-right: 1.125rem
    }

    .lg\:mb-0 {
      margin-bottom: 0
    }

    .lg\:mb-1 {
      margin-bottom: .375rem
    }

    .lg\:mb-4 {
      margin-bottom: 1.5rem
    }

    .lg\:mb-6 {
      margin-bottom: 2.25rem
    }

    .lg\:mb-9 {
      margin-bottom: 3.375rem
    }

    .lg\:mb-\[0\.3rem\] {
      margin-bottom: .3rem
    }

    .lg\:ml-2 {
      margin-left: .75rem
    }

    .lg\:ml-3 {
      margin-left: 1.125rem
    }

    .lg\:block {
      display: block
    }

    .lg\:flex {
      display: flex
    }

    .lg\:hidden {
      display: none
    }

    .lg\:inline {
      display: inline
    }

    .lg\:inline-flex {
      display: inline-flex
    }

    .lg\:size-5 {
      width: 1.875rem;
      height: 1.875rem
    }

    .lg\:size-6 {
      width: 2.25rem;
      height: 2.25rem
    }

    .lg\:size-7 {
      width: 2.625rem;
      height: 2.625rem
    }

    .lg\:size-8 {
      width: 3rem;
      height: 3rem
    }

    .lg\:size-10 {
      width: 3.75rem;
      height: 3.75rem
    }

    .lg\:size-\[99px\] {
      width: 99px;
      height: 99px
    }

    .lg\:size-auto {
      width: auto;
      height: auto
    }

    .lg\:h-7 {
      height: 2.625rem
    }

    .lg\:h-56 {
      height: 21rem
    }

    .lg\:h-60 {
      height: 22.5rem
    }

    .lg\:h-\[5\.75rem\] {
      height: 5.75rem
    }

    .lg\:h-\[18\.75rem\] {
      height: 18.75rem
    }

    .lg\:h-\[380px\] {
      height: 380px
    }

    .lg\:h-auto {
      height: auto
    }

    .lg\:max-h-\[80vh\] {
      max-height: 80vh
    }

    .lg\:max-h-\[calc\(100vh-6rem\)\] {
      max-height: calc(100vh - 6rem)
    }

    .lg\:max-h-\[calc\(100vh-7\.5rem\)\] {
      max-height: calc(100vh - 7.5rem)
    }

    .lg\:max-h-none {
      max-height: none
    }

    .lg\:min-h-\[595px\] {
      min-height: 595px
    }

    .lg\:w-1\/2 {
      width: 50%
    }

    .lg\:w-1\/3 {
      width: 33.3333%
    }

    .lg\:w-2\/3 {
      width: 66.6667%
    }

    .lg\:w-14 {
      width: 5.25rem
    }

    .lg\:w-16 {
      width: 6rem
    }

    .lg\:w-40 {
      width: 15rem
    }

    .lg\:w-52 {
      width: 19.5rem
    }

    .lg\:w-60 {
      width: 22.5rem
    }

    .lg\:w-80 {
      width: 30rem
    }

    .lg\:w-96 {
      width: 36rem
    }

    .lg\:w-\[11\.25rem\] {
      width: 11.25rem
    }

    .lg\:w-\[15\.625rem\] {
      width: 15.625rem
    }

    .lg\:w-\[140px\] {
      width: 140px
    }

    .lg\:w-\[186px\] {
      width: 186px
    }

    .lg\:w-\[230px\] {
      width: 230px
    }

    .lg\:w-\[240px\] {
      width: 240px
    }

    .lg\:w-\[360px\] {
      width: 360px
    }

    .lg\:w-\[1020px\] {
      width: 1020px
    }

    .lg\:w-\[calc\(100\%_-_5\.25rem\)\] {
      width: calc(100% - 5.25rem)
    }

    .lg\:max-w-48 {
      max-width: 18rem
    }

    .lg\:max-w-\[34rem\] {
      max-width: 34rem
    }

    .lg\:max-w-\[80vw\] {
      max-width: 80vw
    }

    .lg\:max-w-\[85\%\] {
      max-width: 85%
    }

    .lg\:max-w-\[326px\] {
      max-width: 326px
    }

    .lg\:max-w-\[468px\] {
      max-width: 468px
    }

    .lg\:max-w-\[500px\] {
      max-width: 500px
    }

    .lg\:max-w-\[542px\] {
      max-width: 542px
    }

    .lg\:max-w-\[750px\] {
      max-width: 750px
    }

    .lg\:max-w-\[900px\] {
      max-width: 900px
    }

    .lg\:max-w-\[1218px\] {
      max-width: 1218px
    }

    .lg\:flex-1 {
      flex: 1
    }

    .lg\:flex-none {
      flex: none
    }

    .lg\:basis-60 {
      flex-basis: 22.5rem
    }

    .lg\:cursor-auto {
      cursor: auto
    }

    .lg\:grid-flow-col {
      grid-auto-flow: column
    }

    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .lg\:flex-col-reverse {
      flex-direction: column-reverse
    }

    .lg\:flex-row {
      flex-direction: row
    }

    .lg\:items-center {
      align-items: center
    }

    .lg\:items-start {
      align-items: flex-start
    }

    .lg\:items-stretch {
      align-items: stretch
    }

    .lg\:justify-between {
      justify-content: space-between
    }

    .lg\:justify-center {
      justify-content: center
    }

    .lg\:gap-0 {
      gap: 0
    }

    .lg\:gap-1 {
      gap: .375rem
    }

    .lg\:gap-2 {
      gap: .75rem
    }

    .lg\:gap-3 {
      gap: 1.125rem
    }

    .lg\:gap-4 {
      gap: 1.5rem
    }

    .lg\:gap-5 {
      gap: 1.875rem
    }

    .lg\:gap-6 {
      gap: 2.25rem
    }

    .lg\:gap-8 {
      gap: 3rem
    }

    .lg\:gap-10 {
      gap: 3.75rem
    }

    .lg\:gap-12 {
      gap: 4.5rem
    }

    .lg\:gap-14 {
      gap: 5.25rem
    }

    .lg\:self-end {
      align-self: flex-end
    }

    .lg\:self-start {
      align-self: flex-start
    }

    .lg\:self-stretch {
      align-self: stretch
    }

    .lg\:overflow-auto {
      overflow: auto
    }

    .lg\:\[border-radius\:0\%_10\%_10\%_0\%_\/_25\%_50\%_50\%_25\%\] {
      border-radius: 0 10% 10%0/25% 50% 50% 25%
    }

    .lg\:rounded-lg {
      border-radius: .75rem
    }

    .lg\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0
    }

    .lg\:rounded-bl-lg {
      border-bottom-left-radius: .75rem
    }

    .lg\:border-none {
      --tw-border-style: none;
      border-style: none
    }

    .lg\:bg-brightgreen-10 {
      background-color: #e1fbeb
    }

    .lg\:bg-grey-2 {
      background-color: #fafbf9
    }

    .lg\:bg-grey-5 {
      background-color: #f5f6f2
    }

    .lg\:p-1\.5 {
      padding: .5625rem
    }

    .lg\:p-3 {
      padding: 1.125rem
    }

    .lg\:p-4 {
      padding: 1.5rem
    }

    .lg\:p-6 {
      padding: 2.25rem
    }

    .lg\:p-8 {
      padding: 3rem
    }

    .lg\:px-0 {
      padding-inline: 0
    }

    .lg\:px-1 {
      padding-inline: .375rem
    }

    .lg\:px-2 {
      padding-inline: .75rem
    }

    .lg\:px-4 {
      padding-inline: 1.5rem
    }

    .lg\:px-5 {
      padding-inline: 1.875rem
    }

    .lg\:px-6 {
      padding-inline: 2.25rem
    }

    .lg\:px-10 {
      padding-inline: 3.75rem
    }

    .lg\:px-12 {
      padding-inline: 4.5rem
    }

    .lg\:px-20 {
      padding-inline: 7.5rem
    }

    .lg\:py-2\.5 {
      padding-block: .9375rem
    }

    .lg\:py-4 {
      padding-block: 1.5rem
    }

    .lg\:py-8 {
      padding-block: 3rem
    }

    .lg\:py-10 {
      padding-block: 3.75rem
    }

    .lg\:py-\[0\.95rem\] {
      padding-block: .95rem
    }

    .lg\:py-\[90px\] {
      padding-block: 90px
    }

    .lg\:pt-0 {
      padding-top: 0
    }

    .lg\:pt-2 {
      padding-top: .75rem
    }

    .lg\:pt-8 {
      padding-top: 3rem
    }

    .lg\:pt-\[90px\] {
      padding-top: 90px
    }

    .lg\:pb-0 {
      padding-bottom: 0
    }

    .lg\:pb-6 {
      padding-bottom: 2.25rem
    }

    .lg\:pl-0 {
      padding-left: 0
    }

    .lg\:pl-2 {
      padding-left: .75rem
    }

    .lg\:pl-3 {
      padding-left: 1.125rem
    }

    .lg\:text-left {
      text-align: left
    }

    .lg\:font-heading {
      font-family: Booster Next FY, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }

    .lg\:font-sans {
      font-family: Roboto, Roboto Fallback, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Noto Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
    }

    .lg\:text-h2 {
      font-size: 1.5rem;
      line-height: 133%
    }

    @media (min-width:64rem) {
      .lg\:text-h2 {
        font-size: 2rem
      }
    }

    .lg\:text-h4 {
      font-size: 1.125rem;
      line-height: 133%
    }

    @media (min-width:64rem) {
      .lg\:text-h4 {
        font-size: 1.25rem
      }
    }

    .lg\:text-base {
      font-size: 1rem;
      line-height: var(--tw-leading, 150%)
    }

    .lg\:text-small {
      font-size: .875rem;
      line-height: var(--tw-leading, 125%)
    }

    .lg\:text-\[1\.25rem\] {
      font-size: 1.25rem
    }

    .lg\:text-\[1\.625rem\] {
      font-size: 1.625rem
    }

    .lg\:leading-condensed {
      --tw-leading: 1.25;
      line-height: 1.25
    }

    .lg\:font-bold {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold)
    }

    .lg\:whitespace-pre-line {
      white-space: pre-line
    }

    .lg\:text-grey-75 {
      color: #4d503f
    }

    .lg\:text-grey-100 {
      color: #1c1d16
    }

    .lg\:shadow-none {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .lg\:\[grid-template-areas\:\'main_sidebar\'\'complementary_sidebar\'\] {
      grid-template-areas: "main sidebar" "complementary sidebar"
    }

    .lg\:data-\[single-column-layout\]\:max-w-\[760px\][data-single-column-layout] {
      max-width: 760px
    }
  }

  @media (min-width:90em) {
    .xl\:mx-auto {
      margin-inline: auto
    }

    .xl\:mt-8 {
      margin-top: 3rem
    }

    .xl\:w-40 {
      width: 15rem
    }

    .xl\:w-\[1092px\] {
      width: 1092px
    }

    .xl\:w-\[1170px\] {
      width: 1170px
    }

    .xl\:w-\[calc\(50\%_-_12px\)\] {
      width: calc(50% - 12px)
    }

    .xl\:max-w-44 {
      max-width: 16.5rem
    }

    .xl\:max-w-\[672px\] {
      max-width: 672px
    }

    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .xl\:grid-cols-8 {
      grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .xl\:grid-rows-1 {
      grid-template-rows: repeat(1, minmax(0, 1fr))
    }

    .xl\:flex-row {
      flex-direction: row
    }

    .xl\:items-center {
      align-items: center
    }

    .xl\:gap-\[56px\] {
      gap: 56px
    }

    .xl\:px-0 {
      padding-inline: 0
    }

    .xl\:px-10 {
      padding-inline: 3.75rem
    }

    .xl\:px-12 {
      padding-inline: 4.5rem
    }

    .xl\:px-20 {
      padding-inline: 7.5rem
    }

    .xl\:py-8 {
      padding-block: 3rem
    }
  }

  @container (min-width:20rem) {
    .\@xs\:block {
      display: block
    }
  }

  @container (min-width:24rem) {
    .\@sm\:self-start {
      align-self: flex-start
    }
  }

  @container (min-width:32rem) {
    .\@lg\:w-1\/2 {
      width: 50%
    }

    .\@lg\:flex-row {
      flex-direction: row
    }

    .\@lg\:items-center {
      align-items: center
    }

    .\@lg\:gap-1 {
      gap: .375rem
    }

    .\@lg\:overflow-visible {
      overflow: visible
    }

    .\@lg\:border {
      border-style: var(--tw-border-style);
      border-width: 1px
    }

    .\@lg\:border-0 {
      border-style: var(--tw-border-style);
      border-width: 0
    }

    .\@lg\:border-grey-40 {
      border-color: #a1a58d
    }

    .\@lg\:bg-grey-0 {
      background-color: #fff
    }

    .\@lg\:bg-transparent {
      background-color: #0000
    }

    .\@lg\:p-0 {
      padding: 0
    }

    .\@lg\:p-0\.5 {
      padding: .1875rem
    }

    .\@lg\:after\:ml-1:after {
      content: var(--tw-content);
      margin-left: .375rem
    }

    .\@lg\:after\:block:after {
      content: var(--tw-content);
      display: block
    }

    .\@lg\:after\:h-4:after {
      content: var(--tw-content);
      height: 1.5rem
    }

    .\@lg\:after\:w-px:after {
      content: var(--tw-content);
      width: 1px
    }

    .\@lg\:after\:bg-grey-40:after {
      content: var(--tw-content);
      background-color: #a1a58d
    }
  }

  @container (min-width:36rem) {
    .\@xl\:aspect-2 {
      aspect-ratio: 2
    }

    .\@xl\:w-\[180px\] {
      width: 180px
    }
  }

  @container ctaBox (min-width:36rem) {
    .\@xl\/ctaBox\:max-w-40 {
      max-width: 15rem
    }

    .\@xl\/ctaBox\:max-w-60 {
      max-width: 22.5rem
    }

    .\@xl\/ctaBox\:flex-row-reverse {
      flex-direction: row-reverse
    }
  }

  @container (min-width:36rem) {
    .\@xl\:flex-row {
      flex-direction: row
    }
  }

  @container ctaBox (min-width:36rem) {
    .\@xl\/ctaBox\:p-6 {
      padding: 2.25rem
    }
  }

  @container (min-width:73.75rem) {
    .\@\[73\.75rem\]\:rounded-lg {
      border-radius: .75rem
    }
  }

  .\[\&_\*\]\:scroll-mt-0 * {
    scroll-margin-top: 0
  }

  .\[\&_blockquote\]\:my-2 blockquote {
    margin-block: .75rem
  }

  .\[\&_blockquote\]\:border-l-3 blockquote {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px
  }

  .\[\&_blockquote\]\:border-grey-75 blockquote {
    border-color: #4d503f
  }

  .\[\&_blockquote\]\:pl-2 blockquote {
    padding-left: .75rem
  }

  .\[\&_blockquote\]\:text-grey-75 blockquote {
    color: #4d503f
  }

  .\[\&_h1\:first-child\]\:mt-0 h1:first-child,
  .\[\&_h2\:first-child\]\:mt-0 h2:first-child {
    margin-top: 0
  }

  .\[\&_h3\]\:mt-3 h3 {
    margin-top: 1.125rem
  }

  .\[\&_h3\]\:mb-2 h3 {
    margin-bottom: .75rem
  }

  .\[\&_h3\]\:text-h4 h3 {
    font-size: 1.125rem;
    line-height: 133%
  }

  @media (min-width:64rem) {
    .\[\&_h3\]\:text-h4 h3 {
      font-size: 1.25rem
    }
  }

  .\[\&_h3\]\:font-bold h3 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold)
  }

  .\[\&_iframe\]\:absolute iframe {
    position: absolute
  }

  .\[\&_iframe\]\:size-full iframe {
    width: 100%;
    height: 100%
  }

  .\[\&_ol\]\:my-2 ol {
    margin-block: .75rem
  }

  .\[\&_ol\]\:list-decimal ol {
    list-style-type: decimal
  }

  .\[\&_ol\]\:pl-4 ol {
    padding-left: 1.5rem
  }

  .\[\&_p\]\:mb-2 p {
    margin-bottom: .75rem
  }

  .\[\&_p\:last-child\]\:mb-0 p:last-child {
    margin-bottom: 0
  }

  .\[\&_svg\]\:mt-0\.5 svg {
    margin-top: .1875rem
  }

  .\[\&_svg\]\:size-3 svg {
    width: 1.125rem;
    height: 1.125rem
  }

  .\[\&_ul\]\:my-2 ul {
    margin-block: .75rem
  }

  .\[\&_ul\]\:list-disc ul {
    list-style-type: disc
  }

  .\[\&_ul\]\:pl-4 ul {
    padding-left: 1.5rem
  }

  .\[\&\:last-of-type\]\:after\:border-b-0:last-of-type:after {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0
  }

  .\[\&\:nth-child\(n\+7\)\]\:hidden:nth-child(n+7) {
    display: none
  }

  @media (min-width:36em) {
    .md\:\[\&\:nth-child\(n\+7\)\]\:block:nth-child(n+7) {
      display: block
    }
  }

  .\[\&\>\*\]\:flex-\[0_0_auto\]>* {
    flex: none
  }

  .peer-checked\:\[\&\>\*\]\:opacity-100:is(:where(.peer):checked~*)>* {
    opacity: 1
  }

  .peer-disabled\:\[\&\>\*\]\:text-grey-40:is(:where(.peer):disabled~*)>* {
    color: #a1a58d
  }

  .peer-disabled\:\[\&\>\*\]\:opacity-0:is(:where(.peer):disabled~*)>* {
    opacity: 0
  }

  .peer-aria-invalid\:\[\&\>\*\]\:text-error-100:is(:where(.peer)[aria-invalid=true]~*)>* {
    color: #cf321d
  }

  .\[\&\>\:first-child\]\:cursor-pointer>:first-child {
    cursor: pointer
  }

  .\[\&\>\:first-child\]\:p-3>:first-child {
    padding: 1.125rem
  }

  @media (min-width:36em) {
    .md\:\[\&\>\:first-child\]\:p-4>:first-child {
      padding: 1.5rem
    }
  }

  .\[\&\>h2\:first-of-type\]\:mt-2>h2:first-of-type {
    margin-top: .75rem
  }

  .\[\&\>script\:first-child\+\*\]\:mt-0>script:first-child+* {
    margin-top: 0
  }

  @media (min-width:64em) {
    .lg\:\[\&\[data-hidden\=\"false\"\]\]\:pointer-events-auto[data-hidden=false] {
      pointer-events: auto
    }

    .lg\:\[\&\[data-hidden\=\"false\"\]\]\:translate-x-0[data-hidden=false] {
      --tw-translate-x: 0px;
      translate: var(--tw-translate-x) var(--tw-translate-y)
    }
  }

  .\[\&\[data-hidden\=\"true\"\]\]\:opacity-0[data-hidden=true] {
    opacity: 0
  }

  @media (min-width:64em) {
    .lg\:\[\&\[data-hidden\=\\\"false\\\"\]\]\:pointer-events-auto[data-hidden='"false"'] {
      pointer-events: auto
    }

    .lg\:\[\&\[data-hidden\=\\\"false\\\"\]\]\:translate-x-0[data-hidden='"false"'] {
      --tw-translate-x: 0px;
      translate: var(--tw-translate-x) var(--tw-translate-y)
    }
  }

  .\[\&\[data-hidden\=\\\"true\\\"\]\]\:opacity-0[data-hidden='"true"'] {
    opacity: 0
  }

  @media (hover:hover) {
    .\[\@media\(hover\:hover\)\]\:hover\:shadow-second:hover {
      --tw-shadow: 0 .375rem 1.5rem 0 var(--tw-shadow-color, #0003);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }
  }

  .dialog-center {
    transform: translate(-50%, -50%)
  }

  .link-underline {
    color: #028062;
    text-decoration-line: underline
  }

  .link-underline:hover {
    color: #01503e
  }

  .link-underline:focus {
    color: #1171c5;
    outline-width: 1px;
    outline-style: var(--tw-outline-style);
    border-radius: 3px;
    outline-width: 3px;
    outline-color: #1171c5
  }

  .link-underline:visited {
    color: #4d503f
  }

  .no-scrollbar::-webkit-scrollbar {
    display: none
  }

  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
  }
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url(../fonts/roboto-flex-latin-wght-normal.n-dP9qr2.woff2)format("woff2-variations");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Roboto Fallback;
  src: local(Arial);
  ascent-override: 92.98%;
  descent-override: 24.47%;
  line-gap-override: 0%;
  size-adjust: 99.78%
}

@font-face {
  font-family: Booster Next FY;
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(../fonts/100.CEp7HPfg.woff2)format("woff2"), url(../fonts/100.LUdiXcso.woff)format("woff")
}

@font-face {
  font-family: Booster Next FY;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/400.Baswsqi8.woff2)format("woff2"), url(../fonts/400.nxqBuZ_7.woff)format("woff")
}

@font-face {
  font-family: Booster Next FY;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../fonts/700.vD-HA5cE.woff2)format("woff2"), url(../fonts/700.DsjRNgdG.woff)format("woff")
}

:root {
  font-variant-ligatures: no-common-ligatures;
  text-rendering: geometricprecision
}

html :not(input) {
  scroll-margin-top: 10.5rem
}

@media (min-width:64em) {
  html :not(input) {
    scroll-margin-top: 7.5rem
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-hyphens: auto;
  hyphens: auto
}

p {
  text-wrap: pretty
}

@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-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: #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-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0#0000
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0#0000
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0#0000
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0#0000
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0#0000
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-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-content {
  syntax: "*";
  inherits: false;
  initial-value: ""
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes overlayShow {
  0% {
    opacity: 0
  }

  to {
    opacity: .7
  }
}

@keyframes overlayHide {
  0% {
    opacity: .7
  }

  to {
    opacity: 0
  }
}

@keyframes contentShow {
  0% {
    opacity: 0;
    transform: translate(-50%, -48%) scale(.96)
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes contentHide {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
  }

  to {
    opacity: 0;
    transform: translate(-50%, -48%) scale(.96)
  }
}
