.wpa-test-msg{background:#d1ecf1 !important;border:1px solid #bee5eb !important;border-radius:5px !important;color:#0c5460 !important;font-size:14px !important;padding:.75rem 1.25rem !important;font-family:Arial !important;margin-top:5px !important}span.wpa-button{display:inline-block !important;padding-top:5px !important;color:#fff !important;background-color:#6c757d !important;border-color:#6c757d !important;padding:5px 10px !important;border-radius:5px !important;margin-top:5px !important;cursor:pointer !important}#altEmail_container,.altEmail_container{position:absolute !important;overflow:hidden !important;display:inline !important;height:1px !important;width:1px !important;z-index:-1000 !important}
/*
! tailwindcss v3.4.11 | 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: Toscana, 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] {
  display: none;
}
    html {
  scroll-behavior: smooth;
}

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

    h1, h2, h3, h4, h5, h6,
    button,
    input,
    optgroup,
    select,
    textarea,
    a, p, ul, ol, li {
  font-size: max(23px, min(calc(1.4375rem + ((1vw - 3.75px) * 5.3571)), 44px));
  line-height: 115%;
}

    @media (min-width: 1024px) {

  h1, h2, h3, h4, h5, h6,
    button,
    input,
    optgroup,
    select,
    textarea,
    a, p, ul, ol, li {
    font-size: max(18px, min(calc(1.125rem + ((1vw - 7.68px) * 1.2277)), 40px));
    line-height: 115%;
  }
}

    a, button {
  text-decoration-line: none;
}

    a:hover, button:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

    hr {
  margin-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 0.7512)), 24px));
  margin-bottom: max(16px, min(calc(1rem + ((1vw - 3.75px) * 0.7512)), 24px));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

    strong, b {
  font-family: Toscana, serif;
}

    i, em {
  font-family: Toscana, 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;
}

.-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 {
  --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:  ;
}

nav::before, nav::after, .before\:from-white::before, .before\:to-transparent::before, .after\:from-transparent::after, .after\:to-white::after {
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
}

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

.drop-shadow-2xl, .drop-shadow-lg, .drop-shadow-md, .drop-shadow-none, .drop-shadow-sm, .drop-shadow-xl {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.hide-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
.hide-scrollbar::-webkit-scrollbar {
            -webkit-appearance: none;
            display: none;
        }
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin-bottom: 1.5rem;
}
.wysiwyg p:last-child, .wysiwyg ul:last-child, .wysiwyg ol:last-child {
  margin-bottom: 0;
}
.wysiwyg p a {
  font-style: italic;
}
.wysiwyg ul {
  list-style-type: none;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 0.8em;
}
.wysiwyg ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8em;
  --tw-content: '-';
  content: '-';
  content: var(--tw-content);
}
.wysiwyg ol {
  margin-left: 1.9em;
  list-style-type: decimal;
}
.mod__work_item_info p {
  margin-bottom: 0.5rem;
}
.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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-page-y {
  bottom: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.left-page-x {
  left: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-\[-1em\] {
  top: -1em;
}
.z-50 {
  z-index: 50;
}
.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;
}
.float-left {
  float: left;
}
.my-page-y {
  margin-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  margin-bottom: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.mb-\[0\.25em\] {
  margin-bottom: 0.25em;
}
.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}
.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}
.mb-page-y {
  margin-bottom: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.ml-\[1\.9em\] {
  margin-left: 1.9em;
}
.mt-2xl {
  margin-top: max(64px, min(calc(4rem + ((1vw - 3.75px) * 1.5023)), 80px));
}
.mt-\[1em\] {
  margin-top: 1em;
}
.mt-page-y {
  margin-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table-row-group {
  display: table-row-group;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.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-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-0 {
  width: 0;
  height: 0;
}
.size-\[60px\] {
  width: 60px;
  height: 60px;
}
.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-2xl {
  height: max(64px, min(calc(4rem + ((1vw - 3.75px) * 1.5023)), 80px));
}
.h-2xs {
  height: max(12px, min(calc(0.75rem + ((1vw - 3.75px) * 0.3756)), 16px));
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-3\/6 {
  height: 50%;
}
.h-3xl {
  height: max(80px, min(calc(5rem + ((1vw - 3.75px) * 1.5023)), 96px));
}
.h-3xs {
  height: max(4px, min(calc(0.25rem + ((1vw - 3.75px) * 0.3756)), 8px));
}
.h-4 {
  height: 4px;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-4xl {
  height: max(96px, min(calc(6rem + ((1vw - 3.75px) * 2.2535)), 120px));
}
.h-4xs {
  height: 4px;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-5xl {
  height: max(120px, min(calc(7.5rem + ((1vw - 3.75px) * 2.331)), 170px));
}
.h-5xs {
  height: 2px;
}
.h-auto {
  height: auto;
}
.h-chevron {
  height: max(9px, min(calc(0.5625rem + ((1vw - 3.75px) * 0.2797)), 15px));
}
.h-dvh {
  height: 100dvh;
}
.h-em {
  height: 1em;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-lg {
  height: max(40px, min(calc(2.5rem + ((1vw - 3.75px) * 0.7512)), 48px));
}
.h-lvh {
  height: 100lvh;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-md {
  height: max(32px, min(calc(2rem + ((1vw - 3.75px) * 0.7512)), 40px));
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-page-x {
  height: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
}
.h-page-x-1-2 {
  height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 1.0069)), 38px));
}
.h-page-y {
  height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-sm {
  height: max(24px, min(calc(1.5rem + ((1vw - 3.75px) * 0.7512)), 32px));
}
.h-svh {
  height: 100svh;
}
.h-vh {
  height: var( --vh );
}
.h-xl {
  height: max(48px, min(calc(3rem + ((1vw - 3.75px) * 1.5023)), 64px));
}
.h-xs {
  height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 0.7512)), 24px));
}
.max-h-0 {
  max-height: 0;
}
.max-h-2xl {
  max-height: max(64px, min(calc(4rem + ((1vw - 3.75px) * 1.5023)), 80px));
}
.max-h-2xs {
  max-height: max(12px, min(calc(0.75rem + ((1vw - 3.75px) * 0.3756)), 16px));
}
.max-h-3xl {
  max-height: max(80px, min(calc(5rem + ((1vw - 3.75px) * 1.5023)), 96px));
}
.max-h-3xs {
  max-height: max(4px, min(calc(0.25rem + ((1vw - 3.75px) * 0.3756)), 8px));
}
.max-h-4 {
  max-height: 4px;
}
.max-h-4xl {
  max-height: max(96px, min(calc(6rem + ((1vw - 3.75px) * 2.2535)), 120px));
}
.max-h-4xs {
  max-height: 4px;
}
.max-h-5xl {
  max-height: max(120px, min(calc(7.5rem + ((1vw - 3.75px) * 2.331)), 170px));
}
.max-h-5xs {
  max-height: 2px;
}
.max-h-chevron {
  max-height: max(9px, min(calc(0.5625rem + ((1vw - 3.75px) * 0.2797)), 15px));
}
.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-lg {
  max-height: max(40px, min(calc(2.5rem + ((1vw - 3.75px) * 0.7512)), 48px));
}
.max-h-lvh {
  max-height: 100lvh;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.max-h-md {
  max-height: max(32px, min(calc(2rem + ((1vw - 3.75px) * 0.7512)), 40px));
}
.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}
.max-h-none {
  max-height: none;
}
.max-h-page-x {
  max-height: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
}
.max-h-page-x-1-2 {
  max-height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 1.0069)), 38px));
}
.max-h-page-y {
  max-height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.max-h-px {
  max-height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-sm {
  max-height: max(24px, min(calc(1.5rem + ((1vw - 3.75px) * 0.7512)), 32px));
}
.max-h-svh {
  max-height: 100svh;
}
.max-h-xl {
  max-height: max(48px, min(calc(3rem + ((1vw - 3.75px) * 1.5023)), 64px));
}
.max-h-xs {
  max-height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 0.7512)), 24px));
}
.min-h-0 {
  min-height: 0;
}
.min-h-2xl {
  min-height: max(64px, min(calc(4rem + ((1vw - 3.75px) * 1.5023)), 80px));
}
.min-h-2xs {
  min-height: max(12px, min(calc(0.75rem + ((1vw - 3.75px) * 0.3756)), 16px));
}
.min-h-3xl {
  min-height: max(80px, min(calc(5rem + ((1vw - 3.75px) * 1.5023)), 96px));
}
.min-h-3xs {
  min-height: max(4px, min(calc(0.25rem + ((1vw - 3.75px) * 0.3756)), 8px));
}
.min-h-4 {
  min-height: 4px;
}
.min-h-4xl {
  min-height: max(96px, min(calc(6rem + ((1vw - 3.75px) * 2.2535)), 120px));
}
.min-h-4xs {
  min-height: 4px;
}
.min-h-5xl {
  min-height: max(120px, min(calc(7.5rem + ((1vw - 3.75px) * 2.331)), 170px));
}
.min-h-5xs {
  min-height: 2px;
}
.min-h-chevron {
  min-height: max(9px, min(calc(0.5625rem + ((1vw - 3.75px) * 0.2797)), 15px));
}
.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-lg {
  min-height: max(40px, min(calc(2.5rem + ((1vw - 3.75px) * 0.7512)), 48px));
}
.min-h-lvh {
  min-height: 100lvh;
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.min-h-md {
  min-height: max(32px, min(calc(2rem + ((1vw - 3.75px) * 0.7512)), 40px));
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.min-h-page-x {
  min-height: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
}
.min-h-page-x-1-2 {
  min-height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 1.0069)), 38px));
}
.min-h-page-y {
  min-height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.min-h-px {
  min-height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-sm {
  min-height: max(24px, min(calc(1.5rem + ((1vw - 3.75px) * 0.7512)), 32px));
}
.min-h-svh {
  min-height: 100svh;
}
.min-h-xl {
  min-height: max(48px, min(calc(3rem + ((1vw - 3.75px) * 1.5023)), 64px));
}
.min-h-xs {
  min-height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 0.7512)), 24px));
}
.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-2xl {
  width: max(64px, min(calc(4rem + ((1vw - 3.75px) * 1.5023)), 80px));
}
.w-2xs {
  width: max(12px, min(calc(0.75rem + ((1vw - 3.75px) * 0.3756)), 16px));
}
.w-3\/12 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-3\/6 {
  width: 50%;
}
.w-3xl {
  width: max(80px, min(calc(5rem + ((1vw - 3.75px) * 1.5023)), 96px));
}
.w-3xs {
  width: max(4px, min(calc(0.25rem + ((1vw - 3.75px) * 0.3756)), 8px));
}
.w-4 {
  width: 4px;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-4xl {
  width: max(96px, min(calc(6rem + ((1vw - 3.75px) * 2.2535)), 120px));
}
.w-4xs {
  width: 4px;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-5xl {
  width: max(120px, min(calc(7.5rem + ((1vw - 3.75px) * 2.331)), 170px));
}
.w-5xs {
  width: 2px;
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-auto {
  width: auto;
}
.w-chevron {
  width: max(9px, min(calc(0.5625rem + ((1vw - 3.75px) * 0.2797)), 15px));
}
.w-dvw {
  width: 100dvw;
}
.w-em {
  width: 1em;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-header-logo {
  width: max(115px, min(calc(7.1875rem + ((1vw - 3.75px) * 4.6512)), 165px));
}
.w-lg {
  width: max(40px, min(calc(2.5rem + ((1vw - 3.75px) * 0.7512)), 48px));
}
.w-lvw {
  width: 100lvw;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-md {
  width: max(32px, min(calc(2rem + ((1vw - 3.75px) * 0.7512)), 40px));
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-page-x {
  width: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
}
.w-page-x-1-2 {
  width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 1.0069)), 38px));
}
.w-page-y {
  width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.w-sm {
  width: max(24px, min(calc(1.5rem + ((1vw - 3.75px) * 0.7512)), 32px));
}
.w-svw {
  width: 100svw;
}
.w-xl {
  width: max(48px, min(calc(3rem + ((1vw - 3.75px) * 1.5023)), 64px));
}
.w-xs {
  width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 0.7512)), 24px));
}
.min-w-0 {
  min-width: 0;
}
.min-w-2xl {
  min-width: max(64px, min(calc(4rem + ((1vw - 3.75px) * 1.5023)), 80px));
}
.min-w-2xs {
  min-width: max(12px, min(calc(0.75rem + ((1vw - 3.75px) * 0.3756)), 16px));
}
.min-w-3xl {
  min-width: max(80px, min(calc(5rem + ((1vw - 3.75px) * 1.5023)), 96px));
}
.min-w-3xs {
  min-width: max(4px, min(calc(0.25rem + ((1vw - 3.75px) * 0.3756)), 8px));
}
.min-w-4 {
  min-width: 4px;
}
.min-w-4xl {
  min-width: max(96px, min(calc(6rem + ((1vw - 3.75px) * 2.2535)), 120px));
}
.min-w-4xs {
  min-width: 4px;
}
.min-w-5xl {
  min-width: max(120px, min(calc(7.5rem + ((1vw - 3.75px) * 2.331)), 170px));
}
.min-w-5xs {
  min-width: 2px;
}
.min-w-chevron {
  min-width: max(9px, min(calc(0.5625rem + ((1vw - 3.75px) * 0.2797)), 15px));
}
.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-lg {
  min-width: max(40px, min(calc(2.5rem + ((1vw - 3.75px) * 0.7512)), 48px));
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-md {
  min-width: max(32px, min(calc(2rem + ((1vw - 3.75px) * 0.7512)), 40px));
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.min-w-page-x {
  min-width: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
}
.min-w-page-x-1-2 {
  min-width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 1.0069)), 38px));
}
.min-w-page-y {
  min-width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.min-w-px {
  min-width: 1px;
}
.min-w-sm {
  min-width: max(24px, min(calc(1.5rem + ((1vw - 3.75px) * 0.7512)), 32px));
}
.min-w-xl {
  min-width: max(48px, min(calc(3rem + ((1vw - 3.75px) * 1.5023)), 64px));
}
.min-w-xs {
  min-width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 0.7512)), 24px));
}
.max-w-0 {
  max-width: 0;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-2xs {
  max-width: max(12px, min(calc(0.75rem + ((1vw - 3.75px) * 0.3756)), 16px));
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-3xs {
  max-width: max(4px, min(calc(0.25rem + ((1vw - 3.75px) * 0.3756)), 8px));
}
.max-w-4 {
  max-width: 4px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-4xs {
  max-width: 4px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-5xs {
  max-width: 2px;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-chevron {
  max-width: max(9px, min(calc(0.5625rem + ((1vw - 3.75px) * 0.2797)), 15px));
}
.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-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-x {
  max-width: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
}
.max-w-page-x-1-2 {
  max-width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 1.0069)), 38px));
}
.max-w-page-y {
  max-width: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-px {
  max-width: 1px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.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;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.-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-nesw-resize {
  cursor: nesw-resize;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.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;
}
.list-decimal {
  list-style-type: decimal;
}
.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;
}
.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-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: 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;
}
.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgba(0, 0, 0, 0);
}
.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black\/100 {
  background-color: rgb(0, 0, 0);
}
.bg-black\/15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-black\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-black\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black\/35 {
  background-color: rgba(0, 0, 0, 0.35);
}
.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black\/45 {
  background-color: rgba(0, 0, 0, 0.45);
}
.bg-black\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black\/55 {
  background-color: rgba(0, 0, 0, 0.55);
}
.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black\/65 {
  background-color: rgba(0, 0, 0, 0.65);
}
.bg-black\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black\/85 {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-black\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}
.bg-blue-35 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 226, 242, 1);
  background-color: rgba(206, 226, 242, var(--tw-bg-opacity));
}
.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));
}
.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-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, 1);
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}
.bg-grey\/0 {
  background-color: rgba(246, 246, 246, 0);
}
.bg-grey\/10 {
  background-color: rgba(246, 246, 246, 0.1);
}
.bg-grey\/100 {
  background-color: rgb(246, 246, 246);
}
.bg-grey\/15 {
  background-color: rgba(246, 246, 246, 0.15);
}
.bg-grey\/20 {
  background-color: rgba(246, 246, 246, 0.2);
}
.bg-grey\/25 {
  background-color: rgba(246, 246, 246, 0.25);
}
.bg-grey\/30 {
  background-color: rgba(246, 246, 246, 0.3);
}
.bg-grey\/35 {
  background-color: rgba(246, 246, 246, 0.35);
}
.bg-grey\/40 {
  background-color: rgba(246, 246, 246, 0.4);
}
.bg-grey\/45 {
  background-color: rgba(246, 246, 246, 0.45);
}
.bg-grey\/5 {
  background-color: rgba(246, 246, 246, 0.05);
}
.bg-grey\/50 {
  background-color: rgba(246, 246, 246, 0.5);
}
.bg-grey\/55 {
  background-color: rgba(246, 246, 246, 0.55);
}
.bg-grey\/60 {
  background-color: rgba(246, 246, 246, 0.6);
}
.bg-grey\/65 {
  background-color: rgba(246, 246, 246, 0.65);
}
.bg-grey\/70 {
  background-color: rgba(246, 246, 246, 0.7);
}
.bg-grey\/75 {
  background-color: rgba(246, 246, 246, 0.75);
}
.bg-grey\/80 {
  background-color: rgba(246, 246, 246, 0.8);
}
.bg-grey\/85 {
  background-color: rgba(246, 246, 246, 0.85);
}
.bg-grey\/90 {
  background-color: rgba(246, 246, 246, 0.9);
}
.bg-grey\/95 {
  background-color: rgba(246, 246, 246, 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));
}
.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-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 192, 203, 1);
  background-color: rgba(255, 192, 203, var(--tw-bg-opacity));
}
.bg-pink\/0 {
  background-color: rgba(255, 192, 203, 0);
}
.bg-pink\/10 {
  background-color: rgba(255, 192, 203, 0.1);
}
.bg-pink\/100 {
  background-color: rgb(255, 192, 203);
}
.bg-pink\/15 {
  background-color: rgba(255, 192, 203, 0.15);
}
.bg-pink\/20 {
  background-color: rgba(255, 192, 203, 0.2);
}
.bg-pink\/25 {
  background-color: rgba(255, 192, 203, 0.25);
}
.bg-pink\/30 {
  background-color: rgba(255, 192, 203, 0.3);
}
.bg-pink\/35 {
  background-color: rgba(255, 192, 203, 0.35);
}
.bg-pink\/40 {
  background-color: rgba(255, 192, 203, 0.4);
}
.bg-pink\/45 {
  background-color: rgba(255, 192, 203, 0.45);
}
.bg-pink\/5 {
  background-color: rgba(255, 192, 203, 0.05);
}
.bg-pink\/50 {
  background-color: rgba(255, 192, 203, 0.5);
}
.bg-pink\/55 {
  background-color: rgba(255, 192, 203, 0.55);
}
.bg-pink\/60 {
  background-color: rgba(255, 192, 203, 0.6);
}
.bg-pink\/65 {
  background-color: rgba(255, 192, 203, 0.65);
}
.bg-pink\/70 {
  background-color: rgba(255, 192, 203, 0.7);
}
.bg-pink\/75 {
  background-color: rgba(255, 192, 203, 0.75);
}
.bg-pink\/80 {
  background-color: rgba(255, 192, 203, 0.8);
}
.bg-pink\/85 {
  background-color: rgba(255, 192, 203, 0.85);
}
.bg-pink\/90 {
  background-color: rgba(255, 192, 203, 0.9);
}
.bg-pink\/95 {
  background-color: rgba(255, 192, 203, 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));
}
.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-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-arrow-left {
  background-image: ;
}
.bg-arrow-right {
  background-image: ;
}
.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-none {
  background-image: none;
}
.bg-x-black {
  background-image: ;
}
.bg-100 {
  background-size: 100%;
}
.bg-50 {
  background-size: 50%;
}
.bg-auto {
  background-size: auto;
}
.bg-chevron-size {
  background-size: 16px;
}
.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-black {
  fill: #000000;
}
.fill-black\/0 {
  fill: rgba(0, 0, 0, 0);
}
.fill-black\/10 {
  fill: rgba(0, 0, 0, 0.1);
}
.fill-black\/100 {
  fill: rgb(0, 0, 0);
}
.fill-black\/15 {
  fill: rgba(0, 0, 0, 0.15);
}
.fill-black\/20 {
  fill: rgba(0, 0, 0, 0.2);
}
.fill-black\/25 {
  fill: rgba(0, 0, 0, 0.25);
}
.fill-black\/30 {
  fill: rgba(0, 0, 0, 0.3);
}
.fill-black\/35 {
  fill: rgba(0, 0, 0, 0.35);
}
.fill-black\/40 {
  fill: rgba(0, 0, 0, 0.4);
}
.fill-black\/45 {
  fill: rgba(0, 0, 0, 0.45);
}
.fill-black\/5 {
  fill: rgba(0, 0, 0, 0.05);
}
.fill-black\/50 {
  fill: rgba(0, 0, 0, 0.5);
}
.fill-black\/55 {
  fill: rgba(0, 0, 0, 0.55);
}
.fill-black\/60 {
  fill: rgba(0, 0, 0, 0.6);
}
.fill-black\/65 {
  fill: rgba(0, 0, 0, 0.65);
}
.fill-black\/70 {
  fill: rgba(0, 0, 0, 0.7);
}
.fill-black\/75 {
  fill: rgba(0, 0, 0, 0.75);
}
.fill-black\/80 {
  fill: rgba(0, 0, 0, 0.8);
}
.fill-black\/85 {
  fill: rgba(0, 0, 0, 0.85);
}
.fill-black\/90 {
  fill: rgba(0, 0, 0, 0.9);
}
.fill-black\/95 {
  fill: rgba(0, 0, 0, 0.95);
}
.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-grey {
  fill: #f6f6f6;
}
.fill-grey\/0 {
  fill: rgba(246, 246, 246, 0);
}
.fill-grey\/10 {
  fill: rgba(246, 246, 246, 0.1);
}
.fill-grey\/100 {
  fill: rgb(246, 246, 246);
}
.fill-grey\/15 {
  fill: rgba(246, 246, 246, 0.15);
}
.fill-grey\/20 {
  fill: rgba(246, 246, 246, 0.2);
}
.fill-grey\/25 {
  fill: rgba(246, 246, 246, 0.25);
}
.fill-grey\/30 {
  fill: rgba(246, 246, 246, 0.3);
}
.fill-grey\/35 {
  fill: rgba(246, 246, 246, 0.35);
}
.fill-grey\/40 {
  fill: rgba(246, 246, 246, 0.4);
}
.fill-grey\/45 {
  fill: rgba(246, 246, 246, 0.45);
}
.fill-grey\/5 {
  fill: rgba(246, 246, 246, 0.05);
}
.fill-grey\/50 {
  fill: rgba(246, 246, 246, 0.5);
}
.fill-grey\/55 {
  fill: rgba(246, 246, 246, 0.55);
}
.fill-grey\/60 {
  fill: rgba(246, 246, 246, 0.6);
}
.fill-grey\/65 {
  fill: rgba(246, 246, 246, 0.65);
}
.fill-grey\/70 {
  fill: rgba(246, 246, 246, 0.7);
}
.fill-grey\/75 {
  fill: rgba(246, 246, 246, 0.75);
}
.fill-grey\/80 {
  fill: rgba(246, 246, 246, 0.8);
}
.fill-grey\/85 {
  fill: rgba(246, 246, 246, 0.85);
}
.fill-grey\/90 {
  fill: rgba(246, 246, 246, 0.9);
}
.fill-grey\/95 {
  fill: rgba(246, 246, 246, 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-none {
  fill: none;
}
.fill-pink {
  fill: pink;
}
.fill-pink\/0 {
  fill: rgba(255, 192, 203, 0);
}
.fill-pink\/10 {
  fill: rgba(255, 192, 203, 0.1);
}
.fill-pink\/100 {
  fill: rgb(255, 192, 203);
}
.fill-pink\/15 {
  fill: rgba(255, 192, 203, 0.15);
}
.fill-pink\/20 {
  fill: rgba(255, 192, 203, 0.2);
}
.fill-pink\/25 {
  fill: rgba(255, 192, 203, 0.25);
}
.fill-pink\/30 {
  fill: rgba(255, 192, 203, 0.3);
}
.fill-pink\/35 {
  fill: rgba(255, 192, 203, 0.35);
}
.fill-pink\/40 {
  fill: rgba(255, 192, 203, 0.4);
}
.fill-pink\/45 {
  fill: rgba(255, 192, 203, 0.45);
}
.fill-pink\/5 {
  fill: rgba(255, 192, 203, 0.05);
}
.fill-pink\/50 {
  fill: rgba(255, 192, 203, 0.5);
}
.fill-pink\/55 {
  fill: rgba(255, 192, 203, 0.55);
}
.fill-pink\/60 {
  fill: rgba(255, 192, 203, 0.6);
}
.fill-pink\/65 {
  fill: rgba(255, 192, 203, 0.65);
}
.fill-pink\/70 {
  fill: rgba(255, 192, 203, 0.7);
}
.fill-pink\/75 {
  fill: rgba(255, 192, 203, 0.75);
}
.fill-pink\/80 {
  fill: rgba(255, 192, 203, 0.8);
}
.fill-pink\/85 {
  fill: rgba(255, 192, 203, 0.85);
}
.fill-pink\/90 {
  fill: rgba(255, 192, 203, 0.9);
}
.fill-pink\/95 {
  fill: rgba(255, 192, 203, 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);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.px-page-x {
  padding-left: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
  padding-right: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
}
.py-page-y {
  padding-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  padding-bottom: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.pl-\[0\.8em\] {
  padding-left: 0.8em;
}
.pl-page-x-1-2 {
  padding-left: max(16px, min(calc(1rem + ((1vw - 3.75px) * 1.0069)), 38px));
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-sm {
  padding-right: max(24px, min(calc(1.5rem + ((1vw - 3.75px) * 0.7512)), 32px));
}
.pt-5xl {
  padding-top: max(120px, min(calc(7.5rem + ((1vw - 3.75px) * 2.331)), 170px));
}
.pt-page-y {
  padding-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.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: Toscana, serif;
}
.text-base {
  font-size: max(18px, min(calc(1.125rem + ((1vw - 7.68px) * 1.2277)), 40px));
  line-height: 115%;
}
.text-baseSmall {
  font-size: max(23px, min(calc(1.4375rem + ((1vw - 3.75px) * 5.3571)), 44px));
  line-height: 115%;
}
.text-navSmall {
  font-size: 48px;
  line-height: 115%;
}
.italic {
  font-style: italic;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgba(0, 0, 0, 0);
}
.text-black\/10 {
  color: rgba(0, 0, 0, 0.1);
}
.text-black\/100 {
  color: rgb(0, 0, 0);
}
.text-black\/15 {
  color: rgba(0, 0, 0, 0.15);
}
.text-black\/20 {
  color: rgba(0, 0, 0, 0.2);
}
.text-black\/25 {
  color: rgba(0, 0, 0, 0.25);
}
.text-black\/30 {
  color: rgba(0, 0, 0, 0.3);
}
.text-black\/35 {
  color: rgba(0, 0, 0, 0.35);
}
.text-black\/40 {
  color: rgba(0, 0, 0, 0.4);
}
.text-black\/45 {
  color: rgba(0, 0, 0, 0.45);
}
.text-black\/5 {
  color: rgba(0, 0, 0, 0.05);
}
.text-black\/50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-black\/55 {
  color: rgba(0, 0, 0, 0.55);
}
.text-black\/60 {
  color: rgba(0, 0, 0, 0.6);
}
.text-black\/65 {
  color: rgba(0, 0, 0, 0.65);
}
.text-black\/70 {
  color: rgba(0, 0, 0, 0.7);
}
.text-black\/75 {
  color: rgba(0, 0, 0, 0.75);
}
.text-black\/80 {
  color: rgba(0, 0, 0, 0.8);
}
.text-black\/85 {
  color: rgba(0, 0, 0, 0.85);
}
.text-black\/90 {
  color: rgba(0, 0, 0, 0.9);
}
.text-black\/95 {
  color: rgba(0, 0, 0, 0.95);
}
.text-blue-35 {
  --tw-text-opacity: 1;
  color: rgba(206, 226, 242, 1);
  color: rgba(206, 226, 242, var(--tw-text-opacity));
}
.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));
}
.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-grey {
  --tw-text-opacity: 1;
  color: rgba(246, 246, 246, 1);
  color: rgba(246, 246, 246, var(--tw-text-opacity));
}
.text-grey\/0 {
  color: rgba(246, 246, 246, 0);
}
.text-grey\/10 {
  color: rgba(246, 246, 246, 0.1);
}
.text-grey\/100 {
  color: rgb(246, 246, 246);
}
.text-grey\/15 {
  color: rgba(246, 246, 246, 0.15);
}
.text-grey\/20 {
  color: rgba(246, 246, 246, 0.2);
}
.text-grey\/25 {
  color: rgba(246, 246, 246, 0.25);
}
.text-grey\/30 {
  color: rgba(246, 246, 246, 0.3);
}
.text-grey\/35 {
  color: rgba(246, 246, 246, 0.35);
}
.text-grey\/40 {
  color: rgba(246, 246, 246, 0.4);
}
.text-grey\/45 {
  color: rgba(246, 246, 246, 0.45);
}
.text-grey\/5 {
  color: rgba(246, 246, 246, 0.05);
}
.text-grey\/50 {
  color: rgba(246, 246, 246, 0.5);
}
.text-grey\/55 {
  color: rgba(246, 246, 246, 0.55);
}
.text-grey\/60 {
  color: rgba(246, 246, 246, 0.6);
}
.text-grey\/65 {
  color: rgba(246, 246, 246, 0.65);
}
.text-grey\/70 {
  color: rgba(246, 246, 246, 0.7);
}
.text-grey\/75 {
  color: rgba(246, 246, 246, 0.75);
}
.text-grey\/80 {
  color: rgba(246, 246, 246, 0.8);
}
.text-grey\/85 {
  color: rgba(246, 246, 246, 0.85);
}
.text-grey\/90 {
  color: rgba(246, 246, 246, 0.9);
}
.text-grey\/95 {
  color: rgba(246, 246, 246, 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));
}
.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-pink {
  --tw-text-opacity: 1;
  color: rgba(255, 192, 203, 1);
  color: rgba(255, 192, 203, var(--tw-text-opacity));
}
.text-pink\/0 {
  color: rgba(255, 192, 203, 0);
}
.text-pink\/10 {
  color: rgba(255, 192, 203, 0.1);
}
.text-pink\/100 {
  color: rgb(255, 192, 203);
}
.text-pink\/15 {
  color: rgba(255, 192, 203, 0.15);
}
.text-pink\/20 {
  color: rgba(255, 192, 203, 0.2);
}
.text-pink\/25 {
  color: rgba(255, 192, 203, 0.25);
}
.text-pink\/30 {
  color: rgba(255, 192, 203, 0.3);
}
.text-pink\/35 {
  color: rgba(255, 192, 203, 0.35);
}
.text-pink\/40 {
  color: rgba(255, 192, 203, 0.4);
}
.text-pink\/45 {
  color: rgba(255, 192, 203, 0.45);
}
.text-pink\/5 {
  color: rgba(255, 192, 203, 0.05);
}
.text-pink\/50 {
  color: rgba(255, 192, 203, 0.5);
}
.text-pink\/55 {
  color: rgba(255, 192, 203, 0.55);
}
.text-pink\/60 {
  color: rgba(255, 192, 203, 0.6);
}
.text-pink\/65 {
  color: rgba(255, 192, 203, 0.65);
}
.text-pink\/70 {
  color: rgba(255, 192, 203, 0.7);
}
.text-pink\/75 {
  color: rgba(255, 192, 203, 0.75);
}
.text-pink\/80 {
  color: rgba(255, 192, 203, 0.8);
}
.text-pink\/85 {
  color: rgba(255, 192, 203, 0.85);
}
.text-pink\/90 {
  color: rgba(255, 192, 203, 0.9);
}
.text-pink\/95 {
  color: rgba(255, 192, 203, 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));
}
.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-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;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-100 {
  opacity: 1;
}
.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-black {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/0 {
  --tw-shadow-color: rgba(0, 0, 0, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/10 {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/100 {
  --tw-shadow-color: rgb(0, 0, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/15 {
  --tw-shadow-color: rgba(0, 0, 0, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/25 {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/30 {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/35 {
  --tw-shadow-color: rgba(0, 0, 0, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/45 {
  --tw-shadow-color: rgba(0, 0, 0, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/5 {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/50 {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/55 {
  --tw-shadow-color: rgba(0, 0, 0, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/60 {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/65 {
  --tw-shadow-color: rgba(0, 0, 0, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/70 {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/75 {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/80 {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/85 {
  --tw-shadow-color: rgba(0, 0, 0, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/90 {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/95 {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --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-grey {
  --tw-shadow-color: #f6f6f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/0 {
  --tw-shadow-color: rgba(246, 246, 246, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/10 {
  --tw-shadow-color: rgba(246, 246, 246, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/100 {
  --tw-shadow-color: rgb(246, 246, 246);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/15 {
  --tw-shadow-color: rgba(246, 246, 246, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/20 {
  --tw-shadow-color: rgba(246, 246, 246, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/25 {
  --tw-shadow-color: rgba(246, 246, 246, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/30 {
  --tw-shadow-color: rgba(246, 246, 246, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/35 {
  --tw-shadow-color: rgba(246, 246, 246, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/40 {
  --tw-shadow-color: rgba(246, 246, 246, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/45 {
  --tw-shadow-color: rgba(246, 246, 246, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/5 {
  --tw-shadow-color: rgba(246, 246, 246, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/50 {
  --tw-shadow-color: rgba(246, 246, 246, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/55 {
  --tw-shadow-color: rgba(246, 246, 246, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/60 {
  --tw-shadow-color: rgba(246, 246, 246, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/65 {
  --tw-shadow-color: rgba(246, 246, 246, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/70 {
  --tw-shadow-color: rgba(246, 246, 246, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/75 {
  --tw-shadow-color: rgba(246, 246, 246, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/80 {
  --tw-shadow-color: rgba(246, 246, 246, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/85 {
  --tw-shadow-color: rgba(246, 246, 246, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/90 {
  --tw-shadow-color: rgba(246, 246, 246, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-grey\/95 {
  --tw-shadow-color: rgba(246, 246, 246, 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-pink {
  --tw-shadow-color: pink;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/0 {
  --tw-shadow-color: rgba(255, 192, 203, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/10 {
  --tw-shadow-color: rgba(255, 192, 203, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/100 {
  --tw-shadow-color: rgb(255, 192, 203);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/15 {
  --tw-shadow-color: rgba(255, 192, 203, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/20 {
  --tw-shadow-color: rgba(255, 192, 203, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/25 {
  --tw-shadow-color: rgba(255, 192, 203, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/30 {
  --tw-shadow-color: rgba(255, 192, 203, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/35 {
  --tw-shadow-color: rgba(255, 192, 203, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/40 {
  --tw-shadow-color: rgba(255, 192, 203, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/45 {
  --tw-shadow-color: rgba(255, 192, 203, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/5 {
  --tw-shadow-color: rgba(255, 192, 203, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/50 {
  --tw-shadow-color: rgba(255, 192, 203, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/55 {
  --tw-shadow-color: rgba(255, 192, 203, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/60 {
  --tw-shadow-color: rgba(255, 192, 203, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/65 {
  --tw-shadow-color: rgba(255, 192, 203, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/70 {
  --tw-shadow-color: rgba(255, 192, 203, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/75 {
  --tw-shadow-color: rgba(255, 192, 203, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/80 {
  --tw-shadow-color: rgba(255, 192, 203, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/85 {
  --tw-shadow-color: rgba(255, 192, 203, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/90 {
  --tw-shadow-color: rgba(255, 192, 203, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-pink\/95 {
  --tw-shadow-color: rgba(255, 192, 203, 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);
}
.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);
}
@font-face {
  font-family: 'Toscana';
  src: url(//www.meierunger.com/wp-content/themes/smoov--meier-unger/dist/css/../fonts/Toscana-Regular_MUA.woff2?98e95a774dfae7755b1a91c7db8b2851) format('woff2');
  src: url(//www.meierunger.com/wp-content/themes/smoov--meier-unger/dist/css/../fonts/Toscana-Regular_MUA.woff2?98e95a774dfae7755b1a91c7db8b2851) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Toscana';
  src: url(//www.meierunger.com/wp-content/themes/smoov--meier-unger/dist/css/../fonts/Toscana-Italic.woff2?09bb0a7e2d7eb0428d15cc19a623cadb) format('woff2');
  src: url(//www.meierunger.com/wp-content/themes/smoov--meier-unger/dist/css/../fonts/Toscana-Italic.woff2?09bb0a7e2d7eb0428d15cc19a623cadb) format('woff2'),
    url(//www.meierunger.com/wp-content/themes/smoov--meier-unger/dist/css/../fonts/Toscana-Italic.woff?99dce8c7ff49bdf6c37c3bb0850fe92d) format('woff');
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
[x-cloak] {
  display: none !important;
}
.screen-reader-text {
  display: none;
}
.screen-reader-text:focus {
  overflow: visible !important;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
* *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
* *::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
*::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
*::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
*:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
nav#main {
  text-align: left;
}
nav#main li {
  margin-bottom: 0.25em;
}
nav#main li:last-child {
  margin-bottom: 0;
}
@media not all and (min-width: 1024px) {

  nav#main li a {
    font-size: 48px;
    line-height: 115%;
  }
}
nav#main li .sub-menu {
  margin-left: max(16px, min(calc(1rem + ((1vw - 3.75px) * 1.0069)), 38px));
  display: none;
}
nav#main li .sub-menu li:first-child {
  margin-top: 0.25em;
}
nav#main li.current-menu-parent .sub-menu, nav#main li.current-menu-item .sub-menu {
  display: block;
}
aside nav::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
  display: block;
  height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
aside nav::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 23;
  display: block;
  height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
@media (min-width: 1024px) {

  aside nav::before {
    content: var(--tw-content);
    display: none;
  }

  aside nav::after {
    content: var(--tw-content);
    display: none;
  }
}
@media ( hover:hover ) and ( pointer: fine ) {
	* { cursor: none !important; }
	a { cursor: none !important; }

	.block__cursor {
		position: fixed;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background-color: #74B1E1;
		pointer-events: none;
		z-index: 100001;
        cursor: none !important;
		opacity: 1;
		overflow: hidden;
	}
}
.cc-floating.cc-bottom,
.cc-banner.cc-bottom {
  border-radius: 0px !important;
  font-family: Toscana, serif;
  font-style: italic;
}
@media not all and (min-width: 768px) {

  .cc-floating.cc-bottom,
.cc-banner.cc-bottom {
    display: block;
    padding: 20px;
  }
}
.cc-floating.cc-bottom,
.cc-banner.cc-bottom {
    background-color: #ddd !important;
    color: #000 !important;
    padding: 20px !important;
}
.cc-floating.cc-bottom .cc-message, .cc-banner.cc-bottom .cc-message {
        margin-left: 0 !important;
        font-size: .9em !important;
        line-height: 1.4em !important;
    }
@media not all and (min-width: 768px) {

  .cc-floating.cc-bottom .cc-message, .cc-banner.cc-bottom .cc-message {
    margin-bottom: 1rem;
  }
}
.cc-floating.cc-bottom .cc-link, .cc-banner.cc-bottom .cc-link {
  font-family: Toscana, serif;
  font-style: italic;
        padding: 0 !important;
        font-size: 1em !important;
        line-height: 1.4em !important;
        opacity: 1 !important;
        -webkit-text-decoration: none !important;
        text-decoration: none !important;
}
.cc-floating.cc-bottom .cc-link:hover, .cc-banner.cc-bottom .cc-link:hover {
            -webkit-text-decoration: underline !important;
            text-decoration: underline !important;
        }
.cc-floating.cc-bottom .cc-btn, .cc-banner.cc-bottom .cc-btn {
  font-family: Toscana, serif;
  font-style: italic;
        background-color: #ddd !important;
        color: #000 !important;
        font-weight: normal !important;
        padding: 0 10px 0 0 !important;
        text-align: left !important;
}
.cc-floating.cc-bottom .cc-btn:hover, .cc-banner.cc-bottom .cc-btn:hover {
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }
@media not all and (min-width: 1024px) {

  .cc-floating.cc-bottom .cc-window.cc-floating.cc-invisible, .cc-banner.cc-bottom .cc-window.cc-floating.cc-invisible {
    display: none;
  }
}
.cc-theme-classic .cc-btn {
  white-space: nowrap;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 100% !important;
}
.selection\:bg-black *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.selection\:bg-black *::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.selection\:text-white *::selection {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.selection\:bg-black::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.selection\:bg-black::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.selection\:text-white::-moz-selection {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.selection\:text-white::selection {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0;
}
.before\:z-\[23\]::before {
  content: var(--tw-content);
  z-index: 23;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-page-y::before {
  content: var(--tw-content);
  height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:from-white::before {
  content: var(--tw-content);
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:to-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.before\:text-\[0\.8em\]::before {
  content: var(--tw-content);
  font-size: 0.8em;
}
.before\:content-\[\'-\'\]::before {
  --tw-content: '-';
  content: '-';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0;
}
.after\:z-\[23\]::after {
  content: var(--tw-content);
  z-index: 23;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-page-y::after {
  content: var(--tw-content);
  height: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:to-white::after {
  content: var(--tw-content);
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.first\:mt-\[0\.25em\]:first-child {
  margin-top: 0.25em;
}
.first\:pt-0:first-child {
  padding-top: 0;
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.hover\:bg-black\/0:hover {
  background-color: rgba(0, 0, 0, 0);
}
.hover\:bg-black\/10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hover\:bg-black\/100:hover {
  background-color: rgb(0, 0, 0);
}
.hover\:bg-black\/15:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.hover\:bg-black\/20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.hover\:bg-black\/25:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.hover\:bg-black\/30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.hover\:bg-black\/35:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.hover\:bg-black\/40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.hover\:bg-black\/45:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.hover\:bg-black\/5:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.hover\:bg-black\/50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.hover\:bg-black\/55:hover {
  background-color: rgba(0, 0, 0, 0.55);
}
.hover\:bg-black\/60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.hover\:bg-black\/65:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.hover\:bg-black\/70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.hover\:bg-black\/75:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.hover\:bg-black\/80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.hover\:bg-black\/85:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.hover\:bg-black\/90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.hover\:bg-black\/95:hover {
  background-color: rgba(0, 0, 0, 0.95);
}
.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));
}
.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));
}
.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-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, 1);
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity));
}
.hover\:bg-grey\/0:hover {
  background-color: rgba(246, 246, 246, 0);
}
.hover\:bg-grey\/10:hover {
  background-color: rgba(246, 246, 246, 0.1);
}
.hover\:bg-grey\/100:hover {
  background-color: rgb(246, 246, 246);
}
.hover\:bg-grey\/15:hover {
  background-color: rgba(246, 246, 246, 0.15);
}
.hover\:bg-grey\/20:hover {
  background-color: rgba(246, 246, 246, 0.2);
}
.hover\:bg-grey\/25:hover {
  background-color: rgba(246, 246, 246, 0.25);
}
.hover\:bg-grey\/30:hover {
  background-color: rgba(246, 246, 246, 0.3);
}
.hover\:bg-grey\/35:hover {
  background-color: rgba(246, 246, 246, 0.35);
}
.hover\:bg-grey\/40:hover {
  background-color: rgba(246, 246, 246, 0.4);
}
.hover\:bg-grey\/45:hover {
  background-color: rgba(246, 246, 246, 0.45);
}
.hover\:bg-grey\/5:hover {
  background-color: rgba(246, 246, 246, 0.05);
}
.hover\:bg-grey\/50:hover {
  background-color: rgba(246, 246, 246, 0.5);
}
.hover\:bg-grey\/55:hover {
  background-color: rgba(246, 246, 246, 0.55);
}
.hover\:bg-grey\/60:hover {
  background-color: rgba(246, 246, 246, 0.6);
}
.hover\:bg-grey\/65:hover {
  background-color: rgba(246, 246, 246, 0.65);
}
.hover\:bg-grey\/70:hover {
  background-color: rgba(246, 246, 246, 0.7);
}
.hover\:bg-grey\/75:hover {
  background-color: rgba(246, 246, 246, 0.75);
}
.hover\:bg-grey\/80:hover {
  background-color: rgba(246, 246, 246, 0.8);
}
.hover\:bg-grey\/85:hover {
  background-color: rgba(246, 246, 246, 0.85);
}
.hover\:bg-grey\/90:hover {
  background-color: rgba(246, 246, 246, 0.9);
}
.hover\:bg-grey\/95:hover {
  background-color: rgba(246, 246, 246, 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));
}
.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-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 192, 203, 1);
  background-color: rgba(255, 192, 203, var(--tw-bg-opacity));
}
.hover\:bg-pink\/0:hover {
  background-color: rgba(255, 192, 203, 0);
}
.hover\:bg-pink\/10:hover {
  background-color: rgba(255, 192, 203, 0.1);
}
.hover\:bg-pink\/100:hover {
  background-color: rgb(255, 192, 203);
}
.hover\:bg-pink\/15:hover {
  background-color: rgba(255, 192, 203, 0.15);
}
.hover\:bg-pink\/20:hover {
  background-color: rgba(255, 192, 203, 0.2);
}
.hover\:bg-pink\/25:hover {
  background-color: rgba(255, 192, 203, 0.25);
}
.hover\:bg-pink\/30:hover {
  background-color: rgba(255, 192, 203, 0.3);
}
.hover\:bg-pink\/35:hover {
  background-color: rgba(255, 192, 203, 0.35);
}
.hover\:bg-pink\/40:hover {
  background-color: rgba(255, 192, 203, 0.4);
}
.hover\:bg-pink\/45:hover {
  background-color: rgba(255, 192, 203, 0.45);
}
.hover\:bg-pink\/5:hover {
  background-color: rgba(255, 192, 203, 0.05);
}
.hover\:bg-pink\/50:hover {
  background-color: rgba(255, 192, 203, 0.5);
}
.hover\:bg-pink\/55:hover {
  background-color: rgba(255, 192, 203, 0.55);
}
.hover\:bg-pink\/60:hover {
  background-color: rgba(255, 192, 203, 0.6);
}
.hover\:bg-pink\/65:hover {
  background-color: rgba(255, 192, 203, 0.65);
}
.hover\:bg-pink\/70:hover {
  background-color: rgba(255, 192, 203, 0.7);
}
.hover\:bg-pink\/75:hover {
  background-color: rgba(255, 192, 203, 0.75);
}
.hover\:bg-pink\/80:hover {
  background-color: rgba(255, 192, 203, 0.8);
}
.hover\:bg-pink\/85:hover {
  background-color: rgba(255, 192, 203, 0.85);
}
.hover\:bg-pink\/90:hover {
  background-color: rgba(255, 192, 203, 0.9);
}
.hover\:bg-pink\/95:hover {
  background-color: rgba(255, 192, 203, 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));
}
.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-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-arrow-left:hover {
  background-image: ;
}
.hover\:bg-arrow-right:hover {
  background-image: ;
}
.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-none:hover {
  background-image: none;
}
.hover\:bg-x-black:hover {
  background-image: ;
}
.hover\:bg-100:hover {
  background-size: 100%;
}
.hover\:bg-50:hover {
  background-size: 50%;
}
.hover\:bg-auto:hover {
  background-size: auto;
}
.hover\:bg-chevron-size:hover {
  background-size: 16px;
}
.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\: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\: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;
}
.focus\:\!overflow-visible:focus {
  overflow: visible !important;
}
.focus-visible\:outline-transparent:focus-visible {
  outline-color: transparent;
}
@media not all and (min-width: 1024px) {

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

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

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

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

  .max-lg\:right-page-x {
    right: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
  }

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

  .max-lg\:top-page-y {
    top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  }

  .max-lg\:z-\[80\] {
    z-index: 80;
  }

  .max-lg\:mt-auto {
    margin-top: auto;
  }

  .max-lg\:flex {
    display: flex;
  }

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

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

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:justify-between {
    justify-content: space-between;
  }

  .max-lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .max-lg\:px-page-x {
    padding-left: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
    padding-right: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
  }

  .max-lg\:py-page-y {
    padding-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
    padding-bottom: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  }

  .max-lg\:pb-5xl {
    padding-bottom: max(120px, min(calc(7.5rem + ((1vw - 3.75px) * 2.331)), 170px));
  }

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

  .max-lg\:pt-page-y {
    padding-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  }
}
@media not all and (min-width: 768px) {

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

  .max-md\:block {
    display: block;
  }

  .max-md\:p-\[20px\] {
    padding: 20px;
  }
}
@media (min-width: 768px) {

  .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;
  }
}
@media (min-width: 1024px) {

  .lg\:fixed {
    position: fixed;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

  .lg\:mt-page-y {
    margin-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

  .lg\:px-page-x {
    padding-left: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
    padding-right: max(19px, min(calc(1.1875rem + ((1vw - 3.75px) * 2.6087)), 76px));
  }

  .lg\:pb-page-y {
    padding-bottom: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  }

  .lg\:pt-page-y {
    padding-top: max(16px, min(calc(1rem + ((1vw - 3.75px) * 2.1968)), 64px));
  }

  .before\:lg\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .after\:lg\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}
@media (min-width: 1280px) {

  .xl\:\!w-\[35vw\] {
    width: 35vw !important;
  }
}

.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:99998}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer;text-decoration:none}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}