/*
! tailwindcss v3.3.3 | 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: #e5e7eb;
  /* 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.
*/

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: Archivo, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

.relative {
  position: relative;
}

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

.-order-1 {
  order: -1;
}

.-order-2 {
  order: -2;
}

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

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

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

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

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

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

.mx-\[0\.6rem\] {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-\[0\.87rem\] {
  margin-top: 0.87rem;
  margin-bottom: 0.87rem;
}

.my-\[1\.25rem\] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[14rem\] {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-\[2\.5rem\] {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}

.mb-\[1\.8rem\] {
  margin-bottom: 1.8rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[4\.5\%\] {
  margin-left: 4.5%;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-\[2\.79rem\] {
  margin-right: 2.79rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[0\.7rem\] {
  margin-top: 0.7rem;
}

.mt-\[1\.64rem\] {
  margin-top: 1.64rem;
}

.mt-\[1\.94rem\] {
  margin-top: 1.94rem;
}

.mt-\[2\.25rem\] {
  margin-top: 2.25rem;
}

.mt-\[2\.38rem\] {
  margin-top: 2.38rem;
}

.mt-\[5\.86rem\] {
  margin-top: 5.86rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-32 {
  height: 8rem;
}

.h-52 {
  height: 13rem;
}

.h-\[20rem\] {
  height: 20rem;
}

.h-\[3\.125rem\] {
  height: 3.125rem;
}

.h-\[3\.39488rem\] {
  height: 3.39488rem;
}

.h-\[4\.5rem\] {
  height: 4.5rem;
}

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-\[7rem\] {
  min-height: 7rem;
}

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

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

.w-full {
  width: 100%;
}

.min-w-\[7rem\] {
  min-width: 7rem;
}

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

.flex-grow {
  flex-grow: 1;
}

.origin-top {
  transform-origin: top;
}

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

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

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

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

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

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

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

.items-center {
  align-items: center;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[0\.5rem\] {
  gap: 0.5rem;
}

.gap-\[1\.19rem\] {
  gap: 1.19rem;
}

.gap-\[1\.44rem\] {
  gap: 1.44rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-\[1\.65rem\] {
  -moz-column-gap: 1.65rem;
       column-gap: 1.65rem;
}

.gap-y-\[6\.25rem\] {
  row-gap: 6.25rem;
}

.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-\[0\.31rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.31rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.31rem * var(--tw-space-y-reverse));
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[1\.92288rem\] {
  border-radius: 1.92288rem;
}

.border-\[0\.0625rem\] {
  border-width: 0.0625rem;
}

.border-\[0\.53px\] {
  border-width: 0.53px;
}

.border-\[1\.054px\] {
  border-width: 1.054px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[0\.0625rem\] {
  border-bottom-width: 0.0625rem;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.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(0 0 0 / var(--tw-bg-opacity));
}

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

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

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

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

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

.fill-white {
  fill: #fff;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-\[0\.42rem\] {
  padding: 0.42rem;
}

.px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-\[0\.62rem\] {
  padding-left: 0.62rem;
  padding-right: 0.62rem;
}

.px-\[0\.63rem\] {
  padding-left: 0.63rem;
  padding-right: 0.63rem;
}

.px-\[0\.69rem\] {
  padding-left: 0.69rem;
  padding-right: 0.69rem;
}

.px-\[0\.72rem\] {
  padding-left: 0.72rem;
  padding-right: 0.72rem;
}

.px-\[0\.83rem\] {
  padding-left: 0.83rem;
  padding-right: 0.83rem;
}

.px-\[0\.88rem\] {
  padding-left: 0.88rem;
  padding-right: 0.88rem;
}

.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-\[0\.62rem\] {
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
}

.py-\[0\.7rem\] {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.py-\[0\.87rem\] {
  padding-top: 0.87rem;
  padding-bottom: 0.87rem;
}

.py-\[0\.93rem\] {
  padding-top: 0.93rem;
  padding-bottom: 0.93rem;
}

.py-\[1\.5rem\] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[1\.94rem\] {
  padding-top: 1.94rem;
  padding-bottom: 1.94rem;
}

.py-\[2\.8rem\] {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-\[0\.5rem\] {
  padding-bottom: 0.5rem;
}

.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

.pb-\[1\.94rem\] {
  padding-bottom: 1.94rem;
}

.pb-\[25rem\] {
  padding-bottom: 25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-\[0\.69rem\] {
  padding-left: 0.69rem;
}

.pr-\[2\.31rem\] {
  padding-right: 2.31rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

.font-sans {
  font-family: Archivo, sans-serif;
}

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

.text-\[0\.53044rem\] {
  font-size: 0.53044rem;
}

.text-\[0\.687rem\] {
  font-size: 0.687rem;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[0\.935rem\] {
  font-size: 0.935rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.247rem\] {
  font-size: 1.247rem;
}

.text-\[1\.326rem\] {
  font-size: 1.326rem;
}

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

.text-\[1\.89rem\] {
  font-size: 1.89rem;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

.text-\[1\.92rem\] {
  font-size: 1.92rem;
}

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

.text-\[2\.3rem\] {
  font-size: 2.3rem;
}

.text-\[4rem\] {
  font-size: 4rem;
}

.text-\[5\.679rem\] {
  font-size: 5.679rem;
}

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

.text-clamp-b-xs {
  font-size: clamp(0.5rem, 8.7vw, 3.9rem);
}

.text-clamp-xs {
  font-size: clamp(0.5rem, 9.4vw, 3.9rem);
}

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

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

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.leading-\[0\.5\] {
  line-height: 0.5;
}

.leading-\[0\.7\] {
  line-height: 0.7;
}

.leading-\[0\.8\] {
  line-height: 0.8;
}

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

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

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

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

.outline {
  outline-style: solid;
}

.outline-\[0\.0625rem\] {
  outline-width: 0.0625rem;
}

.outline-white {
  outline-color: #fff;
}

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

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

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

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

@media only screen and (min-width: 768px) {
  .skilltab{
    writing-mode: vertical-lr;
  }
}

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

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

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

.after\:h-\[200\%\]::after {
  content: var(--tw-content);
  height: 200%;
}

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

.after\:translate-y-1\/2::after {
  content: var(--tw-content);
  --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));
}

.after\:bg-\[linear-gradient\(0deg\2c \#000_50\%\2c \#fff_50\%\)\]::after {
  content: var(--tw-content);
  background-image: linear-gradient(0deg,#000 50%,#fff 50%);
}

.after\:mix-blend-difference::after {
  content: var(--tw-content);
  mix-blend-mode: difference;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:ease-in::after {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

.hover\:after\:translate-y-0:hover::after {
  content: var(--tw-content);
  --tw-translate-y: 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));
}

@media (min-width: 640px) {
  .sm\:text-clamp-b-sm {
    font-size: clamp(2rem, 9.1vw, 5.9rem);
  }

  .sm\:text-clamp-sm {
    font-size: clamp(2rem, 9.7vw, 5.9rem);
  }
}

@media (min-width: 768px) {
  .md\:order-none {
    order: 0;
  }

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

  .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-5 {
    grid-column: span 5 / span 5;
  }

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

  .md\:mx-\[1\.63rem\] {
    margin-left: 1.63rem;
    margin-right: 1.63rem;
  }

  .md\:my-\[2\.25rem\] {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-\[2\.5rem\] {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-\[4rem\] {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-\[4\.37rem\] {
    margin-bottom: 4.37rem;
  }

  .md\:mb-\[4\.75rem\] {
    margin-bottom: 4.75rem;
  }

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

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mt-\[0\.4rem\] {
    margin-top: 0.4rem;
  }

  .md\:mt-\[1\.37rem\] {
    margin-top: 1.37rem;
  }

  .md\:mt-\[1\.87rem\] {
    margin-top: 1.87rem;
  }

  .md\:mt-\[10\.5rem\] {
    margin-top: 10.5rem;
  }

  .md\:mt-\[2\.1rem\] {
    margin-top: 2.1rem;
  }

  .md\:mt-\[6\.75rem\] {
    margin-top: 6.75rem;
  }

  .md\:mt-\[9\.31rem\] {
    margin-top: 9.31rem;
  }

  .md\:mt-\[9\.81rem\] {
    margin-top: 9.81rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[46\.1875rem\] {
    height: 46.1875rem;
  }

  .md\:h-\[7\.6875rem\] {
    height: 7.6875rem;
  }

  .md\:h-\[9\.375rem\] {
    height: 9.375rem;
  }

  .md\:min-h-\[11rem\] {
    min-height: 11rem;
  }

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

  .md\:min-w-0 {
    min-width: 0px;
  }

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

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

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

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

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

  .md\:gap-\[1\.25rem\] {
    gap: 1.25rem;
  }

  .md\:gap-\[1rem\] {
    gap: 1rem;
  }

  .md\:gap-\[2\.25rem\] {
    gap: 2.25rem;
  }

  .md\:gap-x-\[3\.44rem\] {
    -moz-column-gap: 3.44rem;
         column-gap: 3.44rem;
  }

  .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\:p-\[2\.88rem\] {
    padding: 2.88rem;
  }

  .md\:p-\[2rem\] {
    padding: 2rem;
  }

  .md\:px-\[1\.69rem\] {
    padding-left: 1.69rem;
    padding-right: 1.69rem;
  }

  .md\:px-\[1\.88rem\] {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }

  .md\:px-\[3\.19rem\] {
    padding-left: 3.19rem;
    padding-right: 3.19rem;
  }

  .md\:px-\[4\.19rem\] {
    padding-left: 4.19rem;
    padding-right: 4.19rem;
  }

  .md\:py-\[0\.9rem\] {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .md\:py-\[2\.56rem\] {
    padding-top: 2.56rem;
    padding-bottom: 2.56rem;
  }

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

  .md\:py-\[3\.44rem\] {
    padding-top: 3.44rem;
    padding-bottom: 3.44rem;
  }

  .md\:pb-\[1\.88rem\] {
    padding-bottom: 1.88rem;
  }

  .md\:pb-\[3\.69rem\] {
    padding-bottom: 3.69rem;
  }

  .md\:pb-\[31\.25rem\] {
    padding-bottom: 31.25rem;
  }

  .md\:pb-\[4\.25rem\] {
    padding-bottom: 4.25rem;
  }

  .md\:pl-\[1\.69rem\] {
    padding-left: 1.69rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-\[3\.69rem\] {
    padding-top: 3.69rem;
  }

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

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

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

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

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

  .md\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:text-\[3\.625rem\] {
    font-size: 3.625rem;
  }

  .md\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

  .md\:text-\[3rem\] {
    font-size: 3rem;
  }

  .md\:text-\[4rem\] {
    font-size: 4rem;
  }

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

  .md\:text-\[6\.5625rem\] {
    font-size: 6.5625rem;
  }

  .md\:text-\[8rem\] {
    font-size: 8rem;
  }

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

  .md\:text-clamp-b-md {
    font-size: clamp(2rem, 8.5vw, 5.9rem);
  }

  .md\:text-clamp-md {
    font-size: clamp(4rem, 9vw, 5.9rem);
  }

  .md\:font-light {
    font-weight: 300;
  }
}

@media (min-width: 1024px) {
  .lg\:text-\[18\.68rem\] {
    font-size: 18.68rem;
  }

  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }

  .lg\:text-clamp-b-lg {
    font-size: clamp(4rem, 8.8vw, 7.4rem);
  }

  .lg\:text-clamp-lg {
    font-size: clamp(6rem, 9.5vw, 7.4rem);
  }
}

@media (min-width: 1280px) {
  .xl\:text-clamp-b-xl {
    font-size: clamp(5rem, 9vw, 8.9rem);
  }

  .xl\:text-clamp-xl {
    font-size: clamp(7.5rem, 9.5vw, 8.9rem);
  }
}

@media (min-width: 1536px) {
  .\32xl\:text-clamp-2xl {
    font-size: clamp(9rem, 9.5vw, 100rem);
  }

  .\32xl\:text-clamp-b-2xl {
    font-size: clamp(6rem, 9.1vw, 100rem);
  }
}