/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  vertical-align: top;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.f-carousel__slide.has-html {
  overflow: auto;
}

.f-html {
  position: relative;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  box-sizing: border-box;
  min-height: 1px;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 4px);
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  min-height: 1px;
  overflow: visible;
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  --f-progressbar-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
  pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
  display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.f-carousel__counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  --f-carousel-slide-width: calc(var(--f-thumb-width) + var(--f-thumbs-gap));
  --f-carousel-slide-height: calc(var(--f-thumb-height) + var(--f-thumbs-gap));
  --f-carousel-gap: 0;
  flex-shrink: 0;
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: max-height 0.3s ease;
  z-index: var(--f-thumbs-z-index);
  overflow: hidden;
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs__slide {
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: calc(var(--f-thumbs-gap) * 0.5);
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-modern {
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--width-diff) * 2);
  margin-left: calc(var(--width-diff) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: -50%;
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--f-progressbar-height, 3px);
  transform: scaleX(0);
  transform-origin: 0;
  background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 4px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255, .2);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  display: flex;
  flex-direction: column;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116, .2);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
}

.fancybox__container::backdrop {
  background-color: transparent;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__carousel > .f-progressbar {
  background-color: var(--fancybox-color);
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
  --f-button-width: var(--f-close-button-width, 34px);
  --f-button-height: var(--f-close-button-height, 34px);
  --f-button-border-radius: var(--f-close-border-radius, 4px);
  --f-button-color: var(--f-close-button-color, #fff);
  --f-button-hover-color: var(--f-close-button-hover-color, #fff);
  --f-button-bg: var(--f-close-button-bg, transparent);
  --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
  --f-button-active-bg: var(--f-close-button-active-bg, transparent);
  --f-button-svg-width: var(--f-close-button-svg-width, 22px);
  --f-button-svg-height: var(--f-close-button-svg-height, 22px);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}
/* ================================================== */
/* SASS
/* ================================================== */
/* ================================================== */
/* TAILWIND
/* ================================================== */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[3\.6rem\] {
  inset: 3.6rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[0\.8rem\] {
  bottom: 0.8rem;
}
.bottom-\[1\.6rem\] {
  bottom: 1.6rem;
}
.bottom-\[2\.4rem\] {
  bottom: 2.4rem;
}
.bottom-\[3\.2rem\] {
  bottom: 3.2rem;
}
.bottom-\[calc\(100\%_-_2\.5rem\)\] {
  bottom: calc(100% - 2.5rem);
}
.left-0 {
  left: 0px;
}
.left-\[1\.6rem\] {
  left: 1.6rem;
}
.right-0 {
  right: 0px;
}
.right-\[0\.4rem\] {
  right: 0.4rem;
}
.right-\[1\.6rem\] {
  right: 1.6rem;
}
.right-\[2\.4rem\] {
  right: 2.4rem;
}
.right-\[calc\(100\%_-_2\.5rem\)\] {
  right: calc(100% - 2.5rem);
}
.top-0 {
  top: 0px;
}
.top-\[--headerH\] {
  top: var(--headerH);
}
.top-\[2\.4rem\] {
  top: 2.4rem;
}
.top-px {
  top: 1px;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[9\] {
  z-index: 9;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1 / -1;
}
.\!my-\[0\.8rem\] {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}
.-mx-\[--grid-gap\] {
  margin-left: calc(var(--grid-gap) * -1);
  margin-right: calc(var(--grid-gap) * -1);
}
.-mx-\[1\.6rem\] {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.-mx-\[calc\(var\(--grid-gap\)_\/_2\)\] {
  margin-left: calc(calc(var(--grid-gap) / 2) * -1);
  margin-right: calc(calc(var(--grid-gap) / 2) * -1);
}
.mx-\[2\.4rem\] {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[0\.8rem\] {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.my-\[1\.6rem\] {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.my-\[2\.4rem\] {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.-mt-\[1\.6rem\] {
  margin-top: -1.6rem;
}
.-mt-\[6rem\] {
  margin-top: -6rem;
}
.mb-\[0\.4rem\] {
  margin-bottom: 0.4rem;
}
.mb-\[0\.6rem\] {
  margin-bottom: 0.6rem;
}
.mb-\[0\.8rem\] {
  margin-bottom: 0.8rem;
}
.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem;
}
.mb-\[2\.0rem\] {
  margin-bottom: 2.0rem;
}
.mb-\[2\.4rem\] {
  margin-bottom: 2.4rem;
}
.mb-\[4rem\] {
  margin-bottom: 4rem;
}
.mb-\[6rem\] {
  margin-bottom: 6rem;
}
.ml-\[0\.2rem\] {
  margin-left: 0.2rem;
}
.ml-\[0\.8rem\] {
  margin-left: 0.8rem;
}
.ml-\[1\.6rem\] {
  margin-left: 1.6rem;
}
.ml-\[2\.4rem\] {
  margin-left: 2.4rem;
}
.ml-\[3\.2rem\] {
  margin-left: 3.2rem;
}
.mr-\[0\.4rem\] {
  margin-right: 0.4rem;
}
.mr-\[0\.8rem\] {
  margin-right: 0.8rem;
}
.mr-\[1\.6rem\] {
  margin-right: 1.6rem;
}
.mr-\[1rem\] {
  margin-right: 1rem;
}
.mr-\[3\.2rem\] {
  margin-right: 3.2rem;
}
.mt-\[--grid-gap\] {
  margin-top: var(--grid-gap);
}
.mt-\[0\.2rem\] {
  margin-top: 0.2rem;
}
.mt-\[0\.4rem\] {
  margin-top: 0.4rem;
}
.mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}
.mt-\[1\.6rem\] {
  margin-top: 1.6rem;
}
.mt-\[12rem\] {
  margin-top: 12rem;
}
.mt-\[2\.0rem\] {
  margin-top: 2.0rem;
}
.mt-\[2\.4rem\] {
  margin-top: 2.4rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[3\.2rem\] {
  margin-top: 3.2rem;
}
.mt-\[3\.6rem\] {
  margin-top: 3.6rem;
}
.mt-\[4\.8rem\] {
  margin-top: 4.8rem;
}
.mt-\[4rem\] {
  margin-top: 4rem;
}
.mt-\[6rem\] {
  margin-top: 6rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-\[--headerH\] {
  height: var(--headerH);
}
.h-\[0\.3rem\] {
  height: 0.3rem;
}
.h-\[0\.5rem\] {
  height: 0.5rem;
}
.h-\[1\.1rem\] {
  height: 1.1rem;
}
.h-\[1\.2rem\] {
  height: 1.2rem;
}
.h-\[1\.4rem\] {
  height: 1.4rem;
}
.h-\[1\.8rem\] {
  height: 1.8rem;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[2\.2rem\] {
  height: 2.2rem;
}
.h-\[2\.4rem\] {
  height: 2.4rem;
}
.h-\[3\.2rem\] {
  height: 3.2rem;
}
.h-\[3\.6rem\] {
  height: 3.6rem;
}
.h-\[35rem\] {
  height: 35rem;
}
.h-\[36rem\] {
  height: 36rem;
}
.h-\[4\.0rem\] {
  height: 4.0rem;
}
.h-\[4\.8rem\] {
  height: 4.8rem;
}
.h-\[45rem\] {
  height: 45rem;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-\[5\.6rem\] {
  height: 5.6rem;
}
.h-\[59rem\] {
  height: 59rem;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[6\.5rem\] {
  height: 6.5rem;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-\[7\.6rem\] {
  height: 7.6rem;
}
.h-\[8rem\] {
  height: 8rem;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.min-h-\[--app-height\] {
  min-height: var(--app-height);
}
.min-h-\[52rem\] {
  min-height: 52rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-\[1\.1rem\] {
  width: 1.1rem;
}
.w-\[1\.2rem\] {
  width: 1.2rem;
}
.w-\[1\.4rem\] {
  width: 1.4rem;
}
.w-\[1\.8rem\] {
  width: 1.8rem;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[13\.1rem\] {
  width: 13.1rem;
}
.w-\[13\.4rem\] {
  width: 13.4rem;
}
.w-\[150\%\] {
  width: 150%;
}
.w-\[1rem\] {
  width: 1rem;
}
.w-\[2\.4rem\] {
  width: 2.4rem;
}
.w-\[3\.2rem\] {
  width: 3.2rem;
}
.w-\[3\.6rem\] {
  width: 3.6rem;
}
.w-\[4rem\] {
  width: 4rem;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[6\.5rem\] {
  width: 6.5rem;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-\[9\.3rem\] {
  width: 9.3rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[1\.1rem\] {
  min-width: 1.1rem;
}
.min-w-\[1\.2rem\] {
  min-width: 1.2rem;
}
.min-w-\[1\.4rem\] {
  min-width: 1.4rem;
}
.min-w-\[1\.8rem\] {
  min-width: 1.8rem;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[13\.1rem\] {
  min-width: 13.1rem;
}
.min-w-\[13\.4rem\] {
  min-width: 13.4rem;
}
.min-w-\[3\.2rem\] {
  min-width: 3.2rem;
}
.min-w-\[3\.6rem\] {
  min-width: 3.6rem;
}
.min-w-\[4rem\] {
  min-width: 4rem;
}
.min-w-\[5rem\] {
  min-width: 5rem;
}
.min-w-\[6\.5rem\] {
  min-width: 6.5rem;
}
.min-w-\[6rem\] {
  min-width: 6rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[9\.3rem\] {
  min-width: 9.3rem;
}
.max-w-\[1rem\] {
  max-width: 1rem;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.flex-1 {
  flex: 1 1 0%;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-y-\[0\.8rem\] {
  --tw-border-spacing-y: 0.8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[15deg\] {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[--grid-cols\] {
  grid-template-columns: var(--grid-cols);
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-\[--grid-gap\] {
  gap: var(--grid-gap);
}
.gap-\[0\.8rem\] {
  gap: 0.8rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.\!text-wrap {
  text-wrap: wrap !important;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.4rem;
}
.rounded-4 {
  border-radius: 0.4rem;
}
.rounded-\[0\.4rem\] {
  border-radius: 0.4rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-t-4 {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.border-\[--gray-2\] {
  border-color: var(--gray-2);
}
.border-\[--gray-3\] {
  border-color: var(--gray-3);
}
.border-\[--gray-4\] {
  border-color: var(--gray-4);
}
.border-\[transparent\] {
  border-color: transparent;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.bg-\[--brand-color\] {
  background-color: var(--brand-color);
}
.bg-\[--cta-color\] {
  background-color: var(--cta-color);
}
.bg-\[--gray-1\] {
  background-color: var(--gray-1);
}
.bg-\[--gray-3\] {
  background-color: var(--gray-3);
}
.bg-\[--gray-6\] {
  background-color: var(--gray-6);
}
.bg-\[--overlay-color\] {
  background-color: var(--overlay-color);
}
.bg-bg {
  background-color: var(--bg-color);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-brand {
  background-color: var(--brand-color);
}
.bg-brand-light {
  background-color: var(--brand-light-color);
}
.bg-cta {
  background-color: var(--cta-color);
}
.bg-cta-bg {
  background-color: var(--cta-bg-color);
}
.bg-cta-bottom {
  background-color: var(--cta-gradient-bottom-color);
}
.bg-cta-top {
  background-color: var(--cta-gradient-top-color);
}
.bg-current {
  background-color: currentColor;
}
.bg-input {
  background-color: var(--input-color);
}
.bg-text {
  background-color: var(--text-color);
}
.bg-transparent {
  background-color: rgba(0,0,0,0);
}
.bg-transparent\/0 {
  background-color: rgba(0, 0, 0, 0);
}
.bg-transparent\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-transparent\/100 {
  background-color: rgba(0, 0, 0, 1);
}
.bg-transparent\/15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-transparent\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-transparent\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-transparent\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-transparent\/35 {
  background-color: rgba(0, 0, 0, 0.35);
}
.bg-transparent\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-transparent\/45 {
  background-color: rgba(0, 0, 0, 0.45);
}
.bg-transparent\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-transparent\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-transparent\/55 {
  background-color: rgba(0, 0, 0, 0.55);
}
.bg-transparent\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-transparent\/65 {
  background-color: rgba(0, 0, 0, 0.65);
}
.bg-transparent\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-transparent\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-transparent\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-transparent\/85 {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-transparent\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-transparent\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-\[image\:--gray-gradient-color\] {
  background-image: var(--gray-gradient-color);
}
.bg-\[image\:--menu-gradient-color\] {
  background-image: var(--menu-gradient-color);
}
.bg-\[image\:linear-gradient\(180deg\2c \#F5F5F7_65\.05\%\2c rgba\(245\2c 245\2c 247\2c 0\)_100\%\)\] {
  background-image: linear-gradient(180deg,#F5F5F7 65.05%,rgba(245,245,247,0) 100%);
}
.bg-\[image\:url\(\'\/resources\/img\/icon-search\.svg\'\)\] {
  background-image: url('/resources/img/icon-search.svg');
}
.bg-\[linear-gradient\(0deg\2c rgba\(var\(--overlay-color\)\2c 1\)_0\%\2c rgba\(var\(--overlay-color\)\2c 0\.25\)_50\%\2c rgba\(var\(--overlay-color\)\2c 0\)_100\%\)\] {
  background-image: linear-gradient(0deg,rgba(var(--overlay-color),1) 0%,rgba(var(--overlay-color),0.25) 50%,rgba(var(--overlay-color),0) 100%);
}
.bg-\[linear-gradient\(320\.14deg\2c rgba\(var\(--overlay-color\)\2c 0\)_42\.35\%\2c rgba\(var\(--overlay-color\)\2c 0\.4\)_76\.84\%\)\] {
  background-image: linear-gradient(320.14deg,rgba(var(--overlay-color),0) 42.35%,rgba(var(--overlay-color),0.4) 76.84%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-\[size\:1\.8rem\] {
  background-size: 1.8rem;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  background-clip: text;
}
.bg-\[position\:1\.6rem_50\%\] {
  background-position: 1.6rem 50%;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-\[0\.8rem\] {
  padding: 0.8rem;
}
.p-\[1\.6rem\] {
  padding: 1.6rem;
}
.p-\[2\.4rem\] {
  padding: 2.4rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[--grid-gap\] {
  padding-left: var(--grid-gap);
  padding-right: var(--grid-gap);
}
.px-\[0\.6rem\] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.px-\[0\.8rem\] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-\[1\.6rem\] {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-\[3\.6rem\] {
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
.px-\[calc\(var\(--grid-gap\)_\/_2\)\] {
  padding-left: calc(var(--grid-gap) / 2);
  padding-right: calc(var(--grid-gap) / 2);
}
.py-\[0\.2rem\] {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.py-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-\[0\.8rem\] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-\[1\.2rem\] {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.py-\[1\.6rem\] {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[2\.4rem\] {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.py-\[3\.2rem\] {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.py-\[4\.8rem\] {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.py-\[4rem\] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-\[8rem\] {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pb-\[0\.8rem\] {
  padding-bottom: 0.8rem;
}
.pb-\[1\.6rem\] {
  padding-bottom: 1.6rem;
}
.pl-\[1\.6rem\] {
  padding-left: 1.6rem;
}
.pl-\[5rem\] {
  padding-left: 5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[--headerH\] {
  padding-top: var(--headerH);
}
.pt-\[0\.8rem\] {
  padding-top: 0.8rem;
}
.pt-\[1\.6rem\] {
  padding-top: 1.6rem;
}
.pt-\[2\.4rem\] {
  padding-top: 2.4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-alt {
  font-family: var(--altFont);
}
.font-main {
  font-family: var(--mainFont);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[1\.1rem\]\/\[1\.5rem\] {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.text-\[1\.2rem\]\/\[1\.2rem\] {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.text-\[1\.2rem\]\/\[1\.6rem\] {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.text-\[1\.2rem\]\/\[2\.0rem\] {
  font-size: 1.2rem;
  line-height: 2.0rem;
}
.text-\[1\.3rem\]\/\[1\.5rem\] {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.text-\[1\.3rem\]\/\[1\.7rem\] {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.text-\[1\.4rem\]\/\[1\.8rem\] {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.text-\[1\.4rem\]\/\[2\.0rem\] {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
.text-\[1\.5rem\]\/\[1\.9rem\] {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.text-\[1\.6rem\]\/\[1\.6rem\] {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.text-\[1\.6rem\]\/\[1\.8rem\] {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.text-\[1\.6rem\]\/\[2\.0rem\] {
  font-size: 1.6rem;
  line-height: 2.0rem;
}
.text-\[1\.6rem\]\/\[2\.2rem\] {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.text-\[1\.6rem\]\/\[2\.4rem\] {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.text-\[1\.8rem\]\/\[2\.4rem\] {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.text-\[1\.8rem\]\/\[2\.6rem\] {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.text-\[2\.0rem\]\/\[2\.6rem\] {
  font-size: 2.0rem;
  line-height: 2.6rem;
}
.text-\[2\.0rem\]\/\[4\.6rem\] {
  font-size: 2.0rem;
  line-height: 4.6rem;
}
.text-\[2\.4rem\] {
  font-size: 2.4rem;
}
.text-\[2\.4rem\]\/\[2\.8rem\] {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.text-\[2\.4rem\]\/\[3\.0rem\] {
  font-size: 2.4rem;
  line-height: 3.0rem;
}
.text-\[2\.8rem\]\/\[3\.2rem\] {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.text-\[3\.2rem\]\/\[3\.6rem\] {
  font-size: 3.2rem;
  line-height: 3.6rem;
}
.text-\[4\.4rem\]\/\[4\.8rem\] {
  font-size: 4.4rem;
  line-height: 4.8rem;
}
.text-\[7\.2rem\]\/\[6\.4rem\] {
  font-size: 7.2rem;
  line-height: 6.4rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[2\.8rem\] {
  line-height: 2.8rem;
}
.-tracking-01 {
  letter-spacing: -0.01em;
}
.-tracking-02 {
  letter-spacing: -0.02em;
}
.-tracking-03 {
  letter-spacing: -0.03em;
}
.\!text-brand {
  color: var(--brand-color) !important;
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#A6A6A5\] {
  --tw-text-opacity: 1;
  color: rgb(166 166 165 / var(--tw-text-opacity, 1));
}
.text-\[--brand-color\] {
  color: var(--brand-color);
}
.text-\[--brand-light-color\] {
  color: var(--brand-light-color);
}
.text-\[--cta-color\] {
  color: var(--cta-color);
}
.text-\[--gray-3\] {
  color: var(--gray-3);
}
.text-\[--gray-4\] {
  color: var(--gray-4);
}
.text-\[--gray-5\] {
  color: var(--gray-5);
}
.text-bg {
  color: var(--bg-color);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-brand {
  color: var(--brand-color);
}
.text-brand-light {
  color: var(--brand-light-color);
}
.text-cta {
  color: var(--cta-color);
}
.text-cta-bg {
  color: var(--cta-bg-color);
}
.text-cta-bottom {
  color: var(--cta-gradient-bottom-color);
}
.text-cta-top {
  color: var(--cta-gradient-top-color);
}
.text-current {
  color: currentColor;
}
.text-input {
  color: var(--input-color);
}
.text-text {
  color: var(--text-color);
}
.text-transparent {
  color: rgba(0,0,0,0);
}
.text-transparent\/0 {
  color: rgba(0, 0, 0, 0);
}
.text-transparent\/10 {
  color: rgba(0, 0, 0, 0.1);
}
.text-transparent\/100 {
  color: rgba(0, 0, 0, 1);
}
.text-transparent\/15 {
  color: rgba(0, 0, 0, 0.15);
}
.text-transparent\/20 {
  color: rgba(0, 0, 0, 0.2);
}
.text-transparent\/25 {
  color: rgba(0, 0, 0, 0.25);
}
.text-transparent\/30 {
  color: rgba(0, 0, 0, 0.3);
}
.text-transparent\/35 {
  color: rgba(0, 0, 0, 0.35);
}
.text-transparent\/40 {
  color: rgba(0, 0, 0, 0.4);
}
.text-transparent\/45 {
  color: rgba(0, 0, 0, 0.45);
}
.text-transparent\/5 {
  color: rgba(0, 0, 0, 0.05);
}
.text-transparent\/50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-transparent\/55 {
  color: rgba(0, 0, 0, 0.55);
}
.text-transparent\/60 {
  color: rgba(0, 0, 0, 0.6);
}
.text-transparent\/65 {
  color: rgba(0, 0, 0, 0.65);
}
.text-transparent\/70 {
  color: rgba(0, 0, 0, 0.7);
}
.text-transparent\/75 {
  color: rgba(0, 0, 0, 0.75);
}
.text-transparent\/80 {
  color: rgba(0, 0, 0, 0.8);
}
.text-transparent\/85 {
  color: rgba(0, 0, 0, 0.85);
}
.text-transparent\/90 {
  color: rgba(0, 0, 0, 0.9);
}
.text-transparent\/95 {
  color: rgba(0, 0, 0, 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-80 {
  opacity: 0.8;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[hyphens\:auto\] {
  hyphens: auto;
}
.\[overflow-wrap\:break-word\] {
  overflow-wrap: break-word;
}
/* ================================================== */
/* UTILS
/* ================================================== */
/* ================================================== */
/* CUSTOM PROPERTIES
/* ================================================== */
:root {
  --app-height: 100%;
  --headerH: 5.6rem;
  --grid-cols: repeat(4, minmax(0, 1fr));
  --grid-gap: 1.6rem;
  --grid-gap-desktop: 3.6rem;
  --mainFont: "Dosis", sans-serif;
  --altFont: "Roboto", sans-serif;
  --brand-color: #ED1651;
  --brand-light-color: #FBD0DD;
  --cta-color: #ED145C;
  --cta-bg-color: #FDE7EE;
  --cta-gradient-color: conic-gradient(from 269.18deg at 50% 50%, #F37298 0deg, rgba(191, 32, 49, 0) 360deg), linear-gradient(90deg, #ED1651 0%, #BF2031 100%);
  --subscription-gradient-color: conic-gradient(from 135deg at 5% 5%, rgba(255, 255, 255, 0) 0deg, #FFFFFF 360deg), #FDE7EE;
  --menu-gradient-color: linear-gradient(321.45deg, #AA1533 1.47%, #B6113A 33.47%, #D5064D 57.29%, #E40056 81.11%, #E73363 100%);
  --bg-color: #FFFFFF;
  --text-color: #000000;
  --overlay-color: #091E23;
  --gray-1: #F5F5F7;
  --gray-2: #E3E3E8;
  --gray-3: #D7D7DF;
  --gray-4: #C6C6D2;
  --gray-5: #444456;
  --gray-6: #1A1A1A;
  --gray-7: #0F0F0F;
  --gray-gradient-color: linear-gradient(180deg, #F5F5F7 41.75%, #E3E3E8 100%);
}

@media (min-width: 768px) {
  :root {
    --headerH: 7.6rem;
    --grid-cols: repeat(14, minmax(0, 1fr));
    --grid-gap: var(--grid-gap-desktop);
  }
}
.cta-gradient-fill {
  position: relative;
  display: inline-flex;
  height: 5.6rem;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 0.4rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--brand-color);
  background-image: var(--cta-gradient-color);
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  font-family: var(--altFont);
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-blend-mode: soft-light;
}

.cta-gradient-fill:hover, .cta-gradient-fill:active, .cta-gradient-fill:focus {
  background-blend-mode: hue;
}

.cta-gradient-outline {
  position: relative;
  display: inline-flex;
  height: 5.6rem;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  border-radius: 0.4rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--brand-color);
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  font-family: var(--altFont);
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--brand-color);
}

.cta-gradient-outline:hover, .cta-gradient-outline:active, .cta-gradient-outline:focus {
  background-image: var(--cta-gradient-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-blend-mode: soft-light;
}

.cta-white {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  font-family: var(--altFont);
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-white .icon {
  margin-left: 0.8rem;
  display: flex;
  height: 1.8rem;
  width: 1.8rem;
  min-width: 1.8rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: calc(infinity * 1px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: var(--brand-color);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-white:hover .icon, .cta-white:active .icon, .cta-white:focus .icon {
  background-color: var(--brand-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cta-brand {
  display: inline-flex;
  align-items: center;
  text-wrap: nowrap;
  font-family: var(--altFont);
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--brand-color);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-brand .icon {
  margin-left: 0.8rem;
  display: flex;
  height: 1.8rem;
  width: 1.8rem;
  min-width: 1.8rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: calc(infinity * 1px);
  border-width: 1px;
  border-style: solid;
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cta-brand:hover .icon, .cta-brand:active .icon, .cta-brand:focus .icon {
  background-color: rgba(0,0,0,0);
  color: var(--brand-color);
}

.burgerBtn {
  position: relative;
}

.burgerBtn span {
  position: absolute;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.burgerBtn span:nth-of-type(1) {
  top: 0px;
}

.burgerBtn span:nth-of-type(2) {
  top: calc(50% - 1.5px);
}

.burgerBtn span:nth-of-type(3) {
  top: calc(100% - 3px);
}

.burgerBtn.isActive span:nth-of-type(1) {
  top: 50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.burgerBtn.isActive span:nth-of-type(2) {
  opacity: 0;
}

.burgerBtn.isActive span:nth-of-type(3) {
  top: 50%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#chatbase-bubble-button {
  bottom: 2.4rem !important;
  right: 2.4rem !important;
  height: 5.6rem !important;
  width: 5.6rem !important;
  border-radius: 0.4rem !important;
  background-color: rgba(0,0,0,0) !important;
  background-image: url("/resources/img/icon-chatbot.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#chatbase-bubble-button svg {
  display: none;
}

.loadin {
  opacity: 0;
  transform: translateY(4.8rem);
  transition: transform 0.6s, opacity 0.9s;
}

.loadin.loaded {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

/* ================================================== */
/* PLUGINS
/* ================================================== */
.embla {
  --slide-size: 100%;
  --slide-mr: 0;
  overflow: hidden;
}

.embla.type--cards {
  --slide-size: 75%;
  --slide-mr: var(--grid-gap);
}

@media (min-width: 768px) {
  .embla.type--cards {
    --slide-mr: var(--grid-gap-desktop);
  }
}
@media (min-width: 1024px) {
  .embla.type--cards {
    --slide-size: calc(33.3333333333% - (var(--grid-gap-desktop)/1.5));
  }
}
.embla.type--banners {
  --slide-size: 75%;
  --slide-mr: var(--grid-gap);
}

@media (min-width: 768px) {
  .embla.type--banners {
    --slide-mr: 0;
    --slide-size: 100%;
  }
}
.embla.type--cars {
  --slide-size: 75%;
  --slide-mr: var(--grid-gap);
}

.embla__container {
  display: flex;
}

.embla__slide {
  margin-right: var(--slide-mr);
  min-width: 0px;
  flex: 0 0 var(--slide-size);
}

.embla__dots button {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  display: flex;
  height: 0.9rem;
  width: 0.9rem;
  min-width: 0.9rem;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: rgb(255 255 255 / 0.5);
}

.embla__dots button.is-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.mapboxgl-popup-content {
  border-radius: 0.4rem !important;
  padding: 1.2rem 1.6rem !important;
}

.mapboxgl-popup-close-button {
  top: 1.2rem !important;
  right: 1.2rem !important;
  height: 2.4rem;
  width: 2.4rem;
  background-color: rgba(0,0,0,0);
  background-image: url("/resources/img/icon-close.svg");
  background-size: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0,0,0,0) !important;
}

.mapboxgl-popup-close-button > span {
  display: none;
}

.geocoder .mapboxgl-ctrl-geocoder {
  width: 100%;
  max-width: 100%;
}

.geocoder .mapboxgl-ctrl-geocoder--icon {
  display: none;
}

.geocoder .mapboxgl-ctrl-geocoder--input {
  height: auto;
  width: 100%;
  border-radius: 0.4rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-3);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url("/resources/img/icon-search.svg");
  background-size: 1.8rem;
  background-position: 1.6rem 50%;
  background-repeat: no-repeat;
  padding: 1.6rem;
  padding-left: 5rem;
  font-family: var(--mainFont);
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--gray-5);
}

.geocoder .mapboxgl-ctrl-geocoder--input::-webkit-input-placeholder {
  color: var(--gray-5);
}

.geocoder .mapboxgl-ctrl-geocoder--input:-moz-placeholder { /* Firefox 18- */ color: var(--gray-5);
}

.geocoder .mapboxgl-ctrl-geocoder--input::-moz-placeholder { /* Firefox 19+ */ color: var(--gray-5);
}

.geocoder .mapboxgl-ctrl-geocoder--input:-ms-input-placeholder {
  color: var(--gray-5);
}

.geocoder .mapboxgl-ctrl-geocoder--button {
  position: absolute !important;
  top: 0px !important;
  right: 1.6rem !important;
  display: flex !important;
  height: 100%;
  width: 1.2rem;
  align-items: center;
  background-color: rgba(0,0,0,0);
  background-image: url("/resources/img/icon-close.svg");
  background-size: 1.2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.geocoder .mapboxgl-ctrl-geocoder--button:hover {
  background-color: rgba(0,0,0,0) !important;
}

.geocoder-marker {
  height: 5.7rem;
  width: 6.4rem;
  cursor: pointer;
  background-image: url("/resources/img/icon-geocoder-marker.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.geocoder-marker svg {
  display: none;
}

/* ================================================== */
/* BASE
/* ================================================== */
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Bold.eot");
  src: local("Dosis-Bold"), url("../fonts/Dosis-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Dosis-Bold.woff2") format("woff2"), url("../fonts/Dosis-Bold.woff") format("woff"), url("../fonts/Dosis-Bold.ttf") format("truetype"), url("../fonts/Dosis-Bold.svg#Dosis-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-SemiBold.eot");
  src: local("Dosis-SemiBold"), url("../fonts/Dosis-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Dosis-SemiBold.woff2") format("woff2"), url("../fonts/Dosis-SemiBold.woff") format("woff"), url("../fonts/Dosis-SemiBold.ttf") format("truetype"), url("../fonts/Dosis-SemiBold.svg#Dosis-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Medium.eot");
  src: local("Dosis-Medium"), url("../fonts/Dosis-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Dosis-Medium.woff2") format("woff2"), url("../fonts/Dosis-Medium.woff") format("woff"), url("../fonts/Dosis-Medium.ttf") format("truetype"), url("../fonts/Dosis-Medium.svg#Dosis-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dosis";
  src: url("../fonts/Dosis-Regular.eot");
  src: local("Dosis-Regular"), url("../fonts/Dosis-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Dosis-Regular.woff2") format("woff2"), url("../fonts/Dosis-Regular.woff") format("woff"), url("../fonts/Dosis-Regular.ttf") format("truetype"), url("../fonts/Dosis-Regular.svg#Dosis-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.eot");
  src: local("Roboto-Black"), url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%; /* fallback IE8+ */
  font-size: 0.625em; /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  line-height: 62.5%; /* fallback IE8+ */
  line-height: 0.625em; /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
}

body {
  font-family: var(--mainFont);
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.editor strong {
  font-weight: 600;
}

.editor a {
  font-weight: 600;
  color: var(--cta-color);
  text-decoration-line: underline;
}

.editor p + p {
  margin-top: 2.4rem;
}

.editor p + h2 {
  margin-top: 4rem;
}

.editor p.p-small {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.editor ul, .editor ol {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  list-style-type: none;
}

.editor ul li, .editor ol li {
  position: relative;
}

.editor ul li + li, .editor ol li + li {
  margin-top: 0.8rem;
}

.editor ul li:not(.check)::before {
  position: relative;
  top: -0.15em;
  margin-right: 0.8rem;
  display: inline-block;
  height: 0.6rem;
  width: 0.6rem;
  min-width: 0.6rem;
  border-radius: calc(infinity * 1px);
  background-color: var(--brand-color);
  --tw-content: "";
  content: var(--tw-content);
}

.editor ul li.check::before {
  position: relative;
  top: 0.15em;
  margin-right: 0.8rem;
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  min-width: 1.6rem;
  background-image: url("../img/icon-check.svg");
  color: var(--brand-color);
  --tw-content: "";
  content: var(--tw-content);
}

.editor ol {
  counter-reset: li;
}

.editor ol li {
  counter-increment: li;
}

.editor ol li:before {
  content: counter(li) ". ";
  margin-right: 0.8rem;
  color: var(--brand-color);
}

/* ================================================== */
/* LAYOUT
/* ================================================== */
.blockHeading + .blocks {
  margin-top: 3.2rem;
}

.blockAccordion details summary::-webkit-details-marker,
.blockAccordionCars details summary::-webkit-details-marker {
  display: none;
}

.blockAccordion details > summary:first-of-type,
.blockAccordionCars details > summary:first-of-type {
  list-style-type: none;
}

.blockAccordion details[open] .summary__inner .icon svg,
.blockAccordion details.open .summary__inner .icon svg,
.blockAccordionCars details[open] .summary__inner .icon svg,
.blockAccordionCars details.open .summary__inner .icon svg {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.blockAccordion + .blockAccordion {
  margin-top: 1.6rem;
}

.blockAccordionCars + .blockAccordionCars {
  margin-top: 0.8rem;
}

.blockFees table tr:nth-of-type(2) td {
  --tw-bg-opacity: 1;
  background-color: rgb(253 231 238 / var(--tw-bg-opacity, 1));
}

.blockFees table tr:nth-of-type(3) td {
  --tw-bg-opacity: 1;
  background-color: rgb(251 208 222 / var(--tw-bg-opacity, 1));
}

.blockFees table tr:nth-of-type(4) td {
  --tw-bg-opacity: 1;
  background-color: rgb(249 184 205 / var(--tw-bg-opacity, 1));
}

.blockFees table tr:nth-of-type(5) td {
  --tw-bg-opacity: 1;
  background-color: rgb(247 161 189 / var(--tw-bg-opacity, 1));
}

.blockFees table tr:nth-of-type(6) td {
  --tw-bg-opacity: 1;
  background-color: rgb(245 137 172 / var(--tw-bg-opacity, 1));
}

.blockFees table tr:nth-of-type(7) td {
  --tw-bg-opacity: 1;
  background-color: rgb(243 114 156 / var(--tw-bg-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-\[--grid-gap\]::before {
  content: var(--tw-content);
  left: calc(var(--grid-gap) * -1);
}

.before\:-right-\[--grid-gap\]::before {
  content: var(--tw-content);
  right: calc(var(--grid-gap) * -1);
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:border-t::before {
  content: var(--tw-content);
  border-top-width: 1px;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

.before\:border-\[--gray-3\]::before {
  content: var(--tw-content);
  border-color: var(--gray-3);
}

.before\:bg-bg::before {
  content: var(--tw-content);
  background-color: var(--bg-color);
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.before\:bg-black\/0::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0);
}

.before\:bg-black\/10::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.1);
}

.before\:bg-black\/100::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 1);
}

.before\:bg-black\/15::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.15);
}

.before\:bg-black\/20::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.2);
}

.before\:bg-black\/25::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.25);
}

.before\:bg-black\/30::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.3);
}

.before\:bg-black\/35::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.35);
}

.before\:bg-black\/40::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}

.before\:bg-black\/45::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.45);
}

.before\:bg-black\/5::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.05);
}

.before\:bg-black\/50::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}

.before\:bg-black\/55::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.55);
}

.before\:bg-black\/60::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.6);
}

.before\:bg-black\/65::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.65);
}

.before\:bg-black\/70::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.7);
}

.before\:bg-black\/75::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.75);
}

.before\:bg-black\/80::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.8);
}

.before\:bg-black\/85::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.85);
}

.before\:bg-black\/90::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.9);
}

.before\:bg-black\/95::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.95);
}

.before\:bg-brand::before {
  content: var(--tw-content);
  background-color: var(--brand-color);
}

.before\:bg-brand-light::before {
  content: var(--tw-content);
  background-color: var(--brand-light-color);
}

.before\:bg-cta::before {
  content: var(--tw-content);
  background-color: var(--cta-color);
}

.before\:bg-cta-bg::before {
  content: var(--tw-content);
  background-color: var(--cta-bg-color);
}

.before\:bg-cta-bottom::before {
  content: var(--tw-content);
  background-color: var(--cta-gradient-bottom-color);
}

.before\:bg-cta-top::before {
  content: var(--tw-content);
  background-color: var(--cta-gradient-top-color);
}

.before\:bg-current::before {
  content: var(--tw-content);
  background-color: currentColor;
}

.before\:bg-input::before {
  content: var(--tw-content);
  background-color: var(--input-color);
}

.before\:bg-text::before {
  content: var(--tw-content);
  background-color: var(--text-color);
}

.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: rgba(0,0,0,0);
}

.before\:bg-transparent\/0::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0);
}

.before\:bg-transparent\/10::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.1);
}

.before\:bg-transparent\/100::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 1);
}

.before\:bg-transparent\/15::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.15);
}

.before\:bg-transparent\/20::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.2);
}

.before\:bg-transparent\/25::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.25);
}

.before\:bg-transparent\/30::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.3);
}

.before\:bg-transparent\/35::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.35);
}

.before\:bg-transparent\/40::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.4);
}

.before\:bg-transparent\/45::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.45);
}

.before\:bg-transparent\/5::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.05);
}

.before\:bg-transparent\/50::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.5);
}

.before\:bg-transparent\/55::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.55);
}

.before\:bg-transparent\/60::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.6);
}

.before\:bg-transparent\/65::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.65);
}

.before\:bg-transparent\/70::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.7);
}

.before\:bg-transparent\/75::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.75);
}

.before\:bg-transparent\/80::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.8);
}

.before\:bg-transparent\/85::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.85);
}

.before\:bg-transparent\/90::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.9);
}

.before\:bg-transparent\/95::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.95);
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:bg-white\/0::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0);
}

.before\:bg-white\/10::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.1);
}

.before\:bg-white\/100::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 1);
}

.before\:bg-white\/15::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.15);
}

.before\:bg-white\/20::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}

.before\:bg-white\/25::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.25);
}

