/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb>.splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 0.125rem solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 1.25rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.25rem;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 0.063rem;
  margin: -0.063rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.063rem;
}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}
.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}
.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  border: 0.063rem solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
  border: 0.063rem solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}
.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 0.5rem 0 0.188rem;
}
.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}
.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}
.air-datepicker-body--cells {
  display: grid;
}
.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}
.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.063rem solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}
.air-datepicker-nav--title,.air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  width: 2rem;
  height: 2rem;
}
.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 0.125rem;
}
.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 0.5rem;
}
.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: .3em;
}
.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}
.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255,255,255,0);
}
.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 0.75rem;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}
.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 0.875rem;
  text-align: center;
}
.air-datepicker-time--current-colon {
  margin: 0 0.125rem 0.188rem;
  line-height: 1;
}
.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 1.188rem;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -0.125rem;
  top: -0.188rem;
  right: -0.125rem;
  bottom: -0.125rem;
  z-index: -1;
  opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 0.375rem;
  font-size: 0.688rem;
  margin-bottom: 0.063rem;
}
.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 0.688rem;
  height: 1.063rem;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 0.25rem;
}
.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}
.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 0.188rem;
  border: 0.063rem solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 0.188rem;
  border: 0.063rem solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 0.188rem;
  border: 0.063rem solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size)/2*-1);
}
.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0,0,0,0);
  background: rgba(0,0,0,0);
}
.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0,0,0,0);
  background: rgba(0,0,0,0);
}
.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0,0,0,0);
  background: rgba(0,0,0,0);
}
.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0,0,0,0);
}
.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0,0,0,0);
}
.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 0.875rem;
  --adp-width: 15.375rem;
  --adp-z-index: 100;
  --adp-padding: 0.25rem;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 0.5rem;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 0.25rem;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 2rem;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 2rem;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 2rem;
  --adp-month-cell-height: 2.625rem;
  --adp-year-cell-height: 3.5rem;
  --adp-pointer-size: 0.625rem;
  --adp-poiner-border-radius: 0.125rem;
  --adp-pointer-offset: 0.875rem;
  --adp-cell-border-radius: 0.25rem;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 2rem;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 0.063rem;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 0.75rem;
  --adp-time-padding-inner: 0.625rem;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 1rem;
  --adp-mobile-nav-height: 2.5rem;
  --adp-mobile-width: 20rem;
  --adp-mobile-day-cell-height: 2.375rem;
  --adp-mobile-month-cell-height: 3rem;
  --adp-mobile-year-cell-height: 4rem;
}
.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}
.air-datepicker {
  background: var(--adp-background-color);
  border: 0.063rem solid var(--adp-border-color);
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family),sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  transition: none;
}
.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}
.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 0.063rem solid var(--adp-border-color-inline);
  border-right: 0.063rem solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}
