/*
! tailwindcss v3.2.4 | 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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. 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-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;
}

/*
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-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;
}

/*
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-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-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%;
}

@media (min-width: 415px) {

  .container {
    max-width: 415px;
  }
}

@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: 1440px) {

  .container {
    max-width: 1440px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-\[14px\] {
  top: 14px;
}

.left-\[14px\] {
  left: 14px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[15vw\] {
  bottom: 15vw;
}

.right-0 {
  right: 0px;
}

.left-\[5vw\] {
  left: 5vw;
}

.bottom-\[5vw\] {
  bottom: 5vw;
}

.left-\[2\.5vw\] {
  left: 2.5vw;
}

.bottom-\[2\.5vw\] {
  bottom: 2.5vw;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-30 {
  z-index: 30;
}

.z-\[1\] {
  z-index: 1;
}

.z-10 {
  z-index: 10;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-4 {
  grid-column-start: 4;
}

.m-\[2\.5vw\] {
  margin: 2.5vw;
}

.my-\[1em\] {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[5vw\] {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.-mt-\[2\.5vw\] {
  margin-top: -2.5vw;
}

.mb-\[1em\] {
  margin-bottom: 1em;
}

.mb-\[0\.25em\] {
  margin-bottom: 0.25em;
}

.mt-\[5vw\] {
  margin-top: 5vw;
}

.mr-\[2\.5vw\] {
  margin-right: 2.5vw;
}

.mb-\[0\.9em\] {
  margin-bottom: 0.9em;
}

.mt-\[1em\] {
  margin-top: 1em;
}

.mt-\[0\.5em\] {
  margin-top: 0.5em;
}

.-mb-\[2\.5em\] {
  margin-bottom: -2.5em;
}

.mb-\[10vw\] {
  margin-bottom: 10vw;
}

.mb-\[5vw\] {
  margin-bottom: 5vw;
}

.mt-\[5vh\] {
  margin-top: 5vh;
}

.-mt-\[5vh\] {
  margin-top: -5vh;
}

.mt-\[10vw\] {
  margin-top: 10vw;
}

.mt-\[2\.5vh\] {
  margin-top: 2.5vh;
}

.mb-\[clamp\(2px\2c 0\.375vw\2c 6px\)\] {
  margin-bottom: clamp(2px,0.375vw,6px);
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-\[2em\] {
  margin-top: 2em;
}

.mr-\[0\.5em\] {
  margin-right: 0.5em;
}

.ml-\[0\.5em\] {
  margin-left: 0.5em;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-\[1em\] {
  margin-right: 1em;
}

.mt-\[2\.5vw\] {
  margin-top: 2.5vw;
}

.-ml-\[25\%\] {
  margin-left: -25%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

@supports not (aspect-ratio: 1 / 1) {

  .aspect-\[3\/2\]::before {
    float: left;
    padding-top: 66.66666666666666%;
    content: '';
  }

  .aspect-\[3\/2\]::after {
    display: block;
    content: '';
    clear: both;
  }
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1 / 1) {

  .aspect-square::before {
    float: left;
    padding-top: 100%;
    content: '';
  }

  .aspect-square::after {
    display: block;
    content: '';
    clear: both;
  }
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 1 / 1) {

  .aspect-video::before {
    float: left;
    padding-top: 56.25%;
    content: '';
  }

  .aspect-video::after {
    display: block;
    content: '';
    clear: both;
  }
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-\[calc\(100\%\+2px\)\] {
  height: calc(100% + 2px);
}

.h-\[0\.75em\] {
  height: 0.75em;
}

.h-\[31px\] {
  height: 31px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[calc\(0\.825em\+clamp\(3px\2c 0\.5625vw\2c 9px\)\)\] {
  height: calc(0.825em + clamp(3px,0.5625vw,9px));
}

.h-0 {
  height: 0px;
}

.h-\[clamp\(2px\2c 0\.375vw\2c 6px\)\] {
  height: clamp(2px,0.375vw,6px);
}

.h-auto {
  height: auto;
}

.max-h-\[calc\(100vh-50px\)\] {
  max-height: calc(100vh - 50px);
}

.min-h-full {
  min-height: 100%;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[2\.5vw\] {
  min-height: 2.5vw;
}

.w-full {
  width: 100%;
}

.w-\[calc\(100\%\+2px\)\] {
  width: calc(100% + 2px);
}

.w-\[31px\] {
  width: 31px;
}

.w-\[3px\] {
  width: 3px;
}

.w-\[1em\] {
  width: 1em;
}

.w-1\/2 {
  width: 50%;
}

.w-\[25\%\] {
  width: 25%;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-none {
  max-width: none;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[32rem\] {
  max-width: 32rem;
}

.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-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));
}

.-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));
}

.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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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-auto {
  cursor: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.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-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[max\(1\.5rem\2c 2\.5vw\)\] {
  -moz-column-gap: max(1.5rem,2.5vw);
       column-gap: max(1.5rem,2.5vw);
}

.gap-x-\[5vw\] {
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.border-b-\[5px\] {
  border-bottom-width: 5px;
}

.border-b-\[clamp\(2px\2c 0\.375vw\2c 6px\)\] {
  border-bottom-width: clamp(2px,0.375vw,6px);
}

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(117 251 253 / var(--tw-border-opacity));
}

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(117 251 253 / var(--tw-bg-opacity));
}

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

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

.fill-none {
  fill: none;
}

.stroke-current {
  stroke: currentColor;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-\[2\.5vw\] {
  padding: 2.5vw;
}

.p-1 {
  padding: 0.25rem;
}

.p-\[5vw\] {
  padding: 5vw;
}

.p-\[1em\] {
  padding: 1em;
}

.p-\[0\.5em\] {
  padding: 0.5em;
}

.px-\[5vw\] {
  padding-left: 5vw;
  padding-right: 5vw;
}

.px-\[0\.125em\] {
  padding-left: 0.125em;
  padding-right: 0.125em;
}

.py-\[2\.5vw\] {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-\[5vw\] {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.py-\[10vw\] {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-\[0\.25em\] {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.pb-\[10vw\] {
  padding-bottom: 10vw;
}

.pt-\[max\(5em\2c 10vw\)\] {
  padding-top: max(5em,10vw);
}

.pt-\[1em\] {
  padding-top: 1em;
}

.pb-\[2em\] {
  padding-bottom: 2em;
}

.pt-\[10vw\] {
  padding-top: 10vw;
}

.pr-\[2\.5vw\] {
  padding-right: 2.5vw;
}

.pt-\[10vh\] {
  padding-top: 10vh;
}

.pb-\[5vh\] {
  padding-bottom: 5vh;
}

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

.font-body {
  font-family: Inter, sans-serif;
}

.font-heading {
  font-family: Apercu Pro, sans-serif;
}

.text-base {
  font-size: clamp(1rem,1.5vw,2rem);
  line-height: 1.25;
}

.text-md2 {
  font-size: clamp(2rem,2vw,3rem);
  line-height: 1;
}

.text-md {
  font-size: clamp(1.5rem,1.5vw,2.25rem);
  line-height: 1.25;
}

.text-sm {
  font-size: clamp(0.875rem,1vw,1.5rem);
  line-height: 1.25;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: clamp(3.75rem,10vw,10rem);
  line-height: 0.9;
}

.text-lg {
  font-size: clamp(2.5rem,3.75vw,4rem);
  line-height: 1;
}

.text-xl {
  font-size: clamp(3rem,7vw,7.5rem);
  line-height: 0.9;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-none {
  line-height: 1;
}

.leading-\[0\.9em\] {
  line-height: 0.9em;
}

.leading-\[1em\] {
  line-height: 1em;
}

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

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(117 251 253 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.blur-\[3px\] {
  --tw-blur: blur(3px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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;
}

.transition-\[border\] {
  transition-property: border;
  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;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.\[grid-area\:overlap\] {
  grid-area: overlap;
}

.\[grid-template-areas\:\'overlap\'\] {
  grid-template-areas: 'overlap';
}

[x-cloak] {
  display: none;
}

.__underline,
.\[\&_a\]\:__underline a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.__underline::after, .\[\&_a\]\:__underline a::after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0.1em;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(117 251 253 / var(--tw-border-opacity));
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
}

.__underline.__underline-black::after, .\[\&_a\]\:__underline a.__underline-black::after {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.__underline:hover::after, .\[\&_a\]\:__underline a:hover::after {
  --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));
}

p, a {
  max-width: 100%;
}

.__cursor-scroll-white {
    cursor: url('/assets/cursors/scroll-white@1x.png') 115 2, s-resize;
    cursor: url('/assets/cursors/scroll-white.svg') 115 2, s-resize;
    cursor: -webkit-image-set(url('/assets/cursors/scroll-white@1x.png') 1x, url('/assets/cursors/scroll-white@2x.png') 2x) 115 2, s-resize;
}

.__cursor-scroll-blue {
    cursor: url('/assets/cursors/scroll-blue@1x.png') 115 2, s-resize;
    cursor: url('/assets/cursors/scroll-blue.svg') 115 2, s-resize;
    cursor: -webkit-image-set(url('/assets/cursors/scroll-blue@1x.png') 1x, url('/assets/cursors/scroll-blue@2x.png') 2x) 115 2, s-resize;
}

.__cursor-scroll-white-es {
    cursor: url('/assets/cursors/scroll-white-es@1x.png') 115 2, s-resize;
    cursor: url('/assets/cursors/scroll-white-es.svg') 115 2, s-resize;
    cursor: -webkit-image-set(url('/assets/cursors/scroll-white-es@1x.png') 1x, url('/assets/cursors/scroll-white-es@2x.png') 2x) 115 2, s-resize;
}

.__cursor-scroll-blue-es {
    cursor: url('/assets/cursors/scroll-blue-es@1x.png') 115 2, s-resize;
    cursor: url('/assets/cursors/scroll-blue-es.svg') 115 2, s-resize;
    cursor: -webkit-image-set(url('/assets/cursors/scroll-blue-es@1x.png') 1x, url('/assets/cursors/scroll-blue-es@2x.png') 2x) 115 2, s-resize;
}

.__cursor-arrow-left {
    cursor: url('/assets/cursors/arrow-left@1x.png') 112 74, w-resize;
    cursor: url('/assets/cursors/arrow-left.svg') 112 74, w-resize;
    cursor: -webkit-image-set(url('/assets/cursors/arrow-left@1x.png') 1x, url('/assets/cursors/arrow-left@2x.png') 2x) 112 74, w-resize;
}

.__cursor-arrow-right {
    cursor: url('/assets/cursors/arrow-right@1x.png') 112 74, e-resize;
    cursor: url('/assets/cursors/arrow-right.svg') 112 74, e-resize;
    cursor: -webkit-image-set(url('/assets/cursors/arrow-right@1x.png') 1x, url('/assets/cursors/arrow-right@2x.png') 2x) 112 74, e-resize;
}

.hover\:border-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(117 251 253 / var(--tw-border-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(117 251 253 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

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

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -0.25rem;
  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:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(117 251 253 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-blue {
  --tw-text-opacity: 1;
  color: rgb(117 251 253 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

@media not all and (min-width: 1280px) {

  .max-lg\:text-sm {
    font-size: clamp(0.875rem,1vw,1.5rem);
    line-height: 1.25;
  }
}

@media not all and (min-width: 1024px) {

  .max-md\:mx-\[5vw\] {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .max-md\:mb-\[2em\] {
    margin-bottom: 2em;
  }

  .max-md\:mt-\[1em\] {
    margin-top: 1em;
  }

  .max-md\:mb-\[10vh\] {
    margin-bottom: 10vh;
  }

  .max-md\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(117 251 253 / var(--tw-bg-opacity));
  }

  .max-md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

@media not all and (min-width: 768px) {

  .max-sm\:order-2 {
    order: 2;
  }

  .max-sm\:order-1 {
    order: 1;
  }

  .max-sm\:order-3 {
    order: 3;
  }

  .max-sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .max-sm\:col-start-3 {
    grid-column-start: 3;
  }

  .max-sm\:my-\[1em\] {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .max-sm\:mb-\[1em\] {
    margin-bottom: 1em;
  }

  .max-sm\:mt-\[1em\] {
    margin-top: 1em;
  }

  .max-sm\:mt-\[2em\] {
    margin-top: 2em;
  }

  .max-sm\:mt-\[3em\] {
    margin-top: 3em;
  }

  .max-sm\:mt-\[10vw\] {
    margin-top: 10vw;
  }

  .max-sm\:mb-\[5vw\] {
    margin-bottom: 5vw;
  }

  .max-sm\:-mt-\[4em\] {
    margin-top: -4em;
  }

  .max-sm\:mb-\[10vw\] {
    margin-bottom: 10vw;
  }

  .max-sm\:mt-\[5vw\] {
    margin-top: 5vw;
  }

  .max-sm\:grid {
    display: grid;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .max-sm\:gap-y-\[10vw\] {
    row-gap: 10vw;
  }

  .max-sm\:gap-x-\[5vw\] {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }

  .max-sm\:p-\[0\.5em\] {
    padding: 0.5em;
  }

  .max-sm\:py-\[10vw\] {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .max-sm\:pt-\[10vw\] {
    padding-top: 10vw;
  }

  .max-sm\:pt-\[56\.25\%\] {
    padding-top: 56.25%;
  }

  .max-sm\:pt-\[20vw\] {
    padding-top: 20vw;
  }

  .max-sm\:pt-\[5vw\] {
    padding-top: 5vw;
  }
}

@media not all and (min-width: 415px) {

  .max-xs\:w-\[90vw\] {
    width: 90vw;
  }
}

@media (min-width: 415px) {

  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xs\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .xs\:text-2xl {
    font-size: clamp(3rem,8.5vw,8.5rem);
    line-height: 0.9;
  }

  .xs\:text-lg {
    font-size: clamp(2.5rem,3.75vw,4rem);
    line-height: 1;
  }
}

@media (min-width: 768px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:mb-\[2em\] {
    margin-bottom: 2em;
  }

  .sm\:mt-\[2em\] {
    margin-top: 2em;
  }

  .sm\:-mt-\[calc\(10vw-2em\)\] {
    margin-top: calc(calc(10vw - 2em) * -1);
  }

  .sm\:mt-\[50\%\] {
    margin-top: 50%;
  }

  .sm\:mt-\[5vw\] {
    margin-top: 5vw;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }

  @supports not (aspect-ratio: 1 / 1) {

    .sm\:aspect-\[16\/10\]::before {
      float: left;
      padding-top: 62.5%;
      content: '';
    }

    .sm\:aspect-\[16\/10\]::after {
      display: block;
      content: '';
      clear: both;
    }
  }

  .sm\:aspect-auto {
    aspect-ratio: auto;
  }

  @supports not (aspect-ratio: 1 / 1) {

    .sm\:aspect-auto::before {
      float: left;
      padding-top: auto;
      content: '';
    }

    .sm\:aspect-auto::after {
      display: block;
      content: '';
      clear: both;
    }
  }

  .sm\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  @supports not (aspect-ratio: 1 / 1) {

    .sm\:aspect-video::before {
      float: left;
      padding-top: 56.25%;
      content: '';
    }

    .sm\:aspect-video::after {
      display: block;
      content: '';
      clear: both;
    }
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:pt-\[7\.5vw\] {
    padding-top: 7.5vw;
  }

  .sm\:pb-\[10vw\] {
    padding-bottom: 10vw;
  }

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

  .sm\:text-xl {
    font-size: clamp(3rem,7vw,7.5rem);
    line-height: 0.9;
  }

  .sm\:text-3xl {
    font-size: clamp(3.75rem,10vw,10rem);
    line-height: 0.9;
  }

  .sm\:text-lg {
    font-size: clamp(2.5rem,3.75vw,4rem);
    line-height: 1;
  }

  .sm\:text-2xl {
    font-size: clamp(3rem,8.5vw,8.5rem);
    line-height: 0.9;
  }
}

@media (min-width: 1024px) {

  .md\:bottom-\[7\.5vw\] {
    bottom: 7.5vw;
  }

  .md\:left-\[12\.5vw\] {
    left: 12.5vw;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:-mt-\[10vh\] {
    margin-top: -10vh;
  }

  .md\:-mt-\[5vh\] {
    margin-top: -5vh;
  }

  .md\:mt-\[5vw\] {
    margin-top: 5vw;
  }

  .md\:-mt-\[15vh\] {
    margin-top: -15vh;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  @supports not (aspect-ratio: 1 / 1) {

    .md\:aspect-auto::before {
      float: left;
      padding-top: auto;
      content: '';
    }

    .md\:aspect-auto::after {
      display: block;
      content: '';
      clear: both;
    }
  }

  .md\:min-w-\[37\.5vw\] {
    min-width: 37.5vw;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:py-\[max\(5vh\2c 1em\)\] {
    padding-top: max(5vh,1em);
    padding-bottom: max(5vh,1em);
  }

  .md\:pb-\[10vh\] {
    padding-bottom: 10vh;
  }

  .md\:pl-\[10\%\] {
    padding-left: 10%;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:text-lg {
    font-size: clamp(2.5rem,3.75vw,4rem);
    line-height: 1;
  }
}

.\[\&\>p\:not\(\:last-child\)\]\:mb-\[1em\]>p:not(:last-child) {
  margin-bottom: 1em;
}

.\[\&\>li\:not\(\:last-child\)\]\:mb-\[0\.5em\]>li:not(:last-child) {
  margin-bottom: 0.5em;
}

.\[\&\>li\:not\(\:last-child\)\]\:mb-\[1em\]>li:not(:last-child) {
  margin-bottom: 1em;
}

.\[\&_a\]\:truncate a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&\>\*\:not\(\:last-child\)\]\:mb-\[1em\]>*:not(:last-child) {
  margin-bottom: 1em;
}

.\[\&\>img\]\:max-w-\[min\(30vw\2c 10rem\2c 100\%\)\]>img {
  max-width: min(30vw,10rem,100%);
}

.\[\&_li\:not\(\:last-child\)\]\:mb-\[1em\] li:not(:last-child) {
  margin-bottom: 1em;
}

.\[\&\>p\:not\(\:last\)\]\:mb-\[1em\]>p:not(:last) {
  margin-bottom: 1em;
}

.\[\&\>\*\]\:aspect-square>* {
  aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1 / 1) {

  .\[\&\>\*\]\:aspect-square>*::before {
    float: left;
    padding-top: 100%;
    content: '';
  }

  .\[\&\>\*\]\:aspect-square>*::after {
    display: block;
    content: '';
    clear: both;
  }
}

@media not all and (min-width: 768px) {

  .max-sm\:\[\&\>\*\]\:aspect-square>* {
    aspect-ratio: 1 / 1;
  }

  @supports not (aspect-ratio: 1 / 1) {

    .max-sm\:\[\&\>\*\]\:aspect-square>*::before {
      float: left;
      padding-top: 100%;
      content: '';
    }

    .max-sm\:\[\&\>\*\]\:aspect-square>*::after {
      display: block;
      content: '';
      clear: both;
    }
  }
}

@media (min-width: 768px) {

  .sm\:\[\&\>\*\]\:aspect-\[3\/2\]>* {
    aspect-ratio: 3/2;
  }

  @supports not (aspect-ratio: 1 / 1) {

    .sm\:\[\&\>\*\]\:aspect-\[3\/2\]>*::before {
      float: left;
      padding-top: 66.66666666666666%;
      content: '';
    }

    .sm\:\[\&\>\*\]\:aspect-\[3\/2\]>*::after {
      display: block;
      content: '';
      clear: both;
    }
  }
}

