/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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] {
  display: none;
}

@font-face {
  font-family: "CFAstyPlaisio-Regular";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.otf") format("truetype");

  font-weight: normal;
}

@font-face {
  font-family: "CFAstyPlaisio-Bold";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.otf") format("truetype");

  font-weight: bold;
}

@font-face {
  font-family: "CFAstyPlaisio-Light";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Light.otf") format("truetype");

  font-weight: light;
}

@font-face {
  font-family: "CFAstyPlaisio-Oblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Oblique.otf") format("truetype");

  font-weight: normal;
}

@font-face {
  font-family: "CFAstyPlaisio-BoldOblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-BoldOblique.otf") format("truetype");

  font-weight: bold;
}

@font-face {
  font-family: "CFAstyPlaisio-LightOblique";

  src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-LightOblique.otf") format("truetype");

  font-weight: light;
}

@font-face {
  font-family: "srfm-neon";

  src: url("https://www.plaisio-cdn.gr/assets/fonts/srfm-neon.ttf") format("truetype");

  font-weight: normal;
}

html {
  font-family: "CFAstyPlaisio-Regular";
}

#nav a.active {
  color: #FF81DB;
  /* Change the color for active item here */
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!left-1 {
  left: 0.25rem !important;
}

.\!right-1 {
  right: 0.25rem !important;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1\/4 {
  bottom: 25%;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

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

.left-28 {
  left: 7rem;
}

.left-3 {
  left: 0.75rem;
}

.left-32 {
  left: 8rem;
}

.left-4 {
  left: 1rem;
}

.left-\[9\.125rem\] {
  left: 9.125rem;
}

.right-0 {
  right: 0px;
}

.right-28 {
  right: 7rem;
}

.right-4 {
  right: 1rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

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

.top-36 {
  top: 9rem;
}

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

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

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

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

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mt-\[unset\] {
  margin-top: unset !important;
}

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

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

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

.mb-24 {
  margin-bottom: 6rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!aspect-\[unset\] {
  aspect-ratio: unset !important;
}

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

.aspect-\[284\/455\] {
  aspect-ratio: 284/455;
}

.aspect-\[335\/550\] {
  aspect-ratio: 335/550;
}

.\!h-auto {
  height: auto !important;
}

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

.h-16 {
  height: 4rem;
}

.h-4\/6 {
  height: 66.666667%;
}

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

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

.h-\[3\.875rem\] {
  height: 3.875rem;
}

.h-\[5\.1875rem\] {
  height: 5.1875rem;
}

.h-\[9\.6875rem\] {
  height: 9.6875rem;
}

.h-full {
  height: 100%;
}

.max-h-\[38\.125rem\] {
  max-height: 38.125rem;
}

.min-h-\[18\.125rem\] {
  min-height: 18.125rem;
}

.\!w-2 {
  width: 0.5rem !important;
}

.w-20 {
  width: 5rem;
}

.w-44 {
  width: 11rem;
}

.w-\[20\.75rem\] {
  width: 20.75rem;
}

.w-\[3\.125rem\] {
  width: 3.125rem;
}

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

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

.w-\[80vw\] {
  width: 80vw;
}

.w-full {
  width: 100%;
}

.min-w-48 {
  min-width: 12rem;
}

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

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

.max-w-\[107\.375rem\] {
  max-width: 107.375rem;
}

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

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

.max-w-\[43\.9375rem\] {
  max-width: 43.9375rem;
}

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

.max-w-\[76\.875rem\] {
  max-width: 76.875rem;
}

.max-w-\[78\.1875rem\] {
  max-width: 78.1875rem;
}

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

.max-w-\[92\.5rem\] {
  max-width: 92.5rem;
}

.max-w-\[94\.875rem\] {
  max-width: 94.875rem;
}

.max-w-screen-lg {
  max-width: 1024px;
}

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

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

.-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-16 {
  --tw-translate-y: -4rem;
  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: -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));
}

.-translate-y-6 {
  --tw-translate-y: -1.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));
}

.-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-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-x-\[87\%\] {
  --tw-translate-x: 87%;
  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));
}

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

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

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

