/* purgecss start ignore */
/* ! tailwindcss v3.4.1 | 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 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; /* 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]) {
  -webkit-text-decoration: underline dotted;
          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 */
  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,
[type='button'],
[type='reset'],
[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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
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] {
  display: none;
}
*, ::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:  ;
}
::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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1340px) {
  .container {
    max-width: 1340px;
  }
}
/* ———————— */
/* TEXT STYLES */
/* ———————— */
body {
  font-size: .88rem;
  line-height: 1.29;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.19;
  }
}
h1,
  .h1 {
  font-family: Balboa, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.5rem;
    line-height: 0.92;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 6rem;
    line-height: 0.83;
  }
}
h2,
  .h2 {
  font-family: Balboa, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 3.75rem;
  }
}
h3,
  .h3 {
  font-family: Balboa, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.94;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.88rem;
  }
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 2.5rem;
  }
}
h4,
  .h4 {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 2;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 1.63rem;
    text-transform: none;
    line-height: 1.23;
  }
}
h6,
  .h6 {
  font-size: .88rem;
  line-height: 1.29;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.13rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 1.38rem;
    line-height: 1.45;
  }
}
p {
  font-size: inherit;
  line-height: inherit;
}
small,
  .text-smaller {
  font-size: .75rem;
  line-height: 1.17;
}
/* ————————
  /* Text styles todo: .h3, .h4, .h5, .p, .p small, .p xsmall */