.before\:bg-white\/30::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}

.before\:bg-white\/35::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.35);
}

.before\:bg-white\/40::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.4);
}

.before\:bg-white\/45::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.45);
}

.before\:bg-white\/5::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.05);
}

.before\:bg-white\/50::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.5);
}

.before\:bg-white\/55::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.55);
}

.before\:bg-white\/60::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.6);
}

.before\:bg-white\/65::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.65);
}

.before\:bg-white\/70::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.7);
}

.before\:bg-white\/75::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.75);
}

.before\:bg-white\/80::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.8);
}

.before\:bg-white\/85::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.85);
}

.before\:bg-white\/90::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.9);
}

.before\:bg-white\/95::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.95);
}

.before\:bg-opacity-0::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0;
}

.before\:bg-opacity-10::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.1;
}

.before\:bg-opacity-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
}

.before\:bg-opacity-15::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.15;
}

.before\:bg-opacity-20::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.2;
}

.before\:bg-opacity-25::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.25;
}

.before\:bg-opacity-30::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.3;
}

.before\:bg-opacity-35::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.35;
}

.before\:bg-opacity-40::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.4;
}

.before\:bg-opacity-45::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.45;
}

.before\:bg-opacity-5::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.05;
}

.before\:bg-opacity-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}

.before\:bg-opacity-55::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.55;
}

