*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-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]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: 'CFAstyPlaisio';

  src: url('https://res.plaisio.gr/raw/upload/Campaigns/B2C-Campaigns/Shared/fonts/CFAstyPlaisio-Oblique.otf') format('opentype');

  font-style: oblique;

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: 'Black Diamond';

  src: url('https://res.plaisio.gr/raw/upload/v1764757019/Campaigns/B2C-Campaigns/Core/xmas/2025/fonts/BlackDiamond.otf') format('opentype');

  font-weight: normal;

  font-style: normal;
}

html {
  font-family: "plaisioRegular";
  scroll-behavior: smooth;
}

/* 
  a:hover {
    text-decoration: none;
    color: initial!important;
  } */

.swiper-pagination {
  left: auto!important;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 1.5rem;
  background: #8d8d92;
  opacity: 1;
}

.swiper-pagination-bullet-active{
  opacity: 1;
  width: 49px;
  height: 8px;
  background: #3c3c3d;
}

.pill-bg.expanding {
  animation: pillExpand 1s cubic-bezier(0.65, 0, 0.2, 1) forwards;
}

@keyframes pillExpand {
  0%   {
    border-radius: 999px;
    transform: scale(1);
  }

  50%  {
    border-radius: 60px;
  }

  100% {
    border-radius: 0px;
    transform: scale(25);
  }
}

.jello-horizontal {
  animation: jello-horizontal 2.4s ease both infinite;
  /*         ^name            ^total  ^fill  ^loop
             0.9s motion + 1.5s pause = 2.4s cycle */
}

.left-right {
  animation: left-right 3s ease-in-out infinite alternate;
}

@keyframes left-right {
  0% {
    transform: translate(30%,-50%);
  }

  100% {
    transform: translate(200%,-50%);
  }
}

@keyframes jello-horizontal {
  0%  {
    transform: scale3d(1, 1, 1);
  }

  15% {
    transform: scale3d(1.25, 0.75, 1);
  }

  22% {
    transform: scale3d(0.75, 1.25, 1);
  }

  30% {
    transform: scale3d(1.15, 0.85, 1);
  }

  37% {
    transform: scale3d(0.95, 1.05, 1);
  }

  44% {
    transform: scale3d(1.05, 0.95, 1);
  }

  /* 37.5% of the total duration = 0.9s of actual motion */

  50%, 100% {
    transform: scale3d(1, 1, 1);
  }
}

.posfixed {
  position: fixed;
}

.sticky-image {
  transition: opacity 0.3s ease;
}

.sticky-position {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(-20px);
  opacity: 0;
}

.sticky-position.sticky-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1279px) {
  .sticky-position.sticky-top {
    top: 20px;
    left: 0;
    width: 100%;
    position: fixed;
  }
}

