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

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

/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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: 576px) {

  .container {
    max-width: 576px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.top-1\/2 {
  top: 50%;
}
.bottom-0 {
  bottom: 0px;
}
.top-\[10\%\] {
  top: 10%;
}
.-bottom-\[10\%\] {
  bottom: -10%;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-\[20\%\] {
  left: 20%;
}
.top-\[5\%\] {
  top: 5%;
}
.left-\[90\%\] {
  left: 90%;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.left-\[5\%\] {
  left: 5%;
}
.bottom-\[18\%\] {
  bottom: 18%;
}
.left-0 {
  left: 0px;
}
.-top-\[30\%\] {
  top: -30%;
}
.top-5 {
  top: 1.25rem;
}
.-top-\[90\%\] {
  top: -90%;
}
.top-2 {
  top: 0.5rem;
}
.-top-12 {
  top: -3rem;
}
.-right-12 {
  right: -3rem;
}
.-left-\[3\%\] {
  left: -3%;
}
.top-\[-30px\] {
  top: -30px;
}
.top-1\/4 {
  top: 25%;
}
.right-\[10\%\] {
  right: 10%;
}
.right-\[-10\%\] {
  right: -10%;
}
.bottom-\[1\%\] {
  bottom: 1%;
}
.-bottom-\[30\%\] {
  bottom: -30%;
}
.right-\[20\%\] {
  right: 20%;
}
.-bottom-1\/2 {
  bottom: -50%;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[37\%\] {
  left: 37%;
}
.top-\[43\%\] {
  top: 43%;
}
.-left-8 {
  left: -2rem;
}
.top-1 {
  top: 0.25rem;
}
.z-30 {
  z-index: 30;
}
.z-10 {
  z-index: 10;
}
.-z-30 {
  z-index: -30;
}
.-z-20 {
  z-index: -20;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.mx-1\/12 {
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-1\/12 {
  margin-top: 8.333333%;
}
.mt-1\/6 {
  margin-top: 16.666666%;
}
.-mt-20 {
  margin-top: -5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mt-30t60s {
  margin-top: clamp(1.875rem, 1.1932rem + 3.4091vw, 3.75rem);
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-1\/6 {
  margin-bottom: 16.666666%;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-1\/6 {
  margin-left: 16.666666%;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[20vw\] {
  height: 20vw;
}
.h-full {
  height: 100%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[20vw\] {
  width: 20vw;
}
.w-1\/2 {
  width: 50%;
}
.w-full {
  width: 100%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-6\/12 {
  width: 50%;
}
.w-1\/2gS {
  width: 48.19%;
}
.w-3\/4 {
  width: 75%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-1\/4 {
  width: 25%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-1\/5 {
  width: 20%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-2\/5 {
  width: 40%;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-\[52\%\] {
  width: 52%;
}
.w-\[120\%\] {
  width: 120%;
}
.w-auto {
  width: auto;
}
.w-5\/6 {
  width: 83.333333%;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.grow {
  flex-grow: 1;
}
.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
  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-1\/3 {
  --tw-translate-x: -33.333333%;
  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-1\/3 {
  --tw-translate-x: 33.333333%;
  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-1\/4 {
  --tw-translate-y: 25%;
  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-\[50\%\] {
  --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-\[30\%\] {
  --tw-translate-y: -30%;
  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-\[50\%\] {
  --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-\[20\%\] {
  --tw-translate-y: 20%;
  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-1\/2 {
  --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-1\/2 {
  --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));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[30\%\] {
  --tw-translate-y: 30%;
  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-\[40\%\] {
  --tw-translate-y: 40%;
  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-\[15\%\] {
  --tw-translate-y: -15%;
  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-1\/4 {
  --tw-translate-x: -25%;
  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-3\/4 {
  --tw-translate-y: -75%;
  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-1\/4 {
  --tw-translate-x: 25%;
  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-3\/4 {
  --tw-translate-y: 75%;
  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-\[20\%\] {
  --tw-translate-x: -20%;
  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-1\/6 {
  --tw-translate-x: 16.666666%;
  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-12 {
  --tw-rotate: -12deg;
  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-\[10deg\] {
  --tw-rotate: 10deg;
  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-\[13deg\] {
  --tw-rotate: 13deg;
  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-\[190deg\] {
  --tw-rotate: 190deg;
  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-x-100 {
  --tw-scale-x: -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));
}
.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));
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.justify-around {
  justify-content: space-around;
}
.self-center {
  align-self: center;
}
.border-\[10px\] {
  border-width: 10px;
}
.p-0 {
  padding: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.\!py-\[5\%\] {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.py-\[2\%\] {
  padding-top: 2%;
  padding-bottom: 2%;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-gutL\/3 {
  padding-left: 0.6933%;
  padding-right: 0.6933%;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-80t200 {
  padding-top: clamp(5rem, 3.5rem + 7.5vw, 12.5rem);;
}
.pb-0 {
  padding-bottom: 0px;
}
.pr-1\/12 {
  padding-right: 8.333333%;
}
.pr-gutL2\/3 {
  padding-right: 1.3866%;
}
.pl-gutL2\/3 {
  padding-left: 1.3866%;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-semibold {
  font-weight: 600;
}
.\!font-normal {
  font-weight: 400 !important;
}
.capitalize {
  text-transform: capitalize;
}
.text-gray {
  color: #C4C4C4;;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root {
  --padding-sd: 6%;
  --padding-md: 6%;
  /* same vw*/
  --padding-sdv: 6vw;
  --padding-mdv: 6vw;

  /* ====  Flex font size === */
  /* w400 = 20px, w1920=36px */
  --body-m: clamp(1.25rem, calc(0.99rem + 1.05vw), 2.25rem);
  /* w400 = 28px, w1200=38px */
  --body-l: clamp(1.75rem, calc(0.69rem + 2.25vw), 2.38rem);
  /* w400 = 30px,w1200=58px */
  --body-xl: clamp(1.88rem, calc(1rem + 3.5vw), 3.63rem);

  /* 400 30px,1200 48px, 1900 52px */
  --title-xl: clamp(1.75rem, calc(1.4rem + 1.54vw), 3.25rem);
  /* 400 = 30px,w w1200=52px 1900 56px*/
  --title-xxl: clamp(1.75rem, calc(1.35rem + 1.79vw), 3.5rem);

  /* 360, 12 / 1920, 26 */
  --caption-m: clamp(0.75rem, calc(0.55rem + 0.9vw), 1.63rem);

  /*from 60 to 160 */
  --hero-mt: clamp(3.75rem, calc(2.5rem + 6.25vw), 10rem);
}

/* === Fonts ===  */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local(""),
    url("/assets/fonts/archivo-v16-latin-regular.woff2") format("woff2"),
    url("/assets/fonts/archivo-v16-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: local(""),
    url("/assets/fonts/archivo-v16-latin-600.woff2") format("woff2"),
    url("/assets/fonts/archivo-v16-latin-600.woff") format("woff");
}
/* === Global ===  */
::-moz-selection {
  color: #000;
  background: #b9df31;
}
::selection {
  color: #000;
  background: #b9df31;
}

html,
body {
  overflow-x: hidden;
  letter-spacing: 0.01em;
}

html {
  font-family: "Archivo", sans-serif;
  background-color: #000;
  color: #f4f2ff;
}

a {
  cursor: pointer;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}

a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

nav li a.active {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
nav li {
  list-style-type: none;
}

ul {
  list-style-type: disc;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
}

@media (min-width: 1200px) {

  ul {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
  }

  article {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  article h2 {
    margin-left: 8.333333%;
  }
}

article h3 {
  margin-top: 3rem;
}

@media (min-width: 1200px) {

  article h3 {
    margin-top: 6rem;
  }
}

/* ============ SPACING ============ */
h1 + p {
  margin-top: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
}

/* ============ FONT STYLES ============ */

/*32*/
body {
  font-size: var(--body-m);
  position: relative;
  line-height: 145%;
}

p {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {

  p {
    margin-bottom: 1.5rem;
  }
}

/*38*/
.body-l {
  font-size: var(--body-m);
  line-height: 145%;
}

/*58*/
h1,
.body-xl {
  font-size: var(--body-xl);
  font-weight: 600;
  line-height: 120%;
}

h1.invisible {
  margin: 0px !important;
}

h1, h2 {
  text-transform: uppercase;
}

/*48*/
h3,
.title-xl {
  font-size: var(--title-xl);
  font-weight: 600;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 128 203 / var(--tw-text-opacity));
}

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

.violet-bg h3 {
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(244 242 255 / var(--tw-text-opacity));
}

/*52*/
h2,
.title-xxl {
  font-size: var(--title-xxl);
  margin-bottom: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

/*24*/
.type-caption-m {
  font-size: var(--caption-m);
  line-height: 160%;
}

/* ============ LAYOUT ============ */

section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1200px) {

  section {
    padding-bottom: 7%;
    padding-top: 5%;
  }
}

section.hero {
  padding-top: var(--hero-mt);
}

.contain {
  width: auto;
  padding-left: var(--padding-sd);
  padding-right: var(--padding-sd);
}

@media (min-width: 1200px) {

  .contain {
    padding-left: var(--padding-md);
    padding-right: var(--padding-md);
  }
}

.full-screen-w {
  margin-left: calc(var(--padding-sdv) * -1);
  width: 100vw;
}

@media (min-width: 1200px) {

  .full-screen-w {
    margin-left: calc(var(--padding-mdv) * -1);
  }
}

.hide-on-sm {
  display: none;
}

@media (min-width: 1200px) {

  .hide-on-sm {
    display: block;
  }
}

.hide-on-lg {
  visibility: visible;
}

@media (min-width: 1200px) {

  .hide-on-lg {
    display: none;
  }

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

.edge-left {
  --tw-translate-x: calc(var(--padding-sdv) * -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));
}

@media (min-width: 1200px) {

  .edge-left {
    --tw-translate-x: calc(var(--padding-mdv) * -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));
  }
}

.edge-right {
  --tw-translate-x: var(--padding-sdv);
  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: 1200px) {

  .edge-right {
    --tw-translate-x: var(--padding-mdv);
    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));
  }
}

.align-right {
  margin-left: auto;
  margin-right: 0px;
}

.ml-section {
  margin-left: var(--padding-sdv);
}

@media (min-width: 1200px) {

  .ml-section {
    margin-left: var(--padding-mdv);
  }
}

/* ============ REPEATED CLASSES ============ */
.cs-image-spacing {
  margin-top: 5rem;
}
@media (min-width: 1200px) {

  .cs-image-spacing {
    margin-top: 8rem;
  }
}

.violet-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(100 38 249 / var(--tw-bg-opacity));
  padding: 3rem;
}

.carousel-link {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 255 / var(--tw-bg-opacity));
  font-weight: 600;
  color: #000000;;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: var(--body-m);
  line-height: 145%;
}

.carousel-link.active {
  --tw-bg-opacity: 1;
  background-color: rgb(50 25 155 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 242 255 / var(--tw-text-opacity));
}

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

.carousel-image img {
  height: 56vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1200px) {

  .carousel-image img {
    height: 45vw;
  }
}

.frame-border {
  border-image-source: url(/assets/images/frame.svg);
  border-image-slice: 14;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 10px;
  padding-left: 3.62%;
  padding-right: 3.62%;
  padding-top: 2.08%;
  padding-bottom: 2.08%;
}

.star-point li::marker {
  content: url(/assets/images/star.svg);
  font-size: 5rem;
}

.star-point li {
  padding-left: 1.25rem;
}

/* ========== Snowflakes ========== */
@media (min-width: 1200px) {

  .full-screen-lg {
    margin-left: calc(var(--padding-mdv) * -1);
    width: 100vw;
  }
}

/* Carousel */
/* Glitch button */
.btn-link {
  position: relative;
  display: inline-block;
  z-index: 1;
}

/*Glitch text*/
.text-glitch {
  position: relative;
  z-index: 1;
}

/* Skip Link Accessibility*/
.skip-link {
  position: absolute;
  top: 0px;
  left: -9999px;
}
.skip-link:focus {
  left: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(50 25 155 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(244 242 255 / var(--tw-text-opacity));
}


/*
.btn-link:before,
.btn-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-link:before {
  background-color: #fff;
  z-index: -1;
}
.btn-link:after {
  background-color: #f0f;
  z-index: -2;
}
.btn-link:hover .link-inner {
  animation: glitchy 0.3s ease 1;
}
.btn-link:hover:before {
  animation: glitchy 0.3s ease 0.3s infinite;
}
.btn-link:hover:after {
  animation: glitchy 0.3s ease infinite reverse;
}

.text-glitch:before,
.text-glitch:after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-glitch:before {
  color: #fff;
  z-index: -1;
}
.text-glitch:after {
  color: #f0f;
  z-index: -2;
}
.text-glitch:hover:before {
  animation: glitchy-t 0.3s step-end 0.3s infinite;
}
.text-glitch:hover:after {
  animation: glitchy-t 0.3s step-end infinite reverse;
}
*/
/* ========== ANIMATIONS ========== */
@media (prefers-reduced-motion: no-preference) {
  @-webkit-keyframes glitchy-t {
    0% {
      transform: translate(-1px, 1px);
    }
    25% {
      transform: translate(-1px, -1px);
    }
    50% {
      transform: translate(1px, 1px);
    }
    75% {
      transform: translate(1px, -1px);
    }
    100% {
      transform: translate(-1px, 1px);
    }
  }
  @keyframes glitchy-t {
    0% {
      transform: translate(-1px, 1px);
    }
    25% {
      transform: translate(-1px, -1px);
    }
    50% {
      transform: translate(1px, 1px);
    }
    75% {
      transform: translate(1px, -1px);
    }
    100% {
      transform: translate(-1px, 1px);
    }
  }

  /* Star animation*/
  .star-anim {
    color: #000;
    /*step-end/linear  1s/0.3s*/
    -webkit-animation: glitchy 0.6s linear infinite;
            animation: glitchy 0.6s linear infinite;
  }

  @-webkit-keyframes glitchy {
    0% {
      transform: translate(-1px, 1px);
      color: #ff00ff;
    }
    25% {
      transform: translate(-1px, -1px);
      color: #00ffff;
    }
    50% {
      transform: translate(1px, 1px);
      color: #00ff00;
    }
    75% {
      transform: translate(1px, -1px);
      color: #ff00ff;
    }
    100% {
      transform: translate(-1px, 1px);
      color: #00ffff;
    }
  }

  @keyframes glitchy {
    0% {
      transform: translate(-1px, 1px);
      color: #ff00ff;
    }
    25% {
      transform: translate(-1px, -1px);
      color: #00ffff;
    }
    50% {
      transform: translate(1px, 1px);
      color: #00ff00;
    }
    75% {
      transform: translate(1px, -1px);
      color: #ff00ff;
    }
    100% {
      transform: translate(-1px, 1px);
      color: #00ffff;
    }
  }

  .anim-cursor-move {
    -webkit-animation: move-on-grid 6s steps(1, end) infinite alternate;
            animation: move-on-grid 6s steps(1, end) infinite alternate;
  }

  .cursor-flick {
    -webkit-animation: glitchy 1s steps(1, end) infinite;
            animation: glitchy 1s steps(1, end) infinite;
  }
  .quote-flick {
    -webkit-animation: glitchy 1.5s steps(1, end) infinite;
            animation: glitchy 1.5s steps(1, end) infinite;
  }

  @-webkit-keyframes move-on-grid {
    0% {
      left: 50%;
      bottom: 0;
    }
    25% {
      left: 25%;
      bottom: 50%;
    }
    50% {
      left: 75%;
      bottom: 25%;
    }
    75% {
      left: 0;
      bottom: 100%;
    }
  }

  @keyframes move-on-grid {
    0% {
      left: 50%;
      bottom: 0;
    }
    25% {
      left: 25%;
      bottom: 50%;
    }
    50% {
      left: 75%;
      bottom: 25%;
    }
    75% {
      left: 0;
      bottom: 100%;
    }
  }

  @-webkit-keyframes ping-delayed {
    0% {
      opacity: 0.1;
    }
    75% {
      opacity: 1;
    }
  }

  @keyframes ping-delayed {
    0% {
      opacity: 0.1;
    }
    75% {
      opacity: 1;
    }
  }
  .anim-ping-delayed {
    -webkit-animation: ping-delayed 6s steps(1, end) infinite alternate;
            animation: ping-delayed 6s steps(1, end) infinite alternate;
  }

  .anim-floating {
    -webkit-animation: float 4s ease-in-out infinite;
            animation: float 4s ease-in-out infinite;
  }

  @-webkit-keyframes float {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(7%);
    }
    100% {
      transform: translateY(0px);
    }
  }

  @keyframes float {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(7%);
    }
    100% {
      transform: translateY(0px);
    }
  }

  .tetris-animation {
    -webkit-animation: tetris-animation 6s steps(1, end) infinite;
            animation: tetris-animation 6s steps(1, end) infinite;
  }

  @-webkit-keyframes tetris-animation {
    0% {
      transform: translate(100%, -75%) rotate(90deg);
    }
    25% {
      transform: translate(100%, -75%) rotate(0);
    }
    35% {
      transform: translate(0, -75%);
    }
    55% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }

  @keyframes tetris-animation {
    0% {
      transform: translate(100%, -75%) rotate(90deg);
    }
    25% {
      transform: translate(100%, -75%) rotate(0);
    }
    35% {
      transform: translate(0, -75%);
    }
    55% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }

  #beamer-1 {
    -webkit-animation: beam-animation 2s ease-in-out infinite;
            animation: beam-animation 2s ease-in-out infinite;
  }
  #beamer-2 {
    -webkit-animation: beam-animation 2s 0.5s ease-in-out infinite;
            animation: beam-animation 2s 0.5s ease-in-out infinite;
  }
  #beamer-3 {
    -webkit-animation: beam-animation 2s 1s ease-in-out infinite;
            animation: beam-animation 2s 1s ease-in-out infinite;
  }
  #beamer-4 {
    -webkit-animation: beam-animation 2s 1.5s ease-in-out infinite;
            animation: beam-animation 2s 1.5s ease-in-out infinite;
  }

  @-webkit-keyframes beam-animation {
    0% {
      transform: translateY(0);
      width: 100%;
      margin-left: 0%;
    }
    25% {
      opacity: 1;
    }
    100% {
      transform: translateY(180%);
      opacity: 0;
      width: 80%;
      margin-left: 10%;
    }
  }

  @keyframes beam-animation {
    0% {
      transform: translateY(0);
      width: 100%;
      margin-left: 0%;
    }
    25% {
      opacity: 1;
    }
    100% {
      transform: translateY(180%);
      opacity: 0;
      width: 80%;
      margin-left: 10%;
    }
  }
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 1200px) {

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:bottom-\[-40\%\] {
    bottom: -40%;
  }

  .md\:left-\[16\%\] {
    left: 16%;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:m-0 {
    margin: 0px;
  }

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

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:ml-1\/6 {
    margin-left: 16.666666%;
  }

  .md\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:ml-1\/4 {
    margin-left: 25%;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-h-\[60vh\] {
    min-height: 60vh;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

  .md\:w-5\/12 {
    width: 41.666667%;
  }

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

  .md\:w-1\/2gL {
    width: 48.96%;
  }

  .md\:w-1\/3gL {
    width: 31.96%;
  }

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

  .md\:translate-y-9 {
    --tw-translate-y: 2.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));
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-\[30\%\] {
    --tw-translate-y: 30%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-\[15\%\] {
    --tw-translate-y: 15%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .md\:justify-around {
    justify-content: space-around;
  }

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

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

  .md\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }

  .md\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .md\:pl-1\/12 {
    padding-left: 8.333333%;
  }

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

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

  .md\:pr-\[30\%\] {
    padding-right: 30%;
  }

  .md\:pr-\[var\(--padding-md\)\] {
    padding-right: var(--padding-md);
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pl-gutL {
    padding-left: 2.08%;
  }

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