.before\:bg-opacity-60::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.6;
}

.before\:bg-opacity-65::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.65;
}

.before\:bg-opacity-70::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.7;
}

.before\:bg-opacity-75::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.75;
}

.before\:bg-opacity-80::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.8;
}

.before\:bg-opacity-85::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.85;
}

.before\:bg-opacity-90::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.9;
}

.before\:bg-opacity-95::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.95;
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-bl::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-br::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-l::before {
  content: var(--tw-content);
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-t::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-tl::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-tr::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.before\:bg-none::before {
  content: var(--tw-content);
  background-image: none;
}

.before\:bg-auto::before {
  content: var(--tw-content);
  background-size: auto;
}

.before\:bg-contain::before {
  content: var(--tw-content);
  background-size: contain;
}

.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}

.before\:bg-fixed::before {
  content: var(--tw-content);
  background-attachment: fixed;
}

.before\:bg-local::before {
  content: var(--tw-content);
  background-attachment: local;
}

.before\:bg-scroll::before {
  content: var(--tw-content);
  background-attachment: scroll;
}

.before\:bg-clip-border::before {
  content: var(--tw-content);
  background-clip: border-box;
}

.before\:bg-clip-padding::before {
  content: var(--tw-content);
  background-clip: padding-box;
}

.before\:bg-clip-content::before {
  content: var(--tw-content);
  background-clip: content-box;
}