/* ———————— */
/* BUTTONS  */
/* ———————— */
.btn {
  display: inline-block;
  border-radius: 5px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.31;
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
  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: 300ms;
}
.btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
}
.btn-green {
  --tw-border-opacity: 1;
  border-color: rgb(65 162 152 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(65 162 152 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 12 12 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(11 12 12 / var(--tw-bg-opacity));
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.m-2 {
  margin: 0.5rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-\[20px\] {
  margin-left: -20px;
  margin-right: -20px;
}
.-mx-\[8px\] {
  margin-left: -8px;
  margin-right: -8px;
}
.-my-\[0\.63rem\] {
  margin-top: -0.63rem;
  margin-bottom: -0.63rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.46rem\] {
  margin-bottom: 0.46rem;
}
.mb-\[0\.4rem\] {
  margin-bottom: 0.4rem;
}
.mb-\[0\.56rem\] {
  margin-bottom: 0.56rem;
}
.mb-\[0\.825rem\] {
  margin-bottom: 0.825rem;
}
.mb-\[1\.15rem\] {
  margin-bottom: 1.15rem;
}
.mb-\[1\.59rem\] {
  margin-bottom: 1.59rem;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[3\.13rem\] {
  margin-bottom: 3.13rem;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[1\.55rem\] {
  margin-right: 1.55rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.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;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1\/2 {
  height: 50%;
}
.h-12 {
  height: 3rem;
}
.h-48 {
  height: 12rem;
}
.h-8 {
  height: 2rem;
}
.h-\[calc\(var\(--current-dvh\2c 1vh\)\*100\)\] {
  height: calc(var(--current-dvh,1vh) * 100);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[12\.44rem\] {
  min-height: 12.44rem;
}
.min-h-\[12rem\] {
  min-height: 12rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-48 {
  width: 12rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.max-w-1\/2 {
  max-width: 50%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[12\.85rem\] {
  max-width: 12.85rem;
}
.max-w-\[18\.38rem\] {
  max-width: 18.38rem;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[38\.5rem\] {
  max-width: 38.5rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-1\/2 {
  flex: 0 0 50%;
}
.flex-1\/3 {
  flex: 0 0 33.33%;
}
.flex-1\/4 {
  flex: 0 0 25%;
}
.flex-full {
  flex: 0 0 100%;
}
.table-fixed {
  table-layout: fixed;
}
.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  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-2\/4 {
  --tw-translate-y: -50%;
  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;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.81rem\] {
  gap: 0.81rem;
}
.gap-\[1\.38rem\] {
  gap: 1.38rem;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-\[1\.64rem\] {
  row-gap: 1.64rem;
}
.gap-y-px {
  row-gap: 1px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-\[0\.6rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.6rem * var(--tw-space-y-reverse));
}
.space-y-\[1\.16rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.16rem * var(--tw-space-y-reverse));
}
.space-y-\[1\.1rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.1rem * var(--tw-space-y-reverse));
}
.space-y-\[1\.35rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.35rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.35rem * var(--tw-space-y-reverse));
}
.space-y-\[1\.3rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.3rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-\[10px\] {
  border-left-width: 10px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(11 12 12 / var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 86 133 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-dark-grey-1 {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
}
.border-light-gold {
  --tw-border-opacity: 1;
  border-color: rgb(215 196 130 / var(--tw-border-opacity));
}
.border-light-grey-1 {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(11 12 12 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 133 / var(--tw-bg-opacity));
}
.bg-current {
  background-color: currentColor;
}
.bg-dark-grey-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
}
.bg-durness {
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 0 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(65 162 152 / var(--tw-bg-opacity));
}
.bg-light-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(215 196 130 / var(--tw-bg-opacity));
}
.bg-light-grey-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-link {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 148 / var(--tw-bg-opacity));
}
.bg-rust {
  --tw-bg-opacity: 1;
  background-color: rgb(172 63 16 / var(--tw-bg-opacity));
}
.bg-staffa {
  --tw-bg-opacity: 1;
  background-color: rgb(145 132 190 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1\.25rem\] {
  padding: 1.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[0\.9rem\] {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.px-\[1\.11rem\] {
  padding-left: 1.11rem;
  padding-right: 1.11rem;
}
.px-\[1\.1rem\] {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[0\.63rem\] {
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
}
.py-\[0\.64rem\] {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}
.py-\[1\.7rem\] {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.py-\[4\.16rem\] {
  padding-top: 4.16rem;
  padding-bottom: 4.16rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-\[0\.7rem\] {
  padding-bottom: 0.7rem;
}
.pb-\[1\.69rem\] {
  padding-bottom: 1.69rem;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-\[2\.4rem\] {
  padding-bottom: 2.4rem;
}
.pb-\[2\.81rem\] {
  padding-bottom: 2.81rem;
}
.pb-\[3\.21rem\] {
  padding-bottom: 3.21rem;
}
.pb-\[43\%\] {
  padding-bottom: 43%;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[0\.94rem\] {
  padding-left: 0.94rem;
}
.pl-\[2\.25rem\] {
  padding-left: 2.25rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[0\.6rem\] {
  padding-right: 0.6rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-\[0\.09rem\] {
  padding-top: 0.09rem;
}
.pt-\[0\.3rem\] {
  padding-top: 0.3rem;
}
.pt-\[0\.4rem\] {
  padding-top: 0.4rem;
}
.pt-\[0\.8rem\] {
  padding-top: 0.8rem;
}
.pt-\[1\.4rem\] {
  padding-top: 1.4rem;
}
.pt-\[2\.56rem\] {
  padding-top: 2.56rem;
}
.pt-\[2\.6rem\] {
  padding-top: 2.6rem;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[var\(--header-height\2c 0px\)\] {
  padding-top: var(--header-height,0px);
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.font-display {
  font-family: Balboa, Impact, sans-serif;
}
.font-sans {
  font-family: Poppins, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
.text-2xl {
  font-size: 1.63rem;
}
.text-4xl {
  font-size: 2.25rem;
}
.text-6xl {
  font-size: 4.5rem;
}
.text-8xl {
  font-size: 6rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.13rem;
}
.text-sm {
  font-size: .88rem;
}
.text-xl {
  font-size: 1.38rem;
}
.text-xs {
  font-size: .75rem;
}
.text-xxs {
  font-size: .5rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-\[1\.27\] {
  line-height: 1.27;
}
.leading-\[1\.29\] {
  line-height: 1.29;
}
.leading-\[1\.31\] {
  line-height: 1.31;
}
.leading-\[1\.38\] {
  line-height: 1.38;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(11 12 12 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 86 133 / var(--tw-text-opacity));
}
.text-dark-grey-1 {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-durness {
  --tw-text-opacity: 1;
  color: rgb(249 190 0 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(65 162 152 / var(--tw-text-opacity));
}
.text-light-gold {
  --tw-text-opacity: 1;
  color: rgb(215 196 130 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-wick {
  --tw-text-opacity: 1;
  color: rgb(105 41 93 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
/* purgecss end ignore */

@media (min-width: 768px) {

  .md\:h6 {
    font-size: .88rem;
    line-height: 1.29;
  }

  @media (min-width: 768px) {
    .md\:h6 {
      font-size: 1.13rem;
      line-height: 1.5;
    }
  }

  @media (min-width: 1024px) {
    .md\:h6 {
      font-size: 1.38rem;
      line-height: 1.45;
    }
  }
}

.after\:fixed::after {
  content: var(--tw-content);
  position: fixed;
}

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

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

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

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-\[0\.85rem\]::after {
  content: var(--tw-content);
  height: 0.85rem;
}

.after\:h-\[var\(--header-height\2c 0px\)\]::after {
  content: var(--tw-content);
  height: var(--header-height,0px);
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[1\.44rem\]::after {
  content: var(--tw-content);
  width: 1.44rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-blue::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 133 / var(--tw-bg-opacity));
}

.after\:bg-grey::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.after\:bg-arrow-icon::after {
  content: var(--tw-content);
  background-image: url(/web/images/icon-arrow.svg);
}

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

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

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

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

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group\/header.is-open .group-\[\.is-open\]\/header\:pointer-events-none {
  pointer-events: none;
}

.group\/header.is-open .group-\[\.is-open\]\/header\:pointer-events-auto {
  pointer-events: auto;
}

.group\/header.is-open .group-\[\.is-open\]\/header\:-translate-y-\[0\.9rem\] {
  --tw-translate-y: -0.9rem;
  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));
}

.group\/header.is-open .group-\[\.is-open\]\/header\:translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}

.group\/header.is-open .group-\[\.is-open\]\/header\:-rotate-45 {
  --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));
}

.group\/header.is-open .group-\[\.is-open\]\/header\:rotate-45 {
  --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));
}

.group\/header.is-open .group-\[\.is-open\]\/header\:opacity-0 {
  opacity: 0;
}

.group\/header.is-open .group-\[\.is-open\]\/header\:opacity-100 {
  opacity: 1;
}

.peer:hover ~ .peer-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(11 12 12 / var(--tw-bg-opacity));
}

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

@media (min-width: 768px) {
  .md\:pointer-events-auto {
    pointer-events: auto;
  }
  .md\:col-start-auto {
    grid-column-start: auto;
  }
  .md\:row-start-auto {
    grid-row-start: auto;
  }
  .md\:-m-\[0\.94rem\] {
    margin: -0.94rem;
  }
  .md\:-mx-\[0\.94rem\] {
    margin-left: -0.94rem;
    margin-right: -0.94rem;
  }
  .md\:-my-\[0\.88rem\] {
    margin-top: -0.88rem;
    margin-bottom: -0.88rem;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-\[0\.8rem\] {
    margin-bottom: 0.8rem;
  }
  .md\:mb-\[1\.03rem\] {
    margin-bottom: 1.03rem;
  }
  .md\:mb-\[1\.19rem\] {
    margin-bottom: 1.19rem;
  }
  .md\:mb-\[1\.31rem\] {
    margin-bottom: 1.31rem;
  }
  .md\:mb-\[2\.44rem\] {
    margin-bottom: 2.44rem;
  }
  .md\:mb-\[3\.56rem\] {
    margin-bottom: 3.56rem;
  }
  .md\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }
  .md\:mb-\[5px\] {
    margin-bottom: 5px;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-screen {
    height: 100vh;
  }
  .md\:min-h-\[10\.75rem\] {
    min-height: 10.75rem;
  }
  .md\:min-h-\[16rem\] {
    min-height: 16rem;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:max-w-1\/2 {
    max-width: 50%;
  }
  .md\:max-w-\[10\.75rem\] {
    max-width: 10.75rem;
  }
  .md\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .md\:max-w-\[38\.5rem\] {
    max-width: 38.5rem;
  }
  .md\:max-w-\[45rem\] {
    max-width: 45rem;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:flex-1\/2 {
    flex: 0 0 50%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:justify-normal {
    justify-content: normal;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-y-0 {
    row-gap: 0px;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .md\:border-l-\[15px\] {
    border-left-width: 15px;
  }
  .md\:p-\[0\.94rem\] {
    padding: 0.94rem;
  }
  .md\:p-\[1\.05rem\] {
    padding: 1.05rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-\[0\.91rem\] {
    padding-left: 0.91rem;
    padding-right: 0.91rem;
  }
  .md\:px-\[0\.94rem\] {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .md\:py-\[0\.44rem\] {
    padding-top: 0.44rem;
    padding-bottom: 0.44rem;
  }
  .md\:py-\[0\.88rem\] {
    padding-top: 0.88rem;
    padding-bottom: 0.88rem;
  }
  .md\:py-\[0\.8rem\] {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .md\:py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-\[2\.2rem\] {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
  .md\:py-\[2\.46rem\] {
    padding-top: 2.46rem;
    padding-bottom: 2.46rem;
  }
  .md\:py-\[3\.75rem\] {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .md\:pb-\[1\.91rem\] {
    padding-bottom: 1.91rem;
  }
  .md\:pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .md\:pb-\[3\.81rem\] {
    padding-bottom: 3.81rem;
  }
  .md\:pb-\[4\.43rem\] {
    padding-bottom: 4.43rem;
  }
  .md\:pb-\[5px\] {
    padding-bottom: 5px;
  }
  .md\:pb-\[68\.2\%\] {
    padding-bottom: 68.2%;
  }
  .md\:pl-1 {
    padding-left: 0.25rem;
  }
  .md\:pl-\[0\.4rem\] {
    padding-left: 0.4rem;
  }
  .md\:pl-\[1\.88rem\] {
    padding-left: 1.88rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pt-\[1\.1rem\] {
    padding-top: 1.1rem;
  }
  .md\:pt-\[3\.79rem\] {
    padding-top: 3.79rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-inherit {
    font-size: inherit;
  }
  .md\:text-xl {
    font-size: 1.38rem;
  }
  .md\:text-xs {
    font-size: .75rem;
  }
  .md\:leading-\[1\.27\] {
    line-height: 1.27;
  }
  .md\:leading-\[1\.45\] {
    line-height: 1.45;
  }
  .md\:leading-inherit {
    line-height: inherit;
  }
  .md\:leading-normal {
    line-height: 1.5;
  }
  .md\:opacity-100 {
    opacity: 1;
  }
  .md\:transition-colors {
    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;
  }
  .group\/header.is-open .md\:group-\[\.is-open\]\/header\:pointer-events-auto {
    pointer-events: auto;
  }
  .group\/header.is-open .md\:group-\[\.is-open\]\/header\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .lg\:-mx-\[0\.94rem\] {
    margin-left: -0.94rem;
    margin-right: -0.94rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mb-\[3px\] {
    margin-bottom: -3px;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-\[0\.93rem\] {
    margin-bottom: 0.93rem;
  }
  .lg\:mb-\[1\.13rem\] {
    margin-bottom: 1.13rem;
  }
  .lg\:mb-\[1\.69rem\] {
    margin-bottom: 1.69rem;
  }
  .lg\:mb-\[1\.88rem\] {
    margin-bottom: 1.88rem;
  }
  .lg\:mb-\[2\.49rem\] {
    margin-bottom: 2.49rem;
  }
  .lg\:mb-\[6px\] {
    margin-bottom: 6px;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:min-h-\[16rem\] {
    min-height: 16rem;
  }
  .lg\:min-h-\[8\.75rem\] {
    min-height: 8.75rem;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-\[23\.4\%\] {
    width: 23.4%;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-\[76\.6\%\] {
    width: 76.6%;
  }
  .lg\:max-w-\[1400px\] {
    max-width: 1400px;
  }
  .lg\:max-w-\[52rem\] {
    max-width: 52rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-1\/4 {
    flex: 0 0 25%;
  }
  .lg\:flex-3\/4 {
    flex: 0 0 75%;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:transform-none {
    transform: none;
  }
  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }
  .lg\:gap-\[1\.3rem\] {
    gap: 1.3rem;
  }
  .lg\:gap-\[1\.88rem\] {
    gap: 1.88rem;
  }
  .lg\:gap-\[7px\] {
    gap: 7px;
  }
  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[0\.46rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.46rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[1\.55rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.55rem * var(--tw-space-y-reverse));
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[0\.94rem\] {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
  .lg\:px-\[1\.11rem\] {
    padding-left: 1.11rem;
    padding-right: 1.11rem;
  }
  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lg\:py-\[1\.56rem\] {
    padding-top: 1.56rem;
    padding-bottom: 1.56rem;
  }
  .lg\:py-\[1\.6rem\] {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-\[1\.81rem\] {
    padding-bottom: 1.81rem;
  }
  .lg\:pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .lg\:pb-\[2\.44rem\] {
    padding-bottom: 2.44rem;
  }
  .lg\:pb-\[5\.54rem\] {
    padding-bottom: 5.54rem;
  }
  .lg\:pb-\[68\.47\%\] {
    padding-bottom: 68.47%;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-\[9rem\] {
    padding-right: 9rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-\[0\.19rem\] {
    padding-top: 0.19rem;
  }
  .lg\:pt-\[1\.6rem\] {
    padding-top: 1.6rem;
  }
  .lg\:pt-\[2rem\] {
    padding-top: 2rem;
  }
  .lg\:pt-\[3\.06rem\] {
    padding-top: 3.06rem;
  }
  .lg\:pt-\[3\.88rem\] {
    padding-top: 3.88rem;
  }
  .lg\:pt-\[5\.13rem\] {
    padding-top: 5.13rem;
  }
  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }
  .lg\:text-\[5\.63rem\] {
    font-size: 5.63rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-sm {
    font-size: .88rem;
  }
  .lg\:leading-none {
    line-height: 1;
  }
  .lg\:underline-offset-4 {
    text-underline-offset: 4px;
  }
  .lg\:after\:top-\[3px\]::after {
    content: var(--tw-content);
    top: 3px;
  }
}

@media (min-width: 1370px) {
  .xl\:gap-10 {
    gap: 2.5rem;
  }
  .xl\:gap-\[1\.88rem\] {
    gap: 1.88rem;
  }
  .xl\:gap-\[4\.38rem\] {
    gap: 4.38rem;
  }
  .xl\:px-\[1\.88rem\] {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }
  .xl\:text-base {
    font-size: 1rem;
  }
}

.\[\&\.menu-open\]\:overflow-hidden.menu-open {
  overflow: hidden;
}

