.button--base::after, .button--tag-selected::after, .-translate-x-1\/2, .-translate-y-1\/2, .translate-y-1\/3, .-skew-x-0, .-skew-x-1, .-skew-x-12, .-skew-x-2, .-skew-x-3, .-skew-x-6, .-skew-y-0, .-skew-y-1, .-skew-y-12, .-skew-y-2, .-skew-y-3, .-skew-y-6, .skew-x-0, .skew-x-1, .skew-x-12, .skew-x-2, .skew-x-3, .skew-x-6, .skew-y-0, .skew-y-1, .skew-y-12, .skew-y-2, .skew-y-3, .skew-y-6, .transform, .headroom--pinned, .headroom--unpinned {
  --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;
}

.after\:-translate-y-1\/2::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;
}

.max-2xl\:-translate-x-\[25\%\] {
  --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;
}

.max-md\:-translate-x-1\/2 {
  --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;
}

.md\:-translate-y-1\/2 {
  --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;
}

.touch-pan-x, .touch-pan-left, .touch-pan-right, .touch-pan-y, .touch-pan-up, .touch-pan-down, .touch-pinch-zoom {
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
}

.shadow-2xl, .shadow-inner, .shadow-lg, .shadow-md, .shadow-none, .shadow-sm, .shadow-xl {
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
}

*, [id=BorlabsCookieEntranceA11YHeadline], [id=BorlabsCookieEntranceA11YDescription], .focus-visible\:ring, .focus-visible\:ring-2 {
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
}

.drop-shadow-2xl, .drop-shadow-lg, .drop-shadow-md, .drop-shadow-none, .drop-shadow-sm, .drop-shadow-xl, .filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}/*
! 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: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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: Athletics, sans-serif; /* 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]) {
  text-decoration: underline;
  -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;
}
    html {
  scroll-behavior: smooth;
}

    *, :before, :after {
  border-color: inherit;
}

    button,
    input,
    optgroup,
    select,
    textarea,
    p, ul, ol, li {
  font-size: max(18px, min(calc(17.296px + (0.2vw - 0.75px)), 20px));
  line-height: max(25px, min(calc(23.944px + (0.3vw - 1.125px)), 28px));
}
    
    h1, h2, h3, h4, h5, h6 {
  font-family: Athletics, sans-serif;
  font-weight: 700;
}

    h1, .h1 {
  font-size: max(25px, min(calc(21.479px + (0.8999999999999999vw - 3.3749999999999996px)), 35px));
  line-height: max(34px, min(calc(29.775px + (1.0999999999999999vw - 4.125px)), 46px));
}

    h2, .h2 {
  font-size: max(18px, min(calc(15.535px + (0.7000000000000001vw - 2.625px)), 25px));
  line-height: max(25px, min(calc(21.127px + (1vw - 3.75px)), 36px));
}

    h3, .h3 {
  font-size: max(18px, min(calc(17.296px + (0.2vw - 0.75px)), 20px));
  line-height: max(25px, min(calc(23.944px + (0.3vw - 1.125px)), 28px));
}

    h4, .h4 {
  font-size: max(18px, min(calc(17.296px + (0.2vw - 0.75px)), 20px));
  line-height: max(25px, min(calc(23.944px + (0.3vw - 1.125px)), 28px));
}

    h5, .h5 {
  font-size: max(18px, min(calc(17.296px + (0.2vw - 0.75px)), 20px));
  line-height: max(25px, min(calc(23.944px + (0.3vw - 1.125px)), 28px));
}

    h6, .h6 {
  font-size: max(18px, min(calc(17.296px + (0.2vw - 0.75px)), 20px));
  line-height: max(25px, min(calc(23.944px + (0.3vw - 1.125px)), 28px));
}

    a {
  text-decoration-line: none !important;
}
        a:not( .link__external )a:not( .button__lightbox ):hover, button:not( .link__external )button:not( .button__lightbox ):hover {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

    hr {
  margin-top: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
  margin-bottom: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(43, 44, 41, 1);
  border-color: rgba(43, 44, 41, var(--tw-border-opacity, 1));
}

    img, svg {
  height: auto;
  width: 100%;
  max-width: 100%;
}

    strong, b {
  font-family: Athletics, sans-serif;
  font-weight: 700;
}

    i, em {
  font-family: Athletics, sans-serif;
}
    
    img[data-src] {
  opacity: 0;
}
   
        img[data-src].lazyloaded {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

    sup, sub {
  position: relative;
  top: -1em;
}

    code {
  margin-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  display: block;
  line-height: 140%;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgba(255, 0, 255, 1);
  color: rgba(255, 0, 255, var(--tw-text-opacity, 1));
}
.hide-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
.hide-scrollbar::-webkit-scrollbar {
            -webkit-appearance: none;
            display: none;
        }
svg * {
        vector-effect: non-scaling-stroke;
    }
.button--base {
  position: relative;
  margin-top: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  overflow: hidden;
  border-width: 1px;
  padding-top: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
  padding-bottom: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
  padding-left: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  padding-right: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  font-size: max(18px, min(calc(15.535px + (0.7000000000000001vw - 2.625px)), 25px));
  line-height: max(25px, min(calc(21.127px + (1vw - 3.75px)), 36px));
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.button--base::after {
  position: absolute;
  left: -3em;
  top: 50%;
  display: block;
  width: 1em;
  height: 1em;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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));
  font-size: 36px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: '🡢';
  content: '🡢';
  content: var(--tw-content);
}
.button--base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 176, 214, 1);
  background-color: rgba(192, 176, 214, var(--tw-bg-opacity, 1));
  padding-left: 2.25em;
}
.button--base:hover::after {
  content: var(--tw-content);
  left: 0.5em;
}
.button--simple {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  overflow: hidden;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(192, 176, 214, 1);
  background-color: rgba(192, 176, 214, var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  padding-right: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  font-size: max(13px, min(calc(11.239px + (0.5vw - 1.875px)), 18px));
  line-height: max(15px, min(calc(12.535px + (0.7000000000000001vw - 2.625px)), 22px));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.button--simple:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.button--arrow {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(102, 228, 176, 1);
  background-color: rgba(102, 228, 176, var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  padding-right: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  font-size: max(13px, min(calc(11.239px + (0.5vw - 1.875px)), 18px));
  line-height: max(15px, min(calc(12.535px + (0.7000000000000001vw - 2.625px)), 22px));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.button--arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 241, 235, 1);
  background-color: rgba(243, 241, 235, var(--tw-bg-opacity, 1));
}
.button--tag-selected {
  position: relative;
  padding-right: 2.1em !important;
}
.button--tag-selected::after {
  position: absolute;
  right: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
  top: 50%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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));
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMzUzNTE2IDAuMzUzNTQ2TDExLjY2NzIgMTEuNjY3M00wLjQ5OTk2MiAxMS42NjczTDExLjgxMzcgMC4zNTM1NTgiIHN0cm9rZT0iIzJCMkMyOSIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
@media not all and (min-width: 768px) {

  .button--tag-selected::after {
    content: var(--tw-content);
    right: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
  }
}
.wysiwyg p {
  margin-bottom: 1em;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg a {
  text-decoration-line: none !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.wysiwyg a:hover {
  text-decoration-line: underline !important;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.wysiwyg ol, .wysiwyg ul {
  margin-bottom: 1em;
}
.wysiwyg ol li, .wysiwyg ul li {
  margin-bottom: 1em;
}
.wysiwyg ul {
            display: table;
        }
.wysiwyg ul > li {
                display: table-row;
            }
.wysiwyg ul > li:before {
                    content: "–";
                    display: table-cell;
                    padding-right: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
                    padding-top: 1em;
                }
.wysiwyg ul > li:first-child:before {
  padding-top: 0;
}
.wysiwyg ol {
            counter-reset: foo;
            display: table;
        }
.wysiwyg ol > li {
                counter-increment: foo;
                display: table-row;
            }
.wysiwyg ol > li:before {
                    content: counter(foo) ".";
                    display: table-cell;
                    text-align: right;
                    padding-right: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
                    padding-top: 1em;
                }
.wysiwyg ol > li:first-child:before {
  padding-top: 0;
}
.wysiwyg hr {
  margin-top: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px)) !important;
  margin-bottom: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px)) !important;
}
.block__teaser_text .font-serif a {
  text-decoration-line: underline !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.block__teaser_text .font-serif a:hover {
  text-decoration-line: none !important;
}
.block__videos iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}
.only-one .part__image {
  display: none;
}
.only-one .part__image:first-child {
  display: block;
}
/* https://www.frontend.fyi/tutorials/css-only-text-marquee */
.fadeout-horizontal {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 5rem,
        black calc(100% - 5rem),
        transparent
    );
            mask-image: linear-gradient(
        to right,
        transparent,
        black 5rem,
        black calc(100% - 5rem),
        transparent
    );
    }
.center-content {
  display: flex;
  align-items: center;
}
.wrapper {
        width: 100%;
    }
.marquee-text {
        overflow: clip;
    }
.marquee-text-track {
  display: flex;
  gap: 0;
        width: -moz-max-content;
        width: max-content;
        animation: marquee-move-text 20s linear infinite forwards;
}
.marquee-text-track--reverse {
            animation-direction: reverse;
        }