.slide-out-bl {
  animation: slide-out-bl 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.slide-in-bl {
  animation: slide-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-10 12:43:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-bl
 * ----------------------------------------
 */

@keyframes slide-out-bl {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateY(1000px) translateX(-1000px);
    opacity: 0;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-7-10 12:48:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bl
 * ----------------------------------------
 */

@keyframes slide-in-bl {
  0% {
    transform: translateY(1000px) translateX(-1000px);
    opacity: 0;
  }

  100% {
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!-bottom-6 {
  bottom: -1.5rem !important;
}

.bottom-3 {
  bottom: 0.75rem;
}

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

.left-12 {
  left: 3rem;
}

.left-20 {
  left: 5rem;
}

.left-\[40\%\] {
  left: 40%;
}

.right-20 {
  right: 5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.top-0 {
  top: 0px;
}

.top-16 {
  top: 4rem;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-20 {
  top: 5rem;
}

.top-\[30\%\] {
  top: 30%;
}

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

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-8 {
  right: 2rem;
}

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

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

.right-2 {
  right: 0.5rem;
}

.top-32 {
  top: 8rem;
}

.top-52 {
  top: 13rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-\[2px\] {
  bottom: 2px;
}

.top-10 {
  top: 2.5rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.-mb-1 {
  margin-bottom: -0.25rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[130\%\] {
  height: 130%;
}

.h-\[50vh\] {
  height: 50vh;
}

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-px {
  height: 1px;
}

.h-11 {
  height: 2.75rem;
}

.h-24 {
  height: 6rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-32 {
  width: 8rem;
}

.w-44 {
  width: 11rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-full {
  width: 100%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-24 {
  width: 6rem;
}

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

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

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

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

.max-w-screen-3xl {
  max-width: 1536px;
}

.max-w-screen-full {
  max-width: 1920px;
}

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

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

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

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

.max-w-\[200\[x\]\] {
  max-width: 200[x];
}

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

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

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

.-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-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-24 {
  --tw-translate-y: 6rem;
  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-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-4 {
  gap: 1rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-\[1px\] {
  border-radius: 1px;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.border {
  border-width: 1px;
}

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

.border-t-2 {
  border-top-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-\[\#393737\] {
  --tw-border-opacity: 1;
  border-color: rgb(57 55 55 / var(--tw-border-opacity, 1));
}

.border-\[\#C8E1E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 225 226 / var(--tw-border-opacity, 1));
}

.border-\[\#DACEFC\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 206 252 / var(--tw-border-opacity, 1));
}

.border-\[\#EBDCD9\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 220 217 / var(--tw-border-opacity, 1));
}

.border-\[\#FFEDC4\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 196 / var(--tw-border-opacity, 1));
}

.border-\[\#FEED90\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 237 144 / var(--tw-border-opacity, 1));
}

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

.border-\[\#00bcd4\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 188 212 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

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

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

.border-b-\[\#707070\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#003942\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 66 / var(--tw-bg-opacity, 1));
}

.bg-\[\#393737\] {
  --tw-bg-opacity: 1;
  background-color: rgb(57 55 55 / var(--tw-bg-opacity, 1));
}

.bg-\[\#AA9AFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(170 154 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C8E1E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 225 226 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D0E2D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 226 213 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DACEFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 206 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E3B69E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 182 158 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBDCD9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3DAF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 218 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F76CFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 108 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FEED90\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 237 144 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFEDC4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 196 / var(--tw-bg-opacity, 1));
}

.bg-\[\#003DA5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 165 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CE1126\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 17 38 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

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

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

.p-4 {
  padding: 1rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

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

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

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

.align-super {
  vertical-align: super;
}

.font-bold {
  font-family: plaisioBold, plaisioBold Fallback;
}

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

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

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

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

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

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

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

.text-\[11px\] {
  font-size: 11px;
}

.text-\[13px\] {
  font-size: 13px;
}

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

.text-\[10px\] {
  font-size: 10px;
}

.text-\[27px\] {
  font-size: 27px;
}

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

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-\[0\.3rem\] {
  letter-spacing: 0.3rem;
}

.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.text-\[\#393737\] {
  --tw-text-opacity: 1;
  color: rgb(57 55 55 / var(--tw-text-opacity, 1));
}

.text-\[\#D1F5DD\] {
  --tw-text-opacity: 1;
  color: rgb(209 245 221 / var(--tw-text-opacity, 1));
}

.text-\[\#E1D8CC\] {
  --tw-text-opacity: 1;
  color: rgb(225 216 204 / var(--tw-text-opacity, 1));
}

.text-\[\#F76CFF\] {
  --tw-text-opacity: 1;
  color: rgb(247 108 255 / var(--tw-text-opacity, 1));
}

.text-\[\#FA8FE1\] {
  --tw-text-opacity: 1;
  color: rgb(250 143 225 / var(--tw-text-opacity, 1));
}

.text-\[\#FACEFD\] {
  --tw-text-opacity: 1;
  color: rgb(250 206 253 / var(--tw-text-opacity, 1));
}

.text-\[\#FFC847\] {
  --tw-text-opacity: 1;
  color: rgb(255 200 71 / var(--tw-text-opacity, 1));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-\[\#9F9F9F\] {
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

@media (min-width: 768px) {
  .md\:posfixed {
    position: fixed;
  }
}

.hover\:bg-\[\#393737\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(57 55 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#C8E1E2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 225 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#DACEFC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(218 206 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#EBDCD9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 217 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FFEDC4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 196 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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-y-0 {
  --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));
}

.group:hover .group-hover\:to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:text-\[\#D0E2D5\] {
  --tw-text-opacity: 1;
  color: rgb(208 226 213 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#F3DAF5\] {
  --tw-text-opacity: 1;
  color: rgb(243 218 245 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#FFEDC4\] {
  --tw-text-opacity: 1;
  color: rgb(255 237 196 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media not all and (min-width: 768px) {
  .max-md\:w-full {
    width: 100%;
  }
}

@media (min-width: 430px) {
  .sm\:right-8 {
    right: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:left-auto {
    left: auto;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-80 {
    height: 20rem;
  }

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

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:left-1\/3 {
    left: 33.333333%;
  }

  .xl\:right-10 {
    right: 2.5rem;
  }

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

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:top-\[40\%\] {
    top: 40%;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:top-2\/3 {
    top: 66.666667%;
  }

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

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

  .xl\:h-\[70vh\] {
    height: 70vh;
  }

  .xl\:h-\[50vh\] {
    height: 50vh;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-\[600px\] {
    max-width: 600px;
  }

  .xl\:max-w-\[1760px\] {
    max-width: 1760px;
  }

  .xl\:max-w-\[25px\] {
    max-width: 25px;
  }

  .xl\:max-w-\[365px\] {
    max-width: 365px;
  }

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

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

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem;
    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));
  }

  .xl\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

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

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:border-\[\#393737\] {
    --tw-border-opacity: 1;
    border-color: rgb(57 55 55 / var(--tw-border-opacity, 1));
  }

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

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:text-\[70px\] {
    font-size: 70px;
  }

  .xl\:text-\[120px\] {
    font-size: 120px;
  }

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

  .xl\:text-\[\#393737\] {
    --tw-text-opacity: 1;
    color: rgb(57 55 55 / var(--tw-text-opacity, 1));
  }

  .xl\:text-inherit {
    color: inherit;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

@media (min-width: 1440px) {
  .\32xl\:h-\[150px\] {
    height: 150px;
  }

  .\32xl\:w-\[406px\] {
    width: 406px;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

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

@media (min-width: 1920px) {
  .full\:left-1\/2 {
    left: 50%;
  }

  .full\:right-52 {
    right: 13rem;
  }

  .full\:top-64 {
    top: 16rem;
  }

  .full\:left-52 {
    left: 13rem;
  }

  .full\:bottom-64 {
    bottom: 16rem;
  }

  .full\:bottom-10 {
    bottom: 2.5rem;
  }

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

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

  .full\:h-96 {
    height: 24rem;
  }

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

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

  .full\:w-44 {
    width: 11rem;
  }

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

  .full\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .full\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .full\:pt-10 {
    padding-top: 2.5rem;
  }

  .full\:pt-16 {
    padding-top: 4rem;
  }
}