.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 0.063rem);
}
.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}
.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 0.063rem);
}
.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}
.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 0.063rem);
}
.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}
.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 0.063rem);
}
.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}
.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size)/2);
}
.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size)/2);
}
.air-datepicker--navigation {
  grid-area: nav;
}
.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}
.air-datepicker--time {
  grid-area: timepicker;
}
.air-datepicker--buttons {
  grid-area: buttons;
}
.air-datepicker--buttons,.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 0.063rem solid var(--adp-border-color-inner);
}
.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;
  transition-delay: 0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.063rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-black: #000;
    --color-white: #fff;
    --color-primary-light: #f4f4e8;
    --color-primary-dark: #1a3a22;
    --color-primary-accent: #cbe214;
    --color-greyscale-5: #f4f5f4;
    --color-greyscale-10: #e9eae9;
    --color-greyscale-20: #d3d5d4;
    --color-greyscale-40: #a8aba8;
    --color-greyscale-60: #7c817d;
    --color-greyscale-80: #505752;
    --color-greyscale-100: #242d27;
    --color-success: #008000;
    --color-alert: #ffa500;
    --color-error: #ff0000;
    --font-display: Darker Grotesque, serif;
    --font-body: Hanken Grotesk, serif;
    --radius-small: 0.5rem;
    --radius-medium: 1rem;
    --ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 0.063rem;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 1.25rem;
  }
  ::file-selector-button {
    margin-inline-end: 0.25rem;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-\[-8px\] {
    inset: -0.5rem;
  }
  .inset-\[-15px\] {
    inset: -0.938rem;
  }
  .inset-\[1px\] {
    inset: 0.063rem;
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-x-\[-50px\] {
    inset-inline: -3.125rem;
  }
  .inset-x-\[15px\] {
    inset-inline: 0.938rem;
  }
  .inset-x-\[16px\] {
    inset-inline: 1rem;
  }
  .inset-x-\[30px\] {
    inset-inline: 1.875rem;
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-1px\] {
    top: -0.063rem;
  }
  .top-\[-2px\] {
    top: -0.125rem;
  }
  .top-\[-3px\] {
    top: -0.188rem;
  }
  .top-\[-5px\] {
    top: -0.313rem;
  }
  .top-\[1px\] {
    top: 0.063rem;
  }
  .top-\[2px\] {
    top: 0.125rem;
  }
  .top-\[4px\] {
    top: 0.25rem;
  }
  .top-\[8px\] {
    top: 0.5rem;
  }
  .top-\[16px\] {
    top: 1rem;
  }
  .top-\[24px\] {
    top: 1.5rem;
  }
  .top-\[80px\] {
    top: 5rem;
  }
  .top-\[100px\] {
    top: 6.25rem;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-2px\] {
    right: -0.125rem;
  }
  .right-\[-6px\] {
    right: -0.375rem;
  }
  .right-\[8px\] {
    right: 0.5rem;
  }
  .right-\[15px\] {
    right: 0.938rem;
  }
  .right-\[16px\] {
    right: 1rem;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-1px\] {
    bottom: -0.063rem;
  }
  .bottom-\[-2px\] {
    bottom: -0.125rem;
  }
  .bottom-\[12px\] {
    bottom: 0.75rem;
  }
  .bottom-\[15px\] {
    bottom: 0.938rem;
  }
  .bottom-\[16px\] {
    bottom: 1rem;
  }
  .bottom-\[18px\] {
    bottom: 1.125rem;
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-1px\] {
    left: -0.063rem;
  }
  .left-\[-8px\] {
    left: -0.5rem;
  }
  .left-\[2px\] {
    left: 0.125rem;
  }
  .left-\[8px\] {
    left: 0.5rem;
  }
  .left-\[10px\] {
    left: 0.625rem;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-200 {
    z-index: 200;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[25\] {
    z-index: 25;
  }
  .z-\[40\] {
    z-index: 40;
  }
  .z-\[90\] {
    z-index: 90;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[101\] {
    z-index: 101;
  }
  .z-\[110\] {
    z-index: 110;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .z-\[var\(--z-overlay\)\] {
    z-index: var(--z-overlay);
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-6 {
    grid-column-start: 6;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .container {
    margin-inline: auto;
    max-width: 90rem;
    padding-inline: 1rem;
    @media (width >= 64rem) {
      padding-inline: 1.5rem;
    }
  }
  .mx-\[-8px\] {
    margin-inline: -0.5rem;
  }
  .mx-\[-16px\] {
    margin-inline: -1rem;
  }
  .mx-\[\.5ch\] {
    margin-inline: .5ch;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[8px\] {
    margin-block: 0.5rem;
  }
  .my-\[40px\] {
    margin-block: 2.5rem;
  }
  .my-auto {
    margin-block: auto;
  }
  .\!mt-\[44px\] {
    margin-top: 2.75rem !important;
  }
  .mt-\[-8px\] {
    margin-top: -0.5rem;
  }
  .mt-\[-10px\] {
    margin-top: -0.625rem;
  }
  .mt-\[-24px\] {
    margin-top: -1.5rem;
  }
  .mt-\[4px\] {
    margin-top: 0.25rem;
  }
  .mt-\[5px\] {
    margin-top: 0.313rem;
  }
  .mt-\[6px\] {
    margin-top: 0.375rem;
  }
  .mt-\[8px\] {
    margin-top: 0.5rem;
  }
  .mt-\[10px\] {
    margin-top: 0.625rem;
  }
  .mt-\[12px\] {
    margin-top: 0.75rem;
  }
  .mt-\[13px\] {
    margin-top: 0.813rem;
  }
  .mt-\[14px\] {
    margin-top: 0.875rem;
  }
  .mt-\[16px\] {
    margin-top: 1rem;
  }
  .mt-\[18px\] {
    margin-top: 1.125rem;
  }
  .mt-\[20px\] {
    margin-top: 1.25rem;
  }
  .mt-\[24px\] {
    margin-top: 1.5rem;
  }
  .mt-\[26px\] {
    margin-top: 1.625rem;
  }
  .mt-\[28px\] {
    margin-top: 1.75rem;
  }
  .mt-\[32px\] {
    margin-top: 2rem;
  }
  .mt-\[36px\] {
    margin-top: 2.25rem;
  }
  .mt-\[40px\] {
    margin-top: 2.5rem;
  }
  .mt-\[44px\] {
    margin-top: 2.75rem;
  }
  .mt-\[45px\] {
    margin-top: 2.813rem;
  }
  .mt-\[47px\] {
    margin-top: 2.938rem;
  }
  .mt-\[48px\] {
    margin-top: 3rem;
  }
  .mt-\[52px\] {
    margin-top: 3.25rem;
  }
  .mt-\[54px\] {
    margin-top: 3.375rem;
  }
  .mt-\[60px\] {
    margin-top: 3.75rem;
  }
  .mt-\[62px\] {
    margin-top: 3.875rem;
  }
  .mt-\[85px\] {
    margin-top: 5.313rem;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-\[-8px\] {
    margin-right: -0.5rem;
  }
  .mr-\[4px\] {
    margin-right: 0.25rem;
  }
  .mr-\[8px\] {
    margin-right: 0.5rem;
  }
  .mr-\[10px\] {
    margin-right: 0.625rem;
  }
  .mr-\[24px\] {
    margin-right: 1.5rem;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-\[-12px\] {
    margin-bottom: -0.75rem;
  }
  .mb-\[-16px\] {
    margin-bottom: -1rem;
  }
  .mb-\[5px\] {
    margin-bottom: 0.313rem;
  }
  .mb-\[10px\] {
    margin-bottom: 0.625rem;
  }
  .mb-\[14px\] {
    margin-bottom: 0.875rem;
  }
  .mb-\[16px\] {
    margin-bottom: 1rem;
  }
  .mb-\[22px\] {
    margin-bottom: 1.375rem;
  }
  .mb-\[24px\] {
    margin-bottom: 1.5rem;
  }
  .mb-\[32px\] {
    margin-bottom: 2rem;
  }
  .mb-\[35px\] {
    margin-bottom: 2.188rem;
  }
  .mb-\[40px\] {
    margin-bottom: 2.5rem;
  }
  .mb-\[56px\] {
    margin-bottom: 3.5rem;
  }
  .mb-\[80px\] {
    margin-bottom: 5rem;
  }
  .mb-\[84px\] {
    margin-bottom: 5.25rem;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-\[-\.5ch\] {
    margin-left: -.5ch;
  }
  .ml-\[8px\] {
    margin-left: 0.5rem;
  }
  .ml-\[10px\] {
    margin-left: 0.625rem;
  }
  .ml-\[var\(--gap\)\] {
    margin-left: var(--gap);
  }
  .ml-auto {
    margin-left: auto;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .hide-scroll {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .\!block {
    display: block !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[var\(--ratio\)\] {
    aspect-ratio: var(--ratio);
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-\[8px\] {
    width: 0.5rem;
    height: 0.5rem;
  }
  .size-\[12px\] {
    width: 0.75rem;
    height: 0.75rem;
  }
  .size-\[15px\] {
    width: 0.938rem;
    height: 0.938rem;
  }
  .size-\[16px\] {
    width: 1rem;
    height: 1rem;
  }
  .size-\[17px\] {
    width: 1.063rem;
    height: 1.063rem;
  }
  .size-\[18px\] {
    width: 1.125rem;
    height: 1.125rem;
  }
  .size-\[20px\] {
    width: 1.25rem;
    height: 1.25rem;
  }
  .size-\[22px\] {
    width: 1.375rem;
    height: 1.375rem;
  }
  .size-\[24px\] {
    width: 1.5rem;
    height: 1.5rem;
  }
  .size-\[25px\] {
    width: 1.563rem;
    height: 1.563rem;
  }
  .size-\[28px\] {
    width: 1.75rem;
    height: 1.75rem;
  }
  .size-\[30px\] {
    width: 1.875rem;
    height: 1.875rem;
  }
  .size-\[32px\] {
    width: 2rem;
    height: 2rem;
  }
  .size-\[36px\] {
    width: 2.25rem;
    height: 2.25rem;
  }
  .size-\[84px\] {
    width: 5.25rem;
    height: 5.25rem;
  }
  .size-\[125px\] {
    width: 7.813rem;
    height: 7.813rem;
  }
  .size-\[150px\] {
    width: 9.375rem;
    height: 9.375rem;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[1em\] {
    height: 1em;
  }
  .h-\[2px\] {
    height: 0.125rem;
  }
  .h-\[6px\] {
    height: 0.375rem;
  }
  .h-\[10px\] {
    height: 0.625rem;
  }
  .h-\[14px\] {
    height: 0.875rem;
  }
  .h-\[24px\] {
    height: 1.5rem;
  }
  .h-\[28px\] {
    height: 1.75rem;
  }
  .h-\[30px\] {
    height: 1.875rem;
  }
  .h-\[31px\] {
    height: 1.938rem;
  }
  .h-\[34px\] {
    height: 2.125rem;
  }
  .h-\[40px\] {
    height: 2.5rem;
  }
  .h-\[44px\] {
    height: 2.75rem;
  }
  .h-\[50cqh\] {
    height: 50cqh;
  }
  .h-\[50px\] {
    height: 3.125rem;
  }
  .h-\[54px\] {
    height: 3.375rem;
  }
  .h-\[56px\] {
    height: 3.5rem;
  }
  .h-\[166px\] {
    height: 10.375rem;
  }
  .h-\[183px\] {
    height: 11.438rem;
  }
  .h-\[265px\] {
    height: 16.563rem;
  }
  .h-\[336px\] {
    height: 21rem;
  }
  .h-\[375px\] {
    height: 23.438rem;
  }
  .h-\[430px\] {
    height: 26.875rem;
  }
  .h-\[480px\] {
    height: 30rem;
  }
  .h-\[calc\(100\%\+16px\)\] {
    height: calc(100% + 1rem);
  }
  .h-\[calc\(100\%\+30px\)\] {
    height: calc(100% + 1.875rem);
  }
  .h-\[calc\(100\%-2px\)\] {
    height: calc(100% - 0.125rem);
  }
  .h-\[calc\(100\%-100px\)\] {
    height: calc(100% - 6.25rem);
  }
  .h-\[calc\(100vh-120px\)\] {
    height: calc(100vh - 7.5rem);
  }
  .h-\[calc\(100vh-140px\)\] {
    height: calc(100vh - 8.75rem);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[40vh\] {
    max-height: 40vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[440px\] {
    max-height: 27.5rem;
  }
  .max-h-\[837px\] {
    max-height: 52.313rem;
  }
  .max-h-\[calc\(100vh-22px\)\] {
    max-height: calc(100vh - 1.375rem);
  }
  .max-h-\[calc\(100vh-40px\)\] {
    max-height: calc(100vh - 2.5rem);
  }
  .max-h-\[calc\(100vh-100px\)\] {
    max-height: calc(100vh - 6.25rem);
  }
  .max-h-\[calc\(100vh-var\(--offset\)\)\] {
    max-height: calc(100vh - var(--offset));
  }
  .max-h-full {
    max-height: 100%;
  }
  .\!min-h-0 {
    min-height: calc(var(--spacing) * 0) !important;
  }
  .min-h-\[105px\] {
    min-height: 6.563rem;
  }
  .min-h-\[400px\] {
    min-height: 25rem;
  }
  .min-h-\[480px\] {
    min-height: 30rem;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-inherit {
    min-height: inherit;
  }
  .\!w-\[calc\(100\%-60px\)\] {
    width: calc(100% - 3.75rem) !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-\[8px\] {
    width: 0.5rem;
  }
  .w-\[10px\] {
    width: 0.625rem;
  }
  .w-\[12px\] {
    width: 0.75rem;
  }
  .w-\[14px\] {
    width: 0.875rem;
  }
  .w-\[16px\] {
    width: 1rem;
  }
  .w-\[24px\] {
    width: 1.5rem;
  }
  .w-\[28px\] {
    width: 1.75rem;
  }
  .w-\[30px\] {
    width: 1.875rem;
  }
  .w-\[32px\] {
    width: 2rem;
  }
  .w-\[34px\] {
    width: 2.125rem;
  }
  .w-\[40px\] {
    width: 2.5rem;
  }
  .w-\[50cqw\] {
    width: 50cqw;
  }
  .w-\[54px\] {
    width: 3.375rem;
  }
  .w-\[56px\] {
    width: 3.5rem;
  }
  .w-\[57px\] {
    width: 3.563rem;
  }
  .w-\[100cqw\] {
    width: 100cqw;
  }
  .w-\[100px\] {
    width: 6.25rem;
  }
  .w-\[172px\] {
    width: 10.75rem;
  }
  .w-\[218px\] {
    width: 13.625rem;
  }
  .w-\[219px\] {
    width: 13.688rem;
  }
  .w-\[240px\] {
    width: 15rem;
  }
  .w-\[320px\] {
    width: 20rem;
  }
  .w-\[calc\(100\%\+16px\)\] {
    width: calc(100% + 1rem);
  }
  .w-\[calc\(100\%\+30px\)\] {
    width: calc(100% + 1.875rem);
  }
  .w-\[calc\(100\%-2px\)\] {
    width: calc(100% - 0.125rem);
  }
  .w-\[calc\(100vw-30px\)\] {
    width: calc(100vw - 1.875rem);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[114px\] {
    max-width: 7.125rem;
  }
  .max-w-\[170px\] {
    max-width: 10.625rem;
  }
  .max-w-\[200px\] {
    max-width: 12.5rem;
  }
  .max-w-\[211px\] {
    max-width: 13.188rem;
  }
  .max-w-\[290px\] {
    max-width: 18.125rem;
  }
  .max-w-\[300px\] {
    max-width: 18.75rem;
  }
  .max-w-\[332px\] {
    max-width: 20.75rem;
  }
  .max-w-\[336px\] {
    max-width: 21rem;
  }
  .max-w-\[350px\] {
    max-width: 21.875rem;
  }
  .max-w-\[400px\] {
    max-width: 25rem;
  }
  .max-w-\[410px\] {
    max-width: 25.625rem;
  }
  .max-w-\[440px\] {
    max-width: 27.5rem;
  }
  .max-w-\[450px\] {
    max-width: 28.125rem;
  }
  .max-w-\[486px\] {
    max-width: 30.375rem;
  }
  .max-w-\[512px\] {
    max-width: 32rem;
  }
  .max-w-\[515px\] {
    max-width: 32.188rem;
  }
  .max-w-\[520px\] {
    max-width: 32.5rem;
  }
  .max-w-\[526px\] {
    max-width: 32.875rem;
  }
  .max-w-\[530px\] {
    max-width: 33.125rem;
  }
  .max-w-\[560px\] {
    max-width: 35rem;
  }
  .max-w-\[570px\] {
    max-width: 35.625rem;
  }
  .max-w-\[594px\] {
    max-width: 37.125rem;
  }
  .max-w-\[600px\] {
    max-width: 37.5rem;
  }
  .max-w-\[608px\] {
    max-width: 38rem;
  }
  .max-w-\[613px\] {
    max-width: 38.313rem;
  }
  .max-w-\[632px\] {
    max-width: 39.5rem;
  }
  .max-w-\[645px\] {
    max-width: 40.313rem;
  }
  .max-w-\[660px\] {
    max-width: 41.25rem;
  }
  .max-w-\[670px\] {
    max-width: 41.875rem;
  }
  .max-w-\[690px\] {
    max-width: 43.125rem;
  }
  .max-w-\[740px\] {
    max-width: 46.25rem;
  }
  .max-w-\[920px\] {
    max-width: 57.5rem;
  }
  .max-w-\[960px\] {
    max-width: 60rem;
  }
  .max-w-\[973px\] {
    max-width: 60.813rem;
  }
  .max-w-\[1140px\] {
    max-width: 71.25rem;
  }
  .max-w-\[1142px\] {
    max-width: 71.375rem;
  }
  .max-w-\[1160px\] {
    max-width: 72.5rem;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-bottom {
    transform-origin: bottom;
  }
  .origin-center {
    transform-origin: center;
  }
  .origin-left {
    transform-origin: left;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[34px\] {
    --tw-translate-x: 2.125rem;
    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: calc(calc(1/2 * 100%) * -1);
    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-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    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);
  }
  .-scale-100 {
    --tw-scale-x: calc(100% * -1);
    --tw-scale-y: calc(100% * -1);
    --tw-scale-z: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[var\(--progress\)\] {
    --tw-scale-x: var(--progress);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[var\(--scale\)\] {
    --tw-scale-x: var(--scale);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[1\.5\] {
    scale: 1.5;
  }
  .\!-rotate-90 {
    rotate: calc(90deg * -1) !important;
  }
  .\!rotate-90 {
    rotate: 90deg !important;
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-5deg\] {
    rotate: -5deg;
  }
  .rotate-\[5deg\] {
    rotate: 5deg;
  }
  .rotate-\[90deg\] {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-center {
    scroll-snap-align: center;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .scroll-m-\[20px\] {
    scroll-margin: 1.25rem;
  }
  .scroll-mt-\[90px\] {
    scroll-margin-top: 5.625rem;
  }
  .appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .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: calc(var(--spacing) * 0) !important;
  }
  .gap-\[1px\] {
    gap: 0.063rem;
  }
  .gap-\[4px\] {
    gap: 0.25rem;
  }
  .gap-\[5px\] {
    gap: 0.313rem;
  }
  .gap-\[6px\] {
    gap: 0.375rem;
  }
  .gap-\[8px\] {
    gap: 0.5rem;
  }
  .gap-\[10px\] {
    gap: 0.625rem;
  }
  .gap-\[12px\] {
    gap: 0.75rem;
  }
  .gap-\[14px\] {
    gap: 0.875rem;
  }
  .gap-\[15px\] {
    gap: 0.938rem;
  }
  .gap-\[16px\] {
    gap: 1rem;
  }
  .gap-\[18px\] {
    gap: 1.125rem;
  }
  .gap-\[20px\] {
    gap: 1.25rem;
  }
  .gap-\[22px\] {
    gap: 1.375rem;
  }
  .gap-\[24px\] {
    gap: 1.5rem;
  }
  .gap-\[25px\] {
    gap: 1.563rem;
  }
  .gap-\[32px\] {
    gap: 2rem;
  }
  .gap-\[36px\] {
    gap: 2.25rem;
  }
  .gap-\[40px\] {
    gap: 2.5rem;
  }
  .gap-\[42px\] {
    gap: 2.625rem;
  }
  .gap-\[48px\] {
    gap: 3rem;
  }
  .gap-\[50px\] {
    gap: 3.125rem;
  }
  .gap-\[80px\] {
    gap: 5rem;
  }
  .space-y-\[8px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.5rem * var(--tw-space-y-reverse));
      margin-block-end: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[10px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.625rem * var(--tw-space-y-reverse));
      margin-block-end: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[16px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1rem * var(--tw-space-y-reverse));
      margin-block-end: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[32px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(2rem * var(--tw-space-y-reverse));
      margin-block-end: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[5px\] {
    -moz-column-gap: 0.313rem;
         column-gap: 0.313rem;
  }
  .gap-x-\[10px\] {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .gap-x-\[16px\] {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gap-y-\[15px\] {
    row-gap: 0.938rem;
  }
  .gap-y-\[18px\] {
    row-gap: 1.125rem;
  }
  .gap-y-\[24px\] {
    row-gap: 1.5rem;
  }
  .gap-y-\[30px\] {
    row-gap: 1.875rem;
  }
  .gap-y-\[32px\] {
    row-gap: 2rem;
  }
  .gap-y-\[40px\] {
    row-gap: 2.5rem;
  }
  .gap-y-\[45px\] {
    row-gap: 2.813rem;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[2px\] {
    border-radius: 0.125rem;
  }
  .rounded-\[3\.7px\] {
    border-radius: 0.231rem;
  }
  .rounded-\[4px\] {
    border-radius: 0.25rem;
  }
  .rounded-\[6px\] {
    border-radius: 0.375rem;
  }
  .rounded-\[8px\] {
    border-radius: 0.5rem;
  }
  .rounded-\[10px\] {
    border-radius: 0.625rem;
  }
  .rounded-\[24px\] {
    border-radius: 1.5rem;
  }
  .rounded-\[30px\] {
    border-radius: 1.875rem;
  }
  .rounded-\[40px\] {
    border-radius: 2.5rem;
  }
  .rounded-\[120px\] {
    border-radius: 7.5rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 0.063rem);
  }
  .rounded-medium {
    border-radius: var(--radius-medium);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-small {
    border-radius: var(--radius-small);
  }
  .rounded-t-\[4px\] {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .rounded-t-\[10px\] {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }
  .rounded-t-medium {
    border-top-left-radius: var(--radius-medium);
    border-top-right-radius: var(--radius-medium);
  }
  .rounded-t-small {
    border-top-left-radius: var(--radius-small);
    border-top-right-radius: var(--radius-small);
  }
  .rounded-tl-none {
    border-top-left-radius: 0;
  }
  .rounded-b-medium {
    border-bottom-right-radius: var(--radius-medium);
    border-bottom-left-radius: var(--radius-medium);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 0.063rem;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 0.125rem;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.094rem;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 0.063rem;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.063rem;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.063rem;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-greyscale-40 {
    border-color: var(--color-greyscale-40) !important;
  }
  .\!border-primary-accent {
    border-color: var(--color-primary-accent) !important;
  }
  .border-\[\#8E8E8E\] {
    border-color: #8E8E8E;
  }
  .border-\[\#BDBDBD\] {
    border-color: #BDBDBD;
  }
  .border-\[\#C9C9C9\] {
    border-color: #C9C9C9;
  }
  .border-\[\#E5E5CC\] {
    border-color: #E5E5CC;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-error {
    border-color: var(--color-error);
  }
  .border-greyscale-20 {
    border-color: var(--color-greyscale-20);
  }
  .border-greyscale-60 {
    border-color: var(--color-greyscale-60);
  }
  .border-greyscale-100 {
    border-color: var(--color-greyscale-100);
  }
  .border-primary-accent {
    border-color: var(--color-primary-accent);
  }
  .border-primary-dark {
    border-color: var(--color-primary-dark);
  }
  .border-primary-dark\/10 {
    border-color: color-mix(in srgb, #1a3a22 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-primary-dark) 10%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .\!border-b-current {
    border-bottom-color: currentcolor !important;
  }
  .\!bg-primary-accent {
    background-color: var(--color-primary-accent) !important;
  }
  .\!bg-primary-dark {
    background-color: var(--color-primary-dark) !important;
  }
  .bg-\[\#3C3C3C\]\/40 {
    background-color: color-mix(in oklab, #3C3C3C 40%, transparent);
  }
  .bg-\[\#686868\]\/40 {
    background-color: color-mix(in oklab, #686868 40%, transparent);
  }
  .bg-\[\#EDEDDE\] {
    background-color: #EDEDDE;
  }
  .bg-alert {
    background-color: var(--color-alert);
  }
  .bg-black\/5 {
    background-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-error {
    background-color: var(--color-error);
  }
  .bg-greyscale-10 {
    background-color: var(--color-greyscale-10);
  }
  .bg-greyscale-100 {
    background-color: var(--color-greyscale-100);
  }
  .bg-inherit {
    background-color: inherit;
  }
  .bg-primary-accent {
    background-color: var(--color-primary-accent);
  }
  .bg-primary-dark {
    background-color: var(--color-primary-dark);
  }
  .bg-primary-dark\/20 {
    background-color: color-mix(in srgb, #1a3a22 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary-dark) 20%, transparent);
    }
  }
  .bg-primary-dark\/40 {
    background-color: color-mix(in srgb, #1a3a22 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary-dark) 40%, transparent);
    }
  }
  .bg-primary-light {
    background-color: var(--color-primary-light);
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-transparent {
    --tw-gradient-from: 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));
  }
  .to-primary-light {
    --tw-gradient-to: var(--color-primary-light);
    --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));
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-\[5px\] {
    padding: 0.313rem;
  }
  .p-\[8px\] {
    padding: 0.5rem;
  }
  .p-\[10px\] {
    padding: 0.625rem;
  }
  .p-\[12px\] {
    padding: 0.75rem;
  }
  .p-\[15px\] {
    padding: 0.938rem;
  }
  .p-\[16px\] {
    padding: 1rem;
  }
  .p-\[18px\] {
    padding: 1.125rem;
  }
  .p-\[20px\] {
    padding: 1.25rem;
  }
  .p-\[24px\] {
    padding: 1.5rem;
  }
  .btn--md {
    padding-inline: 1.5rem;
    padding-block: 1.125rem;
    font-size: 1rem;
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 0.25rem;
    }
  }
  .btn--sm {
    padding-inline: 0.938rem;
    padding-block: 0.625rem;
    font-size: 0.875rem;
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 0.125rem;
    }
  }
  .px-\[8px\] {
    padding-inline: 0.5rem;
  }
  .px-\[10px\] {
    padding-inline: 0.625rem;
  }
  .px-\[12px\] {
    padding-inline: 0.75rem;
  }
  .px-\[13px\] {
    padding-inline: 0.813rem;
  }
  .px-\[14px\] {
    padding-inline: 0.875rem;
  }
  .px-\[15px\] {
    padding-inline: 0.938rem;
  }
  .px-\[16px\] {
    padding-inline: 1rem;
  }
  .px-\[20px\] {
    padding-inline: 1.25rem;
  }
  .px-\[22px\] {
    padding-inline: 1.375rem;
  }
  .px-\[24px\] {
    padding-inline: 1.5rem;
  }
  .px-\[28px\] {
    padding-inline: 1.75rem;
  }
  .px-\[38px\] {
    padding-inline: 2.375rem;
  }
  .px-\[42px\] {
    padding-inline: 2.625rem;
  }
  .px-\[56px\] {
    padding-inline: 3.5rem;
  }
  .\!py-\[10px\] {
    padding-block: 0.625rem !important;
  }
  .py-\[2px\] {
    padding-block: 0.125rem;
  }
  .py-\[4px\] {
    padding-block: 0.25rem;
  }
  .py-\[5px\] {
    padding-block: 0.313rem;
  }
  .py-\[8px\] {
    padding-block: 0.5rem;
  }
  .py-\[10px\] {
    padding-block: 0.625rem;
  }
  .py-\[11px\] {
    padding-block: 0.688rem;
  }
  .py-\[12px\] {
    padding-block: 0.75rem;
  }
  .py-\[14px\] {
    padding-block: 0.875rem;
  }
  .py-\[15px\] {
    padding-block: 0.938rem;
  }
  .py-\[16px\] {
    padding-block: 1rem;
  }
  .py-\[18px\] {
    padding-block: 1.125rem;
  }
  .py-\[20px\] {
    padding-block: 1.25rem;
  }
  .py-\[21px\] {
    padding-block: 1.313rem;
  }
  .py-\[24px\] {
    padding-block: 1.5rem;
  }
  .py-\[26px\] {
    padding-block: 1.625rem;
  }
  .py-\[28px\] {
    padding-block: 1.75rem;
  }
  .py-\[32px\] {
    padding-block: 2rem;
  }
  .py-\[40px\] {
    padding-block: 2.5rem;
  }
  .py-\[48px\] {
    padding-block: 3rem;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-\[2px\] {
    padding-top: 0.125rem;
  }
  .pt-\[4px\] {
    padding-top: 0.25rem;
  }
  .pt-\[8px\] {
    padding-top: 0.5rem;
  }
  .pt-\[10px\] {
    padding-top: 0.625rem;
  }
  .pt-\[12px\] {
    padding-top: 0.75rem;
  }
  .pt-\[14px\] {
    padding-top: 0.875rem;
  }
  .pt-\[16px\] {
    padding-top: 1rem;
  }
  .pt-\[18px\] {
    padding-top: 1.125rem;
  }
  .pt-\[20px\] {
    padding-top: 1.25rem;
  }
  .pt-\[30px\] {
    padding-top: 1.875rem;
  }
  .pt-\[40px\] {
    padding-top: 2.5rem;
  }
  .pt-\[48px\] {
    padding-top: 3rem;
  }
  .pt-\[76px\] {
    padding-top: 4.75rem;
  }
  .pt-\[var\(--mobile-padding-top\)\] {
    padding-top: var(--mobile-padding-top);
  }
  .pt-\[var\(--offset\)\] {
    padding-top: var(--offset);
  }
  .pr-\[8px\] {
    padding-right: 0.5rem;
  }
  .pr-\[10px\] {
    padding-right: 0.625rem;
  }
  .pr-\[16px\] {
    padding-right: 1rem;
  }
  .pr-\[25px\] {
    padding-right: 1.563rem;
  }
  .pr-\[30px\] {
    padding-right: 1.875rem;
  }
  .pr-\[32px\] {
    padding-right: 2rem;
  }
  .pr-\[40px\] {
    padding-right: 2.5rem;
  }
  .pr-\[95px\] {
    padding-right: 5.938rem;
  }
  .pb-\[4px\] {
    padding-bottom: 0.25rem;
  }
  .pb-\[5px\] {
    padding-bottom: 0.313rem;
  }
  .pb-\[8px\] {
    padding-bottom: 0.5rem;
  }
  .pb-\[10px\] {
    padding-bottom: 0.625rem;
  }
  .pb-\[12px\] {
    padding-bottom: 0.75rem;
  }
  .pb-\[13\.5px\] {
    padding-bottom: 0.844rem;
  }
  .pb-\[16px\] {
    padding-bottom: 1rem;
  }
  .pb-\[20px\] {
    padding-bottom: 1.25rem;
  }
  .pb-\[24px\] {
    padding-bottom: 1.5rem;
  }
  .pb-\[32px\] {
    padding-bottom: 2rem;
  }
  .pb-\[40px\] {
    padding-bottom: 2.5rem;
  }
  .pb-\[var\(--mobile-padding-bottom\)\] {
    padding-bottom: var(--mobile-padding-bottom);
  }
  .pl-\[10px\] {
    padding-left: 0.625rem;
  }
  .pl-\[16px\] {
    padding-left: 1rem;
  }
  .pl-\[20px\] {
    padding-left: 1.25rem;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .\!h6 {
    font-family: var(--font-display) !important;
    font-size: 0.875rem !important;
    --tw-leading: 1 !important;
    line-height: 1 !important;
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
    --tw-tracking: 0.03em !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    @media (width >= 48rem) {
      font-size: 1rem !important;
    }
    @media (width >= 48rem) {
      --tw-tracking: 0.05em !important;
      letter-spacing: 0.05em !important;
    }
  }
  .h6 {
    font-family: var(--font-display);
    font-size: 0.875rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.03em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    @media (width >= 48rem) {
      font-size: 1rem;
    }
    @media (width >= 48rem) {
      --tw-tracking: 0.05em;
      letter-spacing: 0.05em;
    }
  }
  .h1 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 3.313rem;
    }
  }
  .h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 2.688rem;
    }
  }
  .h3 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 2.188rem;
    }
  }
  .h4 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 1.813rem;
    }
  }
  .h5 {
    font-family: var(--font-display);
    font-size: 1.313rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-display {
    font-family: var(--font-display);
  }
  .\!text-\[14px\] {
    font-size: 0.875rem !important;
  }
  .p2 {
    font-size: 1.25rem;
  }
  .p3 {
    font-size: 1.125rem;
  }
  .p4 {
    font-size: 1rem;
  }
  .p5 {
    font-size: 0.875rem;
  }
  .p6 {
    font-size: 0.75rem;
  }
  .text-\[12px\] {
    font-size: 0.75rem;
  }
  .text-\[13px\] {
    font-size: 0.813rem;
  }
  .text-\[14px\] {
    font-size: 0.875rem;
  }
  .text-\[16px\] {
    font-size: 1rem;
  }
  .text-\[18px\] {
    font-size: 1.125rem;
  }
  .text-\[20px\] {
    font-size: 1.25rem;
  }
  .text-\[24px\] {
    font-size: 1.5rem;
  }
  .\!leading-\[1\.2\] {
    --tw-leading: 1.2 !important;
    line-height: 1.2 !important;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[2\] {
    --tw-leading: 2;
    line-height: 2;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .text-balance {
    text-wrap: balance;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#EDEDDE\] {
    color: #EDEDDE;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-current {
    color: currentcolor;
  }
  .text-error {
    color: var(--color-error);
  }
  .text-greyscale-5 {
    color: var(--color-greyscale-5);
  }
  .text-greyscale-40 {
    color: var(--color-greyscale-40);
  }
  .text-greyscale-60 {
    color: var(--color-greyscale-60);
  }
  .text-greyscale-80 {
    color: var(--color-greyscale-80);
  }
  .text-greyscale-100 {
    color: var(--color-greyscale-100);
  }
  .text-primary-accent {
    color: var(--color-primary-accent);
  }
  .text-primary-dark {
    color: var(--color-primary-dark);
  }
  .text-primary-light {
    color: var(--color-primary-light);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-\[2px\] {
    text-underline-offset: 0.125rem;
  }
  .\[-webkit-font-smoothing\:antialiased\] {
    -webkit-font-smoothing: antialiased;
  }
  .placeholder-current {
    &::-moz-placeholder {
      color: currentcolor;
    }
    &::placeholder {
      color: currentcolor;
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_0_0_1px_currentColor\] {
    --tw-shadow: 0 0 0 0.063rem var(--tw-shadow-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);
  }
  .shadow-\[0_0_0_1px_white\] {
    --tw-shadow: 0 0 0 0.063rem var(--tw-shadow-color, white);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .-outline-offset-2 {
    outline-offset: calc(0.125rem * -1);
  }
  .-outline-offset-3 {
    outline-offset: calc(0.188rem * -1);
  }
  .-outline-offset-4 {
    outline-offset: calc(0.25rem * -1);
  }
  .outline-offset-\[-2px\] {
    outline-offset: -0.125rem;
  }
  .blur-\[6px\] {
    --tw-blur: blur(0.375rem);
    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,);
  }
  .blur-\[15px\] {
    --tw-blur: blur(0.938rem);
    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-\[14px\] {
    --tw-backdrop-blur: blur(0.875rem);
    -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-\[23px\] {
    --tw-backdrop-blur: blur(1.438rem);
    -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-\[90px\] {
    --tw-backdrop-blur: blur(5.625rem);
    -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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[height\,opacity\,transform\] {
    transition-property: height,opacity,transform;
    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-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));
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .delay-200 {
    transition-delay: 200ms;
  }
  .delay-300 {
    transition-delay: 300ms;
  }
  .delay-400 {
    transition-delay: 400ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .\!ease-back {
    --tw-ease: var(--ease-back) !important;
    transition-timing-function: var(--ease-back) !important;
  }
  .ease-back {
    --tw-ease: var(--ease-back);
    transition-timing-function: var(--ease-back);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\[interpolate-size\:allow-keywords\] {
    interpolate-size: allow-keywords;
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-y-\[-20px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: -1.25rem;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-\[1\.05\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .group-hover\:rotate-\[-5deg\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: -5deg;
      }
    }
  }
  .group-hover\:border-primary-accent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--color-primary-accent);
      }
    }
  }
  .group-hover\:border-b-current {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-bottom-color: currentcolor;
      }
    }
  }
  .group-hover\:bg-\[\#e5e5e5\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #e5e5e5;
      }
    }
  }
  .group-hover\:bg-primary-accent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary-accent);
      }
    }
  }
  .group-hover\:bg-primary-dark {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary-dark);
      }
    }
  }
  .group-hover\:text-primary-dark {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary-dark);
      }
    }
  }
  .group-hover\:text-primary-light {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary-light);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/card\:text-white {
    &:is(:where(.group\/card):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\/card\:opacity-100 {
    &:is(:where(.group\/card):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/item\:bg-primary-accent {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary-accent);
      }
    }
  }
  .group-focus-visible\/button\:translate-y-0 {
    &:is(:where(.group\/button):focus-visible *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-focus-visible\/button\:opacity-100 {
    &:is(:where(.group\/button):focus-visible *) {
      opacity: 100%;
    }
  }
  .group-focus-visible\/button\:outline-4 {
    &:is(:where(.group\/button):focus-visible *) {
      outline-style: var(--tw-outline-style);
      outline-width: 0.25rem;
    }
  }
  .group-focus-visible\/button\:outline-alert {
    &:is(:where(.group\/button):focus-visible *) {
      outline-color: var(--color-alert);
    }
  }
  .group-focus-visible\/button\:outline-solid {
    &:is(:where(.group\/button):focus-visible *) {
      --tw-outline-style: solid;
      outline-style: solid;
    }
  }
  .peer-checked\:bg-primary-dark {
    &:is(:where(.peer):checked ~ *) {
      background-color: var(--color-primary-dark);
    }
  }
  .peer-checked\:text-primary-light {
    &:is(:where(.peer):checked ~ *) {
      color: var(--color-primary-light);
    }
  }
  .placeholder\:text-greyscale-80 {
    &::-moz-placeholder {
      color: var(--color-greyscale-80);
    }
    &::placeholder {
      color: var(--color-greyscale-80);
    }
  }
  .after\:h-\[56px\] {
    &::after {
      content: var(--tw-content);
      height: 3.5rem;
    }
  }
  .after\:w-\[56px\] {
    &::after {
      content: var(--tw-content);
      width: 3.5rem;
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:border-none {
    &:last-child {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .even\:bg-\[\#EDEDDE\] {
    &:nth-child(even) {
      background-color: #EDEDDE;
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:rotate-180 {
    &:hover {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .hover\:\!border-primary-light {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-light) !important;
      }
    }
  }
  .hover\:border-black {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black);
      }
    }
  }
  .hover\:border-greyscale-80 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-greyscale-80);
      }
    }
  }
  .hover\:border-primary-dark {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-dark);
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:border-b-current {
    &:hover {
      @media (hover: hover) {
        border-bottom-color: currentcolor;
      }
    }
  }
  .hover\:\!bg-primary-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-light) !important;
      }
    }
  }
  .hover\:bg-\[\#e5e5e5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e5e5e5;
      }
    }
  }
  .hover\:bg-black\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-black\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-accent);
      }
    }
  }
  .hover\:bg-primary-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-dark);
      }
    }
  }
  .hover\:bg-primary-dark\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #1a3a22 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary-dark) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary-dark\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #1a3a22 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary-dark) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-light);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:\!text-primary-dark {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-dark) !important;
      }
    }
  }
  .hover\:text-greyscale-100 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-greyscale-100);
      }
    }
  }
  .hover\:text-primary-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-accent);
      }
    }
  }
  .hover\:text-primary-dark {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-dark);
      }
    }
  }
  .hover\:text-primary-light {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-light);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-\[0_0_0_1px_white\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 0 0 0.063rem var(--tw-shadow-color, white);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:translate-y-0 {
    &:focus {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .focus\:opacity-100 {
    &:focus {
      opacity: 100%;
    }
  }
  .focus\:outline-3 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0.188rem;
    }
  }
  .focus\:outline-alert {
    &:focus {
      outline-color: var(--color-alert);
    }
  }
  .focus-visible\:shadow-input-focus {
    &:focus-visible {
      --tw-shadow: 0 0.063rem 0 0 var(--tw-shadow-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);
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-20 {
    &:disabled {
      opacity: 20%;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .has-\[\:disabled\]\:cursor-not-allowed {
    &:has(*:is(:disabled)) {
      cursor: not-allowed;
    }
  }
  .has-\[\:disabled\]\:opacity-50 {
    &:has(*:is(:disabled)) {
      opacity: 50%;
    }
  }
  .max-\[767px\]\:mr-0 {
    @media (width < 47.938rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .max-\[767px\]\:w-full {
    @media (width < 47.938rem) {
      width: 100%;
    }
  }
  .max-\[767px\]\:after\:hidden {
    @media (width < 47.938rem) {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .max-\[480px\]\:\!w-full {
    @media (width < 30rem) {
      width: 100% !important;
    }
  }
  .max-\[480px\]\:\!py-\[22px\] {
    @media (width < 30rem) {
      padding-block: 1.375rem !important;
    }
  }
  .max-\[480px\]\:after\:hidden {
    @media (width < 30rem) {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .min-\[1350px\]\:left-1\/2 {
    @media (width >= 84.375rem) {
      left: calc(1/2 * 100%);
    }
  }
  .min-\[1350px\]\:-translate-x-1\/2 {
    @media (width >= 84.375rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:not-sr-only {
    @media (width >= 48rem) {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:inset-x-\[20px\] {
    @media (width >= 48rem) {
      inset-inline: 1.25rem;
    }
  }
  .md\:inset-x-\[30px\] {
    @media (width >= 48rem) {
      inset-inline: 1.875rem;
    }
  }
  .md\:inset-y-0 {
    @media (width >= 48rem) {
      inset-block: calc(var(--spacing) * 0);
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:top-\[16px\] {
    @media (width >= 48rem) {
      top: 1rem;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:right-\[20px\] {
    @media (width >= 48rem) {
      right: 1.25rem;
    }
  }
  .md\:right-\[24px\] {
    @media (width >= 48rem) {
      right: 1.5rem;
    }
  }
  .md\:right-auto {
    @media (width >= 48rem) {
      right: auto;
    }
  }
  .md\:bottom-\[20px\] {
    @media (width >= 48rem) {
      bottom: 1.25rem;
    }
  }
  .md\:bottom-\[22px\] {
    @media (width >= 48rem) {
      bottom: 1.375rem;
    }
  }
  .md\:bottom-\[30px\] {
    @media (width >= 48rem) {
      bottom: 1.875rem;
    }
  }
  .md\:bottom-auto {
    @media (width >= 48rem) {
      bottom: auto;
    }
  }
  .md\:left-\[16px\] {
    @media (width >= 48rem) {
      left: 1rem;
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:left-full {
    @media (width >= 48rem) {
      left: 100%;
    }
  }
  .md\:order-first {
    @media (width >= 48rem) {
      order: -9999;
    }
  }
  .md\:order-last {
    @media (width >= 48rem) {
      order: 9999;
    }
  }
  .md\:order-none {
    @media (width >= 48rem) {
      order: 0;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:my-auto {
    @media (width >= 48rem) {
      margin-block: auto;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[4px\] {
    @media (width >= 48rem) {
      margin-top: 0.25rem;
    }
  }
  .md\:mt-\[16px\] {
    @media (width >= 48rem) {
      margin-top: 1rem;
    }
  }
  .md\:mt-\[20px\] {
    @media (width >= 48rem) {
      margin-top: 1.25rem;
    }
  }
  .md\:mt-\[24px\] {
    @media (width >= 48rem) {
      margin-top: 1.5rem;
    }
  }
  .md\:mt-\[32px\] {
    @media (width >= 48rem) {
      margin-top: 2rem;
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 48rem) {
      margin-top: 2.5rem;
    }
  }
  .md\:mt-\[48px\] {
    @media (width >= 48rem) {
      margin-top: 3rem;
    }
  }
  .md\:mt-\[60px\] {
    @media (width >= 48rem) {
      margin-top: 3.75rem;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: 5rem;
    }
  }
  .md\:mt-\[84px\] {
    @media (width >= 48rem) {
      margin-top: 5.25rem;
    }
  }
  .md\:mt-\[110px\] {
    @media (width >= 48rem) {
      margin-top: 6.875rem;
    }
  }
  .md\:mt-auto {
    @media (width >= 48rem) {
      margin-top: auto;
    }
  }
  .md\:md\:mr-\[-24px\] {
    @media (width >= 48rem) {
      @media (width >= 48rem) {
        margin-right: -1.5rem;
      }
    }
  }
  .md\:mr-\[-16px\] {
    @media (width >= 48rem) {
      margin-right: -1rem;
    }
  }
  .md\:mr-\[-20px\] {
    @media (width >= 48rem) {
      margin-right: -1.25rem;
    }
  }
  .md\:mr-\[-24px\] {
    @media (width >= 48rem) {
      margin-right: -1.5rem;
    }
  }
  .md\:mr-\[16px\] {
    @media (width >= 48rem) {
      margin-right: 1rem;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[-16px\] {
    @media (width >= 48rem) {
      margin-bottom: -1rem;
    }
  }
  .md\:mb-\[45px\] {
    @media (width >= 48rem) {
      margin-bottom: 2.813rem;
    }
  }
  .md\:mb-\[56px\] {
    @media (width >= 48rem) {
      margin-bottom: 3.5rem;
    }
  }
  .md\:mb-\[90px\] {
    @media (width >= 48rem) {
      margin-bottom: 5.625rem;
    }
  }
  .md\:ml-0 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-\[16px\] {
    @media (width >= 48rem) {
      margin-left: 1rem;
    }
  }
  .md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .md\:\!contents {
    @media (width >= 48rem) {
      display: contents !important;
    }
  }
  .md\:\!flex {
    @media (width >= 48rem) {
      display: flex !important;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:contents {
    @media (width >= 48rem) {
      display: contents;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:size-\[16px\] {
    @media (width >= 48rem) {
      width: 1rem;
      height: 1rem;
    }
  }
  .md\:size-\[28px\] {
    @media (width >= 48rem) {
      width: 1.75rem;
      height: 1.75rem;
    }
  }
  .md\:size-\[32px\] {
    @media (width >= 48rem) {
      width: 2rem;
      height: 2rem;
    }
  }
  .md\:size-\[80px\] {
    @media (width >= 48rem) {
      width: 5rem;
      height: 5rem;
    }
  }
  .md\:size-\[122px\] {
    @media (width >= 48rem) {
      width: 7.625rem;
      height: 7.625rem;
    }
  }
  .md\:\!h-\[336px\] {
    @media (width >= 48rem) {
      height: 21rem !important;
    }
  }
  .md\:h-\[32px\] {
    @media (width >= 48rem) {
      height: 2rem;
    }
  }
  .md\:h-\[40px\] {
    @media (width >= 48rem) {
      height: 2.5rem;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 3.75rem;
    }
  }
  .md\:h-\[62px\] {
    @media (width >= 48rem) {
      height: 3.875rem;
    }
  }
  .md\:h-\[205px\] {
    @media (width >= 48rem) {
      height: 12.813rem;
    }
  }
  .md\:h-\[450px\] {
    @media (width >= 48rem) {
      height: 28.125rem;
    }
  }
  .md\:h-\[570px\] {
    @media (width >= 48rem) {
      height: 35.625rem;
    }
  }
  .md\:h-\[calc\(100\%-200px\)\] {
    @media (width >= 48rem) {
      height: calc(100% - 12.5rem);
    }
  }
  .md\:h-\[calc\(100vh-125px\)\] {
    @media (width >= 48rem) {
      height: calc(100vh - 7.813rem);
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:h-fit {
    @media (width >= 48rem) {
      height: -moz-fit-content;
      height: fit-content;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:max-h-\[80vh\] {
    @media (width >= 48rem) {
      max-height: 80vh;
    }
  }
  .md\:max-h-\[90vh\] {
    @media (width >= 48rem) {
      max-height: 90vh;
    }
  }
  .md\:max-h-\[656px\] {
    @media (width >= 48rem) {
      max-height: 41rem;
    }
  }
  .md\:max-h-none {
    @media (width >= 48rem) {
      max-height: none;
    }
  }
  .md\:min-h-\[575px\] {
    @media (width >= 48rem) {
      min-height: 35.938rem;
    }
  }
  .md\:w-\[10px\] {
    @media (width >= 48rem) {
      width: 0.625rem;
    }
  }
  .md\:w-\[12px\] {
    @media (width >= 48rem) {
      width: 0.75rem;
    }
  }
  .md\:w-\[14px\] {
    @media (width >= 48rem) {
      width: 0.875rem;
    }
  }
  .md\:w-\[32px\] {
    @media (width >= 48rem) {
      width: 2rem;
    }
  }
  .md\:w-\[100cqw\] {
    @media (width >= 48rem) {
      width: 100cqw;
    }
  }
  .md\:w-\[163px\] {
    @media (width >= 48rem) {
      width: 10.188rem;
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 48rem) {
      width: 13.75rem;
    }
  }
  .md\:w-\[386px\] {
    @media (width >= 48rem) {
      width: 24.125rem;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[336px\] {
    @media (width >= 48rem) {
      max-width: 21rem;
    }
  }
  .md\:max-w-\[420px\] {
    @media (width >= 48rem) {
      max-width: 26.25rem;
    }
  }
  .md\:max-w-\[440px\] {
    @media (width >= 48rem) {
      max-width: 27.5rem;
    }
  }
  .md\:max-w-\[690px\] {
    @media (width >= 48rem) {
      max-width: 43.125rem;
    }
  }
  .md\:max-w-\[1440px\] {
    @media (width >= 48rem) {
      max-width: 90rem;
    }
  }
  .md\:max-w-\[var\(--slide-width\)\] {
    @media (width >= 48rem) {
      max-width: var(--slide-width);
    }
  }
  .md\:-translate-x-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-x-0 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-x-full {
    @media (width >= 48rem) {
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-y-0 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-y-\[-10px\] {
    @media (width >= 48rem) {
      --tw-translate-y: -0.625rem;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-y-full {
    @media (width >= 48rem) {
      --tw-translate-y: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:transform-none {
    @media (width >= 48rem) {
      transform: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-\[4px\] {
    @media (width >= 48rem) {
      gap: 0.25rem;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 1rem;
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 1.5rem;
    }
  }
  .md\:gap-\[25px\] {
    @media (width >= 48rem) {
      gap: 1.563rem;
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 48rem) {
      gap: 2rem;
    }
  }
  .md\:gap-\[40px\] {
    @media (width >= 48rem) {
      gap: 2.5rem;
    }
  }
  .md\:gap-\[45px\] {
    @media (width >= 48rem) {
      gap: 2.813rem;
    }
  }
  .md\:gap-\[50px\] {
    @media (width >= 48rem) {
      gap: 3.125rem;
    }
  }
  .md\:gap-\[52px\] {
    @media (width >= 48rem) {
      gap: 3.25rem;
    }
  }
  .md\:gap-\[80px\] {
    @media (width >= 48rem) {
      gap: 5rem;
    }
  }
  .md\:space-y-\[32px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(2rem * var(--tw-space-y-reverse));
        margin-block-end: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-\[72px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(4.5rem * var(--tw-space-y-reverse));
        margin-block-end: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-y-0 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-y-\[5px\] {
    @media (width >= 48rem) {
      row-gap: 0.313rem;
    }
  }
  .md\:gap-y-\[20px\] {
    @media (width >= 48rem) {
      row-gap: 1.25rem;
    }
  }
  .md\:gap-y-\[22px\] {
    @media (width >= 48rem) {
      row-gap: 1.375rem;
    }
  }
  .md\:gap-y-\[24px\] {
    @media (width >= 48rem) {
      row-gap: 1.5rem;
    }
  }
  .md\:gap-y-\[50px\] {
    @media (width >= 48rem) {
      row-gap: 3.125rem;
    }
  }
  .md\:gap-y-\[52px\] {
    @media (width >= 48rem) {
      row-gap: 3.25rem;
    }
  }
  .md\:\!overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden !important;
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:rounded-\[8px\] {
    @media (width >= 48rem) {
      border-radius: 0.5rem;
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 1.25rem;
    }
  }
  .md\:rounded-medium {
    @media (width >= 48rem) {
      border-radius: var(--radius-medium);
    }
  }
  .md\:rounded-small {
    @media (width >= 48rem) {
      border-radius: var(--radius-small);
    }
  }
  .md\:rounded-t-none {
    @media (width >= 48rem) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .md\:rounded-l-medium {
    @media (width >= 48rem) {
      border-top-left-radius: var(--radius-medium);
      border-bottom-left-radius: var(--radius-medium);
    }
  }
  .md\:rounded-l-small {
    @media (width >= 48rem) {
      border-top-left-radius: var(--radius-small);
      border-bottom-left-radius: var(--radius-small);
    }
  }
  .md\:rounded-r-none {
    @media (width >= 48rem) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .md\:rounded-tr-none {
    @media (width >= 48rem) {
      border-top-right-radius: 0;
    }
  }
  .md\:border {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 0.063rem;
    }
  }
  .md\:border-0 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .md\:border-y-2 {
    @media (width >= 48rem) {
      border-block-style: var(--tw-border-style);
      border-block-width: 0.125rem;
    }
  }
  .md\:border-t {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0.063rem;
    }
  }
  .md\:border-b {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0.063rem;
    }
  }
  .md\:border-none {
    @media (width >= 48rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .md\:\!bg-primary-dark {
    @media (width >= 48rem) {
      background-color: var(--color-primary-dark) !important;
    }
  }
  .md\:p-\[16px\] {
    @media (width >= 48rem) {
      padding: 1rem;
    }
  }
  .md\:p-\[20px\] {
    @media (width >= 48rem) {
      padding: 1.25rem;
    }
  }
  .md\:p-\[24px\] {
    @media (width >= 48rem) {
      padding: 1.5rem;
    }
  }
  .md\:p-\[32px\] {
    @media (width >= 48rem) {
      padding: 2rem;
    }
  }
  .md\:p-\[40px\] {
    @media (width >= 48rem) {
      padding: 2.5rem;
    }
  }
  .md\:btn--md {
    @media (width >= 48rem) {
      padding-inline: 1.5rem;
      padding-block: 1.125rem;
      font-size: 1rem;
      &:focus-visible {
        outline-style: var(--tw-outline-style);
        outline-width: 0.25rem;
      }
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[5px\] {
    @media (width >= 48rem) {
      padding-inline: 0.313rem;
    }
  }
  .md\:px-\[10px\] {
    @media (width >= 48rem) {
      padding-inline: 0.625rem;
    }
  }
  .md\:px-\[16px\] {
    @media (width >= 48rem) {
      padding-inline: 1rem;
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 1.25rem;
    }
  }
  .md\:px-\[22px\] {
    @media (width >= 48rem) {
      padding-inline: 1.375rem;
    }
  }
  .md\:px-\[36px\] {
    @media (width >= 48rem) {
      padding-inline: 2.25rem;
    }
  }
  .md\:px-\[42px\] {
    @media (width >= 48rem) {
      padding-inline: 2.625rem;
    }
  }
  .md\:px-\[70px\] {
    @media (width >= 48rem) {
      padding-inline: 4.375rem;
    }
  }
  .md\:px-\[84px\] {
    @media (width >= 48rem) {
      padding-inline: 5.25rem;
    }
  }
  .md\:\!py-\[16px\] {
    @media (width >= 48rem) {
      padding-block: 1rem !important;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-\[6px\] {
    @media (width >= 48rem) {
      padding-block: 0.375rem;
    }
  }
  .md\:py-\[8px\] {
    @media (width >= 48rem) {
      padding-block: 0.5rem;
    }
  }
  .md\:py-\[11px\] {
    @media (width >= 48rem) {
      padding-block: 0.688rem;
    }
  }
  .md\:py-\[14px\] {
    @media (width >= 48rem) {
      padding-block: 0.875rem;
    }
  }
  .md\:py-\[15px\] {
    @media (width >= 48rem) {
      padding-block: 0.938rem;
    }
  }
  .md\:py-\[16px\] {
    @media (width >= 48rem) {
      padding-block: 1rem;
    }
  }
  .md\:py-\[17px\] {
    @media (width >= 48rem) {
      padding-block: 1.063rem;
    }
  }
  .md\:py-\[32px\] {
    @media (width >= 48rem) {
      padding-block: 2rem;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 2.5rem;
    }
  }
  .md\:py-\[48px\] {
    @media (width >= 48rem) {
      padding-block: 3rem;
    }
  }
  .md\:py-\[55px\] {
    @media (width >= 48rem) {
      padding-block: 3.438rem;
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 48rem) {
      padding-block: 3.75rem;
    }
  }
  .md\:py-\[63px\] {
    @media (width >= 48rem) {
      padding-block: 3.938rem;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[6px\] {
    @media (width >= 48rem) {
      padding-top: 0.375rem;
    }
  }
  .md\:pt-\[20px\] {
    @media (width >= 48rem) {
      padding-top: 1.25rem;
    }
  }
  .md\:pt-\[24px\] {
    @media (width >= 48rem) {
      padding-top: 1.5rem;
    }
  }
  .md\:pt-\[32px\] {
    @media (width >= 48rem) {
      padding-top: 2rem;
    }
  }
  .md\:pt-\[40px\] {
    @media (width >= 48rem) {
      padding-top: 2.5rem;
    }
  }
  .md\:pt-\[var\(--desktop-padding-top\)\] {
    @media (width >= 48rem) {
      padding-top: var(--desktop-padding-top);
    }
  }
  .md\:pr-\[20px\] {
    @media (width >= 48rem) {
      padding-right: 1.25rem;
    }
  }
  .md\:pr-\[24px\] {
    @media (width >= 48rem) {
      padding-right: 1.5rem;
    }
  }
  .md\:pr-\[40px\] {
    @media (width >= 48rem) {
      padding-right: 2.5rem;
    }
  }
  .md\:pr-\[60px\] {
    @media (width >= 48rem) {
      padding-right: 3.75rem;
    }
  }
  .md\:pb-\[10px\] {
    @media (width >= 48rem) {
      padding-bottom: 0.625rem;
    }
  }
  .md\:pb-\[30px\] {
    @media (width >= 48rem) {
      padding-bottom: 1.875rem;
    }
  }
  .md\:pb-\[40px\] {
    @media (width >= 48rem) {
      padding-bottom: 2.5rem;
    }
  }
  .md\:pb-\[145px\] {
    @media (width >= 48rem) {
      padding-bottom: 9.063rem;
    }
  }
  .md\:pb-\[var\(--desktop-padding-bottom\)\] {
    @media (width >= 48rem) {
      padding-bottom: var(--desktop-padding-bottom);
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-\[24px\] {
    @media (width >= 48rem) {
      padding-left: 1.5rem;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:h1 {
    @media (width >= 48rem) {
      font-family: var(--font-display);
      font-size: 2.5rem;
      --tw-leading: 1;
      line-height: 1;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      @media (width >= 48rem) {
        font-size: 3.313rem;
      }
    }
  }
  .md\:h3 {
    @media (width >= 48rem) {
      font-family: var(--font-display);
      font-size: 1.75rem;
      --tw-leading: 1;
      line-height: 1;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      @media (width >= 48rem) {
        font-size: 2.188rem;
      }
    }
  }
  .md\:h4 {
    @media (width >= 48rem) {
      font-family: var(--font-display);
      font-size: 1.5rem;
      --tw-leading: 1;
      line-height: 1;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      @media (width >= 48rem) {
        font-size: 1.813rem;
      }
    }
  }
  .md\:h5 {
    @media (width >= 48rem) {
      font-family: var(--font-display);
      font-size: 1.313rem;
      --tw-leading: 1;
      line-height: 1;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      @media (width >= 48rem) {
        font-size: 1.5rem;
      }
    }
  }
  .md\:\!text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 1rem !important;
    }
  }
  .md\:p2 {
    @media (width >= 48rem) {
      font-size: 1.25rem;
    }
  }
  .md\:p3 {
    @media (width >= 48rem) {
      font-size: 1.125rem;
    }
  }
  .md\:p4 {
    @media (width >= 48rem) {
      font-size: 1rem;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 1rem;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 1.25rem;
    }
  }
  .md\:text-\[29px\] {
    @media (width >= 48rem) {
      font-size: 1.813rem;
    }
  }
  .md\:text-wrap {
    @media (width >= 48rem) {
      text-wrap: wrap;
    }
  }
  .md\:\!text-white {
    @media (width >= 48rem) {
      color: var(--color-white) !important;
    }
  }
  .md\:opacity-0 {
    @media (width >= 48rem) {
      opacity: 0%;
    }
  }
  .md\:opacity-100 {
    @media (width >= 48rem) {
      opacity: 100%;
    }
  }
  .md\:ring-4 {
    @media (width >= 48rem) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0.25rem + 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);
    }
  }
  .md\:ring-primary-accent {
    @media (width >= 48rem) {
      --tw-ring-color: var(--color-primary-accent);
    }
  }
  .md\:ring-offset-2 {
    @media (width >= 48rem) {
      --tw-ring-offset-width: 0.125rem;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .md\:delay-100 {
    @media (width >= 48rem) {
      transition-delay: 100ms;
    }
  }
  .md\:group-hover\:block {
    @media (width >= 48rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          display: block;
        }
      }
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:col-start-7 {
    @media (width >= 64rem) {
      grid-column-start: 7;
    }
  }
  .lg\:col-start-8 {
    @media (width >= 64rem) {
      grid-column-start: 8;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[650px\] {
    @media (width >= 64rem) {
      height: 40.625rem;
    }
  }
  .lg\:max-w-\[350px\] {
    @media (width >= 64rem) {
      max-width: 21.875rem;
    }
  }
  .lg\:max-w-\[507px\] {
    @media (width >= 64rem) {
      max-width: 31.688rem;
    }
  }
  .lg\:max-w-\[806px\] {
    @media (width >= 64rem) {
      max-width: 50.375rem;
    }
  }
  .lg\:min-w-\[580px\] {
    @media (width >= 64rem) {
      min-width: 36.25rem;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 64rem) {
      padding-inline: 1.25rem;
    }
  }
  .xl\:mt-\[64px\] {
    @media (width >= 80rem) {
      margin-top: 4rem;
    }
  }
  .\@max-\[50vw\]\:h-\[183px\] {
    @container (width < 50vw) {
      height: 11.438rem;
    }
  }
  .\[\&_\#product-media\]\:top-0 {
    & #product-media {
      top: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\*\]\:min-h-inherit {
    & * {
      min-height: inherit;
    }
  }
  .\[\&_\.media-block\]\:h-full {
    & .media-block {
      height: 100%;
    }
  }
  .\[\&_\.media-block\]\:w-\[211px\] {
    & .media-block {
      width: 13.188rem;
    }
  }
  .\[\&_\.media-block\]\:w-full {
    & .media-block {
      width: 100%;
    }
  }
  .md\:\[\&_\.media-block\]\:w-\[336px\] {
    @media (width >= 48rem) {
      & .media-block {
        width: 21rem;
      }
    }
  }
  .\[\&_\.media-block_button\]\:hidden {
    & .media-block button {
      display: none;
    }
  }
  .\[\&_\.play-button\]\:mr-auto {
    & .play-button {
      margin-right: auto;
    }
  }
  .\[\&_a\]\:truncate {
    & a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_a\]\:hover\:text-greyscale-100 {
    & a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-greyscale-100);
        }
      }
    }
  }
  .\[\&_a\]\:hover\:underline {
    & a {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .\[\&_a\:hover\]\:no-underline {
    & a:hover {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:hover\]\:underline {
    & a:hover {
      text-decoration-line: underline;
    }
  }
  .\[\&_button\]\:z-10 {
    & button {
      z-index: 10;
    }
  }
  .\[\&_h6\]\:\!text-greyscale-80 {
    & h6 {
      color: var(--color-greyscale-80) !important;
    }
  }
  .\[\&_img\]\:aspect-video {
    & img {
      aspect-ratio: var(--aspect-video);
    }
  }
  .\[\&_li\]\:flex {
    & li {
      display: flex;
    }
  }
  .\[\&_li\]\:w-\[120px\] {
    & li {
      width: 7.5rem;
    }
  }
  .\[\&_li\]\:shrink {
    & li {
      flex-shrink: 1;
    }
  }
  .\[\&_li\]\:items-center {
    & li {
      align-items: center;
    }
  }
  .\[\&_li\]\:gap-\[4px\] {
    & li {
      gap: 0.25rem;
    }
  }
  .\[\&_li\]\:hover\:underline {
    & li {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .\[\&_mark\]\:opacity-0 {
    & mark {
      opacity: 0%;
    }
  }
  .\[\&_p\:first-of-type\]\:max-w-\[800px\] {
    & p:first-of-type {
      max-width: 50rem;
    }
  }
  .\[\&_p\:first-of-type\]\:h3 {
    & p:first-of-type {
      font-family: var(--font-display);
      font-size: 1.75rem;
      --tw-leading: 1;
      line-height: 1;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      @media (width >= 48rem) {
        font-size: 2.188rem;
      }
    }
  }
  .\[\&_p\:first-of-type\]\:p3 {
    & p:first-of-type {
      font-size: 1.125rem;
    }
  }
  .\[\&_p\:first-of-type\]\:text-greyscale-100 {
    & p:first-of-type {
      color: var(--color-greyscale-100);
    }
  }
  .md\:\[\&_p\:first-of-type\]\:\!my-\[83px\] {
    @media (width >= 48rem) {
      & p:first-of-type {
        margin-block: 5.188rem !important;
      }
    }
  }
  .\[\&_path\]\:stroke-3 {
    & path {
      stroke-width: 3;
    }
  }
  .\[\&_path\]\:stroke-\[1\.4\] {
    & path {
      stroke-width: 1.4;
    }
  }
  .\[\&_path\]\:stroke-\[2\] {
    & path {
      stroke-width: 2;
    }
  }
  .\[\&_svg\]\:relative {
    & svg {
      position: relative;
    }
  }
  .\[\&_svg\]\:top-\[2px\] {
    & svg {
      top: 0.125rem;
    }
  }
  .\[\&_svg\]\:left-\[-2px\] {
    & svg {
      left: -0.125rem;
    }
  }
  .\[\&_svg\]\:size-\[16px\] {
    & svg {
      width: 1rem;
      height: 1rem;
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
  .\[\&_svg\]\:-rotate-90 {
    & svg {
      rotate: calc(90deg * -1);
    }
  }
  .\[\&_ul\]\:list-outside {
    & ul {
      list-style-position: outside;
    }
  }
  .\[\&_ul\]\:list-disc {
    & ul {
      list-style-type: disc;
    }
  }
  .\[\&_ul\]\:pl-\[16px\] {
    & ul {
      padding-left: 1rem;
    }
  }
  .\[\&_ul\]\:marker\:text-primary-accent {
    & ul {
      & *::marker {
        color: var(--color-primary-accent);
      }
      &::marker {
        color: var(--color-primary-accent);
      }
      & *::-webkit-details-marker {
        color: var(--color-primary-accent);
      }
      &::-webkit-details-marker {
        color: var(--color-primary-accent);
      }
    }
  }
  .\[\&\:after\]\:w-\[38px\] {
    &:after {
      width: 2.375rem;
    }
  }
  .\[\&\:after\]\:bg-primary-light {
    &:after {
      background-color: var(--color-primary-light);
    }
  }
  .md\:\[\&\:after\]\:w-\[54px\] {
    @media (width >= 48rem) {
      &:after {
        width: 3.375rem;
      }
    }
  }
  .\[\&\>\*\]\:h-\[380px\] {
    &>* {
      height: 23.75rem;
    }
  }
  .\[\&\>\*\]\:max-h-\[90vh\] {
    &>* {
      max-height: 90vh;
    }
  }
  .md\:\[\&\>\*\]\:h-\[690px\] {
    @media (width >= 48rem) {
      &>* {
        height: 43.125rem;
      }
    }
  }
  .\[\&\>div\]\:hidden {
    &>div {
      display: none;
    }
  }
  .\[\&\>div\:first-of-type\]\:block {
    &>div:first-of-type {
      display: block;
    }
  }
}
@layer base {
  body {
    font-optical-sizing: auto;
  }
}
.shopify-policy__body .rte, .richtext {
  font-size: 1rem;
  > * + *, > div > * + * {
    margin-top: 1em;
  }
  a {
    color: var(--color-primary-dark);
    text-decoration-line: underline;
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  ul, ol {
    list-style: revert;
    padding-left: 1.5em;
  }
  h1 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 3.313rem;
    }
    color: var(--color-greyscale-100);
  }
  h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 2.688rem;
    }
    color: var(--color-greyscale-100);
  }
  h3 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 2.188rem;
    }
    color: var(--color-greyscale-100);
  }
  h4 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 1.813rem;
    }
    color: var(--color-greyscale-100);
  }
  h5 {
    font-family: var(--font-display);
    font-size: 1.313rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
    color: var(--color-greyscale-100);
  }
  h6 {
    font-family: var(--font-display);
    font-size: 0.875rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: 0.03em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    @media (width >= 48rem) {
      font-size: 1rem;
    }
    @media (width >= 48rem) {
      --tw-tracking: 0.05em;
      letter-spacing: 0.05em;
    }
    color: var(--color-greyscale-100);
  }
}
.shopify-policy__title h1 {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  text-align: left;
  font-family: var(--font-display);
  font-size: 2.5rem;
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  @media (width >= 48rem) {
    font-size: 3.313rem;
  }
}
.shopify-policy__container.shopify-policy__container {
  margin-left: calc(var(--spacing) * 0);
  width: 100%;
  max-width: 57.5rem;
  padding-bottom: 2.5rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.125rem;
  border-style: var(--tw-border-style);
  border-width: 0.063rem;
  padding-inline: 0.938rem;
  padding-block: 0.625rem;
  font-size: 0.875rem;
  &:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 0.125rem;
  }
  text-align: center;
  color: var(--color-primary-dark);
  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;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 0.25rem;
  }
  @media (width >= 48rem) {
    padding-inline: 1.5rem;
    padding-block: 1.125rem;
    font-size: 1rem;
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 0.25rem;
    }
  }
  &:active {
    border-color: #0B2311 !important;
    background-color: #0B2311 !important;
    color: var(--color-primary-light) !important;
  }
  &:disabled {
    border-color: #AFAFAF !important;
    background-color: #AFAFAF !important;
    color: #474747 !important;
  }
  &:hover {
    border-color: var(--color-primary-dark);
    background-color: var(--color-primary-dark);
    color: var(--color-primary-light);
  }
}
.btn--primary {
  border-color: var(--color-primary-dark);
  background-color: var(--color-primary-dark);
  color: var(--color-primary-light);
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-primary-accent);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary-accent);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-primary-dark);
    }
  }
}
.btn--secondary {
  border-color: currentcolor;
  background-color: transparent;
  color: currentcolor;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-primary-accent);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary-accent);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-primary-dark);
    }
  }
}
.btn--accent {
  border-color: var(--color-primary-accent);
  background-color: var(--color-primary-accent);
  color: var(--color-primary-dark);
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-primary-dark);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary-dark);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-primary-light);
    }
  }
}
.btn--white {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-greyscale-100);
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-primary-dark);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary-dark);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-primary-light);
    }
  }
}
.btn--arrow {
  position: relative;
  margin-right: 2.813rem;
  @media (width >= 48rem) {
    margin-right: 3.75rem;
  }
  &.w-full {
    width: calc(100% - 3.125rem);
  }
  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0.438rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%231A3A22' d='M21.7 15.2c.2 0 .3 0 .4-.2l.2-.4c0-.2 0-.3-.2-.4l-5.3-5.4.8-.8 7.7 7.8-7.7 7.7-.8-.8 5.3-5.3.2-.4c0-.2 0-.3-.2-.5a.6.6 0 0 0-.4-.1h-15v-1.2h15Z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
    width: 2.375rem;
    height: 2.375rem;
    height: auto;
    background-color: var(--color-primary-accent);
    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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  &:disabled {
    &:after {
      background-color: #AFAFAF;
    }
  }
  &:hover:after {
    transform: rotate(0deg);
  }
}
.btn--accent {
  &:after {
    background-color: var(--color-primary-dark);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23f4f4e8' d='M21.7 15.2c.2 0 .3 0 .4-.2l.2-.4c0-.2 0-.3-.2-.4l-5.3-5.4.8-.8 7.7 7.8-7.7 7.7-.8-.8 5.3-5.3.2-.4c0-.2 0-.3-.2-.5a.6.6 0 0 0-.4-.1h-15v-1.2h15Z'/%3E%3C/svg%3E");
  }
}
.btn--md:after {
  width: 3.375rem;
  height: 3.375rem;
}
.btn--sm:after {
  width: 2.375rem;
  height: 2.375rem;
}
@media (min-width: 48rem) {
  .btn--arrow:after {
    width: 3.375rem;
    height: 3.375rem;
  }
}
@media (min-width: 48rem) {
  .btn--sm:after {
    width: 2.375rem;
    height: 2.375rem;
  }
}
@layer base {
  [x-cloak] {
    opacity: 0;
    visibility: hidden;
  }
  [x-cloak='hidden'] {
    display: none;
  }
  :focus {
    outline-style: var(--tw-outline-style);
    outline-width: 0.188rem;
    outline-color: var(--color-alert);
  }
  :focus:not(:focus-visible) {
    outline: none;
  }
  :focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 0.188rem;
    outline-color: var(--color-alert);
  }
  input:focus-visible {
    outline-offset: 0.25rem;
  }
  label {
    cursor: pointer;
  }
  .select-input,
  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' fill='none' viewBox='0 0 12 6'%3E%3Cpath stroke='%23242D27' stroke-linecap='round' stroke-linejoin='round' d='m11 .5-5 5-5-5'/%3E%3C/svg%3E");
    background-size: 0.625rem 0.313rem;
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
      display: none;
    }
  }
  [type='checkbox'] {
    cursor: pointer;
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.125rem;
    border-style: var(--tw-border-style);
    border-width: 0.063rem;
    border-color: var(--color-greyscale-40);
    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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-dark);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    label:hover & {
      border-color: var(--color-primary-dark);
    }
    &:checked {
      border-color: var(--color-primary-dark);
      background-color: var(--color-primary-dark);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23F4F4E8' d='M6 10.8 3.2 8l-1 1L6 12.6l8-8-1-1-7 7.1Z'/%3E%3C/svg%3E");
      background-size: 1rem 1rem;
      background-position: center;
      background-repeat: no-repeat;
    }
  }
  [type='radio'] {
    position: relative;
    top: 0.063rem;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: calc(infinity * 0.063rem);
    border-style: var(--tw-border-style);
    border-width: 0.063rem;
    border-color: var(--color-black);
    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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-dark);
      }
    }
    &:disabled {
      pointer-events: none;
    }
    &:before {
      content: "";
      position: absolute;
      top: calc(1/2 * 100%);
      left: calc(1/2 * 100%);
      width: 0.625rem;
      height: 0.625rem;
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      border-radius: calc(infinity * 0.063rem);
      background-color: var(--color-black);
      opacity: 0%;
      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;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    &:checked:before {
      opacity: 100%;
    }
  }
  button {
    cursor: pointer;
    touch-action: manipulation;
  }
  ::-webkit-scrollbar {
    width: 0.375rem;
  }
  ::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    background-color: color-mix(in srgb, #1a3a22 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary-dark) 10%, transparent);
    }
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: color-mix(in srgb, #1a3a22 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary-dark) 60%, transparent);
    }
    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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primary-dark);
  }
  .media-block--overlayed {
    &:before {
      content: '';
      pointer-events: none;
      position: absolute;
      inset: calc(var(--spacing) * 0);
      border-radius: var(--radius-medium);
      --tw-gradient-position: to bottom in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
      --tw-gradient-from: 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));
      --tw-gradient-to: color-mix(in srgb, #000 85%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-gradient-to: color-mix(in oklab, var(--color-black) 85%, 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));
      z-index: 2;
    }
  }
}
@layer components {
  .box-link::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .skip-link {
    position: absolute;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.75rem 0.5rem;
    z-index: 200;
    &:not(:focus) {
      position: absolute;
      width: 0.063rem;
      height: 0.063rem;
      padding: 0;
      margin: -0.063rem;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }
  }
}
.air-datepicker.air-datepicker {
  --adp-width: 19.875rem;
  --adp-border-radius: 0.75rem;
  --adp-padding: 1rem;
  --adp-font-family: Hanken Grotesk, serif;
  --adp-font-size: 0.875rem;
  --adp-background-color: #f4f4e8;
  --adp-nav-arrow-color: #fff;
  --adp-day-name-color: #71717a;
  --adp-color-disabled: #ccc;
  --adp-cell-background-color-hover: #cbe214;
  .air-datepicker--pointer::after {
    background-color: var(--color-primary-light);
  }
  .air-datepicker-nav--action {
    background-color: var(--color-primary-dark);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .air-datepicker--content {
    padding-top: 0;
  }
  .air-datepicker-body--cells {
    padding-top: 1rem;
    gap: 0.5rem;
  }
  .air-datepicker-cell.-day- {
    aspect-ratio: 1;
    --adp-cell-border-radius: 50%;
  }
  .air-datepicker-cell.-current- {
    background-color: var(--color-primary-dark);
    color: var(--color-white);
  }
  .air-datepicker-cell.-focus-,
	.air-datepicker-cell.-selected- {
    background-color: var(--color-primary-accent);
    color: var(--color-primary-dark);
  }
  .air-datepicker-cell.-disabled- {
    pointer-events: none;
  }
}
.customer-info__section {
  background-color: var(--color-white);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --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-outline-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-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-content: "";
    }
  }
}