@keyframes marquee-move-text {
        to {
            transform: translateX(-50%);
        }
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-top-1\/2 {
  top: -50%;
}
.-top-\[1em\] {
  top: -1em;
}
.bottom-0 {
  bottom: 0;
}
.bottom-xl {
  bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0;
}
.right-page-x {
  right: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.right-xl {
  right: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-header-events {
  top: var( --h-header-events );
}
.top-lg {
  top: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.top-md {
  top: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.top-px {
  top: 1px;
}
.-z-1 {
  z-index: -1;
}
.z-100 {
  z-index: 100;
}
.z-200 {
  z-index: 200;
}
.z-300 {
  z-index: 300;
}
.z-50 {
  z-index: 50;
}
.z-60 {
  z-index: 60;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-full {
  grid-column: 1 / -1;
}
.-col-start-1 {
  grid-column-start: -1;
}
.-col-start-10 {
  grid-column-start: -10;
}
.-col-start-11 {
  grid-column-start: -11;
}
.-col-start-12 {
  grid-column-start: -12;
}
.-col-start-13 {
  grid-column-start: -13;
}
.-col-start-2 {
  grid-column-start: -2;
}
.-col-start-3 {
  grid-column-start: -3;
}
.-col-start-4 {
  grid-column-start: -4;
}
.-col-start-5 {
  grid-column-start: -5;
}
.-col-start-6 {
  grid-column-start: -6;
}
.-col-start-7 {
  grid-column-start: -7;
}
.-col-start-8 {
  grid-column-start: -8;
}
.-col-start-9 {
  grid-column-start: -9;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-start-auto {
  grid-column-start: auto;
}
.row-auto {
  grid-row: auto;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.row-span-full {
  grid-row: 1 / -1;
}
.-row-start-1 {
  grid-row-start: -1;
}
.-row-start-10 {
  grid-row-start: -10;
}
.-row-start-11 {
  grid-row-start: -11;
}
.-row-start-12 {
  grid-row-start: -12;
}
.-row-start-13 {
  grid-row-start: -13;
}
.-row-start-2 {
  grid-row-start: -2;
}
.-row-start-3 {
  grid-row-start: -3;
}
.-row-start-4 {
  grid-row-start: -4;
}
.-row-start-5 {
  grid-row-start: -5;
}
.-row-start-6 {
  grid-row-start: -6;
}
.-row-start-7 {
  grid-row-start: -7;
}
.-row-start-8 {
  grid-row-start: -8;
}
.-row-start-9 {
  grid-row-start: -9;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-start-13 {
  grid-row-start: 13;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-start-7 {
  grid-row-start: 7;
}
.row-start-8 {
  grid-row-start: 8;
}
.row-start-9 {
  grid-row-start: 9;
}
.row-start-auto {
  grid-row-start: auto;
}
.-row-end-1 {
  grid-row-end: -1;
}
.-row-end-10 {
  grid-row-end: -10;
}
.-row-end-11 {
  grid-row-end: -11;
}
.-row-end-12 {
  grid-row-end: -12;
}
.-row-end-13 {
  grid-row-end: -13;
}
.-row-end-2 {
  grid-row-end: -2;
}
.-row-end-3 {
  grid-row-end: -3;
}
.-row-end-4 {
  grid-row-end: -4;
}
.-row-end-5 {
  grid-row-end: -5;
}
.-row-end-6 {
  grid-row-end: -6;
}
.-row-end-7 {
  grid-row-end: -7;
}
.-row-end-8 {
  grid-row-end: -8;
}
.-row-end-9 {
  grid-row-end: -9;
}
.row-end-1 {
  grid-row-end: 1;
}
.row-end-10 {
  grid-row-end: 10;
}
.row-end-11 {
  grid-row-end: 11;
}
.row-end-12 {
  grid-row-end: 12;
}
.row-end-13 {
  grid-row-end: 13;
}
.row-end-2 {
  grid-row-end: 2;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.row-end-5 {
  grid-row-end: 5;
}
.row-end-6 {
  grid-row-end: 6;
}
.row-end-7 {
  grid-row-end: 7;
}
.row-end-8 {
  grid-row-end: 8;
}
.row-end-9 {
  grid-row-end: 9;
}
.row-end-auto {
  grid-row-end: auto;
}
.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4xl {
  margin-top: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
  margin-bottom: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.my-lg {
  margin-top: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  margin-bottom: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.my-xl {
  margin-top: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  margin-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.mb-2xl {
  margin-bottom: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.mb-4xl {
  margin-bottom: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.mb-lg {
  margin-bottom: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.mb-md {
  margin-bottom: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.mb-xl {
  margin-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.mb-xs {
  margin-bottom: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.ml-2xl {
  margin-left: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.ml-2xs {
  margin-left: 8px;
}
.ml-sm {
  margin-left: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.mr-2xl {
  margin-right: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.mr-4xl {
  margin-right: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.mr-sm {
  margin-right: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.mt-0 {
  margin-top: 0;
}
.mt-2xl {
  margin-top: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.mt-2xs {
  margin-top: 8px;
}
.mt-4xl {
  margin-top: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.mt-auto {
  margin-top: auto;
}
.mt-header {
  margin-top: var( --h-header );
}
.mt-lg {
  margin-top: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.mt-md {
  margin-top: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.mt-sm {
  margin-top: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.mt-xl {
  margin-top: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.mt-xs {
  margin-top: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-row-group {
  display: table-row-group;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-16\/9 {
  aspect-ratio: 16/9;
}
.aspect-2\/3 {
  aspect-ratio: 2/3;
}
.aspect-3\/2 {
  aspect-ratio: 3/2;
}
.aspect-3\/4 {
  aspect-ratio: 3/4;
}
.aspect-4\/3 {
  aspect-ratio: 4/3;
}
.aspect-9\/16 {
  aspect-ratio: 9/16;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-0 {
  width: 0;
  height: 0;
}
.size-24 {
  width: 24px;
  height: 24px;
}
.size-3xl {
  width: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
  height: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
}
.size-62 {
  width: max(62px, min(calc(58.479px + (0.8999999999999999vw - 3.3749999999999996px)), 72px));
  height: max(62px, min(calc(58.479px + (0.8999999999999999vw - 3.3749999999999996px)), 72px));
}
.size-md {
  width: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
  height: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.h-0 {
  height: 0;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-1\/4 {
  height: 25%;
}
.h-1\/5 {
  height: 20%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-2\/4 {
  height: 50%;
}
.h-2\/5 {
  height: 40%;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-24 {
  height: 24px;
}
.h-2xl {
  height: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.h-2xs {
  height: 8px;
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-3\/6 {
  height: 50%;
}
.h-32 {
  height: 32px;
}
.h-3xl {
  height: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
}
.h-3xs {
  height: 4px;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-48 {
  height: 48px;
}
.h-4xl {
  height: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.h-5\/6 {
  height: 83.333333%;
}
.h-5xl {
  height: max(100px, min(calc(89.437px + (2.8000000000000003vw - 10.5px)), 130px));
}
.h-6 {
  height: 6px;
}
.h-62 {
  height: max(62px, min(calc(58.479px + (0.8999999999999999vw - 3.3749999999999996px)), 72px));
}
.h-8 {
  height: 8px;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-em {
  height: 1em;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-header {
  height: var( --h-header );
}
.h-header-events {
  height: var( --h-header-events );
}
.h-icon-h {
  height: max(22px, min(calc(20.239px + (0.5vw - 1.875px)), 27px));
}
.h-icon-w {
  height: max(18px, min(calc(16.239px + (0.5vw - 1.875px)), 23px));
}
.h-lg {
  height: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.h-lvh {
  height: 100lvh;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-md {
  height: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-page-title {
  height: var( --h-page-title );
}
.h-page-x {
  height: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-sm {
  height: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.h-svh {
  height: 100svh;
}
.h-vh {
  height: var( --vh );
}
.h-xl {
  height: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.h-xs {
  height: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.max-h-0 {
  max-height: 0;
}
.max-h-24 {
  max-height: 24px;
}
.max-h-2xl {
  max-height: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.max-h-2xs {
  max-height: 8px;
}
.max-h-32 {
  max-height: 32px;
}
.max-h-3xl {
  max-height: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
}
.max-h-3xs {
  max-height: 4px;
}
.max-h-48 {
  max-height: 48px;
}
.max-h-4xl {
  max-height: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.max-h-5xl {
  max-height: max(100px, min(calc(89.437px + (2.8000000000000003vw - 10.5px)), 130px));
}
.max-h-6 {
  max-height: 6px;
}
.max-h-62 {
  max-height: max(62px, min(calc(58.479px + (0.8999999999999999vw - 3.3749999999999996px)), 72px));
}
.max-h-8 {
  max-height: 8px;
}
.max-h-dvh {
  max-height: 100dvh;
}
.max-h-em {
  max-height: 1em;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-header {
  max-height: var( --h-header );
}
.max-h-header-events {
  max-height: var( --h-header-events );
}
.max-h-icon-h {
  max-height: max(22px, min(calc(20.239px + (0.5vw - 1.875px)), 27px));
}
.max-h-icon-w {
  max-height: max(18px, min(calc(16.239px + (0.5vw - 1.875px)), 23px));
}
.max-h-lg {
  max-height: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.max-h-lvh {
  max-height: 100lvh;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.max-h-md {
  max-height: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}
.max-h-none {
  max-height: none;
}
.max-h-page-title {
  max-height: var( --h-page-title );
}
.max-h-page-x {
  max-height: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.max-h-px {
  max-height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-sm {
  max-height: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.max-h-svh {
  max-height: 100svh;
}
.max-h-vh {
  max-height: var( --vh );
}
.max-h-xl {
  max-height: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.max-h-xs {
  max-height: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.min-h-0 {
  min-height: 0;
}
.min-h-24 {
  min-height: 24px;
}
.min-h-2xl {
  min-height: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.min-h-2xs {
  min-height: 8px;
}
.min-h-32 {
  min-height: 32px;
}
.min-h-3xl {
  min-height: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
}
.min-h-3xs {
  min-height: 4px;
}
.min-h-48 {
  min-height: 48px;
}
.min-h-4xl {
  min-height: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.min-h-5xl {
  min-height: max(100px, min(calc(89.437px + (2.8000000000000003vw - 10.5px)), 130px));
}
.min-h-6 {
  min-height: 6px;
}
.min-h-62 {
  min-height: max(62px, min(calc(58.479px + (0.8999999999999999vw - 3.3749999999999996px)), 72px));
}
.min-h-8 {
  min-height: 8px;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-em {
  min-height: 1em;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-full {
  min-height: 100%;
}
.min-h-header {
  min-height: var( --h-header );
}
.min-h-header-events {
  min-height: var( --h-header-events );
}
.min-h-icon-h {
  min-height: max(22px, min(calc(20.239px + (0.5vw - 1.875px)), 27px));
}
.min-h-icon-w {
  min-height: max(18px, min(calc(16.239px + (0.5vw - 1.875px)), 23px));
}
.min-h-lg {
  min-height: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.min-h-lvh {
  min-height: 100lvh;
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.min-h-md {
  min-height: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.min-h-page-title {
  min-height: var( --h-page-title );
}
.min-h-page-x {
  min-height: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.min-h-px {
  min-height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-sm {
  min-height: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.min-h-svh {
  min-height: 100svh;
}
.min-h-xl {
  min-height: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.min-h-xs {
  min-height: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.\!w-auto {
  width: auto !important;
}
.w-0 {
  width: 0;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-24 {
  width: 24px;
}
.w-2xl {
  width: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.w-2xs {
  width: 8px;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-3\/6 {
  width: 50%;
}
.w-32 {
  width: 32px;
}
.w-3xl {
  width: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
}
.w-3xs {
  width: 4px;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-48 {
  width: 48px;
}
.w-4xl {
  width: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.w-5\/12 {
  width: 41.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-5xl {
  width: max(100px, min(calc(89.437px + (2.8000000000000003vw - 10.5px)), 130px));
}
.w-6 {
  width: 6px;
}
.w-6\/12 {
  width: 50%;
}
.w-62 {
  width: max(62px, min(calc(58.479px + (0.8999999999999999vw - 3.3749999999999996px)), 72px));
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8 {
  width: 8px;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-auto {
  width: auto;
}
.w-dvw {
  width: 100dvw;
}
.w-em {
  width: 1em;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-header {
  width: var( --h-header );
}
.w-header-events {
  width: var( --h-header-events );
}
.w-header-logo {
  width: max(165px, min(calc(129.085px + (9.6vw - 36px)), 267px));
}
.w-icon-h {
  width: max(22px, min(calc(20.239px + (0.5vw - 1.875px)), 27px));
}
.w-icon-w {
  width: max(18px, min(calc(16.239px + (0.5vw - 1.875px)), 23px));
}
.w-lg {
  width: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.w-lvw {
  width: 100lvw;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-md {
  width: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-page-title {
  width: var( --h-page-title );
}
.w-page-x {
  width: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.w-sm {
  width: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.w-svw {
  width: 100svw;
}
.w-xl {
  width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 0.5178)), 24px));
}
.w-xs {
  width: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.min-w-0 {
  min-width: 0;
}
.min-w-24 {
  min-width: 24px;
}
.min-w-2xl {
  min-width: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.min-w-2xs {
  min-width: 8px;
}
.min-w-32 {
  min-width: 32px;
}
.min-w-3xl {
  min-width: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
}
.min-w-3xs {
  min-width: 4px;
}
.min-w-48 {
  min-width: 48px;
}
.min-w-4xl {
  min-width: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.min-w-5xl {
  min-width: max(100px, min(calc(89.437px + (2.8000000000000003vw - 10.5px)), 130px));
}
.min-w-6 {
  min-width: 6px;
}
.min-w-62 {
  min-width: max(62px, min(calc(58.479px + (0.8999999999999999vw - 3.3749999999999996px)), 72px));
}
.min-w-8 {
  min-width: 8px;
}
.min-w-em {
  min-width: 1em;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-header {
  min-width: var( --h-header );
}
.min-w-header-events {
  min-width: var( --h-header-events );
}
.min-w-icon-h {
  min-width: max(22px, min(calc(20.239px + (0.5vw - 1.875px)), 27px));
}
.min-w-icon-w {
  min-width: max(18px, min(calc(16.239px + (0.5vw - 1.875px)), 23px));
}
.min-w-lg {
  min-width: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-md {
  min-width: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.min-w-page-title {
  min-width: var( --h-page-title );
}
.min-w-page-x {
  min-width: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.min-w-px {
  min-width: 1px;
}
.min-w-sm {
  min-width: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.min-w-xl {
  min-width: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.min-w-xs {
  min-width: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.max-w-0 {
  max-width: 0;
}
.max-w-24 {
  max-width: 24px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-2xs {
  max-width: 8px;
}
.max-w-32 {
  max-width: 32px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-3xs {
  max-width: 4px;
}
.max-w-48 {
  max-width: 48px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6 {
  max-width: 6px;
}
.max-w-62 {
  max-width: max(62px, min(calc(58.479px + (0.8999999999999999vw - 3.3749999999999996px)), 72px));
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8 {
  max-width: 8px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-em {
  max-width: 1em;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-header {
  max-width: var( --h-header );
}
.max-w-header-events {
  max-width: var( --h-header-events );
}
.max-w-icon-h {
  max-width: max(22px, min(calc(20.239px + (0.5vw - 1.875px)), 27px));
}
.max-w-icon-w {
  max-width: max(18px, min(calc(16.239px + (0.5vw - 1.875px)), 23px));
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}
.max-w-none {
  max-width: none;
}
.max-w-page-title {
  max-width: var( --h-page-title );
}
.max-w-page-x {
  max-width: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-px {
  max-width: 1px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-3xl {
  max-width: 2560px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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), -50%) 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: 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\/3 {
  --tw-translate-y: 33.333333%;
  transform: translate(var(--tw-translate-x), 33.333333%) 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: 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));
}
.-skew-x-0 {
  --tw-skew-x: -0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(-0deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-x-1 {
  --tw-skew-x: -1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(-1deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-x-12 {
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(-12deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-x-2 {
  --tw-skew-x: -2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(-2deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-x-3 {
  --tw-skew-x: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(-3deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-x-6 {
  --tw-skew-x: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(-6deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-y-0 {
  --tw-skew-y: -0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(-0deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-y-1 {
  --tw-skew-y: -1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(-1deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-y-12 {
  --tw-skew-y: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(-12deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-y-2 {
  --tw-skew-y: -2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(-2deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-y-3 {
  --tw-skew-y: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(-3deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.-skew-y-6 {
  --tw-skew-y: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(-6deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-x-0 {
  --tw-skew-x: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(0deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-x-1 {
  --tw-skew-x: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(1deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-x-12 {
  --tw-skew-x: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(12deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-x-2 {
  --tw-skew-x: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(2deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-x-3 {
  --tw-skew-x: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(3deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-x-6 {
  --tw-skew-x: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(6deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-y-0 {
  --tw-skew-y: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(0deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-y-1 {
  --tw-skew-y: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(1deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-y-12 {
  --tw-skew-y: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(12deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-y-2 {
  --tw-skew-y: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(2deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-y-3 {
  --tw-skew-y: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(3deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.skew-y-6 {
  --tw-skew-y: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(6deg) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.animate-none {
  animation: none;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-ew-resize {
  cursor: ew-resize;
}
.cursor-help {
  cursor: help;
}
.cursor-nesw-resize {
  cursor: nesw-resize;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-row-resize {
  cursor: row-resize;
}
.cursor-sw-resize {
  cursor: sw-resize;
}
.cursor-w-resize {
  cursor: w-resize;
}
.touch-auto {
  touch-action: auto;
}
.touch-none {
  touch-action: none;
}
.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: pan-x var(--tw-pan-y) var(--tw-pinch-zoom);
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: pan-left var(--tw-pan-y) var(--tw-pinch-zoom);
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: pan-right var(--tw-pan-y) var(--tw-pinch-zoom);
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) pan-y var(--tw-pinch-zoom);
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) pan-up var(--tw-pinch-zoom);
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) pan-down var(--tw-pinch-zoom);
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-manipulation {
  touch-action: manipulation;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.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-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-start {
  align-items: start;
  justify-items: start;
  place-items: start;
}
.place-items-end {
  align-items: end;
  justify-items: end;
  place-items: end;
}
.place-items-center {
  align-items: center;
  justify-items: center;
  place-items: center;
}
.place-items-baseline {
  align-items: baseline;
  justify-items: baseline;
  place-items: baseline;
}
.place-items-stretch {
  align-items: stretch;
  justify-items: stretch;
  place-items: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-0 {
  gap: 0;
}
.gap-2xs {
  gap: 8px;
}
.gap-md {
  gap: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-1 {
  border-width: 1px;
}
.border-y-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(43, 44, 41, 1);
  border-color: rgba(43, 44, 41, var(--tw-border-opacity, 1));
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgba(102, 228, 176, 1);
  border-color: rgba(102, 228, 176, var(--tw-border-opacity, 1));
}
.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 228, 214, 1);
  background-color: rgba(231, 228, 214, var(--tw-bg-opacity, 1));
}
.bg-beige\/0 {
  background-color: rgba(231, 228, 214, 0);
}
.bg-beige\/10 {
  background-color: rgba(231, 228, 214, 0.1);
}
.bg-beige\/100 {
  background-color: rgb(231, 228, 214);
}
.bg-beige\/15 {
  background-color: rgba(231, 228, 214, 0.15);
}
.bg-beige\/20 {
  background-color: rgba(231, 228, 214, 0.2);
}
.bg-beige\/25 {
  background-color: rgba(231, 228, 214, 0.25);
}
.bg-beige\/30 {
  background-color: rgba(231, 228, 214, 0.3);
}
.bg-beige\/35 {
  background-color: rgba(231, 228, 214, 0.35);
}
.bg-beige\/40 {
  background-color: rgba(231, 228, 214, 0.4);
}
.bg-beige\/45 {
  background-color: rgba(231, 228, 214, 0.45);
}
.bg-beige\/5 {
  background-color: rgba(231, 228, 214, 0.05);
}
.bg-beige\/50 {
  background-color: rgba(231, 228, 214, 0.5);
}
.bg-beige\/55 {
  background-color: rgba(231, 228, 214, 0.55);
}
.bg-beige\/60 {
  background-color: rgba(231, 228, 214, 0.6);
}
.bg-beige\/65 {
  background-color: rgba(231, 228, 214, 0.65);
}
.bg-beige\/70 {
  background-color: rgba(231, 228, 214, 0.7);
}
.bg-beige\/75 {
  background-color: rgba(231, 228, 214, 0.75);
}
.bg-beige\/80 {
  background-color: rgba(231, 228, 214, 0.8);
}
.bg-beige\/85 {
  background-color: rgba(231, 228, 214, 0.85);
}
.bg-beige\/90 {
  background-color: rgba(231, 228, 214, 0.9);
}
.bg-beige\/95 {
  background-color: rgba(231, 228, 214, 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
}
.bg-black\/0 {
  background-color: rgba(43, 44, 41, 0);
}
.bg-black\/10 {
  background-color: rgba(43, 44, 41, 0.1);
}
.bg-black\/100 {
  background-color: rgb(43, 44, 41);
}
.bg-black\/15 {
  background-color: rgba(43, 44, 41, 0.15);
}
.bg-black\/20 {
  background-color: rgba(43, 44, 41, 0.2);
}
.bg-black\/25 {
  background-color: rgba(43, 44, 41, 0.25);
}
.bg-black\/30 {
  background-color: rgba(43, 44, 41, 0.3);
}
.bg-black\/35 {
  background-color: rgba(43, 44, 41, 0.35);
}
.bg-black\/40 {
  background-color: rgba(43, 44, 41, 0.4);
}
.bg-black\/45 {
  background-color: rgba(43, 44, 41, 0.45);
}
.bg-black\/5 {
  background-color: rgba(43, 44, 41, 0.05);
}
.bg-black\/50 {
  background-color: rgba(43, 44, 41, 0.5);
}
.bg-black\/55 {
  background-color: rgba(43, 44, 41, 0.55);
}
.bg-black\/60 {
  background-color: rgba(43, 44, 41, 0.6);
}
.bg-black\/65 {
  background-color: rgba(43, 44, 41, 0.65);
}
.bg-black\/70 {
  background-color: rgba(43, 44, 41, 0.7);
}
.bg-black\/75 {
  background-color: rgba(43, 44, 41, 0.75);
}
.bg-black\/80 {
  background-color: rgba(43, 44, 41, 0.8);
}
.bg-black\/85 {
  background-color: rgba(43, 44, 41, 0.85);
}
.bg-black\/90 {
  background-color: rgba(43, 44, 41, 0.9);
}
.bg-black\/95 {
  background-color: rgba(43, 44, 41, 0.95);
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 207, 245, 1);
  background-color: rgba(130, 207, 245, var(--tw-bg-opacity, 1));
}
.bg-blue-35 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 226, 242, 1);
  background-color: rgba(206, 226, 242, var(--tw-bg-opacity, 1));
}
.bg-blue-35\/0 {
  background-color: rgba(206, 226, 242, 0);
}
.bg-blue-35\/10 {
  background-color: rgba(206, 226, 242, 0.1);
}
.bg-blue-35\/100 {
  background-color: rgb(206, 226, 242);
}
.bg-blue-35\/15 {
  background-color: rgba(206, 226, 242, 0.15);
}
.bg-blue-35\/20 {
  background-color: rgba(206, 226, 242, 0.2);
}
.bg-blue-35\/25 {
  background-color: rgba(206, 226, 242, 0.25);
}
.bg-blue-35\/30 {
  background-color: rgba(206, 226, 242, 0.3);
}
.bg-blue-35\/35 {
  background-color: rgba(206, 226, 242, 0.35);
}
.bg-blue-35\/40 {
  background-color: rgba(206, 226, 242, 0.4);
}
.bg-blue-35\/45 {
  background-color: rgba(206, 226, 242, 0.45);
}
.bg-blue-35\/5 {
  background-color: rgba(206, 226, 242, 0.05);
}
.bg-blue-35\/50 {
  background-color: rgba(206, 226, 242, 0.5);
}
.bg-blue-35\/55 {
  background-color: rgba(206, 226, 242, 0.55);
}
.bg-blue-35\/60 {
  background-color: rgba(206, 226, 242, 0.6);
}
.bg-blue-35\/65 {
  background-color: rgba(206, 226, 242, 0.65);
}
.bg-blue-35\/70 {
  background-color: rgba(206, 226, 242, 0.7);
}
.bg-blue-35\/75 {
  background-color: rgba(206, 226, 242, 0.75);
}
.bg-blue-35\/80 {
  background-color: rgba(206, 226, 242, 0.8);
}
.bg-blue-35\/85 {
  background-color: rgba(206, 226, 242, 0.85);
}
.bg-blue-35\/90 {
  background-color: rgba(206, 226, 242, 0.9);
}
.bg-blue-35\/95 {
  background-color: rgba(206, 226, 242, 0.95);
}
.bg-blue-65 {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 198, 229, 1);
  background-color: rgba(152, 198, 229, var(--tw-bg-opacity, 1));
}
.bg-blue-65\/0 {
  background-color: rgba(152, 198, 229, 0);
}
.bg-blue-65\/10 {
  background-color: rgba(152, 198, 229, 0.1);
}
.bg-blue-65\/100 {
  background-color: rgb(152, 198, 229);
}
.bg-blue-65\/15 {
  background-color: rgba(152, 198, 229, 0.15);
}
.bg-blue-65\/20 {
  background-color: rgba(152, 198, 229, 0.2);
}
.bg-blue-65\/25 {
  background-color: rgba(152, 198, 229, 0.25);
}
.bg-blue-65\/30 {
  background-color: rgba(152, 198, 229, 0.3);
}
.bg-blue-65\/35 {
  background-color: rgba(152, 198, 229, 0.35);
}
.bg-blue-65\/40 {
  background-color: rgba(152, 198, 229, 0.4);
}
.bg-blue-65\/45 {
  background-color: rgba(152, 198, 229, 0.45);
}
.bg-blue-65\/5 {
  background-color: rgba(152, 198, 229, 0.05);
}
.bg-blue-65\/50 {
  background-color: rgba(152, 198, 229, 0.5);
}
.bg-blue-65\/55 {
  background-color: rgba(152, 198, 229, 0.55);
}
.bg-blue-65\/60 {
  background-color: rgba(152, 198, 229, 0.6);
}
.bg-blue-65\/65 {
  background-color: rgba(152, 198, 229, 0.65);
}
.bg-blue-65\/70 {
  background-color: rgba(152, 198, 229, 0.7);
}
.bg-blue-65\/75 {
  background-color: rgba(152, 198, 229, 0.75);
}
.bg-blue-65\/80 {
  background-color: rgba(152, 198, 229, 0.8);
}
.bg-blue-65\/85 {
  background-color: rgba(152, 198, 229, 0.85);
}
.bg-blue-65\/90 {
  background-color: rgba(152, 198, 229, 0.9);
}
.bg-blue-65\/95 {
  background-color: rgba(152, 198, 229, 0.95);
}
.bg-blue\/0 {
  background-color: rgba(130, 207, 245, 0);
}
.bg-blue\/10 {
  background-color: rgba(130, 207, 245, 0.1);
}
.bg-blue\/100 {
  background-color: rgb(130, 207, 245);
}
.bg-blue\/15 {
  background-color: rgba(130, 207, 245, 0.15);
}
.bg-blue\/20 {
  background-color: rgba(130, 207, 245, 0.2);
}
.bg-blue\/25 {
  background-color: rgba(130, 207, 245, 0.25);
}
.bg-blue\/30 {
  background-color: rgba(130, 207, 245, 0.3);
}
.bg-blue\/35 {
  background-color: rgba(130, 207, 245, 0.35);
}
.bg-blue\/40 {
  background-color: rgba(130, 207, 245, 0.4);
}
.bg-blue\/45 {
  background-color: rgba(130, 207, 245, 0.45);
}
.bg-blue\/5 {
  background-color: rgba(130, 207, 245, 0.05);
}
.bg-blue\/50 {
  background-color: rgba(130, 207, 245, 0.5);
}
.bg-blue\/55 {
  background-color: rgba(130, 207, 245, 0.55);
}
.bg-blue\/60 {
  background-color: rgba(130, 207, 245, 0.6);
}
.bg-blue\/65 {
  background-color: rgba(130, 207, 245, 0.65);
}
.bg-blue\/70 {
  background-color: rgba(130, 207, 245, 0.7);
}
.bg-blue\/75 {
  background-color: rgba(130, 207, 245, 0.75);
}
.bg-blue\/80 {
  background-color: rgba(130, 207, 245, 0.8);
}
.bg-blue\/85 {
  background-color: rgba(130, 207, 245, 0.85);
}
.bg-blue\/90 {
  background-color: rgba(130, 207, 245, 0.9);
}
.bg-blue\/95 {
  background-color: rgba(130, 207, 245, 0.95);
}
.bg-dev {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 255, 1);
  background-color: rgba(255, 0, 255, var(--tw-bg-opacity, 1));
}
.bg-dev\/0 {
  background-color: rgba(255, 0, 255, 0);
}
.bg-dev\/10 {
  background-color: rgba(255, 0, 255, 0.1);
}
.bg-dev\/100 {
  background-color: rgb(255, 0, 255);
}
.bg-dev\/15 {
  background-color: rgba(255, 0, 255, 0.15);
}
.bg-dev\/20 {
  background-color: rgba(255, 0, 255, 0.2);
}
.bg-dev\/25 {
  background-color: rgba(255, 0, 255, 0.25);
}
.bg-dev\/30 {
  background-color: rgba(255, 0, 255, 0.3);
}
.bg-dev\/35 {
  background-color: rgba(255, 0, 255, 0.35);
}
.bg-dev\/40 {
  background-color: rgba(255, 0, 255, 0.4);
}
.bg-dev\/45 {
  background-color: rgba(255, 0, 255, 0.45);
}
.bg-dev\/5 {
  background-color: rgba(255, 0, 255, 0.05);
}
.bg-dev\/50 {
  background-color: rgba(255, 0, 255, 0.5);
}
.bg-dev\/55 {
  background-color: rgba(255, 0, 255, 0.55);
}
.bg-dev\/60 {
  background-color: rgba(255, 0, 255, 0.6);
}
.bg-dev\/65 {
  background-color: rgba(255, 0, 255, 0.65);
}
.bg-dev\/70 {
  background-color: rgba(255, 0, 255, 0.7);
}
.bg-dev\/75 {
  background-color: rgba(255, 0, 255, 0.75);
}
.bg-dev\/80 {
  background-color: rgba(255, 0, 255, 0.8);
}
.bg-dev\/85 {
  background-color: rgba(255, 0, 255, 0.85);
}
.bg-dev\/90 {
  background-color: rgba(255, 0, 255, 0.9);
}
.bg-dev\/95 {
  background-color: rgba(255, 0, 255, 0.95);
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 228, 176, 1);
  background-color: rgba(102, 228, 176, var(--tw-bg-opacity, 1));
}
.bg-green\/0 {
  background-color: rgba(102, 228, 176, 0);
}
.bg-green\/10 {
  background-color: rgba(102, 228, 176, 0.1);
}
.bg-green\/100 {
  background-color: rgb(102, 228, 176);
}
.bg-green\/15 {
  background-color: rgba(102, 228, 176, 0.15);
}
.bg-green\/20 {
  background-color: rgba(102, 228, 176, 0.2);
}
.bg-green\/25 {
  background-color: rgba(102, 228, 176, 0.25);
}
.bg-green\/30 {
  background-color: rgba(102, 228, 176, 0.3);
}
.bg-green\/35 {
  background-color: rgba(102, 228, 176, 0.35);
}
.bg-green\/40 {
  background-color: rgba(102, 228, 176, 0.4);
}
.bg-green\/45 {
  background-color: rgba(102, 228, 176, 0.45);
}
.bg-green\/5 {
  background-color: rgba(102, 228, 176, 0.05);
}
.bg-green\/50 {
  background-color: rgba(102, 228, 176, 0.5);
}
.bg-green\/55 {
  background-color: rgba(102, 228, 176, 0.55);
}
.bg-green\/60 {
  background-color: rgba(102, 228, 176, 0.6);
}
.bg-green\/65 {
  background-color: rgba(102, 228, 176, 0.65);
}
.bg-green\/70 {
  background-color: rgba(102, 228, 176, 0.7);
}
.bg-green\/75 {
  background-color: rgba(102, 228, 176, 0.75);
}
.bg-green\/80 {
  background-color: rgba(102, 228, 176, 0.8);
}
.bg-green\/85 {
  background-color: rgba(102, 228, 176, 0.85);
}
.bg-green\/90 {
  background-color: rgba(102, 228, 176, 0.9);
}
.bg-green\/95 {
  background-color: rgba(102, 228, 176, 0.95);
}
.bg-inherit {
  background-color: inherit;
}
.bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 177, 231, 1);
  background-color: rgba(135, 177, 231, var(--tw-bg-opacity, 1));
}
.bg-lightblue\/0 {
  background-color: rgba(135, 177, 231, 0);
}
.bg-lightblue\/10 {
  background-color: rgba(135, 177, 231, 0.1);
}
.bg-lightblue\/100 {
  background-color: rgb(135, 177, 231);
}
.bg-lightblue\/15 {
  background-color: rgba(135, 177, 231, 0.15);
}
.bg-lightblue\/20 {
  background-color: rgba(135, 177, 231, 0.2);
}
.bg-lightblue\/25 {
  background-color: rgba(135, 177, 231, 0.25);
}
.bg-lightblue\/30 {
  background-color: rgba(135, 177, 231, 0.3);
}
.bg-lightblue\/35 {
  background-color: rgba(135, 177, 231, 0.35);
}
.bg-lightblue\/40 {
  background-color: rgba(135, 177, 231, 0.4);
}
.bg-lightblue\/45 {
  background-color: rgba(135, 177, 231, 0.45);
}
.bg-lightblue\/5 {
  background-color: rgba(135, 177, 231, 0.05);
}
.bg-lightblue\/50 {
  background-color: rgba(135, 177, 231, 0.5);
}
.bg-lightblue\/55 {
  background-color: rgba(135, 177, 231, 0.55);
}
.bg-lightblue\/60 {
  background-color: rgba(135, 177, 231, 0.6);
}
.bg-lightblue\/65 {
  background-color: rgba(135, 177, 231, 0.65);
}
.bg-lightblue\/70 {
  background-color: rgba(135, 177, 231, 0.7);
}
.bg-lightblue\/75 {
  background-color: rgba(135, 177, 231, 0.75);
}
.bg-lightblue\/80 {
  background-color: rgba(135, 177, 231, 0.8);
}
.bg-lightblue\/85 {
  background-color: rgba(135, 177, 231, 0.85);
}
.bg-lightblue\/90 {
  background-color: rgba(135, 177, 231, 0.9);
}
.bg-lightblue\/95 {
  background-color: rgba(135, 177, 231, 0.95);
}
.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 238, 231, 1);
  background-color: rgba(241, 238, 231, var(--tw-bg-opacity, 1));
}
.bg-lightgrey-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 241, 235, 1);
  background-color: rgba(243, 241, 235, var(--tw-bg-opacity, 1));
}
.bg-lightgrey-hover\/0 {
  background-color: rgba(243, 241, 235, 0);
}
.bg-lightgrey-hover\/10 {
  background-color: rgba(243, 241, 235, 0.1);
}
.bg-lightgrey-hover\/100 {
  background-color: rgb(243, 241, 235);
}
.bg-lightgrey-hover\/15 {
  background-color: rgba(243, 241, 235, 0.15);
}
.bg-lightgrey-hover\/20 {
  background-color: rgba(243, 241, 235, 0.2);
}
.bg-lightgrey-hover\/25 {
  background-color: rgba(243, 241, 235, 0.25);
}
.bg-lightgrey-hover\/30 {
  background-color: rgba(243, 241, 235, 0.3);
}
.bg-lightgrey-hover\/35 {
  background-color: rgba(243, 241, 235, 0.35);
}
.bg-lightgrey-hover\/40 {
  background-color: rgba(243, 241, 235, 0.4);
}
.bg-lightgrey-hover\/45 {
  background-color: rgba(243, 241, 235, 0.45);
}
.bg-lightgrey-hover\/5 {
  background-color: rgba(243, 241, 235, 0.05);
}
.bg-lightgrey-hover\/50 {
  background-color: rgba(243, 241, 235, 0.5);
}
.bg-lightgrey-hover\/55 {
  background-color: rgba(243, 241, 235, 0.55);
}
.bg-lightgrey-hover\/60 {
  background-color: rgba(243, 241, 235, 0.6);
}
.bg-lightgrey-hover\/65 {
  background-color: rgba(243, 241, 235, 0.65);
}
.bg-lightgrey-hover\/70 {
  background-color: rgba(243, 241, 235, 0.7);
}
.bg-lightgrey-hover\/75 {
  background-color: rgba(243, 241, 235, 0.75);
}
.bg-lightgrey-hover\/80 {
  background-color: rgba(243, 241, 235, 0.8);
}
.bg-lightgrey-hover\/85 {
  background-color: rgba(243, 241, 235, 0.85);
}
.bg-lightgrey-hover\/90 {
  background-color: rgba(243, 241, 235, 0.9);
}
.bg-lightgrey-hover\/95 {
  background-color: rgba(243, 241, 235, 0.95);
}
.bg-lightgrey\/0 {
  background-color: rgba(241, 238, 231, 0);
}
.bg-lightgrey\/10 {
  background-color: rgba(241, 238, 231, 0.1);
}
.bg-lightgrey\/100 {
  background-color: rgb(241, 238, 231);
}
.bg-lightgrey\/15 {
  background-color: rgba(241, 238, 231, 0.15);
}
.bg-lightgrey\/20 {
  background-color: rgba(241, 238, 231, 0.2);
}
.bg-lightgrey\/25 {
  background-color: rgba(241, 238, 231, 0.25);
}
.bg-lightgrey\/30 {
  background-color: rgba(241, 238, 231, 0.3);
}
.bg-lightgrey\/35 {
  background-color: rgba(241, 238, 231, 0.35);
}
.bg-lightgrey\/40 {
  background-color: rgba(241, 238, 231, 0.4);
}
.bg-lightgrey\/45 {
  background-color: rgba(241, 238, 231, 0.45);
}
.bg-lightgrey\/5 {
  background-color: rgba(241, 238, 231, 0.05);
}
.bg-lightgrey\/50 {
  background-color: rgba(241, 238, 231, 0.5);
}
.bg-lightgrey\/55 {
  background-color: rgba(241, 238, 231, 0.55);
}
.bg-lightgrey\/60 {
  background-color: rgba(241, 238, 231, 0.6);
}
.bg-lightgrey\/65 {
  background-color: rgba(241, 238, 231, 0.65);
}
.bg-lightgrey\/70 {
  background-color: rgba(241, 238, 231, 0.7);
}
.bg-lightgrey\/75 {
  background-color: rgba(241, 238, 231, 0.75);
}
.bg-lightgrey\/80 {
  background-color: rgba(241, 238, 231, 0.8);
}
.bg-lightgrey\/85 {
  background-color: rgba(241, 238, 231, 0.85);
}
.bg-lightgrey\/90 {
  background-color: rgba(241, 238, 231, 0.9);
}
.bg-lightgrey\/95 {
  background-color: rgba(241, 238, 231, 0.95);
}
.bg-lila {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 176, 214, 1);
  background-color: rgba(192, 176, 214, var(--tw-bg-opacity, 1));
}
.bg-lila\/0 {
  background-color: rgba(192, 176, 214, 0);
}
.bg-lila\/10 {
  background-color: rgba(192, 176, 214, 0.1);
}
.bg-lila\/100 {
  background-color: rgb(192, 176, 214);
}
.bg-lila\/15 {
  background-color: rgba(192, 176, 214, 0.15);
}
.bg-lila\/20 {
  background-color: rgba(192, 176, 214, 0.2);
}
.bg-lila\/25 {
  background-color: rgba(192, 176, 214, 0.25);
}
.bg-lila\/30 {
  background-color: rgba(192, 176, 214, 0.3);
}
.bg-lila\/35 {
  background-color: rgba(192, 176, 214, 0.35);
}
.bg-lila\/40 {
  background-color: rgba(192, 176, 214, 0.4);
}
.bg-lila\/45 {
  background-color: rgba(192, 176, 214, 0.45);
}
.bg-lila\/5 {
  background-color: rgba(192, 176, 214, 0.05);
}
.bg-lila\/50 {
  background-color: rgba(192, 176, 214, 0.5);
}
.bg-lila\/55 {
  background-color: rgba(192, 176, 214, 0.55);
}
.bg-lila\/60 {
  background-color: rgba(192, 176, 214, 0.6);
}
.bg-lila\/65 {
  background-color: rgba(192, 176, 214, 0.65);
}
.bg-lila\/70 {
  background-color: rgba(192, 176, 214, 0.7);
}
.bg-lila\/75 {
  background-color: rgba(192, 176, 214, 0.75);
}
.bg-lila\/80 {
  background-color: rgba(192, 176, 214, 0.8);
}
.bg-lila\/85 {
  background-color: rgba(192, 176, 214, 0.85);
}
.bg-lila\/90 {
  background-color: rgba(192, 176, 214, 0.9);
}
.bg-lila\/95 {
  background-color: rgba(192, 176, 214, 0.95);
}
.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 166, 212, 1);
  background-color: rgba(231, 166, 212, var(--tw-bg-opacity, 1));
}
.bg-pink\/0 {
  background-color: rgba(231, 166, 212, 0);
}
.bg-pink\/10 {
  background-color: rgba(231, 166, 212, 0.1);
}
.bg-pink\/100 {
  background-color: rgb(231, 166, 212);
}
.bg-pink\/15 {
  background-color: rgba(231, 166, 212, 0.15);
}
.bg-pink\/20 {
  background-color: rgba(231, 166, 212, 0.2);
}
.bg-pink\/25 {
  background-color: rgba(231, 166, 212, 0.25);
}
.bg-pink\/30 {
  background-color: rgba(231, 166, 212, 0.3);
}
.bg-pink\/35 {
  background-color: rgba(231, 166, 212, 0.35);
}
.bg-pink\/40 {
  background-color: rgba(231, 166, 212, 0.4);
}
.bg-pink\/45 {
  background-color: rgba(231, 166, 212, 0.45);
}
.bg-pink\/5 {
  background-color: rgba(231, 166, 212, 0.05);
}
.bg-pink\/50 {
  background-color: rgba(231, 166, 212, 0.5);
}
.bg-pink\/55 {
  background-color: rgba(231, 166, 212, 0.55);
}
.bg-pink\/60 {
  background-color: rgba(231, 166, 212, 0.6);
}
.bg-pink\/65 {
  background-color: rgba(231, 166, 212, 0.65);
}
.bg-pink\/70 {
  background-color: rgba(231, 166, 212, 0.7);
}
.bg-pink\/75 {
  background-color: rgba(231, 166, 212, 0.75);
}
.bg-pink\/80 {
  background-color: rgba(231, 166, 212, 0.8);
}
.bg-pink\/85 {
  background-color: rgba(231, 166, 212, 0.85);
}
.bg-pink\/90 {
  background-color: rgba(231, 166, 212, 0.9);
}
.bg-pink\/95 {
  background-color: rgba(231, 166, 212, 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgba(0, 0, 0, 0);
}
.bg-transparent\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0, 0, 0);
}
.bg-transparent\/15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-transparent\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-transparent\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-transparent\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-transparent\/35 {
  background-color: rgba(0, 0, 0, 0.35);
}
.bg-transparent\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-transparent\/45 {
  background-color: rgba(0, 0, 0, 0.45);
}
.bg-transparent\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-transparent\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-transparent\/55 {
  background-color: rgba(0, 0, 0, 0.55);
}
.bg-transparent\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-transparent\/65 {
  background-color: rgba(0, 0, 0, 0.65);
}
.bg-transparent\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-transparent\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-transparent\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-transparent\/85 {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-transparent\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-transparent\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgba(255, 255, 255, 0);
}
.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-white\/100 {
  background-color: rgb(255, 255, 255);
}
.bg-white\/15 {
  background-color: rgba(255, 255, 255, 0.15);
}
.bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white\/25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-white\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white\/35 {
  background-color: rgba(255, 255, 255, 0.35);
}
.bg-white\/40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white\/45 {
  background-color: rgba(255, 255, 255, 0.45);
}
.bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-white\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white\/55 {
  background-color: rgba(255, 255, 255, 0.55);
}
.bg-white\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white\/65 {
  background-color: rgba(255, 255, 255, 0.65);
}
.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-white\/75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-white\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-white\/85 {
  background-color: rgba(255, 255, 255, 0.85);
}
.bg-white\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 255, 88, 1);
  background-color: rgba(249, 255, 88, var(--tw-bg-opacity, 1));
}
.bg-yellow\/0 {
  background-color: rgba(249, 255, 88, 0);
}
.bg-yellow\/10 {
  background-color: rgba(249, 255, 88, 0.1);
}
.bg-yellow\/100 {
  background-color: rgb(249, 255, 88);
}
.bg-yellow\/15 {
  background-color: rgba(249, 255, 88, 0.15);
}
.bg-yellow\/20 {
  background-color: rgba(249, 255, 88, 0.2);
}
.bg-yellow\/25 {
  background-color: rgba(249, 255, 88, 0.25);
}
.bg-yellow\/30 {
  background-color: rgba(249, 255, 88, 0.3);
}
.bg-yellow\/35 {
  background-color: rgba(249, 255, 88, 0.35);
}
.bg-yellow\/40 {
  background-color: rgba(249, 255, 88, 0.4);
}
.bg-yellow\/45 {
  background-color: rgba(249, 255, 88, 0.45);
}
.bg-yellow\/5 {
  background-color: rgba(249, 255, 88, 0.05);
}
.bg-yellow\/50 {
  background-color: rgba(249, 255, 88, 0.5);
}
.bg-yellow\/55 {
  background-color: rgba(249, 255, 88, 0.55);
}
.bg-yellow\/60 {
  background-color: rgba(249, 255, 88, 0.6);
}
.bg-yellow\/65 {
  background-color: rgba(249, 255, 88, 0.65);
}
.bg-yellow\/70 {
  background-color: rgba(249, 255, 88, 0.7);
}
.bg-yellow\/75 {
  background-color: rgba(249, 255, 88, 0.75);
}
.bg-yellow\/80 {
  background-color: rgba(249, 255, 88, 0.8);
}
.bg-yellow\/85 {
  background-color: rgba(249, 255, 88, 0.85);
}
.bg-yellow\/90 {
  background-color: rgba(249, 255, 88, 0.9);
}
.bg-yellow\/95 {
  background-color: rgba(249, 255, 88, 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-hr-wave {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTUuNDY1IiBoZWlnaHQ9IjQuMDAyIiB2aWV3Qm94PSIwIDAgMjE1LjQ2NSA0LjAwMiI+CiAgPHBhdGggaWQ9IlBmYWRfMTA5NSIgZGF0YS1uYW1lPSJQZmFkIDEwOTUiIGQ9Ik0uMzU1LDJBNS43NDIsNS43NDIsMCwwLDEsOC4wMjMsMmE1Ljc0Miw1Ljc0MiwwLDAsMCw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwxLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMEE1Ljc0Miw1Ljc0MiwwLDAsMSwzOC43LDJhNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwQTUuNzQyLDUuNzQyLDAsMCwwLDYxLjcsMmE1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDBBNS43NDIsNS43NDIsMCwwLDEsODQuNywyYTUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDEsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMCw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwxLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDEsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMCw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwxLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDAsNS43NCw1Ljc0LDAsMCwxLDcuNjY3LDAsNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDI1IDAuMDAxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWQxZDFiIiBzdHJva2Utd2lkdGg9IjEuMDY3Ii8+Cjwvc3ZnPgo=');
}
.bg-none {
  background-image: none;
}
.bg-x {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMzUzNTE2IDAuMzUzNTQ2TDExLjY2NzIgMTEuNjY3M00wLjQ5OTk2MiAxMS42NjczTDExLjgxMzcgMC4zNTM1NTgiIHN0cm9rZT0iIzJCMkMyOSIvPgo8L3N2Zz4K);
}
.bg-100 {
  background-size: 100%;
}
.bg-50 {
  background-size: 50%;
}
.bg-80 {
  background-size: 80%;
}
.bg-auto {
  background-size: auto;
}
.bg-chevron-size {
  background-size: 32px;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-chevron-position {
  background-position: right .7em top 50%;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-beige {
  fill: #E7E4D6;
}
.fill-beige\/0 {
  fill: rgba(231, 228, 214, 0);
}
.fill-beige\/10 {
  fill: rgba(231, 228, 214, 0.1);
}
.fill-beige\/100 {
  fill: rgb(231, 228, 214);
}
.fill-beige\/15 {
  fill: rgba(231, 228, 214, 0.15);
}
.fill-beige\/20 {
  fill: rgba(231, 228, 214, 0.2);
}
.fill-beige\/25 {
  fill: rgba(231, 228, 214, 0.25);
}
.fill-beige\/30 {
  fill: rgba(231, 228, 214, 0.3);
}
.fill-beige\/35 {
  fill: rgba(231, 228, 214, 0.35);
}
.fill-beige\/40 {
  fill: rgba(231, 228, 214, 0.4);
}
.fill-beige\/45 {
  fill: rgba(231, 228, 214, 0.45);
}
.fill-beige\/5 {
  fill: rgba(231, 228, 214, 0.05);
}
.fill-beige\/50 {
  fill: rgba(231, 228, 214, 0.5);
}
.fill-beige\/55 {
  fill: rgba(231, 228, 214, 0.55);
}
.fill-beige\/60 {
  fill: rgba(231, 228, 214, 0.6);
}
.fill-beige\/65 {
  fill: rgba(231, 228, 214, 0.65);
}
.fill-beige\/70 {
  fill: rgba(231, 228, 214, 0.7);
}
.fill-beige\/75 {
  fill: rgba(231, 228, 214, 0.75);
}
.fill-beige\/80 {
  fill: rgba(231, 228, 214, 0.8);
}
.fill-beige\/85 {
  fill: rgba(231, 228, 214, 0.85);
}
.fill-beige\/90 {
  fill: rgba(231, 228, 214, 0.9);
}
.fill-beige\/95 {
  fill: rgba(231, 228, 214, 0.95);
}
.fill-black {
  fill: #2B2C29;
}
.fill-black\/0 {
  fill: rgba(43, 44, 41, 0);
}
.fill-black\/10 {
  fill: rgba(43, 44, 41, 0.1);
}
.fill-black\/100 {
  fill: rgb(43, 44, 41);
}
.fill-black\/15 {
  fill: rgba(43, 44, 41, 0.15);
}
.fill-black\/20 {
  fill: rgba(43, 44, 41, 0.2);
}
.fill-black\/25 {
  fill: rgba(43, 44, 41, 0.25);
}
.fill-black\/30 {
  fill: rgba(43, 44, 41, 0.3);
}
.fill-black\/35 {
  fill: rgba(43, 44, 41, 0.35);
}
.fill-black\/40 {
  fill: rgba(43, 44, 41, 0.4);
}
.fill-black\/45 {
  fill: rgba(43, 44, 41, 0.45);
}
.fill-black\/5 {
  fill: rgba(43, 44, 41, 0.05);
}
.fill-black\/50 {
  fill: rgba(43, 44, 41, 0.5);
}
.fill-black\/55 {
  fill: rgba(43, 44, 41, 0.55);
}
.fill-black\/60 {
  fill: rgba(43, 44, 41, 0.6);
}
.fill-black\/65 {
  fill: rgba(43, 44, 41, 0.65);
}
.fill-black\/70 {
  fill: rgba(43, 44, 41, 0.7);
}
.fill-black\/75 {
  fill: rgba(43, 44, 41, 0.75);
}
.fill-black\/80 {
  fill: rgba(43, 44, 41, 0.8);
}
.fill-black\/85 {
  fill: rgba(43, 44, 41, 0.85);
}
.fill-black\/90 {
  fill: rgba(43, 44, 41, 0.9);
}
.fill-black\/95 {
  fill: rgba(43, 44, 41, 0.95);
}
.fill-blue {
  fill: #82CFF5;
}
.fill-blue-35 {
  fill: #cee2f2;
}
.fill-blue-35\/0 {
  fill: rgba(206, 226, 242, 0);
}
.fill-blue-35\/10 {
  fill: rgba(206, 226, 242, 0.1);
}
.fill-blue-35\/100 {
  fill: rgb(206, 226, 242);
}
.fill-blue-35\/15 {
  fill: rgba(206, 226, 242, 0.15);
}
.fill-blue-35\/20 {
  fill: rgba(206, 226, 242, 0.2);
}
.fill-blue-35\/25 {
  fill: rgba(206, 226, 242, 0.25);
}
.fill-blue-35\/30 {
  fill: rgba(206, 226, 242, 0.3);
}
.fill-blue-35\/35 {
  fill: rgba(206, 226, 242, 0.35);
}
.fill-blue-35\/40 {
  fill: rgba(206, 226, 242, 0.4);
}
.fill-blue-35\/45 {
  fill: rgba(206, 226, 242, 0.45);
}
.fill-blue-35\/5 {
  fill: rgba(206, 226, 242, 0.05);
}
.fill-blue-35\/50 {
  fill: rgba(206, 226, 242, 0.5);
}
.fill-blue-35\/55 {
  fill: rgba(206, 226, 242, 0.55);
}
.fill-blue-35\/60 {
  fill: rgba(206, 226, 242, 0.6);
}
.fill-blue-35\/65 {
  fill: rgba(206, 226, 242, 0.65);
}
.fill-blue-35\/70 {
  fill: rgba(206, 226, 242, 0.7);
}
.fill-blue-35\/75 {
  fill: rgba(206, 226, 242, 0.75);
}
.fill-blue-35\/80 {
  fill: rgba(206, 226, 242, 0.8);
}
.fill-blue-35\/85 {
  fill: rgba(206, 226, 242, 0.85);
}
.fill-blue-35\/90 {
  fill: rgba(206, 226, 242, 0.9);
}
.fill-blue-35\/95 {
  fill: rgba(206, 226, 242, 0.95);
}
.fill-blue-65 {
  fill: #98c6e5;
}
.fill-blue-65\/0 {
  fill: rgba(152, 198, 229, 0);
}
.fill-blue-65\/10 {
  fill: rgba(152, 198, 229, 0.1);
}
.fill-blue-65\/100 {
  fill: rgb(152, 198, 229);
}
.fill-blue-65\/15 {
  fill: rgba(152, 198, 229, 0.15);
}
.fill-blue-65\/20 {
  fill: rgba(152, 198, 229, 0.2);
}
.fill-blue-65\/25 {
  fill: rgba(152, 198, 229, 0.25);
}
.fill-blue-65\/30 {
  fill: rgba(152, 198, 229, 0.3);
}
.fill-blue-65\/35 {
  fill: rgba(152, 198, 229, 0.35);
}
.fill-blue-65\/40 {
  fill: rgba(152, 198, 229, 0.4);
}
.fill-blue-65\/45 {
  fill: rgba(152, 198, 229, 0.45);
}
.fill-blue-65\/5 {
  fill: rgba(152, 198, 229, 0.05);
}
.fill-blue-65\/50 {
  fill: rgba(152, 198, 229, 0.5);
}
.fill-blue-65\/55 {
  fill: rgba(152, 198, 229, 0.55);
}
.fill-blue-65\/60 {
  fill: rgba(152, 198, 229, 0.6);
}
.fill-blue-65\/65 {
  fill: rgba(152, 198, 229, 0.65);
}
.fill-blue-65\/70 {
  fill: rgba(152, 198, 229, 0.7);
}
.fill-blue-65\/75 {
  fill: rgba(152, 198, 229, 0.75);
}
.fill-blue-65\/80 {
  fill: rgba(152, 198, 229, 0.8);
}
.fill-blue-65\/85 {
  fill: rgba(152, 198, 229, 0.85);
}
.fill-blue-65\/90 {
  fill: rgba(152, 198, 229, 0.9);
}
.fill-blue-65\/95 {
  fill: rgba(152, 198, 229, 0.95);
}
.fill-blue\/0 {
  fill: rgba(130, 207, 245, 0);
}
.fill-blue\/10 {
  fill: rgba(130, 207, 245, 0.1);
}
.fill-blue\/100 {
  fill: rgb(130, 207, 245);
}
.fill-blue\/15 {
  fill: rgba(130, 207, 245, 0.15);
}
.fill-blue\/20 {
  fill: rgba(130, 207, 245, 0.2);
}
.fill-blue\/25 {
  fill: rgba(130, 207, 245, 0.25);
}
.fill-blue\/30 {
  fill: rgba(130, 207, 245, 0.3);
}
.fill-blue\/35 {
  fill: rgba(130, 207, 245, 0.35);
}
.fill-blue\/40 {
  fill: rgba(130, 207, 245, 0.4);
}
.fill-blue\/45 {
  fill: rgba(130, 207, 245, 0.45);
}
.fill-blue\/5 {
  fill: rgba(130, 207, 245, 0.05);
}
.fill-blue\/50 {
  fill: rgba(130, 207, 245, 0.5);
}
.fill-blue\/55 {
  fill: rgba(130, 207, 245, 0.55);
}
.fill-blue\/60 {
  fill: rgba(130, 207, 245, 0.6);
}
.fill-blue\/65 {
  fill: rgba(130, 207, 245, 0.65);
}
.fill-blue\/70 {
  fill: rgba(130, 207, 245, 0.7);
}
.fill-blue\/75 {
  fill: rgba(130, 207, 245, 0.75);
}
.fill-blue\/80 {
  fill: rgba(130, 207, 245, 0.8);
}
.fill-blue\/85 {
  fill: rgba(130, 207, 245, 0.85);
}
.fill-blue\/90 {
  fill: rgba(130, 207, 245, 0.9);
}
.fill-blue\/95 {
  fill: rgba(130, 207, 245, 0.95);
}
.fill-dev {
  fill: #f0f;
}
.fill-dev\/0 {
  fill: rgba(255, 0, 255, 0);
}
.fill-dev\/10 {
  fill: rgba(255, 0, 255, 0.1);
}
.fill-dev\/100 {
  fill: rgb(255, 0, 255);
}
.fill-dev\/15 {
  fill: rgba(255, 0, 255, 0.15);
}
.fill-dev\/20 {
  fill: rgba(255, 0, 255, 0.2);
}
.fill-dev\/25 {
  fill: rgba(255, 0, 255, 0.25);
}
.fill-dev\/30 {
  fill: rgba(255, 0, 255, 0.3);
}
.fill-dev\/35 {
  fill: rgba(255, 0, 255, 0.35);
}
.fill-dev\/40 {
  fill: rgba(255, 0, 255, 0.4);
}
.fill-dev\/45 {
  fill: rgba(255, 0, 255, 0.45);
}
.fill-dev\/5 {
  fill: rgba(255, 0, 255, 0.05);
}
.fill-dev\/50 {
  fill: rgba(255, 0, 255, 0.5);
}
.fill-dev\/55 {
  fill: rgba(255, 0, 255, 0.55);
}
.fill-dev\/60 {
  fill: rgba(255, 0, 255, 0.6);
}
.fill-dev\/65 {
  fill: rgba(255, 0, 255, 0.65);
}
.fill-dev\/70 {
  fill: rgba(255, 0, 255, 0.7);
}
.fill-dev\/75 {
  fill: rgba(255, 0, 255, 0.75);
}
.fill-dev\/80 {
  fill: rgba(255, 0, 255, 0.8);
}
.fill-dev\/85 {
  fill: rgba(255, 0, 255, 0.85);
}
.fill-dev\/90 {
  fill: rgba(255, 0, 255, 0.9);
}
.fill-dev\/95 {
  fill: rgba(255, 0, 255, 0.95);
}
.fill-green {
  fill: #66E4B0;
}
.fill-green\/0 {
  fill: rgba(102, 228, 176, 0);
}
.fill-green\/10 {
  fill: rgba(102, 228, 176, 0.1);
}
.fill-green\/100 {
  fill: rgb(102, 228, 176);
}
.fill-green\/15 {
  fill: rgba(102, 228, 176, 0.15);
}
.fill-green\/20 {
  fill: rgba(102, 228, 176, 0.2);
}
.fill-green\/25 {
  fill: rgba(102, 228, 176, 0.25);
}
.fill-green\/30 {
  fill: rgba(102, 228, 176, 0.3);
}
.fill-green\/35 {
  fill: rgba(102, 228, 176, 0.35);
}
.fill-green\/40 {
  fill: rgba(102, 228, 176, 0.4);
}
.fill-green\/45 {
  fill: rgba(102, 228, 176, 0.45);
}
.fill-green\/5 {
  fill: rgba(102, 228, 176, 0.05);
}
.fill-green\/50 {
  fill: rgba(102, 228, 176, 0.5);
}
.fill-green\/55 {
  fill: rgba(102, 228, 176, 0.55);
}
.fill-green\/60 {
  fill: rgba(102, 228, 176, 0.6);
}
.fill-green\/65 {
  fill: rgba(102, 228, 176, 0.65);
}
.fill-green\/70 {
  fill: rgba(102, 228, 176, 0.7);
}
.fill-green\/75 {
  fill: rgba(102, 228, 176, 0.75);
}
.fill-green\/80 {
  fill: rgba(102, 228, 176, 0.8);
}
.fill-green\/85 {
  fill: rgba(102, 228, 176, 0.85);
}
.fill-green\/90 {
  fill: rgba(102, 228, 176, 0.9);
}
.fill-green\/95 {
  fill: rgba(102, 228, 176, 0.95);
}
.fill-inherit {
  fill: inherit;
}
.fill-lightblue {
  fill: #87b1e7;
}
.fill-lightblue\/0 {
  fill: rgba(135, 177, 231, 0);
}
.fill-lightblue\/10 {
  fill: rgba(135, 177, 231, 0.1);
}
.fill-lightblue\/100 {
  fill: rgb(135, 177, 231);
}
.fill-lightblue\/15 {
  fill: rgba(135, 177, 231, 0.15);
}
.fill-lightblue\/20 {
  fill: rgba(135, 177, 231, 0.2);
}
.fill-lightblue\/25 {
  fill: rgba(135, 177, 231, 0.25);
}
.fill-lightblue\/30 {
  fill: rgba(135, 177, 231, 0.3);
}
.fill-lightblue\/35 {
  fill: rgba(135, 177, 231, 0.35);
}
.fill-lightblue\/40 {
  fill: rgba(135, 177, 231, 0.4);
}
.fill-lightblue\/45 {
  fill: rgba(135, 177, 231, 0.45);
}
.fill-lightblue\/5 {
  fill: rgba(135, 177, 231, 0.05);
}
.fill-lightblue\/50 {
  fill: rgba(135, 177, 231, 0.5);
}
.fill-lightblue\/55 {
  fill: rgba(135, 177, 231, 0.55);
}
.fill-lightblue\/60 {
  fill: rgba(135, 177, 231, 0.6);
}
.fill-lightblue\/65 {
  fill: rgba(135, 177, 231, 0.65);
}
.fill-lightblue\/70 {
  fill: rgba(135, 177, 231, 0.7);
}
.fill-lightblue\/75 {
  fill: rgba(135, 177, 231, 0.75);
}
.fill-lightblue\/80 {
  fill: rgba(135, 177, 231, 0.8);
}
.fill-lightblue\/85 {
  fill: rgba(135, 177, 231, 0.85);
}
.fill-lightblue\/90 {
  fill: rgba(135, 177, 231, 0.9);
}
.fill-lightblue\/95 {
  fill: rgba(135, 177, 231, 0.95);
}
.fill-lightgrey {
  fill: #F1EEE7;
}
.fill-lightgrey-hover {
  fill: #F3F1EB;
}
.fill-lightgrey-hover\/0 {
  fill: rgba(243, 241, 235, 0);
}
.fill-lightgrey-hover\/10 {
  fill: rgba(243, 241, 235, 0.1);
}
.fill-lightgrey-hover\/100 {
  fill: rgb(243, 241, 235);
}
.fill-lightgrey-hover\/15 {
  fill: rgba(243, 241, 235, 0.15);
}
.fill-lightgrey-hover\/20 {
  fill: rgba(243, 241, 235, 0.2);
}
.fill-lightgrey-hover\/25 {
  fill: rgba(243, 241, 235, 0.25);
}
.fill-lightgrey-hover\/30 {
  fill: rgba(243, 241, 235, 0.3);
}
.fill-lightgrey-hover\/35 {
  fill: rgba(243, 241, 235, 0.35);
}
.fill-lightgrey-hover\/40 {
  fill: rgba(243, 241, 235, 0.4);
}
.fill-lightgrey-hover\/45 {
  fill: rgba(243, 241, 235, 0.45);
}
.fill-lightgrey-hover\/5 {
  fill: rgba(243, 241, 235, 0.05);
}
.fill-lightgrey-hover\/50 {
  fill: rgba(243, 241, 235, 0.5);
}
.fill-lightgrey-hover\/55 {
  fill: rgba(243, 241, 235, 0.55);
}
.fill-lightgrey-hover\/60 {
  fill: rgba(243, 241, 235, 0.6);
}
.fill-lightgrey-hover\/65 {
  fill: rgba(243, 241, 235, 0.65);
}
.fill-lightgrey-hover\/70 {
  fill: rgba(243, 241, 235, 0.7);
}
.fill-lightgrey-hover\/75 {
  fill: rgba(243, 241, 235, 0.75);
}
.fill-lightgrey-hover\/80 {
  fill: rgba(243, 241, 235, 0.8);
}
.fill-lightgrey-hover\/85 {
  fill: rgba(243, 241, 235, 0.85);
}
.fill-lightgrey-hover\/90 {
  fill: rgba(243, 241, 235, 0.9);
}
.fill-lightgrey-hover\/95 {
  fill: rgba(243, 241, 235, 0.95);
}
.fill-lightgrey\/0 {
  fill: rgba(241, 238, 231, 0);
}
.fill-lightgrey\/10 {
  fill: rgba(241, 238, 231, 0.1);
}
.fill-lightgrey\/100 {
  fill: rgb(241, 238, 231);
}
.fill-lightgrey\/15 {
  fill: rgba(241, 238, 231, 0.15);
}
.fill-lightgrey\/20 {
  fill: rgba(241, 238, 231, 0.2);
}
.fill-lightgrey\/25 {
  fill: rgba(241, 238, 231, 0.25);
}
.fill-lightgrey\/30 {
  fill: rgba(241, 238, 231, 0.3);
}
.fill-lightgrey\/35 {
  fill: rgba(241, 238, 231, 0.35);
}
.fill-lightgrey\/40 {
  fill: rgba(241, 238, 231, 0.4);
}
.fill-lightgrey\/45 {
  fill: rgba(241, 238, 231, 0.45);
}
.fill-lightgrey\/5 {
  fill: rgba(241, 238, 231, 0.05);
}
.fill-lightgrey\/50 {
  fill: rgba(241, 238, 231, 0.5);
}
.fill-lightgrey\/55 {
  fill: rgba(241, 238, 231, 0.55);
}
.fill-lightgrey\/60 {
  fill: rgba(241, 238, 231, 0.6);
}
.fill-lightgrey\/65 {
  fill: rgba(241, 238, 231, 0.65);
}
.fill-lightgrey\/70 {
  fill: rgba(241, 238, 231, 0.7);
}
.fill-lightgrey\/75 {
  fill: rgba(241, 238, 231, 0.75);
}
.fill-lightgrey\/80 {
  fill: rgba(241, 238, 231, 0.8);
}
.fill-lightgrey\/85 {
  fill: rgba(241, 238, 231, 0.85);
}
.fill-lightgrey\/90 {
  fill: rgba(241, 238, 231, 0.9);
}
.fill-lightgrey\/95 {
  fill: rgba(241, 238, 231, 0.95);
}
.fill-lila {
  fill: #C0B0D6;
}
.fill-lila\/0 {
  fill: rgba(192, 176, 214, 0);
}
.fill-lila\/10 {
  fill: rgba(192, 176, 214, 0.1);
}
.fill-lila\/100 {
  fill: rgb(192, 176, 214);
}
.fill-lila\/15 {
  fill: rgba(192, 176, 214, 0.15);
}
.fill-lila\/20 {
  fill: rgba(192, 176, 214, 0.2);
}
.fill-lila\/25 {
  fill: rgba(192, 176, 214, 0.25);
}
.fill-lila\/30 {
  fill: rgba(192, 176, 214, 0.3);
}
.fill-lila\/35 {
  fill: rgba(192, 176, 214, 0.35);
}
.fill-lila\/40 {
  fill: rgba(192, 176, 214, 0.4);
}
.fill-lila\/45 {
  fill: rgba(192, 176, 214, 0.45);
}
.fill-lila\/5 {
  fill: rgba(192, 176, 214, 0.05);
}
.fill-lila\/50 {
  fill: rgba(192, 176, 214, 0.5);
}
.fill-lila\/55 {
  fill: rgba(192, 176, 214, 0.55);
}
.fill-lila\/60 {
  fill: rgba(192, 176, 214, 0.6);
}
.fill-lila\/65 {
  fill: rgba(192, 176, 214, 0.65);
}
.fill-lila\/70 {
  fill: rgba(192, 176, 214, 0.7);
}
.fill-lila\/75 {
  fill: rgba(192, 176, 214, 0.75);
}
.fill-lila\/80 {
  fill: rgba(192, 176, 214, 0.8);
}
.fill-lila\/85 {
  fill: rgba(192, 176, 214, 0.85);
}
.fill-lila\/90 {
  fill: rgba(192, 176, 214, 0.9);
}
.fill-lila\/95 {
  fill: rgba(192, 176, 214, 0.95);
}
.fill-none {
  fill: none;
}
.fill-pink {
  fill: #E7A6D4;
}
.fill-pink\/0 {
  fill: rgba(231, 166, 212, 0);
}
.fill-pink\/10 {
  fill: rgba(231, 166, 212, 0.1);
}
.fill-pink\/100 {
  fill: rgb(231, 166, 212);
}
.fill-pink\/15 {
  fill: rgba(231, 166, 212, 0.15);
}
.fill-pink\/20 {
  fill: rgba(231, 166, 212, 0.2);
}
.fill-pink\/25 {
  fill: rgba(231, 166, 212, 0.25);
}
.fill-pink\/30 {
  fill: rgba(231, 166, 212, 0.3);
}
.fill-pink\/35 {
  fill: rgba(231, 166, 212, 0.35);
}
.fill-pink\/40 {
  fill: rgba(231, 166, 212, 0.4);
}
.fill-pink\/45 {
  fill: rgba(231, 166, 212, 0.45);
}
.fill-pink\/5 {
  fill: rgba(231, 166, 212, 0.05);
}
.fill-pink\/50 {
  fill: rgba(231, 166, 212, 0.5);
}
.fill-pink\/55 {
  fill: rgba(231, 166, 212, 0.55);
}
.fill-pink\/60 {
  fill: rgba(231, 166, 212, 0.6);
}
.fill-pink\/65 {
  fill: rgba(231, 166, 212, 0.65);
}
.fill-pink\/70 {
  fill: rgba(231, 166, 212, 0.7);
}
.fill-pink\/75 {
  fill: rgba(231, 166, 212, 0.75);
}
.fill-pink\/80 {
  fill: rgba(231, 166, 212, 0.8);
}
.fill-pink\/85 {
  fill: rgba(231, 166, 212, 0.85);
}
.fill-pink\/90 {
  fill: rgba(231, 166, 212, 0.9);
}
.fill-pink\/95 {
  fill: rgba(231, 166, 212, 0.95);
}
.fill-transparent {
  fill: transparent;
}
.fill-transparent\/0 {
  fill: rgba(0, 0, 0, 0);
}
.fill-transparent\/10 {
  fill: rgba(0, 0, 0, 0.1);
}
.fill-transparent\/100 {
  fill: rgb(0, 0, 0);
}
.fill-transparent\/15 {
  fill: rgba(0, 0, 0, 0.15);
}
.fill-transparent\/20 {
  fill: rgba(0, 0, 0, 0.2);
}
.fill-transparent\/25 {
  fill: rgba(0, 0, 0, 0.25);
}
.fill-transparent\/30 {
  fill: rgba(0, 0, 0, 0.3);
}
.fill-transparent\/35 {
  fill: rgba(0, 0, 0, 0.35);
}
.fill-transparent\/40 {
  fill: rgba(0, 0, 0, 0.4);
}
.fill-transparent\/45 {
  fill: rgba(0, 0, 0, 0.45);
}
.fill-transparent\/5 {
  fill: rgba(0, 0, 0, 0.05);
}
.fill-transparent\/50 {
  fill: rgba(0, 0, 0, 0.5);
}
.fill-transparent\/55 {
  fill: rgba(0, 0, 0, 0.55);
}
.fill-transparent\/60 {
  fill: rgba(0, 0, 0, 0.6);
}
.fill-transparent\/65 {
  fill: rgba(0, 0, 0, 0.65);
}
.fill-transparent\/70 {
  fill: rgba(0, 0, 0, 0.7);
}
.fill-transparent\/75 {
  fill: rgba(0, 0, 0, 0.75);
}
.fill-transparent\/80 {
  fill: rgba(0, 0, 0, 0.8);
}
.fill-transparent\/85 {
  fill: rgba(0, 0, 0, 0.85);
}
.fill-transparent\/90 {
  fill: rgba(0, 0, 0, 0.9);
}
.fill-transparent\/95 {
  fill: rgba(0, 0, 0, 0.95);
}
.fill-white {
  fill: #ffffff;
}
.fill-white\/0 {
  fill: rgba(255, 255, 255, 0);
}
.fill-white\/10 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-white\/100 {
  fill: rgb(255, 255, 255);
}
.fill-white\/15 {
  fill: rgba(255, 255, 255, 0.15);
}
.fill-white\/20 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-white\/25 {
  fill: rgba(255, 255, 255, 0.25);
}
.fill-white\/30 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-white\/35 {
  fill: rgba(255, 255, 255, 0.35);
}
.fill-white\/40 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-white\/45 {
  fill: rgba(255, 255, 255, 0.45);
}
.fill-white\/5 {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-white\/50 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-white\/55 {
  fill: rgba(255, 255, 255, 0.55);
}
.fill-white\/60 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-white\/65 {
  fill: rgba(255, 255, 255, 0.65);
}
.fill-white\/70 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-white\/75 {
  fill: rgba(255, 255, 255, 0.75);
}
.fill-white\/80 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-white\/85 {
  fill: rgba(255, 255, 255, 0.85);
}
.fill-white\/90 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-white\/95 {
  fill: rgba(255, 255, 255, 0.95);
}
.fill-yellow {
  fill: #F9FF58;
}
.fill-yellow\/0 {
  fill: rgba(249, 255, 88, 0);
}
.fill-yellow\/10 {
  fill: rgba(249, 255, 88, 0.1);
}
.fill-yellow\/100 {
  fill: rgb(249, 255, 88);
}
.fill-yellow\/15 {
  fill: rgba(249, 255, 88, 0.15);
}
.fill-yellow\/20 {
  fill: rgba(249, 255, 88, 0.2);
}
.fill-yellow\/25 {
  fill: rgba(249, 255, 88, 0.25);
}
.fill-yellow\/30 {
  fill: rgba(249, 255, 88, 0.3);
}
.fill-yellow\/35 {
  fill: rgba(249, 255, 88, 0.35);
}
.fill-yellow\/40 {
  fill: rgba(249, 255, 88, 0.4);
}
.fill-yellow\/45 {
  fill: rgba(249, 255, 88, 0.45);
}
.fill-yellow\/5 {
  fill: rgba(249, 255, 88, 0.05);
}
.fill-yellow\/50 {
  fill: rgba(249, 255, 88, 0.5);
}
.fill-yellow\/55 {
  fill: rgba(249, 255, 88, 0.55);
}
.fill-yellow\/60 {
  fill: rgba(249, 255, 88, 0.6);
}
.fill-yellow\/65 {
  fill: rgba(249, 255, 88, 0.65);
}
.fill-yellow\/70 {
  fill: rgba(249, 255, 88, 0.7);
}
.fill-yellow\/75 {
  fill: rgba(249, 255, 88, 0.75);
}
.fill-yellow\/80 {
  fill: rgba(249, 255, 88, 0.8);
}
.fill-yellow\/85 {
  fill: rgba(249, 255, 88, 0.85);
}
.fill-yellow\/90 {
  fill: rgba(249, 255, 88, 0.9);
}
.fill-yellow\/95 {
  fill: rgba(249, 255, 88, 0.95);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!px-page-x {
  padding-left: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px)) !important;
  padding-right: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px)) !important;
}
.px-2xl {
  padding-left: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  padding-right: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.px-2xs {
  padding-left: 8px;
  padding-right: 8px;
}
.px-3xl {
  padding-left: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
  padding-right: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
}
.px-lg {
  padding-left: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  padding-right: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.px-md {
  padding-left: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
  padding-right: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.px-page-x {
  padding-left: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
  padding-right: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.px-sm {
  padding-left: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
  padding-right: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.px-xl {
  padding-left: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  padding-right: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.py-2xl {
  padding-top: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  padding-bottom: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.py-2xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-3xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-lg {
  padding-top: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  padding-bottom: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.py-md {
  padding-top: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
  padding-bottom: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.py-sm {
  padding-top: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
  padding-bottom: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
}
.py-xl {
  padding-top: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  padding-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.\!pr-\[2\.1em\] {
  padding-right: 2.1em !important;
}
.pb-2xl {
  padding-bottom: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.pb-3xl {
  padding-bottom: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
}
.pb-5xl {
  padding-bottom: max(100px, min(calc(89.437px + (2.8000000000000003vw - 10.5px)), 130px));
}
.pb-xl {
  padding-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
}
.pb-xs {
  padding-bottom: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.pl-page-x {
  padding-left: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.pl-xs {
  padding-left: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.pr-lg {
  padding-right: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.pr-page-x {
  padding-right: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
}
.pr-xs {
  padding-right: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.pt-2xl {
  padding-top: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
}
.pt-2xs {
  padding-top: 8px;
}
.pt-4xl {
  padding-top: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
}
.pt-5xl {
  padding-top: max(100px, min(calc(89.437px + (2.8000000000000003vw - 10.5px)), 130px));
}
.pt-em {
  padding-top: 1em;
}
.pt-lg {
  padding-top: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
}
.pt-md {
  padding-top: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.font-sans {
  font-family: Athletics, sans-serif;
}
.font-serif {
  font-family: Droulers, sans-serif;
}
.\!text-sm {
  font-size: max(18px, min(calc(15.535px + (0.7000000000000001vw - 2.625px)), 25px)) !important;
  line-height: max(25px, min(calc(21.127px + (1vw - 3.75px)), 36px)) !important;
}
.text-2xl {
  font-size: 1rem;
  line-height: 140%;
}
.text-3xl {
  font-size: 1rem;
  line-height: 140%;
}
.text-4xl {
  font-size: 1rem;
  line-height: 140%;
}
.text-5xl {
  font-size: 1rem;
  line-height: 140%;
}
.text-6xl {
  font-size: 1rem;
  line-height: 140%;
}
.text-7xl {
  font-size: 1rem;
  line-height: 140%;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: max(18px, min(calc(17.296px + (0.2vw - 0.75px)), 20px));
  line-height: max(25px, min(calc(23.944px + (0.3vw - 1.125px)), 28px));
}
.text-dev {
  font-size: 14px;
  line-height: 140%;
}
.text-dev\/10 {
  font-size: 14px;
  line-height: 2.5rem;
}
.text-dev\/5 {
  font-size: 14px;
  line-height: 1.25rem;
}
.text-lg {
  font-size: max(28px, min(calc(22.014px + (1.6vw - 6px)), 45px));
  line-height: max(40px, min(calc(32.958px + (1.9vw - 7.125px)), 60px));
}
.text-md {
  font-size: max(25px, min(calc(21.479px + (0.8999999999999999vw - 3.3749999999999996px)), 35px));
  line-height: max(34px, min(calc(29.775px + (1.0999999999999999vw - 4.125px)), 46px));
}
.text-sm {
  font-size: max(18px, min(calc(15.535px + (0.7000000000000001vw - 2.625px)), 25px));
  line-height: max(25px, min(calc(21.127px + (1vw - 3.75px)), 36px));
}
.text-xl {
  font-size: max(35px, min(calc(29.718px + (1.4000000000000001vw - 5.25px)), 50px));
  line-height: max(36px, min(calc(27.549px + (2.3vw - 8.625px)), 60px));
}
.text-xs {
  font-size: max(13px, min(calc(11.239px + (0.5vw - 1.875px)), 18px));
  line-height: max(15px, min(calc(12.535px + (0.7000000000000001vw - 2.625px)), 22px));
}
.font-normal {
  font-weight: normal;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.text-beige {
  --tw-text-opacity: 1;
  color: rgba(231, 228, 214, 1);
  color: rgba(231, 228, 214, var(--tw-text-opacity, 1));
}
.text-beige\/0 {
  color: rgba(231, 228, 214, 0);
}
.text-beige\/10 {
  color: rgba(231, 228, 214, 0.1);
}
.text-beige\/100 {
  color: rgb(231, 228, 214);
}
.text-beige\/15 {
  color: rgba(231, 228, 214, 0.15);
}
.text-beige\/20 {
  color: rgba(231, 228, 214, 0.2);
}
.text-beige\/25 {
  color: rgba(231, 228, 214, 0.25);
}
.text-beige\/30 {
  color: rgba(231, 228, 214, 0.3);
}
.text-beige\/35 {
  color: rgba(231, 228, 214, 0.35);
}
.text-beige\/40 {
  color: rgba(231, 228, 214, 0.4);
}
.text-beige\/45 {
  color: rgba(231, 228, 214, 0.45);
}
.text-beige\/5 {
  color: rgba(231, 228, 214, 0.05);
}
.text-beige\/50 {
  color: rgba(231, 228, 214, 0.5);
}
.text-beige\/55 {
  color: rgba(231, 228, 214, 0.55);
}
.text-beige\/60 {
  color: rgba(231, 228, 214, 0.6);
}
.text-beige\/65 {
  color: rgba(231, 228, 214, 0.65);
}
.text-beige\/70 {
  color: rgba(231, 228, 214, 0.7);
}
.text-beige\/75 {
  color: rgba(231, 228, 214, 0.75);
}
.text-beige\/80 {
  color: rgba(231, 228, 214, 0.8);
}
.text-beige\/85 {
  color: rgba(231, 228, 214, 0.85);
}
.text-beige\/90 {
  color: rgba(231, 228, 214, 0.9);
}
.text-beige\/95 {
  color: rgba(231, 228, 214, 0.95);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(43, 44, 41, 1);
  color: rgba(43, 44, 41, var(--tw-text-opacity, 1));
}
.text-black\/0 {
  color: rgba(43, 44, 41, 0);
}
.text-black\/10 {
  color: rgba(43, 44, 41, 0.1);
}
.text-black\/100 {
  color: rgb(43, 44, 41);
}
.text-black\/15 {
  color: rgba(43, 44, 41, 0.15);
}
.text-black\/20 {
  color: rgba(43, 44, 41, 0.2);
}
.text-black\/25 {
  color: rgba(43, 44, 41, 0.25);
}
.text-black\/30 {
  color: rgba(43, 44, 41, 0.3);
}
.text-black\/35 {
  color: rgba(43, 44, 41, 0.35);
}
.text-black\/40 {
  color: rgba(43, 44, 41, 0.4);
}
.text-black\/45 {
  color: rgba(43, 44, 41, 0.45);
}
.text-black\/5 {
  color: rgba(43, 44, 41, 0.05);
}
.text-black\/50 {
  color: rgba(43, 44, 41, 0.5);
}
.text-black\/55 {
  color: rgba(43, 44, 41, 0.55);
}
.text-black\/60 {
  color: rgba(43, 44, 41, 0.6);
}
.text-black\/65 {
  color: rgba(43, 44, 41, 0.65);
}
.text-black\/70 {
  color: rgba(43, 44, 41, 0.7);
}
.text-black\/75 {
  color: rgba(43, 44, 41, 0.75);
}
.text-black\/80 {
  color: rgba(43, 44, 41, 0.8);
}
.text-black\/85 {
  color: rgba(43, 44, 41, 0.85);
}
.text-black\/90 {
  color: rgba(43, 44, 41, 0.9);
}
.text-black\/95 {
  color: rgba(43, 44, 41, 0.95);
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgba(130, 207, 245, 1);
  color: rgba(130, 207, 245, var(--tw-text-opacity, 1));
}
.text-blue-35 {
  --tw-text-opacity: 1;
  color: rgba(206, 226, 242, 1);
  color: rgba(206, 226, 242, var(--tw-text-opacity, 1));
}
.text-blue-35\/0 {
  color: rgba(206, 226, 242, 0);
}
.text-blue-35\/10 {
  color: rgba(206, 226, 242, 0.1);
}
.text-blue-35\/100 {
  color: rgb(206, 226, 242);
}
.text-blue-35\/15 {
  color: rgba(206, 226, 242, 0.15);
}
.text-blue-35\/20 {
  color: rgba(206, 226, 242, 0.2);
}
.text-blue-35\/25 {
  color: rgba(206, 226, 242, 0.25);
}
.text-blue-35\/30 {
  color: rgba(206, 226, 242, 0.3);
}
.text-blue-35\/35 {
  color: rgba(206, 226, 242, 0.35);
}
.text-blue-35\/40 {
  color: rgba(206, 226, 242, 0.4);
}
.text-blue-35\/45 {
  color: rgba(206, 226, 242, 0.45);
}
.text-blue-35\/5 {
  color: rgba(206, 226, 242, 0.05);
}
.text-blue-35\/50 {
  color: rgba(206, 226, 242, 0.5);
}
.text-blue-35\/55 {
  color: rgba(206, 226, 242, 0.55);
}
.text-blue-35\/60 {
  color: rgba(206, 226, 242, 0.6);
}
.text-blue-35\/65 {
  color: rgba(206, 226, 242, 0.65);
}
.text-blue-35\/70 {
  color: rgba(206, 226, 242, 0.7);
}
.text-blue-35\/75 {
  color: rgba(206, 226, 242, 0.75);
}
.text-blue-35\/80 {
  color: rgba(206, 226, 242, 0.8);
}
.text-blue-35\/85 {
  color: rgba(206, 226, 242, 0.85);
}
.text-blue-35\/90 {
  color: rgba(206, 226, 242, 0.9);
}
.text-blue-35\/95 {
  color: rgba(206, 226, 242, 0.95);
}
.text-blue-65 {
  --tw-text-opacity: 1;
  color: rgba(152, 198, 229, 1);
  color: rgba(152, 198, 229, var(--tw-text-opacity, 1));
}
.text-blue-65\/0 {
  color: rgba(152, 198, 229, 0);
}
.text-blue-65\/10 {
  color: rgba(152, 198, 229, 0.1);
}
.text-blue-65\/100 {
  color: rgb(152, 198, 229);
}
.text-blue-65\/15 {
  color: rgba(152, 198, 229, 0.15);
}
.text-blue-65\/20 {
  color: rgba(152, 198, 229, 0.2);
}
.text-blue-65\/25 {
  color: rgba(152, 198, 229, 0.25);
}
.text-blue-65\/30 {
  color: rgba(152, 198, 229, 0.3);
}
.text-blue-65\/35 {
  color: rgba(152, 198, 229, 0.35);
}
.text-blue-65\/40 {
  color: rgba(152, 198, 229, 0.4);
}
.text-blue-65\/45 {
  color: rgba(152, 198, 229, 0.45);
}
.text-blue-65\/5 {
  color: rgba(152, 198, 229, 0.05);
}
.text-blue-65\/50 {
  color: rgba(152, 198, 229, 0.5);
}
.text-blue-65\/55 {
  color: rgba(152, 198, 229, 0.55);
}
.text-blue-65\/60 {
  color: rgba(152, 198, 229, 0.6);
}
.text-blue-65\/65 {
  color: rgba(152, 198, 229, 0.65);
}
.text-blue-65\/70 {
  color: rgba(152, 198, 229, 0.7);
}
.text-blue-65\/75 {
  color: rgba(152, 198, 229, 0.75);
}
.text-blue-65\/80 {
  color: rgba(152, 198, 229, 0.8);
}
.text-blue-65\/85 {
  color: rgba(152, 198, 229, 0.85);
}
.text-blue-65\/90 {
  color: rgba(152, 198, 229, 0.9);
}
.text-blue-65\/95 {
  color: rgba(152, 198, 229, 0.95);
}
.text-blue\/0 {
  color: rgba(130, 207, 245, 0);
}
.text-blue\/10 {
  color: rgba(130, 207, 245, 0.1);
}
.text-blue\/100 {
  color: rgb(130, 207, 245);
}
.text-blue\/15 {
  color: rgba(130, 207, 245, 0.15);
}
.text-blue\/20 {
  color: rgba(130, 207, 245, 0.2);
}
.text-blue\/25 {
  color: rgba(130, 207, 245, 0.25);
}
.text-blue\/30 {
  color: rgba(130, 207, 245, 0.3);
}
.text-blue\/35 {
  color: rgba(130, 207, 245, 0.35);
}
.text-blue\/40 {
  color: rgba(130, 207, 245, 0.4);
}
.text-blue\/45 {
  color: rgba(130, 207, 245, 0.45);
}
.text-blue\/5 {
  color: rgba(130, 207, 245, 0.05);
}
.text-blue\/50 {
  color: rgba(130, 207, 245, 0.5);
}
.text-blue\/55 {
  color: rgba(130, 207, 245, 0.55);
}
.text-blue\/60 {
  color: rgba(130, 207, 245, 0.6);
}
.text-blue\/65 {
  color: rgba(130, 207, 245, 0.65);
}
.text-blue\/70 {
  color: rgba(130, 207, 245, 0.7);
}
.text-blue\/75 {
  color: rgba(130, 207, 245, 0.75);
}
.text-blue\/80 {
  color: rgba(130, 207, 245, 0.8);
}
.text-blue\/85 {
  color: rgba(130, 207, 245, 0.85);
}
.text-blue\/90 {
  color: rgba(130, 207, 245, 0.9);
}
.text-blue\/95 {
  color: rgba(130, 207, 245, 0.95);
}
.text-dev {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 255, 1);
  color: rgba(255, 0, 255, var(--tw-text-opacity, 1));
}
.text-dev\/0 {
  color: rgba(255, 0, 255, 0);
}
.text-dev\/10 {
  color: rgba(255, 0, 255, 0.1);
}
.text-dev\/100 {
  color: rgb(255, 0, 255);
}
.text-dev\/15 {
  color: rgba(255, 0, 255, 0.15);
}
.text-dev\/20 {
  color: rgba(255, 0, 255, 0.2);
}
.text-dev\/25 {
  color: rgba(255, 0, 255, 0.25);
}
.text-dev\/30 {
  color: rgba(255, 0, 255, 0.3);
}
.text-dev\/35 {
  color: rgba(255, 0, 255, 0.35);
}
.text-dev\/40 {
  color: rgba(255, 0, 255, 0.4);
}
.text-dev\/45 {
  color: rgba(255, 0, 255, 0.45);
}
.text-dev\/5 {
  color: rgba(255, 0, 255, 0.05);
}
.text-dev\/50 {
  color: rgba(255, 0, 255, 0.5);
}
.text-dev\/55 {
  color: rgba(255, 0, 255, 0.55);
}
.text-dev\/60 {
  color: rgba(255, 0, 255, 0.6);
}
.text-dev\/65 {
  color: rgba(255, 0, 255, 0.65);
}
.text-dev\/70 {
  color: rgba(255, 0, 255, 0.7);
}
.text-dev\/75 {
  color: rgba(255, 0, 255, 0.75);
}
.text-dev\/80 {
  color: rgba(255, 0, 255, 0.8);
}
.text-dev\/85 {
  color: rgba(255, 0, 255, 0.85);
}
.text-dev\/90 {
  color: rgba(255, 0, 255, 0.9);
}
.text-dev\/95 {
  color: rgba(255, 0, 255, 0.95);
}
.text-green {
  --tw-text-opacity: 1;
  color: rgba(102, 228, 176, 1);
  color: rgba(102, 228, 176, var(--tw-text-opacity, 1));
}
.text-green\/0 {
  color: rgba(102, 228, 176, 0);
}
.text-green\/10 {
  color: rgba(102, 228, 176, 0.1);
}
.text-green\/100 {
  color: rgb(102, 228, 176);
}
.text-green\/15 {
  color: rgba(102, 228, 176, 0.15);
}
.text-green\/20 {
  color: rgba(102, 228, 176, 0.2);
}
.text-green\/25 {
  color: rgba(102, 228, 176, 0.25);
}
.text-green\/30 {
  color: rgba(102, 228, 176, 0.3);
}
.text-green\/35 {
  color: rgba(102, 228, 176, 0.35);
}
.text-green\/40 {
  color: rgba(102, 228, 176, 0.4);
}
.text-green\/45 {
  color: rgba(102, 228, 176, 0.45);
}
.text-green\/5 {
  color: rgba(102, 228, 176, 0.05);
}
.text-green\/50 {
  color: rgba(102, 228, 176, 0.5);
}
.text-green\/55 {
  color: rgba(102, 228, 176, 0.55);
}
.text-green\/60 {
  color: rgba(102, 228, 176, 0.6);
}
.text-green\/65 {
  color: rgba(102, 228, 176, 0.65);
}
.text-green\/70 {
  color: rgba(102, 228, 176, 0.7);
}
.text-green\/75 {
  color: rgba(102, 228, 176, 0.75);
}
.text-green\/80 {
  color: rgba(102, 228, 176, 0.8);
}
.text-green\/85 {
  color: rgba(102, 228, 176, 0.85);
}
.text-green\/90 {
  color: rgba(102, 228, 176, 0.9);
}
.text-green\/95 {
  color: rgba(102, 228, 176, 0.95);
}
.text-inherit {
  color: inherit;
}
.text-lightblue {
  --tw-text-opacity: 1;
  color: rgba(135, 177, 231, 1);
  color: rgba(135, 177, 231, var(--tw-text-opacity, 1));
}
.text-lightblue\/0 {
  color: rgba(135, 177, 231, 0);
}
.text-lightblue\/10 {
  color: rgba(135, 177, 231, 0.1);
}
.text-lightblue\/100 {
  color: rgb(135, 177, 231);
}
.text-lightblue\/15 {
  color: rgba(135, 177, 231, 0.15);
}
.text-lightblue\/20 {
  color: rgba(135, 177, 231, 0.2);
}
.text-lightblue\/25 {
  color: rgba(135, 177, 231, 0.25);
}
.text-lightblue\/30 {
  color: rgba(135, 177, 231, 0.3);
}
.text-lightblue\/35 {
  color: rgba(135, 177, 231, 0.35);
}
.text-lightblue\/40 {
  color: rgba(135, 177, 231, 0.4);
}
.text-lightblue\/45 {
  color: rgba(135, 177, 231, 0.45);
}
.text-lightblue\/5 {
  color: rgba(135, 177, 231, 0.05);
}
.text-lightblue\/50 {
  color: rgba(135, 177, 231, 0.5);
}
.text-lightblue\/55 {
  color: rgba(135, 177, 231, 0.55);
}
.text-lightblue\/60 {
  color: rgba(135, 177, 231, 0.6);
}
.text-lightblue\/65 {
  color: rgba(135, 177, 231, 0.65);
}
.text-lightblue\/70 {
  color: rgba(135, 177, 231, 0.7);
}
.text-lightblue\/75 {
  color: rgba(135, 177, 231, 0.75);
}
.text-lightblue\/80 {
  color: rgba(135, 177, 231, 0.8);
}
.text-lightblue\/85 {
  color: rgba(135, 177, 231, 0.85);
}
.text-lightblue\/90 {
  color: rgba(135, 177, 231, 0.9);
}
.text-lightblue\/95 {
  color: rgba(135, 177, 231, 0.95);
}
.text-lightgrey {
  --tw-text-opacity: 1;
  color: rgba(241, 238, 231, 1);
  color: rgba(241, 238, 231, var(--tw-text-opacity, 1));
}
.text-lightgrey-hover {
  --tw-text-opacity: 1;
  color: rgba(243, 241, 235, 1);
  color: rgba(243, 241, 235, var(--tw-text-opacity, 1));
}
.text-lightgrey-hover\/0 {
  color: rgba(243, 241, 235, 0);
}
.text-lightgrey-hover\/10 {
  color: rgba(243, 241, 235, 0.1);
}
.text-lightgrey-hover\/100 {
  color: rgb(243, 241, 235);
}
.text-lightgrey-hover\/15 {
  color: rgba(243, 241, 235, 0.15);
}
.text-lightgrey-hover\/20 {
  color: rgba(243, 241, 235, 0.2);
}
.text-lightgrey-hover\/25 {
  color: rgba(243, 241, 235, 0.25);
}
.text-lightgrey-hover\/30 {
  color: rgba(243, 241, 235, 0.3);
}
.text-lightgrey-hover\/35 {
  color: rgba(243, 241, 235, 0.35);
}
.text-lightgrey-hover\/40 {
  color: rgba(243, 241, 235, 0.4);
}
.text-lightgrey-hover\/45 {
  color: rgba(243, 241, 235, 0.45);
}
.text-lightgrey-hover\/5 {
  color: rgba(243, 241, 235, 0.05);
}
.text-lightgrey-hover\/50 {
  color: rgba(243, 241, 235, 0.5);
}
.text-lightgrey-hover\/55 {
  color: rgba(243, 241, 235, 0.55);
}
.text-lightgrey-hover\/60 {
  color: rgba(243, 241, 235, 0.6);
}
.text-lightgrey-hover\/65 {
  color: rgba(243, 241, 235, 0.65);
}
.text-lightgrey-hover\/70 {
  color: rgba(243, 241, 235, 0.7);
}
.text-lightgrey-hover\/75 {
  color: rgba(243, 241, 235, 0.75);
}
.text-lightgrey-hover\/80 {
  color: rgba(243, 241, 235, 0.8);
}
.text-lightgrey-hover\/85 {
  color: rgba(243, 241, 235, 0.85);
}
.text-lightgrey-hover\/90 {
  color: rgba(243, 241, 235, 0.9);
}
.text-lightgrey-hover\/95 {
  color: rgba(243, 241, 235, 0.95);
}
.text-lightgrey\/0 {
  color: rgba(241, 238, 231, 0);
}
.text-lightgrey\/10 {
  color: rgba(241, 238, 231, 0.1);
}
.text-lightgrey\/100 {
  color: rgb(241, 238, 231);
}
.text-lightgrey\/15 {
  color: rgba(241, 238, 231, 0.15);
}
.text-lightgrey\/20 {
  color: rgba(241, 238, 231, 0.2);
}
.text-lightgrey\/25 {
  color: rgba(241, 238, 231, 0.25);
}
.text-lightgrey\/30 {
  color: rgba(241, 238, 231, 0.3);
}
.text-lightgrey\/35 {
  color: rgba(241, 238, 231, 0.35);
}
.text-lightgrey\/40 {
  color: rgba(241, 238, 231, 0.4);
}
.text-lightgrey\/45 {
  color: rgba(241, 238, 231, 0.45);
}
.text-lightgrey\/5 {
  color: rgba(241, 238, 231, 0.05);
}
.text-lightgrey\/50 {
  color: rgba(241, 238, 231, 0.5);
}
.text-lightgrey\/55 {
  color: rgba(241, 238, 231, 0.55);
}
.text-lightgrey\/60 {
  color: rgba(241, 238, 231, 0.6);
}
.text-lightgrey\/65 {
  color: rgba(241, 238, 231, 0.65);
}
.text-lightgrey\/70 {
  color: rgba(241, 238, 231, 0.7);
}
.text-lightgrey\/75 {
  color: rgba(241, 238, 231, 0.75);
}
.text-lightgrey\/80 {
  color: rgba(241, 238, 231, 0.8);
}
.text-lightgrey\/85 {
  color: rgba(241, 238, 231, 0.85);
}
.text-lightgrey\/90 {
  color: rgba(241, 238, 231, 0.9);
}
.text-lightgrey\/95 {
  color: rgba(241, 238, 231, 0.95);
}
.text-lila {
  --tw-text-opacity: 1;
  color: rgba(192, 176, 214, 1);
  color: rgba(192, 176, 214, var(--tw-text-opacity, 1));
}
.text-lila\/0 {
  color: rgba(192, 176, 214, 0);
}
.text-lila\/10 {
  color: rgba(192, 176, 214, 0.1);
}
.text-lila\/100 {
  color: rgb(192, 176, 214);
}
.text-lila\/15 {
  color: rgba(192, 176, 214, 0.15);
}
.text-lila\/20 {
  color: rgba(192, 176, 214, 0.2);
}
.text-lila\/25 {
  color: rgba(192, 176, 214, 0.25);
}
.text-lila\/30 {
  color: rgba(192, 176, 214, 0.3);
}
.text-lila\/35 {
  color: rgba(192, 176, 214, 0.35);
}
.text-lila\/40 {
  color: rgba(192, 176, 214, 0.4);
}
.text-lila\/45 {
  color: rgba(192, 176, 214, 0.45);
}
.text-lila\/5 {
  color: rgba(192, 176, 214, 0.05);
}
.text-lila\/50 {
  color: rgba(192, 176, 214, 0.5);
}
.text-lila\/55 {
  color: rgba(192, 176, 214, 0.55);
}
.text-lila\/60 {
  color: rgba(192, 176, 214, 0.6);
}
.text-lila\/65 {
  color: rgba(192, 176, 214, 0.65);
}
.text-lila\/70 {
  color: rgba(192, 176, 214, 0.7);
}
.text-lila\/75 {
  color: rgba(192, 176, 214, 0.75);
}
.text-lila\/80 {
  color: rgba(192, 176, 214, 0.8);
}
.text-lila\/85 {
  color: rgba(192, 176, 214, 0.85);
}
.text-lila\/90 {
  color: rgba(192, 176, 214, 0.9);
}
.text-lila\/95 {
  color: rgba(192, 176, 214, 0.95);
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgba(231, 166, 212, 1);
  color: rgba(231, 166, 212, var(--tw-text-opacity, 1));
}
.text-pink\/0 {
  color: rgba(231, 166, 212, 0);
}
.text-pink\/10 {
  color: rgba(231, 166, 212, 0.1);
}
.text-pink\/100 {
  color: rgb(231, 166, 212);
}
.text-pink\/15 {
  color: rgba(231, 166, 212, 0.15);
}
.text-pink\/20 {
  color: rgba(231, 166, 212, 0.2);
}
.text-pink\/25 {
  color: rgba(231, 166, 212, 0.25);
}
.text-pink\/30 {
  color: rgba(231, 166, 212, 0.3);
}
.text-pink\/35 {
  color: rgba(231, 166, 212, 0.35);
}
.text-pink\/40 {
  color: rgba(231, 166, 212, 0.4);
}
.text-pink\/45 {
  color: rgba(231, 166, 212, 0.45);
}
.text-pink\/5 {
  color: rgba(231, 166, 212, 0.05);
}
.text-pink\/50 {
  color: rgba(231, 166, 212, 0.5);
}
.text-pink\/55 {
  color: rgba(231, 166, 212, 0.55);
}
.text-pink\/60 {
  color: rgba(231, 166, 212, 0.6);
}
.text-pink\/65 {
  color: rgba(231, 166, 212, 0.65);
}
.text-pink\/70 {
  color: rgba(231, 166, 212, 0.7);
}
.text-pink\/75 {
  color: rgba(231, 166, 212, 0.75);
}
.text-pink\/80 {
  color: rgba(231, 166, 212, 0.8);
}
.text-pink\/85 {
  color: rgba(231, 166, 212, 0.85);
}
.text-pink\/90 {
  color: rgba(231, 166, 212, 0.9);
}
.text-pink\/95 {
  color: rgba(231, 166, 212, 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgba(0, 0, 0, 0);
}
.text-transparent\/10 {
  color: rgba(0, 0, 0, 0.1);
}
.text-transparent\/100 {
  color: rgb(0, 0, 0);
}
.text-transparent\/15 {
  color: rgba(0, 0, 0, 0.15);
}
.text-transparent\/20 {
  color: rgba(0, 0, 0, 0.2);
}
.text-transparent\/25 {
  color: rgba(0, 0, 0, 0.25);
}
.text-transparent\/30 {
  color: rgba(0, 0, 0, 0.3);
}
.text-transparent\/35 {
  color: rgba(0, 0, 0, 0.35);
}
.text-transparent\/40 {
  color: rgba(0, 0, 0, 0.4);
}
.text-transparent\/45 {
  color: rgba(0, 0, 0, 0.45);
}
.text-transparent\/5 {
  color: rgba(0, 0, 0, 0.05);
}
.text-transparent\/50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-transparent\/55 {
  color: rgba(0, 0, 0, 0.55);
}
.text-transparent\/60 {
  color: rgba(0, 0, 0, 0.6);
}
.text-transparent\/65 {
  color: rgba(0, 0, 0, 0.65);
}
.text-transparent\/70 {
  color: rgba(0, 0, 0, 0.7);
}
.text-transparent\/75 {
  color: rgba(0, 0, 0, 0.75);
}
.text-transparent\/80 {
  color: rgba(0, 0, 0, 0.8);
}
.text-transparent\/85 {
  color: rgba(0, 0, 0, 0.85);
}
.text-transparent\/90 {
  color: rgba(0, 0, 0, 0.9);
}
.text-transparent\/95 {
  color: rgba(0, 0, 0, 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.text-white\/0 {
  color: rgba(255, 255, 255, 0);
}
.text-white\/10 {
  color: rgba(255, 255, 255, 0.1);
}
.text-white\/100 {
  color: rgb(255, 255, 255);
}
.text-white\/15 {
  color: rgba(255, 255, 255, 0.15);
}
.text-white\/20 {
  color: rgba(255, 255, 255, 0.2);
}
.text-white\/25 {
  color: rgba(255, 255, 255, 0.25);
}
.text-white\/30 {
  color: rgba(255, 255, 255, 0.3);
}
.text-white\/35 {
  color: rgba(255, 255, 255, 0.35);
}
.text-white\/40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-white\/45 {
  color: rgba(255, 255, 255, 0.45);
}
.text-white\/5 {
  color: rgba(255, 255, 255, 0.05);
}
.text-white\/50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-white\/55 {
  color: rgba(255, 255, 255, 0.55);
}
.text-white\/60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-white\/65 {
  color: rgba(255, 255, 255, 0.65);
}
.text-white\/70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-white\/75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}
.text-white\/85 {
  color: rgba(255, 255, 255, 0.85);
}
.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-white\/95 {
  color: rgba(255, 255, 255, 0.95);
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(249, 255, 88, 1);
  color: rgba(249, 255, 88, var(--tw-text-opacity, 1));
}
.text-yellow\/0 {
  color: rgba(249, 255, 88, 0);
}
.text-yellow\/10 {
  color: rgba(249, 255, 88, 0.1);
}
.text-yellow\/100 {
  color: rgb(249, 255, 88);
}
.text-yellow\/15 {
  color: rgba(249, 255, 88, 0.15);
}
.text-yellow\/20 {
  color: rgba(249, 255, 88, 0.2);
}
.text-yellow\/25 {
  color: rgba(249, 255, 88, 0.25);
}
.text-yellow\/30 {
  color: rgba(249, 255, 88, 0.3);
}
.text-yellow\/35 {
  color: rgba(249, 255, 88, 0.35);
}
.text-yellow\/40 {
  color: rgba(249, 255, 88, 0.4);
}
.text-yellow\/45 {
  color: rgba(249, 255, 88, 0.45);
}
.text-yellow\/5 {
  color: rgba(249, 255, 88, 0.05);
}
.text-yellow\/50 {
  color: rgba(249, 255, 88, 0.5);
}
.text-yellow\/55 {
  color: rgba(249, 255, 88, 0.55);
}
.text-yellow\/60 {
  color: rgba(249, 255, 88, 0.6);
}
.text-yellow\/65 {
  color: rgba(249, 255, 88, 0.65);
}
.text-yellow\/70 {
  color: rgba(249, 255, 88, 0.7);
}
.text-yellow\/75 {
  color: rgba(249, 255, 88, 0.75);
}
.text-yellow\/80 {
  color: rgba(249, 255, 88, 0.8);
}
.text-yellow\/85 {
  color: rgba(249, 255, 88, 0.85);
}
.text-yellow\/90 {
  color: rgba(249, 255, 88, 0.9);
}
.text-yellow\/95 {
  color: rgba(249, 255, 88, 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.\!underline {
  text-decoration-line: underline !important;
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.decoration-green {
  text-decoration-color: #66E4B0;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-3 {
  text-underline-offset: 3px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-beige {
  --tw-shadow-color: #E7E4D6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/0 {
  --tw-shadow-color: rgba(231, 228, 214, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/10 {
  --tw-shadow-color: rgba(231, 228, 214, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/100 {
  --tw-shadow-color: rgb(231, 228, 214);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/15 {
  --tw-shadow-color: rgba(231, 228, 214, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/20 {
  --tw-shadow-color: rgba(231, 228, 214, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/25 {
  --tw-shadow-color: rgba(231, 228, 214, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/30 {
  --tw-shadow-color: rgba(231, 228, 214, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/35 {
  --tw-shadow-color: rgba(231, 228, 214, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/40 {
  --tw-shadow-color: rgba(231, 228, 214, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/45 {
  --tw-shadow-color: rgba(231, 228, 214, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/5 {
  --tw-shadow-color: rgba(231, 228, 214, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/50 {
  --tw-shadow-color: rgba(231, 228, 214, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/55 {
  --tw-shadow-color: rgba(231, 228, 214, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/60 {
  --tw-shadow-color: rgba(231, 228, 214, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/65 {
  --tw-shadow-color: rgba(231, 228, 214, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/70 {
  --tw-shadow-color: rgba(231, 228, 214, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/75 {
  --tw-shadow-color: rgba(231, 228, 214, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/80 {
  --tw-shadow-color: rgba(231, 228, 214, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/85 {
  --tw-shadow-color: rgba(231, 228, 214, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/90 {
  --tw-shadow-color: rgba(231, 228, 214, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-beige\/95 {
  --tw-shadow-color: rgba(231, 228, 214, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black {
  --tw-shadow-color: #2B2C29;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/0 {
  --tw-shadow-color: rgba(43, 44, 41, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/10 {
  --tw-shadow-color: rgba(43, 44, 41, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/100 {
  --tw-shadow-color: rgb(43, 44, 41);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/15 {
  --tw-shadow-color: rgba(43, 44, 41, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgba(43, 44, 41, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/25 {
  --tw-shadow-color: rgba(43, 44, 41, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/30 {
  --tw-shadow-color: rgba(43, 44, 41, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/35 {
  --tw-shadow-color: rgba(43, 44, 41, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgba(43, 44, 41, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/45 {
  --tw-shadow-color: rgba(43, 44, 41, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/5 {
  --tw-shadow-color: rgba(43, 44, 41, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/50 {
  --tw-shadow-color: rgba(43, 44, 41, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/55 {
  --tw-shadow-color: rgba(43, 44, 41, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/60 {
  --tw-shadow-color: rgba(43, 44, 41, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/65 {
  --tw-shadow-color: rgba(43, 44, 41, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/70 {
  --tw-shadow-color: rgba(43, 44, 41, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/75 {
  --tw-shadow-color: rgba(43, 44, 41, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/80 {
  --tw-shadow-color: rgba(43, 44, 41, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/85 {
  --tw-shadow-color: rgba(43, 44, 41, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/90 {
  --tw-shadow-color: rgba(43, 44, 41, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/95 {
  --tw-shadow-color: rgba(43, 44, 41, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue {
  --tw-shadow-color: #82CFF5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35 {
  --tw-shadow-color: #cee2f2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/0 {
  --tw-shadow-color: rgba(206, 226, 242, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/10 {
  --tw-shadow-color: rgba(206, 226, 242, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/100 {
  --tw-shadow-color: rgb(206, 226, 242);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/15 {
  --tw-shadow-color: rgba(206, 226, 242, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/20 {
  --tw-shadow-color: rgba(206, 226, 242, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/25 {
  --tw-shadow-color: rgba(206, 226, 242, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/30 {
  --tw-shadow-color: rgba(206, 226, 242, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/35 {
  --tw-shadow-color: rgba(206, 226, 242, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/40 {
  --tw-shadow-color: rgba(206, 226, 242, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/45 {
  --tw-shadow-color: rgba(206, 226, 242, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/5 {
  --tw-shadow-color: rgba(206, 226, 242, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/50 {
  --tw-shadow-color: rgba(206, 226, 242, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/55 {
  --tw-shadow-color: rgba(206, 226, 242, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/60 {
  --tw-shadow-color: rgba(206, 226, 242, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/65 {
  --tw-shadow-color: rgba(206, 226, 242, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/70 {
  --tw-shadow-color: rgba(206, 226, 242, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/75 {
  --tw-shadow-color: rgba(206, 226, 242, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/80 {
  --tw-shadow-color: rgba(206, 226, 242, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/85 {
  --tw-shadow-color: rgba(206, 226, 242, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/90 {
  --tw-shadow-color: rgba(206, 226, 242, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-35\/95 {
  --tw-shadow-color: rgba(206, 226, 242, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65 {
  --tw-shadow-color: #98c6e5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/0 {
  --tw-shadow-color: rgba(152, 198, 229, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/10 {
  --tw-shadow-color: rgba(152, 198, 229, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/100 {
  --tw-shadow-color: rgb(152, 198, 229);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/15 {
  --tw-shadow-color: rgba(152, 198, 229, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/20 {
  --tw-shadow-color: rgba(152, 198, 229, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/25 {
  --tw-shadow-color: rgba(152, 198, 229, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/30 {
  --tw-shadow-color: rgba(152, 198, 229, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/35 {
  --tw-shadow-color: rgba(152, 198, 229, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/40 {
  --tw-shadow-color: rgba(152, 198, 229, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/45 {
  --tw-shadow-color: rgba(152, 198, 229, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/5 {
  --tw-shadow-color: rgba(152, 198, 229, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/50 {
  --tw-shadow-color: rgba(152, 198, 229, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/55 {
  --tw-shadow-color: rgba(152, 198, 229, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/60 {
  --tw-shadow-color: rgba(152, 198, 229, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/65 {
  --tw-shadow-color: rgba(152, 198, 229, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/70 {
  --tw-shadow-color: rgba(152, 198, 229, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/75 {
  --tw-shadow-color: rgba(152, 198, 229, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/80 {
  --tw-shadow-color: rgba(152, 198, 229, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/85 {
  --tw-shadow-color: rgba(152, 198, 229, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/90 {
  --tw-shadow-color: rgba(152, 198, 229, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-65\/95 {
  --tw-shadow-color: rgba(152, 198, 229, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/0 {
  --tw-shadow-color: rgba(130, 207, 245, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/10 {
  --tw-shadow-color: rgba(130, 207, 245, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/100 {
  --tw-shadow-color: rgb(130, 207, 245);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/15 {
  --tw-shadow-color: rgba(130, 207, 245, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/20 {
  --tw-shadow-color: rgba(130, 207, 245, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/25 {
  --tw-shadow-color: rgba(130, 207, 245, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/30 {
  --tw-shadow-color: rgba(130, 207, 245, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/35 {
  --tw-shadow-color: rgba(130, 207, 245, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/40 {
  --tw-shadow-color: rgba(130, 207, 245, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/45 {
  --tw-shadow-color: rgba(130, 207, 245, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/5 {
  --tw-shadow-color: rgba(130, 207, 245, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/50 {
  --tw-shadow-color: rgba(130, 207, 245, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/55 {
  --tw-shadow-color: rgba(130, 207, 245, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/60 {
  --tw-shadow-color: rgba(130, 207, 245, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/65 {
  --tw-shadow-color: rgba(130, 207, 245, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/70 {
  --tw-shadow-color: rgba(130, 207, 245, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/75 {
  --tw-shadow-color: rgba(130, 207, 245, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/80 {
  --tw-shadow-color: rgba(130, 207, 245, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/85 {
  --tw-shadow-color: rgba(130, 207, 245, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/90 {
  --tw-shadow-color: rgba(130, 207, 245, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue\/95 {
  --tw-shadow-color: rgba(130, 207, 245, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev {
  --tw-shadow-color: #f0f;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/0 {
  --tw-shadow-color: rgba(255, 0, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/10 {
  --tw-shadow-color: rgba(255, 0, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/100 {
  --tw-shadow-color: rgb(255, 0, 255);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/15 {
  --tw-shadow-color: rgba(255, 0, 255, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/20 {
  --tw-shadow-color: rgba(255, 0, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/25 {
  --tw-shadow-color: rgba(255, 0, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/30 {
  --tw-shadow-color: rgba(255, 0, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/35 {
  --tw-shadow-color: rgba(255, 0, 255, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/40 {
  --tw-shadow-color: rgba(255, 0, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/45 {
  --tw-shadow-color: rgba(255, 0, 255, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/5 {
  --tw-shadow-color: rgba(255, 0, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/50 {
  --tw-shadow-color: rgba(255, 0, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/55 {
  --tw-shadow-color: rgba(255, 0, 255, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/60 {
  --tw-shadow-color: rgba(255, 0, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/65 {
  --tw-shadow-color: rgba(255, 0, 255, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/70 {
  --tw-shadow-color: rgba(255, 0, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/75 {
  --tw-shadow-color: rgba(255, 0, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/80 {
  --tw-shadow-color: rgba(255, 0, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/85 {
  --tw-shadow-color: rgba(255, 0, 255, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/90 {
  --tw-shadow-color: rgba(255, 0, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-dev\/95 {
  --tw-shadow-color: rgba(255, 0, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green {
  --tw-shadow-color: #66E4B0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/0 {
  --tw-shadow-color: rgba(102, 228, 176, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/10 {
  --tw-shadow-color: rgba(102, 228, 176, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/100 {
  --tw-shadow-color: rgb(102, 228, 176);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/15 {
  --tw-shadow-color: rgba(102, 228, 176, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/20 {
  --tw-shadow-color: rgba(102, 228, 176, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/25 {
  --tw-shadow-color: rgba(102, 228, 176, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/30 {
  --tw-shadow-color: rgba(102, 228, 176, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/35 {
  --tw-shadow-color: rgba(102, 228, 176, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/40 {
  --tw-shadow-color: rgba(102, 228, 176, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/45 {
  --tw-shadow-color: rgba(102, 228, 176, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/5 {
  --tw-shadow-color: rgba(102, 228, 176, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/50 {
  --tw-shadow-color: rgba(102, 228, 176, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/55 {
  --tw-shadow-color: rgba(102, 228, 176, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/60 {
  --tw-shadow-color: rgba(102, 228, 176, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/65 {
  --tw-shadow-color: rgba(102, 228, 176, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/70 {
  --tw-shadow-color: rgba(102, 228, 176, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/75 {
  --tw-shadow-color: rgba(102, 228, 176, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/80 {
  --tw-shadow-color: rgba(102, 228, 176, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/85 {
  --tw-shadow-color: rgba(102, 228, 176, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/90 {
  --tw-shadow-color: rgba(102, 228, 176, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green\/95 {
  --tw-shadow-color: rgba(102, 228, 176, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-inherit {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue {
  --tw-shadow-color: #87b1e7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/0 {
  --tw-shadow-color: rgba(135, 177, 231, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/10 {
  --tw-shadow-color: rgba(135, 177, 231, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/100 {
  --tw-shadow-color: rgb(135, 177, 231);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/15 {
  --tw-shadow-color: rgba(135, 177, 231, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/20 {
  --tw-shadow-color: rgba(135, 177, 231, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/25 {
  --tw-shadow-color: rgba(135, 177, 231, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/30 {
  --tw-shadow-color: rgba(135, 177, 231, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/35 {
  --tw-shadow-color: rgba(135, 177, 231, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/40 {
  --tw-shadow-color: rgba(135, 177, 231, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/45 {
  --tw-shadow-color: rgba(135, 177, 231, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/5 {
  --tw-shadow-color: rgba(135, 177, 231, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/50 {
  --tw-shadow-color: rgba(135, 177, 231, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/55 {
  --tw-shadow-color: rgba(135, 177, 231, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/60 {
  --tw-shadow-color: rgba(135, 177, 231, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/65 {
  --tw-shadow-color: rgba(135, 177, 231, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/70 {
  --tw-shadow-color: rgba(135, 177, 231, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/75 {
  --tw-shadow-color: rgba(135, 177, 231, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/80 {
  --tw-shadow-color: rgba(135, 177, 231, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/85 {
  --tw-shadow-color: rgba(135, 177, 231, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/90 {
  --tw-shadow-color: rgba(135, 177, 231, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightblue\/95 {
  --tw-shadow-color: rgba(135, 177, 231, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey {
  --tw-shadow-color: #F1EEE7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover {
  --tw-shadow-color: #F3F1EB;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/0 {
  --tw-shadow-color: rgba(243, 241, 235, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/10 {
  --tw-shadow-color: rgba(243, 241, 235, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/100 {
  --tw-shadow-color: rgb(243, 241, 235);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/15 {
  --tw-shadow-color: rgba(243, 241, 235, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/20 {
  --tw-shadow-color: rgba(243, 241, 235, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/25 {
  --tw-shadow-color: rgba(243, 241, 235, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/30 {
  --tw-shadow-color: rgba(243, 241, 235, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/35 {
  --tw-shadow-color: rgba(243, 241, 235, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/40 {
  --tw-shadow-color: rgba(243, 241, 235, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/45 {
  --tw-shadow-color: rgba(243, 241, 235, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/5 {
  --tw-shadow-color: rgba(243, 241, 235, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/50 {
  --tw-shadow-color: rgba(243, 241, 235, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/55 {
  --tw-shadow-color: rgba(243, 241, 235, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/60 {
  --tw-shadow-color: rgba(243, 241, 235, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/65 {
  --tw-shadow-color: rgba(243, 241, 235, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/70 {
  --tw-shadow-color: rgba(243, 241, 235, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/75 {
  --tw-shadow-color: rgba(243, 241, 235, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/80 {
  --tw-shadow-color: rgba(243, 241, 235, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/85 {
  --tw-shadow-color: rgba(243, 241, 235, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/90 {
  --tw-shadow-color: rgba(243, 241, 235, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey-hover\/95 {
  --tw-shadow-color: rgba(243, 241, 235, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/0 {
  --tw-shadow-color: rgba(241, 238, 231, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/10 {
  --tw-shadow-color: rgba(241, 238, 231, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/100 {
  --tw-shadow-color: rgb(241, 238, 231);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/15 {
  --tw-shadow-color: rgba(241, 238, 231, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/20 {
  --tw-shadow-color: rgba(241, 238, 231, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/25 {
  --tw-shadow-color: rgba(241, 238, 231, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/30 {
  --tw-shadow-color: rgba(241, 238, 231, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/35 {
  --tw-shadow-color: rgba(241, 238, 231, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/40 {
  --tw-shadow-color: rgba(241, 238, 231, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/45 {
  --tw-shadow-color: rgba(241, 238, 231, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/5 {
  --tw-shadow-color: rgba(241, 238, 231, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/50 {
  --tw-shadow-color: rgba(241, 238, 231, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/55 {
  --tw-shadow-color: rgba(241, 238, 231, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/60 {
  --tw-shadow-color: rgba(241, 238, 231, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/65 {
  --tw-shadow-color: rgba(241, 238, 231, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/70 {
  --tw-shadow-color: rgba(241, 238, 231, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/75 {
  --tw-shadow-color: rgba(241, 238, 231, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/80 {
  --tw-shadow-color: rgba(241, 238, 231, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/85 {
  --tw-shadow-color: rgba(241, 238, 231, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/90 {
  --tw-shadow-color: rgba(241, 238, 231, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lightgrey\/95 {
  --tw-shadow-color: rgba(241, 238, 231, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila {
  --tw-shadow-color: #C0B0D6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/0 {
  --tw-shadow-color: rgba(192, 176, 214, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/10 {
  --tw-shadow-color: rgba(192, 176, 214, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/100 {
  --tw-shadow-color: rgb(192, 176, 214);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/15 {
  --tw-shadow-color: rgba(192, 176, 214, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/20 {
  --tw-shadow-color: rgba(192, 176, 214, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/25 {
  --tw-shadow-color: rgba(192, 176, 214, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/30 {
  --tw-shadow-color: rgba(192, 176, 214, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/35 {
  --tw-shadow-color: rgba(192, 176, 214, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/40 {
  --tw-shadow-color: rgba(192, 176, 214, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/45 {
  --tw-shadow-color: rgba(192, 176, 214, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/5 {
  --tw-shadow-color: rgba(192, 176, 214, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/50 {
  --tw-shadow-color: rgba(192, 176, 214, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/55 {
  --tw-shadow-color: rgba(192, 176, 214, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/60 {
  --tw-shadow-color: rgba(192, 176, 214, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/65 {
  --tw-shadow-color: rgba(192, 176, 214, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/70 {
  --tw-shadow-color: rgba(192, 176, 214, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/75 {
  --tw-shadow-color: rgba(192, 176, 214, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/80 {
  --tw-shadow-color: rgba(192, 176, 214, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/85 {
  --tw-shadow-color: rgba(192, 176, 214, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/90 {
  --tw-shadow-color: rgba(192, 176, 214, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-lila\/95 {
  --tw-shadow-color: rgba(192, 176, 214, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink {
  --tw-shadow-color: #E7A6D4;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/0 {
  --tw-shadow-color: rgba(231, 166, 212, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/10 {
  --tw-shadow-color: rgba(231, 166, 212, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/100 {
  --tw-shadow-color: rgb(231, 166, 212);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/15 {
  --tw-shadow-color: rgba(231, 166, 212, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/20 {
  --tw-shadow-color: rgba(231, 166, 212, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/25 {
  --tw-shadow-color: rgba(231, 166, 212, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/30 {
  --tw-shadow-color: rgba(231, 166, 212, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/35 {
  --tw-shadow-color: rgba(231, 166, 212, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/40 {
  --tw-shadow-color: rgba(231, 166, 212, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/45 {
  --tw-shadow-color: rgba(231, 166, 212, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/5 {
  --tw-shadow-color: rgba(231, 166, 212, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/50 {
  --tw-shadow-color: rgba(231, 166, 212, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/55 {
  --tw-shadow-color: rgba(231, 166, 212, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/60 {
  --tw-shadow-color: rgba(231, 166, 212, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/65 {
  --tw-shadow-color: rgba(231, 166, 212, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/70 {
  --tw-shadow-color: rgba(231, 166, 212, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/75 {
  --tw-shadow-color: rgba(231, 166, 212, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/80 {
  --tw-shadow-color: rgba(231, 166, 212, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/85 {
  --tw-shadow-color: rgba(231, 166, 212, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/90 {
  --tw-shadow-color: rgba(231, 166, 212, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/95 {
  --tw-shadow-color: rgba(231, 166, 212, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/0 {
  --tw-shadow-color: rgba(0, 0, 0, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/10 {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/100 {
  --tw-shadow-color: rgb(0, 0, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/15 {
  --tw-shadow-color: rgba(0, 0, 0, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/20 {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/25 {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/30 {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/35 {
  --tw-shadow-color: rgba(0, 0, 0, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/40 {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/45 {
  --tw-shadow-color: rgba(0, 0, 0, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/5 {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/50 {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/55 {
  --tw-shadow-color: rgba(0, 0, 0, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/60 {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/65 {
  --tw-shadow-color: rgba(0, 0, 0, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/70 {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/75 {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/80 {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/85 {
  --tw-shadow-color: rgba(0, 0, 0, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/90 {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-transparent\/95 {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white {
  --tw-shadow-color: #ffffff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/0 {
  --tw-shadow-color: rgba(255, 255, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/10 {
  --tw-shadow-color: rgba(255, 255, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/100 {
  --tw-shadow-color: rgb(255, 255, 255);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/15 {
  --tw-shadow-color: rgba(255, 255, 255, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/20 {
  --tw-shadow-color: rgba(255, 255, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/25 {
  --tw-shadow-color: rgba(255, 255, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/30 {
  --tw-shadow-color: rgba(255, 255, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/35 {
  --tw-shadow-color: rgba(255, 255, 255, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/40 {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/45 {
  --tw-shadow-color: rgba(255, 255, 255, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/5 {
  --tw-shadow-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/50 {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/55 {
  --tw-shadow-color: rgba(255, 255, 255, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/60 {
  --tw-shadow-color: rgba(255, 255, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/65 {
  --tw-shadow-color: rgba(255, 255, 255, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/70 {
  --tw-shadow-color: rgba(255, 255, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/75 {
  --tw-shadow-color: rgba(255, 255, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/80 {
  --tw-shadow-color: rgba(255, 255, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/85 {
  --tw-shadow-color: rgba(255, 255, 255, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/90 {
  --tw-shadow-color: rgba(255, 255, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-white\/95 {
  --tw-shadow-color: rgba(255, 255, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow {
  --tw-shadow-color: #F9FF58;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/0 {
  --tw-shadow-color: rgba(249, 255, 88, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/10 {
  --tw-shadow-color: rgba(249, 255, 88, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/100 {
  --tw-shadow-color: rgb(249, 255, 88);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/15 {
  --tw-shadow-color: rgba(249, 255, 88, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/20 {
  --tw-shadow-color: rgba(249, 255, 88, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/25 {
  --tw-shadow-color: rgba(249, 255, 88, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/30 {
  --tw-shadow-color: rgba(249, 255, 88, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/35 {
  --tw-shadow-color: rgba(249, 255, 88, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/40 {
  --tw-shadow-color: rgba(249, 255, 88, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/45 {
  --tw-shadow-color: rgba(249, 255, 88, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/5 {
  --tw-shadow-color: rgba(249, 255, 88, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/50 {
  --tw-shadow-color: rgba(249, 255, 88, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/55 {
  --tw-shadow-color: rgba(249, 255, 88, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/60 {
  --tw-shadow-color: rgba(249, 255, 88, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/65 {
  --tw-shadow-color: rgba(249, 255, 88, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/70 {
  --tw-shadow-color: rgba(249, 255, 88, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/75 {
  --tw-shadow-color: rgba(249, 255, 88, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/80 {
  --tw-shadow-color: rgba(249, 255, 88, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/85 {
  --tw-shadow-color: rgba(249, 255, 88, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/90 {
  --tw-shadow-color: rgba(249, 255, 88, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-yellow\/95 {
  --tw-shadow-color: rgba(249, 255, 88, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  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) drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  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) drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  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);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  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) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  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);
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 rgba(0,0,0,0));
  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) drop-shadow(0 0 rgba(0,0,0,0));
  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);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
  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) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
  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);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  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) drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.will-change-transform {
  will-change: transform;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
@font-face {
  font-family: 'Athletics';
  src: url( ../fonts/Athletics-Bold.woff2?7ec60bfce904a946bcad91ccb4eb342f ) format( 'woff2' );
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Athletics';
  src: url( ../fonts/Athletics-Regular.woff2?ee8d7cf1728938909388ea1244a6b11b ) format( 'woff2' );
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Droulers';
  src: url( "../fonts/Droulers WEB.woff2?9e2a5d1b9a6c4abc7a6f8861106321a4" ) format( 'woff2' );
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
[x-cloak] {
  display: none !important;
}
*,
:focus:not(:focus-visible) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
* *::-moz-selection, :focus:not(:focus-visible) *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
* *::selection,
:focus:not(:focus-visible) *::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
*::-moz-selection, :focus:not(:focus-visible)::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
*::selection,
:focus:not(:focus-visible)::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
*:focus-visible,
:focus:not(:focus-visible):focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
*:focus-visible:focus-visible {
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 176, 214, var(--tw-ring-opacity, 1));
}
/* Stop automatic scrolling on page content change */
/* https://stackoverflow.com/questions/42958463/stop-automatic-scrolling-on-page-content-change#answer-67967947 */
* {
    overflow-anchor: none !important;
    scroll-snap-stop: normal !important;
    overscroll-behavior: unset !important;
    scroll-behavior: unset !important;
}
#BorlabsCookieEntranceA11YHeadline:focus-visible:focus-visible,
#BorlabsCookieEntranceA11YDescription:focus-visible:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.headroom {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  will-change: transform;
}
.headroom--pinned {
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), 0) 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: 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));
}
.headroom--unpinned {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), -100%) 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: 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));
}
header nav li a:hover,
        header nav li.current-menu-item > a,
        footer nav li a:hover,
        footer nav li.current-menu-item > a {
  text-decoration-line: underline !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
header nav li a:hover:hover,
        header nav li.current-menu-item > a:hover,
        footer nav li a:hover:hover,
        footer nav li.current-menu-item > a:hover {
  text-decoration-line: underline;
}
.selection\:bg-black *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
}
.selection\:bg-black *::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
}
.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.selection\:text-white *::selection {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.selection\:bg-black::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
}
.selection\:bg-black::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
}
.selection\:text-white::-moz-selection {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.selection\:text-white::selection {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-left-\[3em\]::after {
  content: var(--tw-content);
  left: -3em;
}
.after\:right-xs::after {
  content: var(--tw-content);
  right: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
}
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:size-\[0\.8em\]::after {
  content: var(--tw-content);
  width: 0.8em;
  height: 0.8em;
}
.after\:size-\[1em\]::after {
  content: var(--tw-content);
  width: 1em;
  height: 1em;
}
.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-x::after {
  content: var(--tw-content);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMzUzNTE2IDAuMzUzNTQ2TDExLjY2NzIgMTEuNjY3M00wLjQ5OTk2MiAxMS42NjczTDExLjgxMzcgMC4zNTM1NTgiIHN0cm9rZT0iIzJCMkMyOSIvPgo8L3N2Zz4K);
}
.after\:bg-contain::after {
  content: var(--tw-content);
  background-size: contain;
}
.after\:bg-center::after {
  content: var(--tw-content);
  background-position: center;
}
.after\:text-\[36px\]::after {
  content: var(--tw-content);
  font-size: 36px;
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.after\:content-\[\'\1F862\'\]::after {
  --tw-content: '🡢';
  content: '🡢';
  content: var(--tw-content);
}
.first\:ml-0:first-child {
  margin-left: 0;
}
.first\:block:first-child {
  display: block;
}
.first\:border-0:first-child {
  border-width: 0px;
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(43, 44, 41, 1);
  border-color: rgba(43, 44, 41, var(--tw-border-opacity, 1));
}
.hover\:bg-beige:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 228, 214, 1);
  background-color: rgba(231, 228, 214, var(--tw-bg-opacity, 1));
}
.hover\:bg-beige\/0:hover {
  background-color: rgba(231, 228, 214, 0);
}
.hover\:bg-beige\/10:hover {
  background-color: rgba(231, 228, 214, 0.1);
}
.hover\:bg-beige\/100:hover {
  background-color: rgb(231, 228, 214);
}
.hover\:bg-beige\/15:hover {
  background-color: rgba(231, 228, 214, 0.15);
}
.hover\:bg-beige\/20:hover {
  background-color: rgba(231, 228, 214, 0.2);
}
.hover\:bg-beige\/25:hover {
  background-color: rgba(231, 228, 214, 0.25);
}
.hover\:bg-beige\/30:hover {
  background-color: rgba(231, 228, 214, 0.3);
}
.hover\:bg-beige\/35:hover {
  background-color: rgba(231, 228, 214, 0.35);
}
.hover\:bg-beige\/40:hover {
  background-color: rgba(231, 228, 214, 0.4);
}
.hover\:bg-beige\/45:hover {
  background-color: rgba(231, 228, 214, 0.45);
}
.hover\:bg-beige\/5:hover {
  background-color: rgba(231, 228, 214, 0.05);
}
.hover\:bg-beige\/50:hover {
  background-color: rgba(231, 228, 214, 0.5);
}
.hover\:bg-beige\/55:hover {
  background-color: rgba(231, 228, 214, 0.55);
}
.hover\:bg-beige\/60:hover {
  background-color: rgba(231, 228, 214, 0.6);
}
.hover\:bg-beige\/65:hover {
  background-color: rgba(231, 228, 214, 0.65);
}
.hover\:bg-beige\/70:hover {
  background-color: rgba(231, 228, 214, 0.7);
}
.hover\:bg-beige\/75:hover {
  background-color: rgba(231, 228, 214, 0.75);
}
.hover\:bg-beige\/80:hover {
  background-color: rgba(231, 228, 214, 0.8);
}
.hover\:bg-beige\/85:hover {
  background-color: rgba(231, 228, 214, 0.85);
}
.hover\:bg-beige\/90:hover {
  background-color: rgba(231, 228, 214, 0.9);
}
.hover\:bg-beige\/95:hover {
  background-color: rgba(231, 228, 214, 0.95);
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 44, 41, 1);
  background-color: rgba(43, 44, 41, var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/0:hover {
  background-color: rgba(43, 44, 41, 0);
}
.hover\:bg-black\/10:hover {
  background-color: rgba(43, 44, 41, 0.1);
}
.hover\:bg-black\/100:hover {
  background-color: rgb(43, 44, 41);
}
.hover\:bg-black\/15:hover {
  background-color: rgba(43, 44, 41, 0.15);
}
.hover\:bg-black\/20:hover {
  background-color: rgba(43, 44, 41, 0.2);
}
.hover\:bg-black\/25:hover {
  background-color: rgba(43, 44, 41, 0.25);
}
.hover\:bg-black\/30:hover {
  background-color: rgba(43, 44, 41, 0.3);
}
.hover\:bg-black\/35:hover {
  background-color: rgba(43, 44, 41, 0.35);
}
.hover\:bg-black\/40:hover {
  background-color: rgba(43, 44, 41, 0.4);
}
.hover\:bg-black\/45:hover {
  background-color: rgba(43, 44, 41, 0.45);
}
.hover\:bg-black\/5:hover {
  background-color: rgba(43, 44, 41, 0.05);
}
.hover\:bg-black\/50:hover {
  background-color: rgba(43, 44, 41, 0.5);
}
.hover\:bg-black\/55:hover {
  background-color: rgba(43, 44, 41, 0.55);
}
.hover\:bg-black\/60:hover {
  background-color: rgba(43, 44, 41, 0.6);
}
.hover\:bg-black\/65:hover {
  background-color: rgba(43, 44, 41, 0.65);
}
.hover\:bg-black\/70:hover {
  background-color: rgba(43, 44, 41, 0.7);
}
.hover\:bg-black\/75:hover {
  background-color: rgba(43, 44, 41, 0.75);
}
.hover\:bg-black\/80:hover {
  background-color: rgba(43, 44, 41, 0.8);
}
.hover\:bg-black\/85:hover {
  background-color: rgba(43, 44, 41, 0.85);
}
.hover\:bg-black\/90:hover {
  background-color: rgba(43, 44, 41, 0.9);
}
.hover\:bg-black\/95:hover {
  background-color: rgba(43, 44, 41, 0.95);
}
.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(130, 207, 245, 1);
  background-color: rgba(130, 207, 245, var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-35:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 226, 242, 1);
  background-color: rgba(206, 226, 242, var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-35\/0:hover {
  background-color: rgba(206, 226, 242, 0);
}
.hover\:bg-blue-35\/10:hover {
  background-color: rgba(206, 226, 242, 0.1);
}
.hover\:bg-blue-35\/100:hover {
  background-color: rgb(206, 226, 242);
}
.hover\:bg-blue-35\/15:hover {
  background-color: rgba(206, 226, 242, 0.15);
}
.hover\:bg-blue-35\/20:hover {
  background-color: rgba(206, 226, 242, 0.2);
}
.hover\:bg-blue-35\/25:hover {
  background-color: rgba(206, 226, 242, 0.25);
}
.hover\:bg-blue-35\/30:hover {
  background-color: rgba(206, 226, 242, 0.3);
}
.hover\:bg-blue-35\/35:hover {
  background-color: rgba(206, 226, 242, 0.35);
}
.hover\:bg-blue-35\/40:hover {
  background-color: rgba(206, 226, 242, 0.4);
}
.hover\:bg-blue-35\/45:hover {
  background-color: rgba(206, 226, 242, 0.45);
}
.hover\:bg-blue-35\/5:hover {
  background-color: rgba(206, 226, 242, 0.05);
}
.hover\:bg-blue-35\/50:hover {
  background-color: rgba(206, 226, 242, 0.5);
}
.hover\:bg-blue-35\/55:hover {
  background-color: rgba(206, 226, 242, 0.55);
}
.hover\:bg-blue-35\/60:hover {
  background-color: rgba(206, 226, 242, 0.6);
}
.hover\:bg-blue-35\/65:hover {
  background-color: rgba(206, 226, 242, 0.65);
}
.hover\:bg-blue-35\/70:hover {
  background-color: rgba(206, 226, 242, 0.7);
}
.hover\:bg-blue-35\/75:hover {
  background-color: rgba(206, 226, 242, 0.75);
}
.hover\:bg-blue-35\/80:hover {
  background-color: rgba(206, 226, 242, 0.8);
}
.hover\:bg-blue-35\/85:hover {
  background-color: rgba(206, 226, 242, 0.85);
}
.hover\:bg-blue-35\/90:hover {
  background-color: rgba(206, 226, 242, 0.9);
}
.hover\:bg-blue-35\/95:hover {
  background-color: rgba(206, 226, 242, 0.95);
}
.hover\:bg-blue-65:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 198, 229, 1);
  background-color: rgba(152, 198, 229, var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-65\/0:hover {
  background-color: rgba(152, 198, 229, 0);
}
.hover\:bg-blue-65\/10:hover {
  background-color: rgba(152, 198, 229, 0.1);
}
.hover\:bg-blue-65\/100:hover {
  background-color: rgb(152, 198, 229);
}
.hover\:bg-blue-65\/15:hover {
  background-color: rgba(152, 198, 229, 0.15);
}
.hover\:bg-blue-65\/20:hover {
  background-color: rgba(152, 198, 229, 0.2);
}
.hover\:bg-blue-65\/25:hover {
  background-color: rgba(152, 198, 229, 0.25);
}
.hover\:bg-blue-65\/30:hover {
  background-color: rgba(152, 198, 229, 0.3);
}
.hover\:bg-blue-65\/35:hover {
  background-color: rgba(152, 198, 229, 0.35);
}
.hover\:bg-blue-65\/40:hover {
  background-color: rgba(152, 198, 229, 0.4);
}
.hover\:bg-blue-65\/45:hover {
  background-color: rgba(152, 198, 229, 0.45);
}
.hover\:bg-blue-65\/5:hover {
  background-color: rgba(152, 198, 229, 0.05);
}
.hover\:bg-blue-65\/50:hover {
  background-color: rgba(152, 198, 229, 0.5);
}
.hover\:bg-blue-65\/55:hover {
  background-color: rgba(152, 198, 229, 0.55);
}
.hover\:bg-blue-65\/60:hover {
  background-color: rgba(152, 198, 229, 0.6);
}
.hover\:bg-blue-65\/65:hover {
  background-color: rgba(152, 198, 229, 0.65);
}
.hover\:bg-blue-65\/70:hover {
  background-color: rgba(152, 198, 229, 0.7);
}
.hover\:bg-blue-65\/75:hover {
  background-color: rgba(152, 198, 229, 0.75);
}
.hover\:bg-blue-65\/80:hover {
  background-color: rgba(152, 198, 229, 0.8);
}
.hover\:bg-blue-65\/85:hover {
  background-color: rgba(152, 198, 229, 0.85);
}
.hover\:bg-blue-65\/90:hover {
  background-color: rgba(152, 198, 229, 0.9);
}
.hover\:bg-blue-65\/95:hover {
  background-color: rgba(152, 198, 229, 0.95);
}
.hover\:bg-blue\/0:hover {
  background-color: rgba(130, 207, 245, 0);
}
.hover\:bg-blue\/10:hover {
  background-color: rgba(130, 207, 245, 0.1);
}
.hover\:bg-blue\/100:hover {
  background-color: rgb(130, 207, 245);
}
.hover\:bg-blue\/15:hover {
  background-color: rgba(130, 207, 245, 0.15);
}
.hover\:bg-blue\/20:hover {
  background-color: rgba(130, 207, 245, 0.2);
}
.hover\:bg-blue\/25:hover {
  background-color: rgba(130, 207, 245, 0.25);
}
.hover\:bg-blue\/30:hover {
  background-color: rgba(130, 207, 245, 0.3);
}
.hover\:bg-blue\/35:hover {
  background-color: rgba(130, 207, 245, 0.35);
}
.hover\:bg-blue\/40:hover {
  background-color: rgba(130, 207, 245, 0.4);
}
.hover\:bg-blue\/45:hover {
  background-color: rgba(130, 207, 245, 0.45);
}
.hover\:bg-blue\/5:hover {
  background-color: rgba(130, 207, 245, 0.05);
}
.hover\:bg-blue\/50:hover {
  background-color: rgba(130, 207, 245, 0.5);
}
.hover\:bg-blue\/55:hover {
  background-color: rgba(130, 207, 245, 0.55);
}
.hover\:bg-blue\/60:hover {
  background-color: rgba(130, 207, 245, 0.6);
}
.hover\:bg-blue\/65:hover {
  background-color: rgba(130, 207, 245, 0.65);
}
.hover\:bg-blue\/70:hover {
  background-color: rgba(130, 207, 245, 0.7);
}
.hover\:bg-blue\/75:hover {
  background-color: rgba(130, 207, 245, 0.75);
}
.hover\:bg-blue\/80:hover {
  background-color: rgba(130, 207, 245, 0.8);
}
.hover\:bg-blue\/85:hover {
  background-color: rgba(130, 207, 245, 0.85);
}
.hover\:bg-blue\/90:hover {
  background-color: rgba(130, 207, 245, 0.9);
}
.hover\:bg-blue\/95:hover {
  background-color: rgba(130, 207, 245, 0.95);
}
.hover\:bg-dev:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 255, 1);
  background-color: rgba(255, 0, 255, var(--tw-bg-opacity, 1));
}
.hover\:bg-dev\/0:hover {
  background-color: rgba(255, 0, 255, 0);
}
.hover\:bg-dev\/10:hover {
  background-color: rgba(255, 0, 255, 0.1);
}
.hover\:bg-dev\/100:hover {
  background-color: rgb(255, 0, 255);
}
.hover\:bg-dev\/15:hover {
  background-color: rgba(255, 0, 255, 0.15);
}
.hover\:bg-dev\/20:hover {
  background-color: rgba(255, 0, 255, 0.2);
}
.hover\:bg-dev\/25:hover {
  background-color: rgba(255, 0, 255, 0.25);
}
.hover\:bg-dev\/30:hover {
  background-color: rgba(255, 0, 255, 0.3);
}
.hover\:bg-dev\/35:hover {
  background-color: rgba(255, 0, 255, 0.35);
}
.hover\:bg-dev\/40:hover {
  background-color: rgba(255, 0, 255, 0.4);
}
.hover\:bg-dev\/45:hover {
  background-color: rgba(255, 0, 255, 0.45);
}
.hover\:bg-dev\/5:hover {
  background-color: rgba(255, 0, 255, 0.05);
}
.hover\:bg-dev\/50:hover {
  background-color: rgba(255, 0, 255, 0.5);
}
.hover\:bg-dev\/55:hover {
  background-color: rgba(255, 0, 255, 0.55);
}
.hover\:bg-dev\/60:hover {
  background-color: rgba(255, 0, 255, 0.6);
}
.hover\:bg-dev\/65:hover {
  background-color: rgba(255, 0, 255, 0.65);
}
.hover\:bg-dev\/70:hover {
  background-color: rgba(255, 0, 255, 0.7);
}
.hover\:bg-dev\/75:hover {
  background-color: rgba(255, 0, 255, 0.75);
}
.hover\:bg-dev\/80:hover {
  background-color: rgba(255, 0, 255, 0.8);
}
.hover\:bg-dev\/85:hover {
  background-color: rgba(255, 0, 255, 0.85);
}
.hover\:bg-dev\/90:hover {
  background-color: rgba(255, 0, 255, 0.9);
}
.hover\:bg-dev\/95:hover {
  background-color: rgba(255, 0, 255, 0.95);
}
.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 228, 176, 1);
  background-color: rgba(102, 228, 176, var(--tw-bg-opacity, 1));
}
.hover\:bg-green\/0:hover {
  background-color: rgba(102, 228, 176, 0);
}
.hover\:bg-green\/10:hover {
  background-color: rgba(102, 228, 176, 0.1);
}
.hover\:bg-green\/100:hover {
  background-color: rgb(102, 228, 176);
}
.hover\:bg-green\/15:hover {
  background-color: rgba(102, 228, 176, 0.15);
}
.hover\:bg-green\/20:hover {
  background-color: rgba(102, 228, 176, 0.2);
}
.hover\:bg-green\/25:hover {
  background-color: rgba(102, 228, 176, 0.25);
}
.hover\:bg-green\/30:hover {
  background-color: rgba(102, 228, 176, 0.3);
}
.hover\:bg-green\/35:hover {
  background-color: rgba(102, 228, 176, 0.35);
}
.hover\:bg-green\/40:hover {
  background-color: rgba(102, 228, 176, 0.4);
}
.hover\:bg-green\/45:hover {
  background-color: rgba(102, 228, 176, 0.45);
}
.hover\:bg-green\/5:hover {
  background-color: rgba(102, 228, 176, 0.05);
}
.hover\:bg-green\/50:hover {
  background-color: rgba(102, 228, 176, 0.5);
}
.hover\:bg-green\/55:hover {
  background-color: rgba(102, 228, 176, 0.55);
}
.hover\:bg-green\/60:hover {
  background-color: rgba(102, 228, 176, 0.6);
}
.hover\:bg-green\/65:hover {
  background-color: rgba(102, 228, 176, 0.65);
}
.hover\:bg-green\/70:hover {
  background-color: rgba(102, 228, 176, 0.7);
}
.hover\:bg-green\/75:hover {
  background-color: rgba(102, 228, 176, 0.75);
}
.hover\:bg-green\/80:hover {
  background-color: rgba(102, 228, 176, 0.8);
}
.hover\:bg-green\/85:hover {
  background-color: rgba(102, 228, 176, 0.85);
}
.hover\:bg-green\/90:hover {
  background-color: rgba(102, 228, 176, 0.9);
}
.hover\:bg-green\/95:hover {
  background-color: rgba(102, 228, 176, 0.95);
}
.hover\:bg-inherit:hover {
  background-color: inherit;
}
.hover\:bg-lightblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 177, 231, 1);
  background-color: rgba(135, 177, 231, var(--tw-bg-opacity, 1));
}
.hover\:bg-lightblue\/0:hover {
  background-color: rgba(135, 177, 231, 0);
}
.hover\:bg-lightblue\/10:hover {
  background-color: rgba(135, 177, 231, 0.1);
}
.hover\:bg-lightblue\/100:hover {
  background-color: rgb(135, 177, 231);
}
.hover\:bg-lightblue\/15:hover {
  background-color: rgba(135, 177, 231, 0.15);
}
.hover\:bg-lightblue\/20:hover {
  background-color: rgba(135, 177, 231, 0.2);
}
.hover\:bg-lightblue\/25:hover {
  background-color: rgba(135, 177, 231, 0.25);
}
.hover\:bg-lightblue\/30:hover {
  background-color: rgba(135, 177, 231, 0.3);
}
.hover\:bg-lightblue\/35:hover {
  background-color: rgba(135, 177, 231, 0.35);
}
.hover\:bg-lightblue\/40:hover {
  background-color: rgba(135, 177, 231, 0.4);
}
.hover\:bg-lightblue\/45:hover {
  background-color: rgba(135, 177, 231, 0.45);
}
.hover\:bg-lightblue\/5:hover {
  background-color: rgba(135, 177, 231, 0.05);
}
.hover\:bg-lightblue\/50:hover {
  background-color: rgba(135, 177, 231, 0.5);
}
.hover\:bg-lightblue\/55:hover {
  background-color: rgba(135, 177, 231, 0.55);
}
.hover\:bg-lightblue\/60:hover {
  background-color: rgba(135, 177, 231, 0.6);
}
.hover\:bg-lightblue\/65:hover {
  background-color: rgba(135, 177, 231, 0.65);
}
.hover\:bg-lightblue\/70:hover {
  background-color: rgba(135, 177, 231, 0.7);
}
.hover\:bg-lightblue\/75:hover {
  background-color: rgba(135, 177, 231, 0.75);
}
.hover\:bg-lightblue\/80:hover {
  background-color: rgba(135, 177, 231, 0.8);
}
.hover\:bg-lightblue\/85:hover {
  background-color: rgba(135, 177, 231, 0.85);
}
.hover\:bg-lightblue\/90:hover {
  background-color: rgba(135, 177, 231, 0.9);
}
.hover\:bg-lightblue\/95:hover {
  background-color: rgba(135, 177, 231, 0.95);
}
.hover\:bg-lightgrey:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 238, 231, 1);
  background-color: rgba(241, 238, 231, var(--tw-bg-opacity, 1));
}
.hover\:bg-lightgrey-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 241, 235, 1);
  background-color: rgba(243, 241, 235, var(--tw-bg-opacity, 1));
}
.hover\:bg-lightgrey-hover\/0:hover {
  background-color: rgba(243, 241, 235, 0);
}
.hover\:bg-lightgrey-hover\/10:hover {
  background-color: rgba(243, 241, 235, 0.1);
}
.hover\:bg-lightgrey-hover\/100:hover {
  background-color: rgb(243, 241, 235);
}
.hover\:bg-lightgrey-hover\/15:hover {
  background-color: rgba(243, 241, 235, 0.15);
}
.hover\:bg-lightgrey-hover\/20:hover {
  background-color: rgba(243, 241, 235, 0.2);
}
.hover\:bg-lightgrey-hover\/25:hover {
  background-color: rgba(243, 241, 235, 0.25);
}
.hover\:bg-lightgrey-hover\/30:hover {
  background-color: rgba(243, 241, 235, 0.3);
}
.hover\:bg-lightgrey-hover\/35:hover {
  background-color: rgba(243, 241, 235, 0.35);
}
.hover\:bg-lightgrey-hover\/40:hover {
  background-color: rgba(243, 241, 235, 0.4);
}
.hover\:bg-lightgrey-hover\/45:hover {
  background-color: rgba(243, 241, 235, 0.45);
}
.hover\:bg-lightgrey-hover\/5:hover {
  background-color: rgba(243, 241, 235, 0.05);
}
.hover\:bg-lightgrey-hover\/50:hover {
  background-color: rgba(243, 241, 235, 0.5);
}
.hover\:bg-lightgrey-hover\/55:hover {
  background-color: rgba(243, 241, 235, 0.55);
}
.hover\:bg-lightgrey-hover\/60:hover {
  background-color: rgba(243, 241, 235, 0.6);
}
.hover\:bg-lightgrey-hover\/65:hover {
  background-color: rgba(243, 241, 235, 0.65);
}
.hover\:bg-lightgrey-hover\/70:hover {
  background-color: rgba(243, 241, 235, 0.7);
}
.hover\:bg-lightgrey-hover\/75:hover {
  background-color: rgba(243, 241, 235, 0.75);
}
.hover\:bg-lightgrey-hover\/80:hover {
  background-color: rgba(243, 241, 235, 0.8);
}
.hover\:bg-lightgrey-hover\/85:hover {
  background-color: rgba(243, 241, 235, 0.85);
}
.hover\:bg-lightgrey-hover\/90:hover {
  background-color: rgba(243, 241, 235, 0.9);
}
.hover\:bg-lightgrey-hover\/95:hover {
  background-color: rgba(243, 241, 235, 0.95);
}
.hover\:bg-lightgrey\/0:hover {
  background-color: rgba(241, 238, 231, 0);
}
.hover\:bg-lightgrey\/10:hover {
  background-color: rgba(241, 238, 231, 0.1);
}
.hover\:bg-lightgrey\/100:hover {
  background-color: rgb(241, 238, 231);
}
.hover\:bg-lightgrey\/15:hover {
  background-color: rgba(241, 238, 231, 0.15);
}
.hover\:bg-lightgrey\/20:hover {
  background-color: rgba(241, 238, 231, 0.2);
}
.hover\:bg-lightgrey\/25:hover {
  background-color: rgba(241, 238, 231, 0.25);
}
.hover\:bg-lightgrey\/30:hover {
  background-color: rgba(241, 238, 231, 0.3);
}
.hover\:bg-lightgrey\/35:hover {
  background-color: rgba(241, 238, 231, 0.35);
}
.hover\:bg-lightgrey\/40:hover {
  background-color: rgba(241, 238, 231, 0.4);
}
.hover\:bg-lightgrey\/45:hover {
  background-color: rgba(241, 238, 231, 0.45);
}
.hover\:bg-lightgrey\/5:hover {
  background-color: rgba(241, 238, 231, 0.05);
}
.hover\:bg-lightgrey\/50:hover {
  background-color: rgba(241, 238, 231, 0.5);
}
.hover\:bg-lightgrey\/55:hover {
  background-color: rgba(241, 238, 231, 0.55);
}
.hover\:bg-lightgrey\/60:hover {
  background-color: rgba(241, 238, 231, 0.6);
}
.hover\:bg-lightgrey\/65:hover {
  background-color: rgba(241, 238, 231, 0.65);
}
.hover\:bg-lightgrey\/70:hover {
  background-color: rgba(241, 238, 231, 0.7);
}
.hover\:bg-lightgrey\/75:hover {
  background-color: rgba(241, 238, 231, 0.75);
}
.hover\:bg-lightgrey\/80:hover {
  background-color: rgba(241, 238, 231, 0.8);
}
.hover\:bg-lightgrey\/85:hover {
  background-color: rgba(241, 238, 231, 0.85);
}
.hover\:bg-lightgrey\/90:hover {
  background-color: rgba(241, 238, 231, 0.9);
}
.hover\:bg-lightgrey\/95:hover {
  background-color: rgba(241, 238, 231, 0.95);
}
.hover\:bg-lila:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(192, 176, 214, 1);
  background-color: rgba(192, 176, 214, var(--tw-bg-opacity, 1));
}
.hover\:bg-lila\/0:hover {
  background-color: rgba(192, 176, 214, 0);
}
.hover\:bg-lila\/10:hover {
  background-color: rgba(192, 176, 214, 0.1);
}
.hover\:bg-lila\/100:hover {
  background-color: rgb(192, 176, 214);
}
.hover\:bg-lila\/15:hover {
  background-color: rgba(192, 176, 214, 0.15);
}
.hover\:bg-lila\/20:hover {
  background-color: rgba(192, 176, 214, 0.2);
}
.hover\:bg-lila\/25:hover {
  background-color: rgba(192, 176, 214, 0.25);
}
.hover\:bg-lila\/30:hover {
  background-color: rgba(192, 176, 214, 0.3);
}
.hover\:bg-lila\/35:hover {
  background-color: rgba(192, 176, 214, 0.35);
}
.hover\:bg-lila\/40:hover {
  background-color: rgba(192, 176, 214, 0.4);
}
.hover\:bg-lila\/45:hover {
  background-color: rgba(192, 176, 214, 0.45);
}
.hover\:bg-lila\/5:hover {
  background-color: rgba(192, 176, 214, 0.05);
}
.hover\:bg-lila\/50:hover {
  background-color: rgba(192, 176, 214, 0.5);
}
.hover\:bg-lila\/55:hover {
  background-color: rgba(192, 176, 214, 0.55);
}
.hover\:bg-lila\/60:hover {
  background-color: rgba(192, 176, 214, 0.6);
}
.hover\:bg-lila\/65:hover {
  background-color: rgba(192, 176, 214, 0.65);
}
.hover\:bg-lila\/70:hover {
  background-color: rgba(192, 176, 214, 0.7);
}
.hover\:bg-lila\/75:hover {
  background-color: rgba(192, 176, 214, 0.75);
}
.hover\:bg-lila\/80:hover {
  background-color: rgba(192, 176, 214, 0.8);
}
.hover\:bg-lila\/85:hover {
  background-color: rgba(192, 176, 214, 0.85);
}
.hover\:bg-lila\/90:hover {
  background-color: rgba(192, 176, 214, 0.9);
}
.hover\:bg-lila\/95:hover {
  background-color: rgba(192, 176, 214, 0.95);
}
.hover\:bg-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 166, 212, 1);
  background-color: rgba(231, 166, 212, var(--tw-bg-opacity, 1));
}
.hover\:bg-pink\/0:hover {
  background-color: rgba(231, 166, 212, 0);
}
.hover\:bg-pink\/10:hover {
  background-color: rgba(231, 166, 212, 0.1);
}
.hover\:bg-pink\/100:hover {
  background-color: rgb(231, 166, 212);
}
.hover\:bg-pink\/15:hover {
  background-color: rgba(231, 166, 212, 0.15);
}
.hover\:bg-pink\/20:hover {
  background-color: rgba(231, 166, 212, 0.2);
}
.hover\:bg-pink\/25:hover {
  background-color: rgba(231, 166, 212, 0.25);
}
.hover\:bg-pink\/30:hover {
  background-color: rgba(231, 166, 212, 0.3);
}
.hover\:bg-pink\/35:hover {
  background-color: rgba(231, 166, 212, 0.35);
}
.hover\:bg-pink\/40:hover {
  background-color: rgba(231, 166, 212, 0.4);
}
.hover\:bg-pink\/45:hover {
  background-color: rgba(231, 166, 212, 0.45);
}
.hover\:bg-pink\/5:hover {
  background-color: rgba(231, 166, 212, 0.05);
}
.hover\:bg-pink\/50:hover {
  background-color: rgba(231, 166, 212, 0.5);
}
.hover\:bg-pink\/55:hover {
  background-color: rgba(231, 166, 212, 0.55);
}
.hover\:bg-pink\/60:hover {
  background-color: rgba(231, 166, 212, 0.6);
}
.hover\:bg-pink\/65:hover {
  background-color: rgba(231, 166, 212, 0.65);
}
.hover\:bg-pink\/70:hover {
  background-color: rgba(231, 166, 212, 0.7);
}
.hover\:bg-pink\/75:hover {
  background-color: rgba(231, 166, 212, 0.75);
}
.hover\:bg-pink\/80:hover {
  background-color: rgba(231, 166, 212, 0.8);
}
.hover\:bg-pink\/85:hover {
  background-color: rgba(231, 166, 212, 0.85);
}
.hover\:bg-pink\/90:hover {
  background-color: rgba(231, 166, 212, 0.9);
}
.hover\:bg-pink\/95:hover {
  background-color: rgba(231, 166, 212, 0.95);
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-transparent\/0:hover {
  background-color: rgba(0, 0, 0, 0);
}
.hover\:bg-transparent\/10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hover\:bg-transparent\/100:hover {
  background-color: rgb(0, 0, 0);
}
.hover\:bg-transparent\/15:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.hover\:bg-transparent\/20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.hover\:bg-transparent\/25:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.hover\:bg-transparent\/30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.hover\:bg-transparent\/35:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.hover\:bg-transparent\/40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.hover\:bg-transparent\/45:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.hover\:bg-transparent\/5:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.hover\:bg-transparent\/50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.hover\:bg-transparent\/55:hover {
  background-color: rgba(0, 0, 0, 0.55);
}
.hover\:bg-transparent\/60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.hover\:bg-transparent\/65:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.hover\:bg-transparent\/70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.hover\:bg-transparent\/75:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.hover\:bg-transparent\/80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.hover\:bg-transparent\/85:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.hover\:bg-transparent\/90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.hover\:bg-transparent\/95:hover {
  background-color: rgba(0, 0, 0, 0.95);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/0:hover {
  background-color: rgba(255, 255, 255, 0);
}
.hover\:bg-white\/10:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hover\:bg-white\/100:hover {
  background-color: rgb(255, 255, 255);
}
.hover\:bg-white\/15:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.hover\:bg-white\/25:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.hover\:bg-white\/30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.hover\:bg-white\/35:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.hover\:bg-white\/40:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.hover\:bg-white\/45:hover {
  background-color: rgba(255, 255, 255, 0.45);
}
.hover\:bg-white\/5:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.hover\:bg-white\/50:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.hover\:bg-white\/55:hover {
  background-color: rgba(255, 255, 255, 0.55);
}
.hover\:bg-white\/60:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.hover\:bg-white\/65:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.hover\:bg-white\/70:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.hover\:bg-white\/75:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.hover\:bg-white\/80:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.hover\:bg-white\/85:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.hover\:bg-white\/90:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.hover\:bg-white\/95:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 255, 88, 1);
  background-color: rgba(249, 255, 88, var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow\/0:hover {
  background-color: rgba(249, 255, 88, 0);
}
.hover\:bg-yellow\/10:hover {
  background-color: rgba(249, 255, 88, 0.1);
}
.hover\:bg-yellow\/100:hover {
  background-color: rgb(249, 255, 88);
}
.hover\:bg-yellow\/15:hover {
  background-color: rgba(249, 255, 88, 0.15);
}
.hover\:bg-yellow\/20:hover {
  background-color: rgba(249, 255, 88, 0.2);
}
.hover\:bg-yellow\/25:hover {
  background-color: rgba(249, 255, 88, 0.25);
}
.hover\:bg-yellow\/30:hover {
  background-color: rgba(249, 255, 88, 0.3);
}
.hover\:bg-yellow\/35:hover {
  background-color: rgba(249, 255, 88, 0.35);
}
.hover\:bg-yellow\/40:hover {
  background-color: rgba(249, 255, 88, 0.4);
}
.hover\:bg-yellow\/45:hover {
  background-color: rgba(249, 255, 88, 0.45);
}
.hover\:bg-yellow\/5:hover {
  background-color: rgba(249, 255, 88, 0.05);
}
.hover\:bg-yellow\/50:hover {
  background-color: rgba(249, 255, 88, 0.5);
}
.hover\:bg-yellow\/55:hover {
  background-color: rgba(249, 255, 88, 0.55);
}
.hover\:bg-yellow\/60:hover {
  background-color: rgba(249, 255, 88, 0.6);
}
.hover\:bg-yellow\/65:hover {
  background-color: rgba(249, 255, 88, 0.65);
}
.hover\:bg-yellow\/70:hover {
  background-color: rgba(249, 255, 88, 0.7);
}
.hover\:bg-yellow\/75:hover {
  background-color: rgba(249, 255, 88, 0.75);
}
.hover\:bg-yellow\/80:hover {
  background-color: rgba(249, 255, 88, 0.8);
}
.hover\:bg-yellow\/85:hover {
  background-color: rgba(249, 255, 88, 0.85);
}
.hover\:bg-yellow\/90:hover {
  background-color: rgba(249, 255, 88, 0.9);
}
.hover\:bg-yellow\/95:hover {
  background-color: rgba(249, 255, 88, 0.95);
}
.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}
.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.hover\:bg-opacity-15:hover {
  --tw-bg-opacity: 0.15;
}
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}
.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}
.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-35:hover {
  --tw-bg-opacity: 0.35;
}
.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}
.hover\:bg-opacity-45:hover {
  --tw-bg-opacity: 0.45;
}
.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}
.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}
.hover\:bg-opacity-55:hover {
  --tw-bg-opacity: 0.55;
}
.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}
.hover\:bg-opacity-65:hover {
  --tw-bg-opacity: 0.65;
}
.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}
.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-85:hover {
  --tw-bg-opacity: 0.85;
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}
.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}
.hover\:bg-gradient-to-b:hover {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-bl:hover {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-br:hover {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-t:hover {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tl:hover {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.hover\:bg-gradient-to-tr:hover {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.hover\:bg-hr-wave:hover {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMTUuNDY1IiBoZWlnaHQ9IjQuMDAyIiB2aWV3Qm94PSIwIDAgMjE1LjQ2NSA0LjAwMiI+CiAgPHBhdGggaWQ9IlBmYWRfMTA5NSIgZGF0YS1uYW1lPSJQZmFkIDEwOTUiIGQ9Ik0uMzU1LDJBNS43NDIsNS43NDIsMCwwLDEsOC4wMjMsMmE1Ljc0Miw1Ljc0MiwwLDAsMCw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwxLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMEE1Ljc0Miw1Ljc0MiwwLDAsMSwzOC43LDJhNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwQTUuNzQyLDUuNzQyLDAsMCwwLDYxLjcsMmE1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDBBNS43NDIsNS43NDIsMCwwLDEsODQuNywyYTUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDEsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMCw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwxLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDEsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMCw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwxLDcuNjY4LDAsNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDAsNS43NCw1Ljc0LDAsMCwxLDcuNjY3LDAsNS43NDIsNS43NDIsMCwwLDAsNy42NjgsMCw1Ljc0Miw1Ljc0MiwwLDAsMSw3LjY2OCwwLDUuNzQyLDUuNzQyLDAsMCwwLDcuNjY4LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDI1IDAuMDAxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMWQxZDFiIiBzdHJva2Utd2lkdGg9IjEuMDY3Ii8+Cjwvc3ZnPgo=');
}
.hover\:bg-none:hover {
  background-image: none;
}
.hover\:bg-x:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMzUzNTE2IDAuMzUzNTQ2TDExLjY2NzIgMTEuNjY3M00wLjQ5OTk2MiAxMS42NjczTDExLjgxMzcgMC4zNTM1NTgiIHN0cm9rZT0iIzJCMkMyOSIvPgo8L3N2Zz4K);
}
.hover\:bg-100:hover {
  background-size: 100%;
}
.hover\:bg-50:hover {
  background-size: 50%;
}
.hover\:bg-80:hover {
  background-size: 80%;
}
.hover\:bg-auto:hover {
  background-size: auto;
}
.hover\:bg-chevron-size:hover {
  background-size: 32px;
}
.hover\:bg-contain:hover {
  background-size: contain;
}
.hover\:bg-cover:hover {
  background-size: cover;
}
.hover\:bg-fixed:hover {
  background-attachment: fixed;
}
.hover\:bg-local:hover {
  background-attachment: local;
}
.hover\:bg-scroll:hover {
  background-attachment: scroll;
}
.hover\:bg-clip-border:hover {
  background-clip: border-box;
}
.hover\:bg-clip-padding:hover {
  background-clip: padding-box;
}
.hover\:bg-clip-content:hover {
  background-clip: content-box;
}
.hover\:bg-clip-text:hover {
  -webkit-background-clip: text;
          background-clip: text;
}
.hover\:bg-bottom:hover {
  background-position: bottom;
}
.hover\:bg-center:hover {
  background-position: center;
}
.hover\:bg-chevron-position:hover {
  background-position: right .7em top 50%;
}
.hover\:bg-left:hover {
  background-position: left;
}
.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}
.hover\:bg-left-top:hover {
  background-position: left top;
}
.hover\:bg-right:hover {
  background-position: right;
}
.hover\:bg-right-bottom:hover {
  background-position: right bottom;
}
.hover\:bg-right-top:hover {
  background-position: right top;
}
.hover\:bg-top:hover {
  background-position: top;
}
.hover\:bg-repeat:hover {
  background-repeat: repeat;
}
.hover\:bg-no-repeat:hover {
  background-repeat: no-repeat;
}
.hover\:bg-repeat-x:hover {
  background-repeat: repeat-x;
}
.hover\:bg-repeat-y:hover {
  background-repeat: repeat-y;
}
.hover\:bg-repeat-round:hover {
  background-repeat: round;
}
.hover\:bg-repeat-space:hover {
  background-repeat: space;
}
.hover\:bg-origin-border:hover {
  background-origin: border-box;
}
.hover\:bg-origin-padding:hover {
  background-origin: padding-box;
}
.hover\:bg-origin-content:hover {
  background-origin: content-box;
}
.hover\:pl-\[2\.25em\]:hover {
  padding-left: 2.25em;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(43, 44, 41, 1);
  color: rgba(43, 44, 41, var(--tw-text-opacity, 1));
}
.hover\:\!underline:hover {
  text-decoration-line: underline !important;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}
.hover\:underline-offset-3:hover {
  text-underline-offset: 3px;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.hover\:bg-blend-normal:hover {
  background-blend-mode: normal;
}
.hover\:bg-blend-multiply:hover {
  background-blend-mode: multiply;
}
.hover\:bg-blend-screen:hover {
  background-blend-mode: screen;
}
.hover\:bg-blend-overlay:hover {
  background-blend-mode: overlay;
}
.hover\:bg-blend-darken:hover {
  background-blend-mode: darken;
}
.hover\:bg-blend-lighten:hover {
  background-blend-mode: lighten;
}
.hover\:bg-blend-color-dodge:hover {
  background-blend-mode: color-dodge;
}
.hover\:bg-blend-color-burn:hover {
  background-blend-mode: color-burn;
}
.hover\:bg-blend-hard-light:hover {
  background-blend-mode: hard-light;
}
.hover\:bg-blend-soft-light:hover {
  background-blend-mode: soft-light;
}
.hover\:bg-blend-difference:hover {
  background-blend-mode: difference;
}
.hover\:bg-blend-exclusion:hover {
  background-blend-mode: exclusion;
}
.hover\:bg-blend-hue:hover {
  background-blend-mode: hue;
}
.hover\:bg-blend-saturation:hover {
  background-blend-mode: saturation;
}
.hover\:bg-blend-color:hover {
  background-blend-mode: color;
}
.hover\:bg-blend-luminosity:hover {
  background-blend-mode: luminosity;
}
.hover\:after\:left-\[0\.5em\]:hover::after {
  content: var(--tw-content);
  left: 0.5em;
}
.focus-visible\:outline-transparent:focus-visible {
  outline-color: transparent;
}
.focus-visible\:ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.group\/copyright:hover .group-hover\/copyright\:block {
  display: block;
}
.group:hover .group-hover\:fill-black {
  fill: #2B2C29;
}
.group:hover .group-hover\:fill-yellow {
  fill: #F9FF58;
}
@media not all and (min-width: 1536px) {

  .max-2xl\:w-\[140\%\] {
    width: 140%;
  }

  .max-2xl\:-translate-x-\[25\%\] {
    --tw-translate-x: -25%;
    transform: translate(-25%, 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: 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 not all and (min-width: 1024px) {

  .max-lg\:sticky {
    position: sticky;
  }

  .max-lg\:top-0 {
    top: 0;
  }

  .max-lg\:top-page-title {
    top: var( --h-page-title );
  }

  .max-lg\:z-200 {
    z-index: 200;
  }

  .max-lg\:mb-xl {
    margin-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  }

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

  .max-lg\:bg-beige {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 228, 214, 1);
    background-color: rgba(231, 228, 214, var(--tw-bg-opacity, 1));
  }
}
@media not all and (min-width: 768px) {

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

  .max-md\:left-2\/3 {
    left: 66.666667%;
  }

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

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

  .max-md\:my-2xl {
    margin-top: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
    margin-bottom: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  }

  .max-md\:mb-lg {
    margin-bottom: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  }

  .max-md\:mb-xl {
    margin-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  }

  .max-md\:mt-2xl {
    margin-top: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  }

  .max-md\:mt-4xl {
    margin-top: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
  }

  .max-md\:mt-xl {
    margin-top: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  }

  .max-md\:aspect-4\/3 {
    aspect-ratio: 4/3;
  }

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

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

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

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

  .max-md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(-50%, 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: 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));
  }

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

  .max-md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .max-md\:px-page-x {
    padding-left: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
    padding-right: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
  }

  .max-md\:py-xl {
    padding-top: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
    padding-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  }

  .max-md\:pb-2xl {
    padding-bottom: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  }

  .max-md\:pb-xl {
    padding-bottom: max(24px, min(calc(18.366px + (1.5vw - 5.625px)), 40px));
  }

  .max-md\:pl-page-x {
    padding-left: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
  }

  .max-md\:pt-2xl {
    padding-top: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  }

  .after\:max-md\:right-sm::after {
    content: var(--tw-content);
    right: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
  }

  .max-md\:last\:mb-0:last-child {
    margin-bottom: 0;
  }

  .max-md\:hover\:bg-lightgrey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 238, 231, 1);
    background-color: rgba(241, 238, 231, var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:top-0 {
    top: 0;
  }

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

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

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

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

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

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

  .md\:my-2xl {
    margin-top: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
    margin-bottom: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  }

  .md\:mb-4xl {
    margin-bottom: max(30px, min(calc(12.394px + (4.7vw - 17.625px)), 80px));
  }

  .md\:mb-sm {
    margin-bottom: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
  }

  .md\:mb-xs {
    margin-bottom: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
  }

  .md\:ml-page-x {
    margin-left: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
  }

  .md\:ml-xs {
    margin-left: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
  }

  .md\:mr-xs {
    margin-right: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
  }

  .md\:mt-lg {
    margin-top: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) 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: 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-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

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

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

  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-2xl {
    gap: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  }

  .md\:gap-3xl {
    gap: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
  }

  .md\:gap-md {
    gap: max(12px, min(calc(7.775px + (1.0999999999999999vw - 4.125px)), 24px));
  }

  .md\:gap-xs {
    gap: max(4px, min(calc(1.183px + (0.8vw - 3px)), 12px));
  }

  .md\:\!overflow-visible {
    overflow: visible !important;
  }

  .md\:px-2xs {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:px-page-x {
    padding-left: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
    padding-right: max(20px, min(calc(-9.577px + (7.9vw - 29.625px)), 104px));
  }

  .md\:py-2xl {
    padding-top: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
    padding-bottom: max(40px, min(calc(37.183px + (0.8vw - 3px)), 48px));
  }

  .md\:py-3xl {
    padding-top: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
    padding-bottom: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
  }

  .md\:py-sm {
    padding-top: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
    padding-bottom: max(8px, min(calc(5.183px + (0.8vw - 3px)), 16px));
  }

  .md\:pb-3xl {
    padding-bottom: max(50px, min(calc(46.479px + (0.8999999999999999vw - 3.3749999999999996px)), 60px));
  }

  .md\:pb-lg {
    padding-bottom: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  }

  .md\:pl-lg {
    padding-left: max(16px, min(calc(10.366px + (1.5vw - 5.625px)), 32px));
  }
}
@media (min-width: 1024px) {

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

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

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!w-\[23vw\] {
    width: 23vw !important;
  }

  .lg\:min-w-\[320px\] {
    min-width: 320px;
  }

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

  .lg\:items-center {
    align-items: center;
  }
}
@media (min-width: 1280px) {

  .xl\:\!w-\[35vw\] {
    width: 35vw !important;
  }
}
.\[\&_\*\]\:text-sm * {
  font-size: max(18px, min(calc(15.535px + (0.7000000000000001vw - 2.625px)), 25px));
  line-height: max(25px, min(calc(21.127px + (1vw - 3.75px)), 36px));
}
.\[\&_\*\]\:hover\:\!no-underline:hover * {
  text-decoration-line: none !important;
}