.\!transform-none {
  transform: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.gap-16 {
  gap: 4rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[\.625rem\] {
  gap: .625rem;
}

.gap-\[0\.875rem\] {
  gap: 0.875rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.\!rounded-\[33px\] {
  border-radius: 33px !important;
}

.rounded-\[1\.875rem\] {
  border-radius: 1.875rem;
}

.rounded-\[2\.0625rem\] {
  border-radius: 2.0625rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

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

.rounded-b-\[1\.875rem\] {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}

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

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

.bg-\[\#088EFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 142 255 / var(--tw-bg-opacity));
}

.bg-\[\#38CCFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 204 255 / var(--tw-bg-opacity));
}

.bg-\[\#40409B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 155 / var(--tw-bg-opacity));
}

.bg-\[\#5547FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(85 71 255 / var(--tw-bg-opacity));
}

.bg-\[\#93EE9F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(147 238 159 / var(--tw-bg-opacity));
}

.bg-\[\#97D7E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 215 230 / var(--tw-bg-opacity));
}

.bg-\[\#997BFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 123 255 / var(--tw-bg-opacity));
}

.bg-\[\#AB8BFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 139 255 / var(--tw-bg-opacity));
}

.bg-\[\#B2D7F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 215 245 / var(--tw-bg-opacity));
}

.bg-\[\#B2E8C5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 232 197 / var(--tw-bg-opacity));
}

.bg-\[\#CBCEF6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(203 206 246 / var(--tw-bg-opacity));
}

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

.bg-\[\#E4B5E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 181 232 / var(--tw-bg-opacity));
}

.bg-\[\#ECC0E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 192 233 / var(--tw-bg-opacity));
}

.bg-\[\#F5F1EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 236 / var(--tw-bg-opacity));
}

.bg-\[\#FBDFBC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 223 188 / var(--tw-bg-opacity));
}

.bg-\[\#FDEF97\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 239 151 / var(--tw-bg-opacity));
}

.bg-\[\#FF2E73\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 46 115 / var(--tw-bg-opacity));
}

.bg-\[\#FFCB00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 0 / var(--tw-bg-opacity));
}

.bg-\[\#FFE39B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 227 155 / var(--tw-bg-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));
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.p-10 {
  padding: 2.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[4\.75rem\] {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

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

.\!pr-0 {
  padding-right: 0px !important;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

.pb-\[11\.5625rem\] {
  padding-bottom: 11.5625rem;
}

.pb-\[32\.6875rem\] {
  padding-bottom: 32.6875rem;
}

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

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

.pl-\[2\.4375rem\] {
  padding-left: 2.4375rem;
}

.pr-40 {
  padding-right: 10rem;
}

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

.pr-9 {
  padding-right: 2.25rem;
}

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

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

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

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

.pt-28 {
  padding-top: 7rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[3\.5625rem\] {
  padding-top: 3.5625rem;
}

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

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

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

.font-bold {
  font-family: CFAstyPlaisio-Bold;
}

.font-light {
  font-family: CFAstyPlaisio-Light;
}

.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-\[\.625rem\] {
  font-size: .625rem;
}

.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}

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

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

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

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

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

.text-\[2\.125rem\] {
  font-size: 2.125rem;
}

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

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

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

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

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

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

.leading-10 {
  line-height: 2.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.tracking-\[-0\.66px\] {
  letter-spacing: -0.66px;
}

.tracking-\[-0\.88px\] {
  letter-spacing: -0.88px;
}

.tracking-\[-0\.97px\] {
  letter-spacing: -0.97px;
}

.tracking-\[-1\.05px\] {
  letter-spacing: -1.05px;
}

.tracking-\[-1\.1px\] {
  letter-spacing: -1.1px;
}

.tracking-\[-1\.32px\] {
  letter-spacing: -1.32px;
}

.tracking-\[-1\.36px\] {
  letter-spacing: -1.36px;
}

.tracking-\[-1\.54px\] {
  letter-spacing: -1.54px;
}

.tracking-\[-1\.5px\] {
  letter-spacing: -1.5px;
}

.tracking-\[-1\.63px\] {
  letter-spacing: -1.63px;
}

.tracking-\[-1\.76px\] {
  letter-spacing: -1.76px;
}

.tracking-\[-3\.21px\] {
  letter-spacing: -3.21px;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.box-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.31);
}

.loop {
  --time: 1.5s;
  display: grid;
}

/*.loop img {
  transform: rotateX(45deg);
}*/

/* show animation only if user hasn't set a preference,
   otherwise just show stacked images */

/*@media (prefers-reduced-motion: no-preference) {*/

.loop img {
  grid-area: 1/1;
  animation: rotate calc(var(--time) * 4) linear 0s infinite;
}

.loop img:nth-child(2) {
  animation-delay: calc(var(--time) * -3);
}

.loop img:nth-child(3) {
  animation-delay: calc(var(--time) * -2);
}

.loop img:nth-child(4) {
  animation-delay: calc(var(--time) * -1);
}

@keyframes rotate {
  /* 25% is (100% / number of images) */

  0%, 25% {
    opacity: 1;
  }

  /* 25.01% is (100% / number of images) + 0.01 */

  25.01%, 100% {
    opacity: 0;
  }
}

.sticky-active {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.image-container:hover .image-overlay {
  opacity: 1;
}

.image-container img {
  transition: filter 0.3s ease-in-out;
}

@media (min-width:1024px) {
  .sticky-active div:first-child {
    max-width: 70%;
    margin: auto;
  }

  .image-overlay {
    opacity: 0;
  }
}

.shadow_1 {
  background: rgb(230, 221, 194);
  background: linear-gradient(0deg, rgb(230, 221, 194) 6%, rgba(255, 255, 255, 0) 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shadow_2 {
  background: rgb(230, 221, 194);
  background: linear-gradient(0deg, rgb(243, 237, 217) 6%, rgba(255, 255, 255, 0) 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shadow_3 {
  background: rgb(230, 221, 194);
  background: linear-gradient(0deg, rgb(239, 237, 231) 6%, rgba(255, 255, 255, 0) 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shadow_4 {
  background: rgb(230, 221, 194);
  background: linear-gradient(0deg, rgb(243, 237, 217) 6%, rgba(255, 255, 255, 0) 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shadow_5 {
  background: rgb(230, 221, 194);
  background: linear-gradient(0deg, rgb(230, 221, 194) 6%, rgba(255, 255, 255, 0) 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shadow_6 {
  background: rgb(230, 221, 194);
  background: linear-gradient(0deg, rgb(239, 237, 231) 6%, rgba(255, 255, 255, 0) 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (min-width: 1024px) {
  .shadow_1 {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 71%, rgba(230, 221, 194, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .shadow_2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 71%, rgb(243, 237, 217, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .shadow_3 {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 71%, rgb(239, 237, 231, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .shadow_4 {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 71%, rgb(243, 237, 217, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .shadow_5 {
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 71%, rgba(230, 221, 194, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .shadow_6 {
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 71%, rgba(239, 237, 231, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.after\:bg-none::after {
  content: var(--tw-content);
  background-image: none;
}

.after\:font-bold::after {
  content: var(--tw-content);
  font-family: CFAstyPlaisio-Bold;
}

.after\:\!text-base::after {
  content: var(--tw-content);
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.after\:font-bold::after {
  content: var(--tw-content);
  font-weight: 700;
}

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

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

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

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

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

@media (max-width: 1560px) {
  .laptop\:bottom-8 {
    bottom: 2rem;
  }

  .laptop\:left-4 {
    left: 1rem;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:w-48 {
    width: 12rem;
  }

  .laptop\:w-\[15rem\] {
    width: 15rem;
  }

  .laptop\:w-\[30rem\] {
    width: 30rem;
  }

  .laptop\:max-w-64 {
    max-width: 16rem;
  }

  .laptop\:auto-rows-\[1fr\] {
    grid-auto-rows: 1fr;
  }

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

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

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

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

  .laptop\:\!leading-5 {
    line-height: 1.25rem !important;
  }

  .laptop\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .smallLaptop\:w-\[22rem\] {
    width: 22rem;
  }
}

@media (max-width: 1025px) {
  .tablet\:static {
    position: static;
  }

  .tablet\:bottom-5 {
    bottom: 1.25rem;
  }

  .tablet\:left-5 {
    left: 1.25rem;
  }

  .tablet\:right-5 {
    right: 1.25rem;
  }

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

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

  .tablet\:block {
    display: block;
  }

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

  .tablet\:hidden {
    display: none;
  }

  .tablet\:max-w-40 {
    max-width: 10rem;
  }

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

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

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

  .tablet\:p-5 {
    padding: 1.25rem;
  }

  .tablet\:\!py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

  .tablet\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

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

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

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

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

  .tablet\:leading-loose {
    line-height: 2;
  }
}

@media (max-width: 991px) {
  .smallTablet\:bottom-6 {
    bottom: 1.5rem;
  }

  .smallTablet\:left-4 {
    left: 1rem;
  }

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

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

  .smallTablet\:block {
    display: block;
  }

  .smallTablet\:flex {
    display: flex;
  }

  .smallTablet\:hidden {
    display: none;
  }

  .smallTablet\:w-2\/5 {
    width: 40%;
  }

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

  .smallTablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .smallTablet\:gap-10 {
    gap: 2.5rem;
  }

  .smallTablet\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .smallTablet\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

  .smallTablet\:tracking-\[-0\.75px\] {
    letter-spacing: -0.75px;
  }
}

@media (max-width: 575px) {
  .mobile\:\!absolute {
    position: absolute !important;
  }

  .mobile\:relative {
    position: relative;
  }

  .mobile\:bottom-0 {
    bottom: 0px;
  }

  .mobile\:bottom-16 {
    bottom: 4rem;
  }

  .mobile\:bottom-\[20\%\] {
    bottom: 20%;
  }

  .mobile\:left-4 {
    left: 1rem;
  }

  .mobile\:left-8 {
    left: 2rem;
  }

  .mobile\:right-8 {
    right: 2rem;
  }

  .mobile\:z-\[4\] {
    z-index: 4;
  }

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

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

  .mobile\:mb-4 {
    margin-bottom: 1rem;
  }

  .mobile\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

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

  .mobile\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .mobile\:block {
    display: block;
  }

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

  .mobile\:flex {
    display: flex;
  }

  .mobile\:grid {
    display: grid;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:h-full {
    height: 100%;
  }

  .mobile\:max-h-\[25rem\] {
    max-height: 25rem;
  }

  .mobile\:w-12 {
    width: 3rem;
  }

  .mobile\:w-24 {
    width: 6rem;
  }

  .mobile\:w-28 {
    width: 7rem;
  }

  .mobile\:w-52 {
    width: 13rem;
  }

  .mobile\:w-6 {
    width: 1.5rem;
  }

  .mobile\:w-7 {
    width: 1.75rem;
  }

  .mobile\:w-\[10\.25rem\] {
    width: 10.25rem;
  }

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

  .mobile\:max-w-48 {
    max-width: 12rem;
  }

  .mobile\:max-w-72 {
    max-width: 18rem;
  }

  .mobile\:max-w-\[18\.75rem\] {
    max-width: 18.75rem;
  }

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

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

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

  .mobile\:place-items-center {
    place-items: center;
  }

  .mobile\:gap-4 {
    gap: 1rem;
  }

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

  .mobile\:p-10 {
    padding: 2.5rem;
  }

  .mobile\:p-4 {
    padding: 1rem;
  }

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

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

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

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

  .mobile\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

  .mobile\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .mobile\:pt-24 {
    padding-top: 6rem;
  }

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

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

  .mobile\:text-start {
    text-align: start;
  }

  .mobile\:font-bold {
    font-family: CFAstyPlaisio-Bold;
  }

  .mobile\:font-light {
    font-family: CFAstyPlaisio-Light;
  }

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

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

  .mobile\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:leading-5 {
    line-height: 1.25rem;
  }

  .mobile\:leading-8 {
    line-height: 2rem;
  }

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

  .mobile\:tracking-\[-0\.75px\] {
    letter-spacing: -0.75px;
  }

  .mobile\:tracking-\[-0\.88px\] {
    letter-spacing: -0.88px;
  }

  .mobile\:tracking-\[-1\.14px\] {
    letter-spacing: -1.14px;
  }

  .mobile\:tracking-\[-1\.19px\] {
    letter-spacing: -1.19px;
  }

  .mobile\:tracking-\[-1\.1px\] {
    letter-spacing: -1.1px;
  }

  .mobile\:tracking-\[0\.75px\] {
    letter-spacing: 0.75px;
  }
}

.\[\&\.active\]\:pointer-events-auto.active {
  pointer-events: auto;
}

.\[\&\.active\]\:bg-black.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}

.\[\&\.scrolled\]\:bg-black.scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\[\&\.scrolled\]\:py-4.scrolled {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&\>\*\]\:h-4>* {
  height: 1rem;
}

.\[\&\>\*\]\:w-4>* {
  width: 1rem;
}

.\[\&\>\*\]\:bg-\[\#ECC0E9\]>* {
  --tw-bg-opacity: 1;
  background-color: rgb(236 192 233 / var(--tw-bg-opacity));
}

.\[\&\>\*\]\:bg-black>* {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.active .\[\.active_\&\]\: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));
}

.active .\[\.active_\&\]\: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));
}