.before\:bg-clip-text::before {
  content: var(--tw-content);
  background-clip: text;
}

.before\:bg-bottom::before {
  content: var(--tw-content);
  background-position: bottom;
}

.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-left::before {
  content: var(--tw-content);
  background-position: left;
}

.before\:bg-left-bottom::before {
  content: var(--tw-content);
  background-position: left bottom;
}

.before\:bg-left-top::before {
  content: var(--tw-content);
  background-position: left top;
}

.before\:bg-right::before {
  content: var(--tw-content);
  background-position: right;
}

.before\:bg-right-bottom::before {
  content: var(--tw-content);
  background-position: right bottom;
}

.before\:bg-right-top::before {
  content: var(--tw-content);
  background-position: right top;
}

.before\:bg-top::before {
  content: var(--tw-content);
  background-position: top;
}

.before\:bg-repeat::before {
  content: var(--tw-content);
  background-repeat: repeat;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:bg-repeat-x::before {
  content: var(--tw-content);
  background-repeat: repeat-x;
}

.before\:bg-repeat-y::before {
  content: var(--tw-content);
  background-repeat: repeat-y;
}

.before\:bg-repeat-round::before {
  content: var(--tw-content);
  background-repeat: round;
}

.before\:bg-repeat-space::before {
  content: var(--tw-content);
  background-repeat: space;
}

.before\:bg-origin-border::before {
  content: var(--tw-content);
  background-origin: border-box;
}

.before\:bg-origin-padding::before {
  content: var(--tw-content);
  background-origin: padding-box;
}

.before\:bg-origin-content::before {
  content: var(--tw-content);
  background-origin: content-box;
}

.before\:bg-blend-normal::before {
  content: var(--tw-content);
  background-blend-mode: normal;
}

.before\:bg-blend-multiply::before {
  content: var(--tw-content);
  background-blend-mode: multiply;
}

.before\:bg-blend-screen::before {
  content: var(--tw-content);
  background-blend-mode: screen;
}

.before\:bg-blend-overlay::before {
  content: var(--tw-content);
  background-blend-mode: overlay;
}

.before\:bg-blend-darken::before {
  content: var(--tw-content);
  background-blend-mode: darken;
}

.before\:bg-blend-lighten::before {
  content: var(--tw-content);
  background-blend-mode: lighten;
}

.before\:bg-blend-color-dodge::before {
  content: var(--tw-content);
  background-blend-mode: color-dodge;
}

.before\:bg-blend-color-burn::before {
  content: var(--tw-content);
  background-blend-mode: color-burn;
}

.before\:bg-blend-hard-light::before {
  content: var(--tw-content);
  background-blend-mode: hard-light;
}

.before\:bg-blend-soft-light::before {
  content: var(--tw-content);
  background-blend-mode: soft-light;
}

.before\:bg-blend-difference::before {
  content: var(--tw-content);
  background-blend-mode: difference;
}

.before\:bg-blend-exclusion::before {
  content: var(--tw-content);
  background-blend-mode: exclusion;
}

.before\:bg-blend-hue::before {
  content: var(--tw-content);
  background-blend-mode: hue;
}

.before\:bg-blend-saturation::before {
  content: var(--tw-content);
  background-blend-mode: saturation;
}

.before\:bg-blend-color::before {
  content: var(--tw-content);
  background-blend-mode: color;
}

.before\:bg-blend-luminosity::before {
  content: var(--tw-content);
  background-blend-mode: luminosity;
}

.before\:content-\[\\\'\\\'\]::before {
  --tw-content: \'\';
  content: var(--tw-content);
}

.hover\:text-ellipsis:hover {
  text-overflow: ellipsis;
}

.hover\:text-clip:hover {
  text-overflow: clip;
}

.hover\:text-wrap:hover {
  text-wrap: wrap;
}

.hover\:text-nowrap:hover {
  text-wrap: nowrap;
}

.hover\:text-balance:hover {
  text-wrap: balance;
}

.hover\:text-pretty:hover {
  text-wrap: pretty;
}

.hover\:bg-bg:hover {
  background-color: var(--bg-color);
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-black\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-black\/15:hover {
  background-color: rgb(0 0 0 / 0.15);
}

.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-black\/35:hover {
  background-color: rgb(0 0 0 / 0.35);
}

.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-black\/45:hover {
  background-color: rgb(0 0 0 / 0.45);
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-black\/55:hover {
  background-color: rgb(0 0 0 / 0.55);
}

.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-black\/65:hover {
  background-color: rgb(0 0 0 / 0.65);
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-black\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-black\/85:hover {
  background-color: rgb(0 0 0 / 0.85);
}

.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-brand:hover {
  background-color: var(--brand-color);
}

.hover\:bg-brand-light:hover {
  background-color: var(--brand-light-color);
}

.hover\:bg-cta:hover {
  background-color: var(--cta-color);
}

.hover\:bg-cta-bg:hover {
  background-color: var(--cta-bg-color);
}

.hover\:bg-cta-bottom:hover {
  background-color: var(--cta-gradient-bottom-color);
}

.hover\:bg-cta-top:hover {
  background-color: var(--cta-gradient-top-color);
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-input:hover {
  background-color: var(--input-color);
}

.hover\:bg-text:hover {
  background-color: var(--text-color);
}

.hover\:bg-transparent:hover {
  background-color: rgba(0,0,0,0);
}

.hover\:bg-transparent\/0:hover {
  background-color: rgba(0, 0, 0, 0);
}

.hover\:bg-transparent\/10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.hover\:bg-transparent\/100:hover {
  background-color: rgba(0, 0, 0, 1);
}

.hover\:bg-transparent\/15:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.hover\:bg-transparent\/20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.hover\:bg-transparent\/25:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.hover\:bg-transparent\/30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.hover\:bg-transparent\/35:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.hover\:bg-transparent\/40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.hover\:bg-transparent\/45:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.hover\:bg-transparent\/5:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.hover\:bg-transparent\/50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.hover\:bg-transparent\/55:hover {
  background-color: rgba(0, 0, 0, 0.55);
}

.hover\:bg-transparent\/60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.hover\:bg-transparent\/65:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

.hover\:bg-transparent\/70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.hover\:bg-transparent\/75:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.hover\:bg-transparent\/80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.hover\:bg-transparent\/85:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.hover\:bg-transparent\/90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.hover\:bg-transparent\/95:hover {
  background-color: rgba(0, 0, 0, 0.95);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}

.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/35:hover {
  background-color: rgb(255 255 255 / 0.35);
}

.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-white\/45:hover {
  background-color: rgb(255 255 255 / 0.45);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/55:hover {
  background-color: rgb(255 255 255 / 0.55);
}

.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-white\/65:hover {
  background-color: rgb(255 255 255 / 0.65);
}

.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-white\/85:hover {
  background-color: rgb(255 255 255 / 0.85);
}

.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-15:hover {
  --tw-bg-opacity: 0.15;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-35:hover {
  --tw-bg-opacity: 0.35;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-45:hover {
  --tw-bg-opacity: 0.45;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-55:hover {
  --tw-bg-opacity: 0.55;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-65:hover {
  --tw-bg-opacity: 0.65;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-85:hover {
  --tw-bg-opacity: 0.85;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-t:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-tl:hover {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.hover\:bg-gradient-to-tr:hover {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:bg-auto:hover {
  background-size: auto;
}

.hover\:bg-contain:hover {
  background-size: contain;
}

.hover\:bg-cover:hover {
  background-size: cover;
}

.hover\:bg-fixed:hover {
  background-attachment: fixed;
}

.hover\:bg-local:hover {
  background-attachment: local;
}

.hover\:bg-scroll:hover {
  background-attachment: scroll;
}

.hover\:bg-clip-border:hover {
  background-clip: border-box;
}

.hover\:bg-clip-padding:hover {
  background-clip: padding-box;
}

.hover\:bg-clip-content:hover {
  background-clip: content-box;
}

.hover\:bg-clip-text:hover {
  background-clip: text;
}

.hover\:bg-bottom:hover {
  background-position: bottom;
}

.hover\:bg-center:hover {
  background-position: center;
}

.hover\:bg-left:hover {
  background-position: left;
}

.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}

.hover\:bg-left-top:hover {
  background-position: left top;
}

.hover\:bg-right:hover {
  background-position: right;
}

.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}

.hover\:bg-right-top:hover {
  background-position: right top;
}

.hover\:bg-top:hover {
  background-position: top;
}

.hover\:bg-repeat:hover {
  background-repeat: repeat;
}

.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}

.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}

.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}

.hover\:bg-repeat-round:hover {
  background-repeat: round;
}

.hover\:bg-repeat-space:hover {
  background-repeat: space;
}

.hover\:bg-origin-border:hover {
  background-origin: border-box;
}

.hover\:bg-origin-padding:hover {
  background-origin: padding-box;
}

.hover\:bg-origin-content:hover {
  background-origin: content-box;
}

.hover\:text-left:hover {
  text-align: left;
}

.hover\:text-center:hover {
  text-align: center;
}

.hover\:text-right:hover {
  text-align: right;
}

.hover\:text-justify:hover {
  text-align: justify;
}

.hover\:text-start:hover {
  text-align: start;
}

.hover\:text-end:hover {
  text-align: end;
}

.hover\:text-2xl:hover {
  font-size: 1.5rem;
  line-height: 2rem;
}

.hover\:text-3xl:hover {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.hover\:text-4xl:hover {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.hover\:text-5xl:hover {
  font-size: 3rem;
  line-height: 1;
}

.hover\:text-6xl:hover {
  font-size: 3.75rem;
  line-height: 1;
}

.hover\:text-7xl:hover {
  font-size: 4.5rem;
  line-height: 1;
}

.hover\:text-8xl:hover {
  font-size: 6rem;
  line-height: 1;
}

.hover\:text-9xl:hover {
  font-size: 8rem;
  line-height: 1;
}

.hover\:text-base:hover {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hover\:text-lg:hover {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hover\:text-sm:hover {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hover\:text-xl:hover {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hover\:text-xs:hover {
  font-size: 0.75rem;
  line-height: 1rem;
}

.hover\:text-bg:hover {
  color: var(--bg-color);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-black\/0:hover {
  color: rgb(0 0 0 / 0);
}

.hover\:text-black\/10:hover {
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-black\/100:hover {
  color: rgb(0 0 0 / 1);
}

.hover\:text-black\/15:hover {
  color: rgb(0 0 0 / 0.15);
}

.hover\:text-black\/20:hover {
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-black\/25:hover {
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-black\/30:hover {
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-black\/35:hover {
  color: rgb(0 0 0 / 0.35);
}

.hover\:text-black\/40:hover {
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-black\/45:hover {
  color: rgb(0 0 0 / 0.45);
}

.hover\:text-black\/5:hover {
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-black\/50:hover {
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-black\/55:hover {
  color: rgb(0 0 0 / 0.55);
}

.hover\:text-black\/60:hover {
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-black\/65:hover {
  color: rgb(0 0 0 / 0.65);
}

.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-black\/75:hover {
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-black\/80:hover {
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-black\/85:hover {
  color: rgb(0 0 0 / 0.85);
}

.hover\:text-black\/90:hover {
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-black\/95:hover {
  color: rgb(0 0 0 / 0.95);
}

.hover\:text-brand:hover {
  color: var(--brand-color);
}

.hover\:text-brand-light:hover {
  color: var(--brand-light-color);
}

.hover\:text-cta:hover {
  color: var(--cta-color);
}

.hover\:text-cta-bg:hover {
  color: var(--cta-bg-color);
}

.hover\:text-cta-bottom:hover {
  color: var(--cta-gradient-bottom-color);
}

.hover\:text-cta-top:hover {
  color: var(--cta-gradient-top-color);
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-input:hover {
  color: var(--input-color);
}

.hover\:text-text:hover {
  color: var(--text-color);
}

.hover\:text-transparent:hover {
  color: rgba(0,0,0,0);
}

.hover\:text-transparent\/0:hover {
  color: rgba(0, 0, 0, 0);
}

.hover\:text-transparent\/10:hover {
  color: rgba(0, 0, 0, 0.1);
}

.hover\:text-transparent\/100:hover {
  color: rgba(0, 0, 0, 1);
}

.hover\:text-transparent\/15:hover {
  color: rgba(0, 0, 0, 0.15);
}

.hover\:text-transparent\/20:hover {
  color: rgba(0, 0, 0, 0.2);
}

.hover\:text-transparent\/25:hover {
  color: rgba(0, 0, 0, 0.25);
}

.hover\:text-transparent\/30:hover {
  color: rgba(0, 0, 0, 0.3);
}

.hover\:text-transparent\/35:hover {
  color: rgba(0, 0, 0, 0.35);
}

.hover\:text-transparent\/40:hover {
  color: rgba(0, 0, 0, 0.4);
}

.hover\:text-transparent\/45:hover {
  color: rgba(0, 0, 0, 0.45);
}

.hover\:text-transparent\/5:hover {
  color: rgba(0, 0, 0, 0.05);
}

.hover\:text-transparent\/50:hover {
  color: rgba(0, 0, 0, 0.5);
}

.hover\:text-transparent\/55:hover {
  color: rgba(0, 0, 0, 0.55);
}

.hover\:text-transparent\/60:hover {
  color: rgba(0, 0, 0, 0.6);
}

.hover\:text-transparent\/65:hover {
  color: rgba(0, 0, 0, 0.65);
}

.hover\:text-transparent\/70:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hover\:text-transparent\/75:hover {
  color: rgba(0, 0, 0, 0.75);
}

.hover\:text-transparent\/80:hover {
  color: rgba(0, 0, 0, 0.8);
}

.hover\:text-transparent\/85:hover {
  color: rgba(0, 0, 0, 0.85);
}

.hover\:text-transparent\/90:hover {
  color: rgba(0, 0, 0, 0.9);
}

.hover\:text-transparent\/95:hover {
  color: rgba(0, 0, 0, 0.95);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}

.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}

.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}

.hover\:text-white\/15:hover {
  color: rgb(255 255 255 / 0.15);
}

.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}

.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}

.hover\:text-white\/35:hover {
  color: rgb(255 255 255 / 0.35);
}

.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}

.hover\:text-white\/45:hover {
  color: rgb(255 255 255 / 0.45);
}

.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}

.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}

.hover\:text-white\/55:hover {
  color: rgb(255 255 255 / 0.55);
}

.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-white\/65:hover {
  color: rgb(255 255 255 / 0.65);
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-white\/85:hover {
  color: rgb(255 255 255 / 0.85);
}

.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-15:hover {
  --tw-text-opacity: 0.15;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-35:hover {
  --tw-text-opacity: 0.35;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-45:hover {
  --tw-text-opacity: 0.45;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-55:hover {
  --tw-text-opacity: 0.55;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-65:hover {
  --tw-text-opacity: 0.65;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-85:hover {
  --tw-text-opacity: 0.85;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:bg-blend-normal:hover {
  background-blend-mode: normal;
}

.hover\:bg-blend-multiply:hover {
  background-blend-mode: multiply;
}

.hover\:bg-blend-screen:hover {
  background-blend-mode: screen;
}

.hover\:bg-blend-overlay:hover {
  background-blend-mode: overlay;
}

.hover\:bg-blend-darken:hover {
  background-blend-mode: darken;
}

.hover\:bg-blend-lighten:hover {
  background-blend-mode: lighten;
}

.hover\:bg-blend-color-dodge:hover {
  background-blend-mode: color-dodge;
}

.hover\:bg-blend-color-burn:hover {
  background-blend-mode: color-burn;
}

.hover\:bg-blend-hard-light:hover {
  background-blend-mode: hard-light;
}

.hover\:bg-blend-soft-light:hover {
  background-blend-mode: soft-light;
}

.hover\:bg-blend-difference:hover {
  background-blend-mode: difference;
}

.hover\:bg-blend-exclusion:hover {
  background-blend-mode: exclusion;
}

.hover\:bg-blend-hue:hover {
  background-blend-mode: hue;
}

.hover\:bg-blend-saturation:hover {
  background-blend-mode: saturation;
}

.hover\:bg-blend-color:hover {
  background-blend-mode: color;
}

.hover\:bg-blend-luminosity:hover {
  background-blend-mode: luminosity;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:text-ellipsis:focus {
  text-overflow: ellipsis;
}

.focus\:text-clip:focus {
  text-overflow: clip;
}

.focus\:text-wrap:focus {
  text-wrap: wrap;
}

.focus\:text-nowrap:focus {
  text-wrap: nowrap;
}

.focus\:text-balance:focus {
  text-wrap: balance;
}

.focus\:text-pretty:focus {
  text-wrap: pretty;
}

.focus\:bg-bg:focus {
  background-color: var(--bg-color);
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.focus\:bg-black\/0:focus {
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-black\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-black\/100:focus {
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-black\/15:focus {
  background-color: rgb(0 0 0 / 0.15);
}

.focus\:bg-black\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-black\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-black\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-black\/35:focus {
  background-color: rgb(0 0 0 / 0.35);
}

.focus\:bg-black\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-black\/45:focus {
  background-color: rgb(0 0 0 / 0.45);
}

.focus\:bg-black\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-black\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-black\/55:focus {
  background-color: rgb(0 0 0 / 0.55);
}

.focus\:bg-black\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-black\/65:focus {
  background-color: rgb(0 0 0 / 0.65);
}

.focus\:bg-black\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-black\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-black\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-black\/85:focus {
  background-color: rgb(0 0 0 / 0.85);
}

.focus\:bg-black\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-black\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}

.focus\:bg-brand:focus {
  background-color: var(--brand-color);
}

.focus\:bg-brand-light:focus {
  background-color: var(--brand-light-color);
}

.focus\:bg-cta:focus {
  background-color: var(--cta-color);
}

.focus\:bg-cta-bg:focus {
  background-color: var(--cta-bg-color);
}

.focus\:bg-cta-bottom:focus {
  background-color: var(--cta-gradient-bottom-color);
}

.focus\:bg-cta-top:focus {
  background-color: var(--cta-gradient-top-color);
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-input:focus {
  background-color: var(--input-color);
}

.focus\:bg-text:focus {
  background-color: var(--text-color);
}

.focus\:bg-transparent:focus {
  background-color: rgba(0,0,0,0);
}

.focus\:bg-transparent\/0:focus {
  background-color: rgba(0, 0, 0, 0);
}

.focus\:bg-transparent\/10:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.focus\:bg-transparent\/100:focus {
  background-color: rgba(0, 0, 0, 1);
}

.focus\:bg-transparent\/15:focus {
  background-color: rgba(0, 0, 0, 0.15);
}

.focus\:bg-transparent\/20:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.focus\:bg-transparent\/25:focus {
  background-color: rgba(0, 0, 0, 0.25);
}

.focus\:bg-transparent\/30:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.focus\:bg-transparent\/35:focus {
  background-color: rgba(0, 0, 0, 0.35);
}

.focus\:bg-transparent\/40:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

.focus\:bg-transparent\/45:focus {
  background-color: rgba(0, 0, 0, 0.45);
}

.focus\:bg-transparent\/5:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.focus\:bg-transparent\/50:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.focus\:bg-transparent\/55:focus {
  background-color: rgba(0, 0, 0, 0.55);
}

.focus\:bg-transparent\/60:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.focus\:bg-transparent\/65:focus {
  background-color: rgba(0, 0, 0, 0.65);
}

.focus\:bg-transparent\/70:focus {
  background-color: rgba(0, 0, 0, 0.7);
}

.focus\:bg-transparent\/75:focus {
  background-color: rgba(0, 0, 0, 0.75);
}

.focus\:bg-transparent\/80:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

.focus\:bg-transparent\/85:focus {
  background-color: rgba(0, 0, 0, 0.85);
}

.focus\:bg-transparent\/90:focus {
  background-color: rgba(0, 0, 0, 0.9);
}

.focus\:bg-transparent\/95:focus {
  background-color: rgba(0, 0, 0, 0.95);
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-white\/0:focus {
  background-color: rgb(255 255 255 / 0);
}

.focus\:bg-white\/10:focus {
  background-color: rgb(255 255 255 / 0.1);
}

.focus\:bg-white\/100:focus {
  background-color: rgb(255 255 255 / 1);
}

.focus\:bg-white\/15:focus {
  background-color: rgb(255 255 255 / 0.15);
}

.focus\:bg-white\/20:focus {
  background-color: rgb(255 255 255 / 0.2);
}

.focus\:bg-white\/25:focus {
  background-color: rgb(255 255 255 / 0.25);
}

.focus\:bg-white\/30:focus {
  background-color: rgb(255 255 255 / 0.3);
}

.focus\:bg-white\/35:focus {
  background-color: rgb(255 255 255 / 0.35);
}

.focus\:bg-white\/40:focus {
  background-color: rgb(255 255 255 / 0.4);
}

.focus\:bg-white\/45:focus {
  background-color: rgb(255 255 255 / 0.45);
}

.focus\:bg-white\/5:focus {
  background-color: rgb(255 255 255 / 0.05);
}

.focus\:bg-white\/50:focus {
  background-color: rgb(255 255 255 / 0.5);
}

.focus\:bg-white\/55:focus {
  background-color: rgb(255 255 255 / 0.55);
}

.focus\:bg-white\/60:focus {
  background-color: rgb(255 255 255 / 0.6);
}

.focus\:bg-white\/65:focus {
  background-color: rgb(255 255 255 / 0.65);
}

.focus\:bg-white\/70:focus {
  background-color: rgb(255 255 255 / 0.7);
}

.focus\:bg-white\/75:focus {
  background-color: rgb(255 255 255 / 0.75);
}

.focus\:bg-white\/80:focus {
  background-color: rgb(255 255 255 / 0.8);
}

.focus\:bg-white\/85:focus {
  background-color: rgb(255 255 255 / 0.85);
}

.focus\:bg-white\/90:focus {
  background-color: rgb(255 255 255 / 0.9);
}

.focus\:bg-white\/95:focus {
  background-color: rgb(255 255 255 / 0.95);
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-15:focus {
  --tw-bg-opacity: 0.15;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-35:focus {
  --tw-bg-opacity: 0.35;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-45:focus {
  --tw-bg-opacity: 0.45;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-55:focus {
  --tw-bg-opacity: 0.55;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-65:focus {
  --tw-bg-opacity: 0.65;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-85:focus {
  --tw-bg-opacity: 0.85;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-gradient-to-b:focus {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-bl:focus {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-br:focus {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-l:focus {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-r:focus {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-t:focus {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-tl:focus {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.focus\:bg-gradient-to-tr:focus {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.focus\:bg-none:focus {
  background-image: none;
}

.focus\:bg-auto:focus {
  background-size: auto;
}

.focus\:bg-contain:focus {
  background-size: contain;
}

.focus\:bg-cover:focus {
  background-size: cover;
}

.focus\:bg-fixed:focus {
  background-attachment: fixed;
}

.focus\:bg-local:focus {
  background-attachment: local;
}

.focus\:bg-scroll:focus {
  background-attachment: scroll;
}

.focus\:bg-clip-border:focus {
  background-clip: border-box;
}

.focus\:bg-clip-padding:focus {
  background-clip: padding-box;
}

.focus\:bg-clip-content:focus {
  background-clip: content-box;
}

.focus\:bg-clip-text:focus {
  background-clip: text;
}

.focus\:bg-bottom:focus {
  background-position: bottom;
}

.focus\:bg-center:focus {
  background-position: center;
}

.focus\:bg-left:focus {
  background-position: left;
}

.focus\:bg-left-bottom:focus {
  background-position: left bottom;
}

.focus\:bg-left-top:focus {
  background-position: left top;
}

.focus\:bg-right:focus {
  background-position: right;
}

.focus\:bg-right-bottom:focus {
  background-position: right bottom;
}

.focus\:bg-right-top:focus {
  background-position: right top;
}

.focus\:bg-top:focus {
  background-position: top;
}

.focus\:bg-repeat:focus {
  background-repeat: repeat;
}

.focus\:bg-no-repeat:focus {
  background-repeat: no-repeat;
}

.focus\:bg-repeat-x:focus {
  background-repeat: repeat-x;
}

.focus\:bg-repeat-y:focus {
  background-repeat: repeat-y;
}

.focus\:bg-repeat-round:focus {
  background-repeat: round;
}

.focus\:bg-repeat-space:focus {
  background-repeat: space;
}

.focus\:bg-origin-border:focus {
  background-origin: border-box;
}

.focus\:bg-origin-padding:focus {
  background-origin: padding-box;
}

.focus\:bg-origin-content:focus {
  background-origin: content-box;
}

.focus\:text-left:focus {
  text-align: left;
}

.focus\:text-center:focus {
  text-align: center;
}

.focus\:text-right:focus {
  text-align: right;
}

.focus\:text-justify:focus {
  text-align: justify;
}

.focus\:text-start:focus {
  text-align: start;
}

.focus\:text-end:focus {
  text-align: end;
}

.focus\:text-2xl:focus {
  font-size: 1.5rem;
  line-height: 2rem;
}

.focus\:text-3xl:focus {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.focus\:text-4xl:focus {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.focus\:text-5xl:focus {
  font-size: 3rem;
  line-height: 1;
}

.focus\:text-6xl:focus {
  font-size: 3.75rem;
  line-height: 1;
}

.focus\:text-7xl:focus {
  font-size: 4.5rem;
  line-height: 1;
}

.focus\:text-8xl:focus {
  font-size: 6rem;
  line-height: 1;
}

.focus\:text-9xl:focus {
  font-size: 8rem;
  line-height: 1;
}

.focus\:text-base:focus {
  font-size: 1rem;
  line-height: 1.5rem;
}

.focus\:text-lg:focus {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.focus\:text-sm:focus {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.focus\:text-xl:focus {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.focus\:text-xs:focus {
  font-size: 0.75rem;
  line-height: 1rem;
}

.focus\:text-bg:focus {
  color: var(--bg-color);
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.focus\:text-black\/0:focus {
  color: rgb(0 0 0 / 0);
}

.focus\:text-black\/10:focus {
  color: rgb(0 0 0 / 0.1);
}

.focus\:text-black\/100:focus {
  color: rgb(0 0 0 / 1);
}

.focus\:text-black\/15:focus {
  color: rgb(0 0 0 / 0.15);
}

.focus\:text-black\/20:focus {
  color: rgb(0 0 0 / 0.2);
}

.focus\:text-black\/25:focus {
  color: rgb(0 0 0 / 0.25);
}

.focus\:text-black\/30:focus {
  color: rgb(0 0 0 / 0.3);
}

.focus\:text-black\/35:focus {
  color: rgb(0 0 0 / 0.35);
}

.focus\:text-black\/40:focus {
  color: rgb(0 0 0 / 0.4);
}

.focus\:text-black\/45:focus {
  color: rgb(0 0 0 / 0.45);
}

.focus\:text-black\/5:focus {
  color: rgb(0 0 0 / 0.05);
}

.focus\:text-black\/50:focus {
  color: rgb(0 0 0 / 0.5);
}

.focus\:text-black\/55:focus {
  color: rgb(0 0 0 / 0.55);
}

.focus\:text-black\/60:focus {
  color: rgb(0 0 0 / 0.6);
}

.focus\:text-black\/65:focus {
  color: rgb(0 0 0 / 0.65);
}

.focus\:text-black\/70:focus {
  color: rgb(0 0 0 / 0.7);
}

.focus\:text-black\/75:focus {
  color: rgb(0 0 0 / 0.75);
}

.focus\:text-black\/80:focus {
  color: rgb(0 0 0 / 0.8);
}

.focus\:text-black\/85:focus {
  color: rgb(0 0 0 / 0.85);
}

.focus\:text-black\/90:focus {
  color: rgb(0 0 0 / 0.9);
}

.focus\:text-black\/95:focus {
  color: rgb(0 0 0 / 0.95);
}

.focus\:text-brand:focus {
  color: var(--brand-color);
}

.focus\:text-brand-light:focus {
  color: var(--brand-light-color);
}

.focus\:text-cta:focus {
  color: var(--cta-color);
}

.focus\:text-cta-bg:focus {
  color: var(--cta-bg-color);
}

.focus\:text-cta-bottom:focus {
  color: var(--cta-gradient-bottom-color);
}

.focus\:text-cta-top:focus {
  color: var(--cta-gradient-top-color);
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-input:focus {
  color: var(--input-color);
}

.focus\:text-text:focus {
  color: var(--text-color);
}

.focus\:text-transparent:focus {
  color: rgba(0,0,0,0);
}

.focus\:text-transparent\/0:focus {
  color: rgba(0, 0, 0, 0);
}

.focus\:text-transparent\/10:focus {
  color: rgba(0, 0, 0, 0.1);
}

.focus\:text-transparent\/100:focus {
  color: rgba(0, 0, 0, 1);
}

.focus\:text-transparent\/15:focus {
  color: rgba(0, 0, 0, 0.15);
}

.focus\:text-transparent\/20:focus {
  color: rgba(0, 0, 0, 0.2);
}

.focus\:text-transparent\/25:focus {
  color: rgba(0, 0, 0, 0.25);
}

.focus\:text-transparent\/30:focus {
  color: rgba(0, 0, 0, 0.3);
}

.focus\:text-transparent\/35:focus {
  color: rgba(0, 0, 0, 0.35);
}

.focus\:text-transparent\/40:focus {
  color: rgba(0, 0, 0, 0.4);
}

.focus\:text-transparent\/45:focus {
  color: rgba(0, 0, 0, 0.45);
}

.focus\:text-transparent\/5:focus {
  color: rgba(0, 0, 0, 0.05);
}

.focus\:text-transparent\/50:focus {
  color: rgba(0, 0, 0, 0.5);
}

.focus\:text-transparent\/55:focus {
  color: rgba(0, 0, 0, 0.55);
}

.focus\:text-transparent\/60:focus {
  color: rgba(0, 0, 0, 0.6);
}

.focus\:text-transparent\/65:focus {
  color: rgba(0, 0, 0, 0.65);
}

.focus\:text-transparent\/70:focus {
  color: rgba(0, 0, 0, 0.7);
}

.focus\:text-transparent\/75:focus {
  color: rgba(0, 0, 0, 0.75);
}

.focus\:text-transparent\/80:focus {
  color: rgba(0, 0, 0, 0.8);
}

.focus\:text-transparent\/85:focus {
  color: rgba(0, 0, 0, 0.85);
}

.focus\:text-transparent\/90:focus {
  color: rgba(0, 0, 0, 0.9);
}

.focus\:text-transparent\/95:focus {
  color: rgba(0, 0, 0, 0.95);
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:text-white\/0:focus {
  color: rgb(255 255 255 / 0);
}

.focus\:text-white\/10:focus {
  color: rgb(255 255 255 / 0.1);
}

.focus\:text-white\/100:focus {
  color: rgb(255 255 255 / 1);
}

.focus\:text-white\/15:focus {
  color: rgb(255 255 255 / 0.15);
}

.focus\:text-white\/20:focus {
  color: rgb(255 255 255 / 0.2);
}

.focus\:text-white\/25:focus {
  color: rgb(255 255 255 / 0.25);
}

.focus\:text-white\/30:focus {
  color: rgb(255 255 255 / 0.3);
}

.focus\:text-white\/35:focus {
  color: rgb(255 255 255 / 0.35);
}

.focus\:text-white\/40:focus {
  color: rgb(255 255 255 / 0.4);
}

.focus\:text-white\/45:focus {
  color: rgb(255 255 255 / 0.45);
}

.focus\:text-white\/5:focus {
  color: rgb(255 255 255 / 0.05);
}

.focus\:text-white\/50:focus {
  color: rgb(255 255 255 / 0.5);
}

.focus\:text-white\/55:focus {
  color: rgb(255 255 255 / 0.55);
}

.focus\:text-white\/60:focus {
  color: rgb(255 255 255 / 0.6);
}

.focus\:text-white\/65:focus {
  color: rgb(255 255 255 / 0.65);
}

.focus\:text-white\/70:focus {
  color: rgb(255 255 255 / 0.7);
}

.focus\:text-white\/75:focus {
  color: rgb(255 255 255 / 0.75);
}

.focus\:text-white\/80:focus {
  color: rgb(255 255 255 / 0.8);
}

.focus\:text-white\/85:focus {
  color: rgb(255 255 255 / 0.85);
}

.focus\:text-white\/90:focus {
  color: rgb(255 255 255 / 0.9);
}

.focus\:text-white\/95:focus {
  color: rgb(255 255 255 / 0.95);
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-15:focus {
  --tw-text-opacity: 0.15;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-35:focus {
  --tw-text-opacity: 0.35;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-45:focus {
  --tw-text-opacity: 0.45;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-55:focus {
  --tw-text-opacity: 0.55;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-65:focus {
  --tw-text-opacity: 0.65;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-85:focus {
  --tw-text-opacity: 0.85;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:bg-blend-normal:focus {
  background-blend-mode: normal;
}

.focus\:bg-blend-multiply:focus {
  background-blend-mode: multiply;
}

.focus\:bg-blend-screen:focus {
  background-blend-mode: screen;
}

.focus\:bg-blend-overlay:focus {
  background-blend-mode: overlay;
}

.focus\:bg-blend-darken:focus {
  background-blend-mode: darken;
}

.focus\:bg-blend-lighten:focus {
  background-blend-mode: lighten;
}

.focus\:bg-blend-color-dodge:focus {
  background-blend-mode: color-dodge;
}

.focus\:bg-blend-color-burn:focus {
  background-blend-mode: color-burn;
}

.focus\:bg-blend-hard-light:focus {
  background-blend-mode: hard-light;
}

.focus\:bg-blend-soft-light:focus {
  background-blend-mode: soft-light;
}

.focus\:bg-blend-difference:focus {
  background-blend-mode: difference;
}

.focus\:bg-blend-exclusion:focus {
  background-blend-mode: exclusion;
}

.focus\:bg-blend-hue:focus {
  background-blend-mode: hue;
}

.focus\:bg-blend-saturation:focus {
  background-blend-mode: saturation;
}

.focus\:bg-blend-color:focus {
  background-blend-mode: color;
}

.focus\:bg-blend-luminosity:focus {
  background-blend-mode: luminosity;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-\[4\.4rem\] {
    margin-bottom: 4.4rem;
  }
  .sm\:mr-\[1\.6rem\] {
    margin-right: 1.6rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-\[2\.4rem\] {
    margin-top: 2.4rem;
  }
  .sm\:mt-\[4rem\] {
    margin-top: 4rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[4\.8rem\] {
    height: 4.8rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:rounded {
    border-radius: 0.4rem;
  }
  .sm\:bg-\[transparent\] {
    background-color: transparent;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-\[2\.4rem\] {
    padding: 2.4rem;
  }
  .sm\:px-\[3\.2rem\] {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .sm\:py-\[1\.6rem\] {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:underline {
    text-decoration-line: underline;
  }
  .sm\:decoration-from-font {
    text-decoration-thickness: from-font;
  }
  .sm\:after\:mx-\[0\.6rem\]::after {
    content: var(--tw-content);
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
  .sm\:after\:ml-\[0\.6rem\]::after {
    content: var(--tw-content);
    margin-left: 0.6rem;
  }
  .sm\:after\:mr-\[0\.8rem\]::after {
    content: var(--tw-content);
    margin-right: 0.8rem;
  }
  .sm\:after\:inline-block::after {
    content: var(--tw-content);
    display: inline-block;
  }
  .sm\:after\:text-\[1\.6rem\]\/\[2\.0rem\]::after {
    content: var(--tw-content);
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
  .sm\:after\:content-\[\'\/\'\]::after {
    --tw-content: '/';
    content: var(--tw-content);
  }
  .sm\:after\:content-\[\'\2014\'\]::after {
    --tw-content: '—';
    content: var(--tw-content);
  }
  .sm\:after\:content-\[\\\'\/\\\'\]::after {
    --tw-content: \'/\';
    content: var(--tw-content);
  }
  .sm\:after\:content-\[\\\'\2014\\\'\]::after {
    --tw-content: \'—\';
    content: var(--tw-content);
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:bottom-0 {
    bottom: 0px;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:top-full {
    top: 100%;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:col-\[span_12_\/_span_12\] {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-full {
    grid-column: 1 / -1;
  }
  .md\:m-0 {
    margin: 0px;
  }
  .md\:-mx-\[calc\(var\(--grid-gap\)_\/_2\)\] {
    margin-left: calc(calc(var(--grid-gap) / 2) * -1);
    margin-right: calc(calc(var(--grid-gap) / 2) * -1);
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-\[4\.8rem\] {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-\[0\.4rem\] {
    margin-bottom: 0.4rem;
  }
  .md\:mb-\[0\] {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-\[0\.8rem\] {
    margin-left: 0.8rem;
  }
  .md\:mr-\[0\.8rem\] {
    margin-right: 0.8rem;
  }
  .md\:mr-\[1\.8rem\] {
    margin-right: 1.8rem;
  }
  .md\:mr-\[2\.4rem\] {
    margin-right: 2.4rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-\[--grid-gap\] {
    margin-top: var(--grid-gap);
  }
  .md\:mt-\[0\.8rem\] {
    margin-top: 0.8rem;
  }
  .md\:mt-\[1\.6rem\] {
    margin-top: 1.6rem;
  }
  .md\:mt-\[6rem\] {
    margin-top: 6rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[3\.6rem\] {
    height: 3.6rem;
  }
  .md\:h-\[4\.8rem\] {
    height: 4.8rem;
  }
  .md\:h-\[4rem\] {
    height: 4rem;
  }
  .md\:h-\[72rem\] {
    height: 72rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-3\/12 {
    width: 25%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-\[8\.4rem\] {
    width: 8.4rem;
  }
  .md\:w-\[calc\(50\%_-_var\(--grid-gap\)_\/_4\)\] {
    width: calc(50% - var(--grid-gap) / 4);
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-\[8\.4rem\] {
    min-width: 8.4rem;
  }
  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:rounded-4 {
    border-radius: 0.4rem;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:border-0 {
    border-width: 0px;
  }
  .md\:border-t {
    border-top-width: 1px;
  }
  .md\:border-solid {
    border-style: solid;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:border-\[--gray-2\] {
    border-color: var(--gray-2);
  }
  .md\:border-brand {
    border-color: var(--brand-color);
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .md\:bg-\[image\:--cta-gradient-color\] {
    background-image: var(--cta-gradient-color);
  }
  .md\:bg-\[image\:unset\] {
    background-image: unset;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-\[4\.8rem\] {
    padding: 4.8rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-\[--grid-gap-desktop\] {
    padding-left: var(--grid-gap-desktop);
    padding-right: var(--grid-gap-desktop);
  }
  .md\:px-\[0\.4rem\] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .md\:px-\[1\.6rem\] {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .md\:px-\[3\.2rem\] {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .md\:px-\[calc\(var\(--grid-gap\)_\/_2\)\] {
    padding-left: calc(var(--grid-gap) / 2);
    padding-right: calc(var(--grid-gap) / 2);
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-\[1\.6rem\] {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .md\:py-\[2\.4rem\] {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .md\:pb-\[6\.4rem\] {
    padding-bottom: 6.4rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-\[1\.4rem\]\/\[2\.0rem\] {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  .md\:text-\[1\.5rem\]\/\[1\.9rem\] {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .md\:text-\[--cta-color\] {
    color: var(--cta-color);
  }
  .md\:text-brand {
    color: var(--brand-color);
  }
  .md\:text-text {
    color: var(--text-color);
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }
  .md\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
  .md\:hover\:bg-\[image\:--cta-gradient-color\]:hover {
    background-image: var(--cta-gradient-color);
  }
  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .md\:hover\:bg-blend-soft-light:hover {
    background-blend-mode: soft-light;
  }
  .md\:hover\:bg-blend-hue:hover {
    background-blend-mode: hue;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:\!sticky {
    position: sticky !important;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-\[--grid-gap\] {
    top: var(--grid-gap);
  }
  .lg\:top-\[--headerH\] {
    top: var(--headerH);
  }
  .lg\:z-\[99\] {
    z-index: 99;
  }
  .lg\:order-first {
    order: -9999;
  }
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .lg\:-mx-\[calc\(var\(--grid-gap\)_\/_2\)\] {
    margin-left: calc(calc(var(--grid-gap) / 2) * -1);
    margin-right: calc(calc(var(--grid-gap) / 2) * -1);
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:my-\[6rem\] {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:-mt-\[8rem\] {
    margin-top: -8rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-\[12rem\] {
    margin-top: 12rem;
  }
  .lg\:mt-\[16rem\] {
    margin-top: 16rem;
  }
  .lg\:mt-\[2\.4rem\] {
    margin-top: 2.4rem;
  }
  .lg\:mt-\[4rem\] {
    margin-top: 4rem;
  }
  .lg\:mt-\[8rem\] {
    margin-top: 8rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[60rem\] {
    height: 60rem;
  }
  .lg\:h-\[72rem\] {
    height: 72rem;
  }
  .lg\:h-\[8rem\] {
    height: 8rem;
  }
  .lg\:h-\[calc\(100svh_-_var\(--headerH\)_\*_2\)\] {
    height: calc(100svh - var(--headerH) * 2);
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-2\/12 {
    width: 16.666667%;
  }
  .lg\:w-\[8rem\] {
    width: 8rem;
  }
  .lg\:min-w-\[8rem\] {
    min-width: 8rem;
  }
  .lg\:max-w-\[60rem\] {
    max-width: 60rem;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:rounded-b-\[0\] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .lg\:border-b {
    border-bottom-width: 1px;
  }
  .lg\:border-solid {
    border-style: solid;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:border-\[--gray-3\] {
    border-color: var(--gray-3);
  }
  .lg\:px-\[5\.0rem\] {
    padding-left: 5.0rem;
    padding-right: 5.0rem;
  }
  .lg\:py-\[8rem\] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:pl-\[3\.6rem\] {
    padding-left: 3.6rem;
  }
  .lg\:pl-\[calc\(var\(--grid-gap-desktop_\/_2\)\)\] {
    padding-left: calc(var(--grid-gap-desktop / 2));
  }
  .lg\:pr-\[3\.6rem\] {
    padding-right: 3.6rem;
  }
  .lg\:pr-\[calc\(var\(--grid-gap-desktop_\/_2\)\)\] {
    padding-right: calc(var(--grid-gap-desktop / 2));
  }
  .lg\:before\:pointer-events-none::before {
    content: var(--tw-content);
    pointer-events: none;
  }
  .lg\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .lg\:before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }
  .lg\:before\:z-\[9\]::before {
    content: var(--tw-content);
    z-index: 9;
  }
  .lg\:before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }
  .lg\:before\:w-\[calc\(\(100\%\*3\)\+\(var\(--grid-gap-desktop\)\*2\)\)\]::before {
    content: var(--tw-content);
    width: calc((100% * 3) + (var(--grid-gap-desktop) * 2));
  }
  .lg\:before\:rounded-4::before {
    content: var(--tw-content);
    border-radius: 0.4rem;
  }
  .lg\:before\:border::before {
    content: var(--tw-content);
    border-width: 1px;
  }
  .lg\:before\:border-solid::before {
    content: var(--tw-content);
    border-style: solid;
  }
  .lg\:before\:border-\[--gray-3\]::before {
    content: var(--tw-content);
    border-color: var(--gray-3);
  }
  .lg\:before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 1280px) {
  .xl\:-mx-\[calc\(var\(--grid-gap\)_\/_2\)\] {
    margin-left: calc(calc(var(--grid-gap) / 2) * -1);
    margin-right: calc(calc(var(--grid-gap) / 2) * -1);
  }
  .xl\:my-\[8rem\] {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:w-4\/12 {
    width: 33.333333%;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:p-\[2\.4rem\] {
    padding: 2.4rem;
  }
  .xl\:px-\[3\.2rem\] {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .xl\:px-\[calc\(var\(--grid-gap\)_\/_2\)\] {
    padding-left: calc(var(--grid-gap) / 2);
    padding-right: calc(var(--grid-gap) / 2);
  }
  .xl\:py-\[4rem\] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-\[8rem\] {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:my-\[10rem\] {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .\32xl\:mb-\[-1\.2rem\] {
    margin-bottom: -1.2rem;
  }
  .\32xl\:mb-\[0\.8rem\] {
    margin-bottom: 0.8rem;
  }
  .\32xl\:mb-\[1\.6rem\] {
    margin-bottom: 1.6rem;
  }
  .\32xl\:mb-\[2\.4rem\] {
    margin-bottom: 2.4rem;
  }
  .\32xl\:mb-\[4\.8rem\] {
    margin-bottom: 4.8rem;
  }
  .\32xl\:mt-\[0\.8rem\] {
    margin-top: 0.8rem;
  }
  .\32xl\:mt-\[2\.4rem\] {
    margin-top: 2.4rem;
  }
  .\32xl\:text-\[1\.2rem\]\/\[1\.6rem\] {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .\32xl\:text-\[1\.5rem\]\/\[1\.9rem\] {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .\32xl\:text-\[1\.8rem\]\/\[2\.4rem\] {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .\32xl\:text-\[1\.9rem\]\/\[1\.9rem\] {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
  .\32xl\:text-\[2\.0rem\]\/\[2\.6rem\] {
    font-size: 2.0rem;
    line-height: 2.6rem;
  }
  .\32xl\:text-\[2\.4rem\]\/\[2\.8rem\] {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .\32xl\:text-\[2\.8rem\]\/\[3\.2rem\] {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .\32xl\:text-\[3\.2rem\]\/\[3\.6rem\] {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .\32xl\:text-\[3\.6rem\]\/\[4\.0rem\] {
    font-size: 3.6rem;
    line-height: 4.0rem;
  }
  .\32xl\:text-\[4\.0rem\]\/\[4\.4rem\] {
    font-size: 4.0rem;
    line-height: 4.4rem;
  }
  .\32xl\:text-\[4\.4rem\]\/\[4\.8rem\] {
    font-size: 4.4rem;
    line-height: 4.8rem;
  }
  .\32xl\:text-\[5\.6rem\]\/\[6\.0rem\] {
    font-size: 5.6rem;
    line-height: 6.0rem;
  }
  .\32xl\:text-\[8\.0rem\]\/\[7\.6rem\] {
    font-size: 8.0rem;
    line-height: 7.6rem;
  }
  .\32xl\:font-normal {
    font-weight: 400;
  }
}/*# sourceMappingURL=maps/styles.css.map */
