@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Import everything that needs to be built into this file */
/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root {
    --color-warning: #ffae00;
    --color-error: #fc4d36;
    --color-success: #58ac40;

    --color-white: #ffffff;
    --color-black: #000000;
    --color-dark-grey: #B6B6B6;
    --color-mid-grey: #E2E2E2;
    --color-light-grey: #F8F8F8;

    --color-text: var(--color-white);

    --color-warning-background: #232B59;
    --color-error-background: #232B59;

    --color-dark-blue: #232B59;
    --color-ink-blue: #30348B;
    --color-purple: #5C3F91;
    --color-ocean-blue: #007CC4;
    --color-clear-blue: #62C5E4;

    --gradient-level-bar: linear-gradient(296deg, #007CC4 16.33%, #62C5E4 83.67%);
    --gradient-ink-purple: linear-gradient(42deg, #31358C 26.16%, #6856A3 73.64%);
    --gradient-blue-linear: linear-gradient(109deg, #30348B 13.12%, #4B81BB 48.22%, #30348B 91.59%);
    --max-width: 1300px;
    --border-radius: 8px;
    --border-radius-large: 16px;
    --grid-gap: 3rem;
  }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  margin: 0 auto;
  width: calc(100% - 48px);
}
@media (min-width: 782px){
  .container{
    width: 96%;
    max-width: 1380px;
  }
}
/* A theme that can override color definitions */
footer.site-footer {
  background-color: var(--color-ink-blue);
  color:var(--color-white);
  padding: 10px 24px;
  margin: 0;
  width: 100%;
  text-align: center;
}
footer.site-footer p {
    margin: 0 auto;
  }
body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-dark-blue);
  color: var(--color-text);
  display:flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
    flex-grow: 1;
  }
body.theme-app main.container:not(.games) {

        display: flex;
        justify-content: center;
        align-items: center;
      }
.logo {
  width: 100%;
  height: auto;
  display: block;
  max-width: 94px;
}
.no-wrap {
  white-space: nowrap;
}
#page-content table img {
      display: inline-block !important;
    }
hr {
  margin: 2rem 0;
}
.hide {
  opacity: 0;
}
/* Try to replicate foundation class names to ease transtion to tailwind */
.grid-x {
  display: flex;
  flex-direction: row;
}
header.site-header {
  margin-bottom: 24px;
  width: 100vw;
  position: relative;
  z-index: 2;
  background-color: var(--color-ink-blue);
  padding: 1rem;
}
@media (min-width: 782px) {
header.site-header {
    padding: 1rem 0
}
  }
header.site-header .brand {
    text-decoration: none;
  }
header.site-header .brand h2 {
      margin-bottom: 0;
    }
header.site-header .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
header.site-header .top-bar-right .avatar {
      margin-left: 2rem;
    }
header.site-header .top-bar-right .menu-container {
      transition: max-width 1s ease-in-out, opacity 1s ease-in-out;
      overflow: hidden;

      opacity: 1;
      max-width: 100vw;
    }
header.site-header .top-bar-right .menu-container.hide {
        opacity: 0;
        max-width: 0;
      }
header.site-header .top-bar-right .menu-container .menu {
        flex-wrap: nowrap;
      }
header.site-header .top-bar-right .menu-container .menu li {
          flex-shrink: 0;
        }
header.site-header .mute-button {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
.page-header {
  margin-bottom: 3rem;
  position: relative;
}
.page-header p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
.page-header .title:only-child {
      text-align: center;
      align-self: center;
      width: 100%;
    }
.admin header .toggler {
      pointer-events: none;
    }
.pagy {
  display: flex;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #6b7280;
}
.pagy > :not([hidden]) ~ :not([hidden]) {
  --space-reverse: 0;
  margin-right: calc(0.25rem * var(--space-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-reverse)));
}
.pagy a:not(.gap) {
  display: block;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  padding: 0.25rem 0.75rem;
  color: inherit;
}
.pagy a:not(.gap):hover {
  background-color: #d1d5db;
}
.pagy a:not(.gap):not([href]) {
  /* disabled links */
  cursor: default;
  background-color: #f3f4f6;
  color: #d1d5db;
}
.pagy a:not(.gap).current {
  background-color: #9ca3af;
  color: white;
}
.pagy label {
  white-space: nowrap;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  padding: 0.125rem 0.75rem;
}
.pagy label input {
  line-height: 1.5rem;
  border-radius: 0.375rem;
  border-style: none;
  background-color: #f3f4f6;
}
/* https://stackoverflow.com/questions/7503183/what-is-the-easiest-way-to-create-an-html-mouseover-tool-tip */
[data-tooltip]:hover::after {
  display: block;
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 0;
  content: attr(data-tooltip);
  background-color: var(--color-dark-blue);
  color: var(--color-text);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-dark-blue);
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-wrap: balance;
  line-height: 1.5;
  text-align: left;
  max-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  z-index: 10000;
}
[data-tooltip] {
  position: relative;
  pointer-events: all;
  opacity: 1;
  border-color: transparent;
  cursor: default;
}
[data-tooltip]:hover {
    color: var(--color-dark-blue);
  }
button[disabled][data-tooltip] {
  position: relative;
  pointer-events: all;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  cursor: default;
}
button[disabled][data-tooltip]:hover {
    color: var(--color-dark-blue);
  }
strong {
  font-weight: 700;
}
/* HEADING STYLES */
/*
Font weights:
Regular: 400
Medium: 500
Semibold: 600
Bold: 700
Extrabod: 800

*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /* margin-bottom: 1rem; */
  font-family: Montserrat, arial, sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color-text);
}
h1,
.h1 {
  font-size: 27px;
}
@media (min-width: 782px) {
h1,
.h1 {
    font-size: 34px
}
  }
h2,
.h2 {
  font-size: 22px;
}
@media (min-width: 782px) {
h2,
.h2 {
    font-size: 27px
}
  }
h3,
.h3 {
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 782px) {
h3,
.h3 {
    font-size: 22px
}
  }
h4,
.h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 782px) {
h4,
.h4 {
    font-size: 18px
}
  }
h5,
.h5 {
  margin-bottom: 1rem;
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.14px;
}
p:not(:last-child) {
    margin-bottom: 1em;
  }
p .h2 {
    margin-bottom: 0;
    line-height: 1;
  }
ul, ol {
  font-size: 1rem;
  line-height: 1.2;
}
.small {
  font-size: 0.68rem;
  line-height: 1.2;
}
i {
  font-family: FontAwesome;
}
a {
  text-decoration: underline;
  color: var(--color-text);
}
/* All global variables thay may be useful to the project should go here, e.g. max-width for grid containers etc */
.warning-medium {
  color: var(--color-warning);
}
.warning-high {
  color: var(--color-error);
}
.accordion {
  background-color: var(--color-white);
  border: 2px solid var(--color-clear-blue);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.accordion .accordion-item {
    border-bottom: 1px solid var(--color-clear-blue);
  }
.accordion .accordion-item:last-of-type {
      border-bottom: 0;
    }
.accordion .accordion-title {
    padding: 1rem 2rem;
    display:flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;

  }
.accordion .accordion-title svg {
      width: 24px;
      height:auto;

    }
.accordion .accordion-title svg path {
        fill: var(--color-white);
      }
.accordion .accordion-title svg.fa-circle-plus {
        display:block;
      }
.accordion .accordion-title svg.fa-circle-minus {
        display:none;
      }
.accordion .accordion-title.active svg.fa-circle-plus {
          display:none;
        }
.accordion .accordion-title.active svg.fa-circle-minus {
          display:block;
        }
.accordion .accordion-title.active{
      background-color: var(--color-ink-blue);
}
.accordion .accordion-content {
    background-color: var(--color-ink-blue);
    padding: 1rem 2rem;
  }
.breadcrumbs {
  display:flex;
}
.breadcrumbs li {
    font-weight: 500;
  }
.breadcrumbs li:after {
        content:'>';
        margin-right: 1rem;
        margin-left: .5rem;

    }
.breadcrumbs li:last-of-type:after {
        display:none;
        content:'';
      }
.breadcrumbs li a {
      font-weight: normal;
    }
.breadcrumbs li a:hover,
      .breadcrumbs li a:focus {
        color: var(--color-blue);
        text-decoration: underline;
      }
.button {
  font-family: Montserrat, arial, sans-serif;
  display: inline-block;
  background-color: var(--color-white);
  color: var(--color-dark-blue);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-white);
  padding: 10px 16px;
  font-size: 0.875rem;
  line-height: 1.375;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  margin-top: 1.5rem;
  position: relative;
}
.button:focus,
  .button:hover {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    border-color: var(--color-white);
  }
.button.secondary {
    border-color: var(--color-dark-blue);
    background-color: var(--color-dark-blue);
    color: var(--color-white);
  }
.button.secondary:focus,
    .button.secondary:hover {
      background-color: var(--color-white);
      color: var(--color-dark-blue);
    }
.button.outlined {
    border: 1px solid var(--color-white);
    background-color: transparent;
    color: var(--color-white);
  }
.button.outlined:focus,
    .button.outlined:hover {
      background-color: var(--color-white);
      color: var(--color-dark-blue);
    }
.button.outlined.secondary {
      border: 1px solid var(--color-dark-blue);
      background-color: var(--color-white);
      color: var(--color-dark-blue);
    }
.button.outlined.secondary:focus,
      .button.outlined.secondary:hover {
        background-color: var(--color-dark-blue);
        color: var(--color-white);
        border-color: var(--color-dark-blue);
      }
.button.small {
    font-size: 0.875rem;
    border-radius: 4px;
    padding: 6px 12px;
  }
.button:disabled,
  .button .disabled,
  .button.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
.button.large {
    width: 100%;
    background-color: var(--color-clear-blue);
    border-radius: var(--border-radius-large);
    border: 1px solid var(--gradient-clear-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    gap: 0.5rem;
  }
@media (min-width: 782px) {
.button.large {
      font-size: 22px;
      padding: 2.5rem 1rem
  }
    }
.button.large:focus,
    .button.large:hover {
      background: var(--gradient-ink-purple);
      border: 1px solid var(--gradient-ink-purple);
    }
.button.large svg {
      height: 18px;
    }
.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1.25rem;
    border: 1px solid transparent;
    border-radius: var(--border-radius-large);
    background-color: white;
    color: #0a0a0a;
  }
.callout p {
      margin-bottom: 0;
    }
.callout.primary {
      border: 1px solid var(--color-blue);
      background: var(--color-blue-02);
    }
.callout.secondary {
      border: 1px solid var(--color-pink);
      background: #F9FAFB;
    }
.callout.alert {
      border: 1px solid var(--color-error);
      background: var(--color-error-background);
      color: var(--color-error);
    }
.callout.success {
        border: 1px solid var(--color-success);
        background: var(--color-success-background);
    }
.callout.warning {
        border: 1px solid var(--color-warning);
        background: var(--color-warning-background);
    }
.console-component {
  color: var(--color-success);
  background-color: var(--color-black);
  display: flex;
  width: 100%;
}
.console-component .state {
    font-size: 0.75rem;
    width: 40%;
  }
.console-component .console {
    list-style: none;
    margin: 0;
    width: 60%;
  }
.console-component .console .event,
    .console-component .console .command,
    .console-component .console .blank,
    .console-component .console .input {
      padding: 0.25rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      display: flex;
      gap: 1rem;
      font-size: 0.75rem;
      font-family: monospace;
      align-items: center;
    }
.console-component .console .event {
      padding-left: 2rem;
    }
.console-component .console .blank:not(:last-child) {
      display: none;
    }
.console-component .console .input input {
        background-color: var(--color-black);
        border: 1px solid var(--color-success);
      }
.filter {
    font-size: 16px;
    line-height: 28px;
    padding: 9px 24px;
    border-radius: 2rem;
    display:inline-block;
    margin-bottom: 1rem;
    font-weight: 500;
    cursor: pointer;
    background-color: var(--color-page-grey);
    border: 1px solid var(--color-purple);
    transition: background-color 0.3s, color 0.3s;
}
.filter + .filter {
        margin-left: 1rem;
    }
.filter.selected {
        color: var(--color-white);
        background-color: var(--color-purple);
    }
.filter:hover {
        background: var(--color-purple);
        color: var(--color-white);
        border-color: var(--color-purple);;
    }
.flash {
    border-radius: var(--border-radius);
    padding: 10px;
    font-size: 1rem;
    line-height: 1.750;
    text-align: center;
    margin: 0 auto 2rem;
}
.flash.alert {
        border: 1px solid var(--color-error);
        background: var(--color-error-background);
    }
.flash.success {
        border: 1px solid var(--color-success);
        background: var(--color-success-background);
    }
.flash.warning {
        border: 1px solid var(--color-warning);
        background: var(--color-warning-background);
    }
.flash p {
        margin: 0 auto;
    }
form,
.form {
  --input-border: 2px solid var(--color-white);
  --field-padding: 10px 16px;
  --form-label-color: var(--color-text);
  --form-input-color: var(--color-text);
  --form-spacing: 1rem;
}
/* Show a warning if Cloudflare Turnstile (captcha) does not load */
form .cf-turnstile .callout, .form .cf-turnstile .callout {
      display: none;
    }
form .cf-turnstile .callout:only-child, .form .cf-turnstile .callout:only-child {
        display: block;
      }
form label, .form label {
    font-size: 1rem;
    line-height: 1.75;
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--form-label-color);
  }
form input, .form input {
    color: var(--color-white);
  }
form input:not([type="submit"]),
  form select,
  form textarea,
  .form input:not([type="submit"]),
  .form select,
  .form textarea {
    background-color: var(--color-dark-blue);
    font-size: 18px;
    line-height: 31px;
    width: 100%;
    border: var(--input-border);
    border-radius: var(--border-radius);
    display: block;
    padding: var(--field-padding);
  }
form input:not([type="submit"]):focus, form select:focus, form textarea:focus, .form input:not([type="submit"]):focus, .form select:focus, .form textarea:focus {
      border-color: var(--color-text);
    }
form input:not([type="submit"]),
  form select,
  form textarea,
  .form input:not([type="submit"]),
  .form select,
  .form textarea{
    margin-bottom: 18px;
    outline: none;
}
.help-text {
  font-size: 14px;
  margin-top: -0.5rem;
}
/* password */
.password .input-group {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: var(--form-spacing);
    align-items: stretch;
  }
.password .input-group-button,
    .password .input-group .button {
      position: absolute;
      border: 0;
      background: transparent;
      right: 0;
      top: 0;
      margin: 0;
      padding: 0.85rem 1.5rem 0.75rem;
      height: 100%;
      line-height: 1.7;
      min-width: 54px;
    }
.password .input-group .input-group-field {
      padding-right: 4rem;
    }
/* SELECT FIELDS */
.select-wrapper {
  position: relative;
  display: block;
  margin-bottom: var(--form-spacing);
  overflow: hidden;
}
.select-wrapper option {
    background-color: var(--color-dark-blue);
  }
.select-wrapper select {
    width: 100%;
    margin-bottom: 0;
    padding-right: 78px;
    height: 55px;
    font-size: 18px;
    line-height: 31px;
    border: var(--input-border);
    border-radius: var(--border-radius);
    padding: var(--field-padding);
    -webkit-appearance: none;
  }
.select-wrapper select:focus {
      background-color: var(--color-dark-blue);
    }
.select-wrapper:after {
    content: "";
    display: block;
    width: 18px;
    height: 100%;
    background-image: url("/assets/select-a4c83e99.svg");

    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 1rem;
    pointer-events: none;
  }
/* SUBMIT BUTTON */
input[type="submit"] {
  @extend .button;
}
/* TOGGLE */
.toggle {
  cursor: pointer;
  display: inline-block;
}
.toggle-switch {
  display: inline-block;
  background: var(--color-text);
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before,
  .toggle-switch:after {
    content: "";
  }
.toggle-switch:before {
    display: block;
    background: var(--color-white);
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
  }
.toggle-checkbox:checked + .toggle-switch {
    background: var(--color-light-blue);
  }
.toggle-checkbox:checked + .toggle-switch:before {
      left: 30px;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    }
.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
.toggle-label {
  margin-left: 5px;
  position: relative;
  font-weight: 400;
  top: 2px;
}
/* DATE SELECT */
.date select {
  width: 30%;
  max-width: 200px;
}
/* INPUT STYLES */
.input .hint,
  .input .error {
    font-size: 12px;
    line-height: rem-calc(21px);
    color: $helptext-color;
    margin-bottom: var(--form-spacing);
    display: block;
    margin-top: -0.5rem;
  }
.input .hint:first-letter, .input .error:first-letter {
      text-transform: capitalize;
    }
.input.error input,
    .input.error textarea,
    .input.error select {
      border-color: var(--color-error);
    }
.input.filled input,
    .input.filled textarea,
    .input.filled select {
      border-color: var(--color-success);
    }
/* RADIO BUTTONS AND CHECKBOXES */
div.input.radio_buttons,
div.input.check_boxes {
  margin-bottom: var(--form-spacing);
}
div.input.radio_buttons .radio + .error, div.input.radio_buttons .checkbox + .error, div.input.check_boxes .radio + .error, div.input.check_boxes .checkbox + .error {
      margin-top: 0;
    }
div.radio_buttons {
  display: flex;
  flex-wrap: wrap;
}
div.radio_buttons label.radio_buttons {
    width: 100%;
    margin-bottom: 0.5rem;
  }
input[type="radio"],
input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="radio"] ~ label, input[type="checkbox"] ~ label {
    margin-left: 0;
    margin-right: 1.5rem;
    margin-top: 8px;
    font-weight: 400;
    display: inline-flex !important;
    line-height: 24px;
  }
input[type="radio"] ~ label:before, input[type="checkbox"] ~ label:before {
      content: "";
      border: 2px solid var(--color-white);
      border-radius: 24px;
      margin-right: 0.5rem;
      display: inline-block;
      width: 24px;
      height: 24px;
    }
input[type="radio"]:checked ~ label:before, input[type="checkbox"]:checked ~ label:before {
        border: 0;
        background: url("/assets/radio-038720a8.svg");
        background-size: 24px;
      }
input[type="checkbox"] ~ label:before {
      border: 2px solid var(--color-white);
      border-radius: 3px;
      margin-right: 0.5rem;
      display: inline-block;
      width: 24px;
      height: auto;
    }
input[type="checkbox"]:checked ~ label:before {
        border: 0;
        background: url("/assets/checkbox-7dcf0f74.svg");
        background-size: 24px;
      }
input:disabled {
  border-color: var(--color-light-grey);
}
/* file upload */
.input.file .svg-inline--fa {
      margin-right: 0.5rem;
    }
.input.file input {
      padding: 0;
      border: 0;
      margin-top: 1rem;
    }
.input.file input::file-selector-button {
      color: var(--form-input-color);
      border-radius: var(--border-radius);
      border: var(--input-border);
      background-color: transparent;
      padding: 12px 30px;
      font-size: 16px;
      line-height: 1.667;
      font-weight: 700;
      margin-right: 1rem;
      cursor: pointer;
    }
.input.file input::file-selector-button:focus,
      .input.file input::file-selector-button:hover {
        background-color: var(--color-ink-blue);
        border-color: var(--color-ink-blue);
        color: var(--color-white);
      }
/* search */
.search.input-group {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: var(--form-spacing);
    align-items: stretch;
  }
.search.input-group input {
      margin-bottom: 0;
    }
.search.input-group-button,
    .search.input-group .button {
      position: absolute;
      border: 0;
      background: transparent;
      right: 0;
      top: 0;
      margin: 0;
      color: inherit;
      padding: 0.85rem 1.5rem 0.75rem;
      height: 100%;
      line-height: 1.7;
      min-width: 54px;
    }
input[type="range"] {
    width: 100%;
  }
.grid-component > * {
    margin-bottom: 2rem;
  }
.grid-component > *:last-of-type {
      margin-bottom: 0;
    }
@media (min-width: 782px) {
.grid-component {
    display: grid;
    gap: var(--grid-gap)
}
    .grid-component > * {
      margin-bottom: 0;
    }
  }
[data-controller~="info"] {
  position: relative;
}
[data-controller~="info"] [data-info-target="panel"] {
    display: none;
    z-index: 10;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;

    min-height: 20vh;
    padding: 1rem;
    background-color: var(--color-dark-blue);
    color: var(--color-pale-blue);
  }
[data-controller~="info"] [data-info-target="panel"] .bg-icon {
      position: absolute;
      width: 50%;
      opacity: 0.04;
      right: 0;
      top: -30%;
      z-index: 0;
      pointer-events: none;
    }
@media (min-width: 782px) {
[data-controller~="info"] [data-info-target="panel"] {
      position: absolute;
      width: 30vw;
      /* default position left and bottom */

      transform: none
  }

      [data-controller~="info"] [data-info-target="panel"].left, [data-controller~="info"] [data-info-target="panel"].right, [data-controller~="info"] [data-info-target="panel"].above, [data-controller~="info"] [data-info-target="panel"].below {
        transform: none;
        display: initial;
      }

      [data-controller~="info"] [data-info-target="panel"].left {
        right: -25%;
        left: auto;
      }
      [data-controller~="info"] [data-info-target="panel"].right {
        right: auto;
        left: -25%;
      }
      [data-controller~="info"] [data-info-target="panel"].above {
        top: auto;
        bottom: 100%;
      }
      [data-controller~="info"] [data-info-target="panel"].below {
        top: 100%;
        bottom: auto;
      }
    }
[data-controller~="info"] [data-info-target="panel"] h4 {
      color: var(--color-light-blue);
    }
[data-controller~="info"] [data-info-target="panel"] a:not(.button) {
      color: var(--color-white);
    }
[data-controller~="info"] [data-info-target="panel"] .button {
      margin-top: 2rem;
    }
[data-controller~="info"] [data-info-target="panel"][data-src] {
      display: none;
    }
.label {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 1rem;
  border-radius: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--color-text);
  background-color: var(--color-light-grey);
}
.label + .label {
    margin-left: 1rem;
  }
.label.primary {
    color: var(--color-text);
    background-color: var(--color-light-grey);
  }
.label.alert, .label.closed {
    color: var(--color-error);
    background: var(--color-error-background);
  }
.label.success, .label.live {
    color: var(--color-success);
    background: var(--color-success-background);
  }
.label.warning, .label.presenting {
    color: var(--color-warning);
    background: var(--color-warning-background);
  }
.label.secondary {
    border: 1px solid var(--color-dark-blue);
    background: var(--color-white);
  }
.label.pitched {
    background-color: var(--color-pale-blue);
    color: #196F94;
  }
.label.filter .remove {
      display: inline-block;
    }
ul {
  margin: 1rem;
  list-style-type: disc;

}
ul.breadcrumbs, ul.list-none, ul.menu {
    margin-lefT: 0;
    list-style-type: none;
  }
ol {
  margin: 1rem;
  list-style-type: decimal;
}
@keyframes float {
  from {
    transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.map a polygon, .map a path {
    fill: var(--color-land);
  }
.map a:hover polygon, .map a:hover path, .map a .active polygon, .map a .active path {
      fill: var(--color-pink);
    }
.map .clouds{
  animation: float 6s infinite linear;
 }
.map .marker {
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
 }
.map .marker.location circle {
      fill: var(--color-white);
    }
.map .marker.location path:not(.stroke) {
      fill: var(--color-pink);
    }
.map .marker.origin path:not(.stroke), .map .marker.destination path:not(.stroke) {
      fill: var(--color-white);
    }
.map .marker.destination circle {
      fill: var(--color-pink);
    }
.map .marker.origin circle {
      fill: var(--color-blue-01);
    }
.map path.flight {

  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  }
.home .map {
    width: auto;
    height: 100%;
    float: right;
    transform: translateX(100px);
  }
@media (min-width: 782px) {
.home .map {
      transform: none
  }
    }
@media (min-width: 1025px) {
.home .map {
      width: 60vw;
      height: auto
  }
    }
#map-container {
  height: calc(100% + 2rem);
  margin: -1rem 2% -1rem auto;
  width: auto;
  float: right;
}
#map-container .map {
    width: auto;
    height: 100%;
  }
@media (min-width: 1180px) {
#map-container {
    height: 100%;
    margin: 0 2% 0 auto
}
  }
ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  justify-content: center;
}
@media (min-width: 782px) {
    ul.menu.main {
      justify-content: flex-start;
    }

  }
ul.menu li {
    outline: none;
    position: relative;
  }
ul.menu li:last-of-type {
      margin-right: 0;
    }
ul.menu li a {
      text-decoration: none;
      display: block;
      color: var(--color-text);

    }
ul.menu li a:not(.button):hover {
        color: var(--color-clear-blue);
      }
ul.menu li:hover .menu {
        display: block;
      }
ul.menu.align-right {
    justify-content: flex-end;
  }
ul.menu.content-center {
    justify-content: center;
  }
ul.menu.vertical {
    flex-direction: column;
    align-items: flex-start;
  }
ul.menu .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    z-index: 2;
    display: none;
    min-width: 200px;
    background: white;
    padding: .5rem;
    border-radius: var(--border-radius);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
  }
ul.menu .menu li {
      padding: 0 10px;
    }
.overlay-background {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
}
.overlay-background .overlay-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 600px;
    border-radius: var(--border-radius-large);
    background-color: var(--color-white);
    padding: 2rem;
    max-height: 96vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
@media (min-width: 1180px) {
.overlay-background .overlay-content {
      padding: 3rem
  }
    }
.overlay-background .overlay-content hr {
      border-color: var(--color-mid-grey);
      margin: 3rem -3rem 2rem;
      width: calc(100% + 6rem);
    }
.overlay-background .overlay-content .close-button {
      position: absolute;
      top: 24px;
      right: 2rem;
      font-size: 18px;
      font-weight: 600;
      z-index: 1;
      color: var(--color-dark-grey);
    }
.overlay-background .overlay-content .swal2-title {
      padding: 0;
    }
.overlay-background .overlay-content .overlay-header {
      text-align: center;
      margin-bottom: 3rem;
      padding: 0;
    }
.overlay-background .overlay-content .overlay-header h3 {
        margin-bottom: 0.25rem;
      }
.overlay-background .overlay-content .overlay-header p {
        margin-bottom: 1rem;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
      }
.overlay-background .overlay-content .overlay-header p b,
        .overlay-background .overlay-content .overlay-header p strong {
          color: var(--color-purple);
        }
.overlay-background .overlay-content .overlay-header p.tip {
          font-size: 14px;
          font-style: italic;
        }
.overlay-background .overlay-content .swal2-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
    }
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  display: flex;
}
.pagination li {
    margin-right: 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    background-color: var(--color-light-grey);
    padding: 0 1rem;
    min-width: 38px;
    text-align: center;
    display: flex;
    flex-direction:column;
    justify-content: center;
    line-height: 38px;

  }
.pagination li svg {
      display: block;
      width: 7px;
      height: 13px;
      margin: -1px auto 0;
    }
.pagination li a {
      flex-direction:column;
      justify-content: center;
    }
.pagination li a:hover {
        color: $white;
        text-decoration: none;
      }
.pagination li.disabled {
      padding: 0.1875rem 0.625rem;
      color: #cacaca;
      cursor: not-allowed;
    }
.pagination li.ellipsis {
      background-color: transparent;
    }
.pagination li.ellipsis:after {
        padding-left: 0;
        padding-right: 0;
      }
.pagination li.current {
        background-color: var(--color-clear-blue);
        border-radius: 100%;
        color: var(--color-white);
    }
.pagination li.previous svg {
            transform: rotate(180deg);
        }
.panel {
  --panel-padding: 1.5rem;
  --panel-border: 2px solid var(--color-clear-blue);
  border: var(--panel-border);
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--border-radius-large);
}
.panel > header {
    padding: var(--panel-padding);
    border-bottom: var(--panel-border);
    background: var(--color-ink-blue);
    display: flex;
    justify-content: space-between;
  }
.panel > header h4 {
      margin-bottom: 0;
    }
.panel > header button svg {
        color: var(--color-white);
        height: 1rem;
      }
.panel > .content {
    padding: var(--panel-padding);
  }
.panel > .content hr {
      width: calc(100% + var(--panel-padding) * 2);
      border-top: var(--panel-border);
      margin-left: -1.5rem;
      margin: 1.5rem -1.5rem;
    }
.panel > .content ul {
      list-style: none;
      margin: 0;
    }
.panel > .content ul li:not(:last-of-type) {
          margin-bottom: 0.5em;
        }
.panel > .content .actions {
      display: flex;
      gap: 1rem;
      flex-direction: column;
      margin-top: 1.5rem;
    }
@media (min-width: 782px) {
.panel > .content .actions {
        flex-direction: row
    }
      }
.panel > .content .actions > .button {
        margin-top: 0;
      }
.panel > .content .actions > .button:first-child {
          background-color: transparent;
          color: var(--white);
        }
.panel > .content .actions > .button:first-child:focus, .panel > .content .actions > .button:first-child:hover {

          background-color: var(--color-white);
          color: var(--color-dark-blue);
          border-color: var(--color-white);
          }
.panel > .content .actions.reversed > .button {

          background-color: var(--color-white);
          color: var(--color-dark-blue);
          border-color: var(--color-white);
        }
.panel > .content .actions.reversed > .button:not(:first-child) {
          background-color: transparent;
          color: var(--white);
        }
.panel > .content .actions.reversed > .button:not(:first-child):focus, .panel > .content .actions.reversed > .button:not(:first-child):hover {

          background-color: var(--color-white);
          color: var(--color-dark-blue);
          border-color: var(--color-white);
          }
.panel.board-panel {
    display: flex;
    flex-direction: column;

  }
.panel.board-panel .content {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
.panel.board-panel{
    background: var(--gradient-blue-linear);
}
.panel.board-panel.purple {
      background: var(--gradient-ink-purple);
    }
.panel.board-panel + .board-panel {
      margin-top: 1.5rem;
    }
.panel.stage {
    background: var(--color-dark-blue);
    border-radius: var(--border-radius);
    padding: 1rem;
  }
.panel.stage.current {
      background: var(--gradient-ink-purple);
    }
.panel.form-container > header, .panel.mfa-container > header {
      display: block;
      text-align: center;
    }
.panel.form-container > header h1, .panel.mfa-container > header h1 {
        text-transform: uppercase;
        font-size: 22px;
      }
@media (min-width: 782px) {
.panel.form-container > header h1, .panel.mfa-container > header h1 {
          font-size: 27px
      }
        }
.panel.form-container > .content, .panel.mfa-container > .content {
      background: var(--gradient-ink-purple);
    }
.panel.mfa-container {
    text-align: center;
  }
.panel.mfa-container .qr-code {
      max-width: 200px;
      margin: 2rem auto 1rem;
      border: 12px solid var(--color-white);
      border-radius: 4px;
    }
.panel.mfa-container .qr-code svg {
        height: auto;
        display: block;
        width: 100%;
      }
.panel.mfa-container .reveal {
      margin-bottom: 1rem;
    }
/* Only add styles to the open state otherwise we'll overwrite the user agent display: none  */
:popover-open,
.popover {
  --z-index: 1000;
  --popover-padding: 1.5rem;
  --popover-border: 2px solid var(--color-clear-blue);
  width: 100%;
  max-width: 620px;
  font-size: 0.875rem;
  border-radius: var(--border-radius-large);
  z-index: var(--z-index);
  text-align: center;
}
@media (min-width: 782px) {
:popover-open,
.popover {
    --popover-padding: 2rem 3rem
}
  }
:popover-open header, .popover header {
    padding: var(--popover-padding);
    border-bottom: 2px solid var(--color-clear-blue);
    text-transform: uppercase;
  }
:popover-open .content, .popover .content {
    padding: var(--popover-padding);
  }
:popover-open::backdrop, .popover::backdrop {
    background: rgba(0, 0, 0, 0.8);
  }
:popover-open.information, .popover.information {
    background-color: var(--color-light-grey);
    padding: var(--popover-padding);
    text-align: left;
    color: var(--color-dark-blue);
  }
:popover-open.information h4, .popover.information h4 {
      color: var(--color-dark-blue);
      margin-bottom: 1rem;
    }
:popover-open.information h5,
    :popover-open.information h6,
    .popover.information h5,
    .popover.information h6 {
      color: var(--color-dark-blue);
      margin-bottom: 0.5rem;
    }
:popover-open.information svg, .popover.information svg {
      width: 1.5rem;
      margin-bottom: 1rem;
    }
:popover-open.game-play, .popover.game-play {
    border: 2px solid var(--color-clear-blue);
    background: var(--gradient-blue-linear);
    color: var(--color-white);
    padding: 0;
  }
:popover-open.game-play header, .popover.game-play header {
      background-color: var(--color-ink-blue);
    }
:popover-open.game-play .content h4, .popover.game-play .content h4 {
        margin-bottom: 1em;
      }
:popover-open.game-play .panel, .popover.game-play .panel {
      border-radius: var(--border-radius);
      background-color: var(--color-dark-blue);
      max-width: 280px;
      padding: 1.5rem 1rem;
      text-align: left;
      margin: 1.5rem auto;
    }
:popover-open.game-play .panel p,
      :popover-open.game-play .panel ul,
      .popover.game-play .panel p,
      .popover.game-play .panel ul {
        font-size: 0.875rem;
        line-height: 1.5;
      }
:popover-open.game-play .panel.final-score .grid-cols-3 >div:nth-of-type(odd), .popover.game-play .panel.final-score .grid-cols-3 >div:nth-of-type(odd) {
            grid-column-start:1;
            grid-column-end: 3;
          }
:popover-open.game-play .panel.final-score .grid-cols-3 >div:nth-of-type(even), .popover.game-play .panel.final-score .grid-cols-3 >div:nth-of-type(even) {
            text-align: right;
          }
:popover-open.game-play .panel.final-score .grid-cols-3 hr, .popover.game-play .panel.final-score .grid-cols-3 hr {
          grid-column-start: 1;
          grid-column-end: 4;
          margin: 1rem 0;
        }
:popover-open .actions, .popover .actions {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: column;
    margin-top: 2rem;
  }
@media (min-width: 782px) {
:popover-open .actions, .popover .actions {
      flex-direction: row
  }
    }
:popover-open .actions .button, .popover .actions .button {
      margin-top: 0;
    }
:popover-open .actions .button:only-child, .popover .actions .button:only-child {
        margin: 0 auto;
      }
.progress-bar {
  height: 2.5rem;
  margin-bottom: 0.5rem;
  border-radius: 2rem;
  background-color: var(--color-dark-blue);
  border: 2px solid var(--color-clear-blue);
  overflow: hidden;
}
.progress-bar .progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background: var(--gradient-level-bar);
  }
.progress-bar .progress-meter .progress-meter-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      font-size: 0.75rem;
      font-weight: bold;
      color: #fefefe;
      white-space: nowrap;
    }
.progress .text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
[data-controller="reveal"] {
  display: flex;
  flex-direction: column;
}
[data-controller="reveal"] .content:not(.revealed) {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: none;
  }
.reveal-trigger {
  cursor: pointer;
  text-decoration: underline;
}
.dice-show--hidden {
  display: none;
}
/* TOGGLE */
.toggle {
  cursor: pointer;
  display: inline-block;
}
.toggle-switch {
  display: inline-block;
  background: var(--color-purple);
  border-radius: 16px;
  width: 58px;
  height: 2rem;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before,
  .toggle-switch:after {
    content: "";
  }
.toggle-switch:before {
    display: block;
    background: var(--color-white);
    border-radius: 50%;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
  }
.toggle-checkbox:checked + .toggle-switch {
    background: var(--color-purple);
  }
.toggle-checkbox:checked + .toggle-switch:before {
      left: 30px;
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
      background-image: url("/assets/checkbox-7dcf0f74.svg");
      background-size: 12px;
      background-position: center center;
      background-repeat: no-repeat;
    }
.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
.toggle-label {
  margin-left: 5px;
  position: relative;
  font-weight: 400;
  top: 2px;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 3rem auto;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--color-dark-blue);
  font-family: Montserrat, arial, sans-serif;
}
table thead {
    background: var(--color-white);
    color: var(--color-dark-blue);
  }
table thead a {
      color: inherit;
    }
table thead th.sortable a {
          display: inline-flex;
          flex-wrap: nowrap;
          gap: 0.5rem;
          text-decoration: underline;
          align-items: center;
        }
table thead th.sortable a:after {
            content: "";
            display: inline-block;
            width: 1rem;
            height: 1rem;
            background-image: url("/assets/arrow-down-77a90427.svg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 14px;
          }
table thead th.sortable.descending a:after {
              transform: rotate(180deg);
            }
table tfoot {
    background: var(--color-white);
    color: var(--color-dark-blue);
  }
table tfoot a {
      color: inherit;
    }
table th,
  table td {
    padding: 16px 12px;
    border: 1px solid var(--color-dark-blue);
    text-align: center;
    font-weight: 600;
  }
table tbody {
    font-size: 0.875rem;
  }
table tbody tr {
      background: var(--color-white);
      color: var(--color-dark-blue);
    }
table tbody tr a {
        color: var(--color-text);
      }
table tbody tr a:hover {
          text-decoration: underline;
        }
table thead tr, table tfoot tr {
      background: transparent;
    }
table thead td,
    table thead th,
    table tfoot td,
    table tfoot th {
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase;
    }
table.striped tbody tr:nth-child(even) {
      border-bottom: 0;
      background-color: var(--color-light-grey);
    }
table.hover tbody tr:hover {
          background-color: #f9f9f9;
        }
table.hover.striped tr:nth-of-type(even):hover {
          background-color: #ececec;
        }
table.stack thead,
    table.stack tfoot {
      display: none;
    }
@media (min-width: 782px) {
table.stack thead,
    table.stack tfoot {
        display: table-header-group
    }
      }
table.stack tr {
      display: block;
      border-bottom: 1px solid var(--color-blue-02);
    }
@media (min-width: 782px) {
table.stack tr {
        display: table-row;
        border: 0
    }
      }
table.stack th,
    table.stack td {
      display: block;
      padding: 16px 12px;
    }
table.stack th:first-of-type, table.stack td:first-of-type {
        padding-top: 1rem;
      }
table.stack th:last-of-type, table.stack td:last-of-type {
        padding-bottom: 1rem;
      }
@media (min-width: 782px) {
table.stack th,
    table.stack td {
        display: table-cell;
        padding: 16px 12px
    }
      }
table.stack td.actions {
        width: 100%;
      }
@media (min-width: 782px) {
table.stack td.actions {
          width: 320px
      }
        }
table .button-row {
    margin: 0 !important;
    justify-content: flex-start !important;
  }
.table-container {
  border: 1px solid var(--color-dark-blue);
  border-radius: var(--border-radius);
  margin: 1rem 0 0;
  overflow: hidden;
}
.table-container table {
    margin: 0;
  }
.table-container.purple {
    border: 1px solid var(--color-white);
  }
.table-container.purple table {
      border: 1px solid var(--color-dark-blue);
    }
.table-container.purple table thead {
        background: var(--color-dark-blue);
        color: var(--color-white);
      }
.table-container.purple table tfoot {
        background: var(--color-dark-blue);
        color: var(--color-white);
      }
.table-container.purple table th,
      .table-container.purple table td {
        border: 1px solid var(--color-white);
      }
.table-container.purple table th .button, .table-container.purple table td .button {
          margin-top: 0;
        }
.table-container.purple table tbody tr {
          background: var(--color-dark-blue);
          color: var(--color-white);
        }
.table-container.purple table tbody tr a {
            color: var(--color-white);
          }
[data-controller~="tabs"] .tabs {
    border: 0;
    margin: 2rem auto 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
[data-controller~="tabs"] .tabs-title, [data-controller~="tabs"] [data-tabs-target="tab"] {
    cursor: pointer;
    display: block;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0;
    background: rgba(255,255,255,0.5);
    margin-right: 1rem;

    border-top-left-radius: var(--border-radius-large);
    border-top-right-radius: var(--border-radius-large);
  }
[data-controller~="tabs"] .tabs-title a, [data-controller~="tabs"] [data-tabs-target="tab"] a {
      text-decoration:none;
      color: inherit;
    }
[data-controller~="tabs"] .tabs-title p, [data-controller~="tabs"] [data-tabs-target="tab"] p {
      margin: 0;
    }
[data-controller~="tabs"] .tabs-title:hover, [data-controller~="tabs"] [data-tabs-target="tab"]:hover {
      background: var(--color-white);
    }
[data-controller~="tabs"] .tabs-title.is-active, [data-controller~="tabs"] [data-tabs-target="tab"].is-active {
      background: var(--color-white);
      color: var(--color-black);
      font-weight: bold;
      pointer-events:none;

    }
[data-controller~="tabs"] [data-tabs-target="content"] {
    display: none;
  }
[data-controller~="tabs"] [data-tabs-target="content"].is-active {
      display: block;
      background-color: var(--color-white);
      padding: 2rem;
      margin-top: 0;
    }
.timer {
  border-radius: 46px;
  font-variant-numeric: tabular-nums;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  flex-shrink: 0;
  background: var(--gradient-ink-purple);
  border: 2px solid var(--gradient-ink-purple);
  font-size: 14px;
  height: 2.5rem;
}
.timer svg {
    flex-shrink: 0;
    width: 14px;
  }
.has-tip {
    color: var(--color-text);
    display: inline;
    font-weight: 600;
    text-decoration:underline;
  }
.tippy-box {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    font-size: 14px;
    padding: 6px 14px;
    line-height: 1.2;
    font-weight: 400;
    border-radius: 6px;
  }
.tippy-box .tippy-arrow {
      color: var(--color-dark-blue);
    }
.bulletin {
  border: 2px solid var(--color-dark-grey) !important;
}
.bulletin .bulletin-header {
    background-color: var(--color-mid-grey) !important;
    border-bottom: 2px solid var(--color-dark-grey);
  }
.bulletin h2 {
    color: var(--color-dark-blue);
  }
.bulletin h4 {
    color: var(--color-dark-blue);
  }
.bulletin .content {
    background-color: var(--color-light-grey);
    color: var(--color-dark-blue);
  }
.bulletin &.content {
  background-color: var(--color-dark-grey);
}
.bulletin-icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: var(--color-ocean-blue);
}
.slots {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media (min-width: 782px) {
.slots {
    gap: 1rem
}
  }
.slots .slot {
    border-radius: var(--border-radius);
    aspect-ratio: 1 / 1;
    background-color: var(--color-clear-blue);
    border: 1px solid var(--color-white);
    overflow: hidden;
  }
.slots .slot:empty {
      background-color: transparent;
      border: 1px dashed var(--color-white);
    }
.slots.devices {
    display: flex;
    gap: 0.75rem;
  }
@media (min-width: 782px) {
.slots.devices {
      gap: 1rem
  }
    }
.slots.devices .slot {
      width: 100%;
      max-width: 208px;
      aspect-ratio: 208 / 142;
      border: 1px solid var(--color-black);
      display: flex;
      align-items: center;
      flex-direction: column;
    }
.slots.devices .slot header {
        background-color: var(--color-black);
        padding: 8px 12px;
        margin: 0;
        font-weight: 700;
        flex-grow: 0;
        width: 100%;
      }
.slots.devices .slot .content {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
      }
.slots.devices .slot .content svg {
          height: 100%;
          max-width: 5rem;
        }
.slots.devices .slot:empty {
        background-color: transparent;
        border: 1px dashed var(--color-white);
      }
.slots.defences {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
@media (min-width: 782px) {
.slots.defences {
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(2, 1fr)
  }
    }
.slots.defences div {
      min-width: 96px;
    }
.slots.defences .slot {
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }
.slots.defences .slot svg {
        width: 48px;
      }
.slots.defences .title {
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 10px;
    }
.cyber-attack svg {
    width: 100%;
    max-width: 90px;
    margin: 0 auto 2rem;
  }
.dice-roll {
  border: 1px solid var(--color-clear-blue);
  border-radius: var(--border-radius);
  background: var(--color-dark-blue);
  width: 100%;
  max-width: 210px;
  padding: 1.5rem 1rem;
  margin: 1rem auto;
}
.dice {
  position: relative;
  width: 64px;
  height: 64px;
  transform-style: preserve-3d;
  transition: transform 1s;
  margin: 0 auto 1rem;

  /*
  // ^ <------ x ------->
  // |         [5]
  // y [6] [4] [1] [3]
  // |         [2]
  // v
  */

  --side: 90deg;
  --same: 360deg;
}
.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px 2.5px 2.5px -5px;
  border-radius: 10px;
  background-color: var(--color-dark-blue);
  box-shadow: inset 2px 2px var(--color-dark-blue);
}
.side {
  position: absolute;
  background-color: var(--color-clear-blue);
  border-radius: 4px;
  width: 64px;
  height: 64px;
  border: 1px solid var(--color-clear-blue);
  text-align: center;
  line-height: 2.1em;
}
.side:after {
    position: absolute;
    border: 2px solid var(--color-dark-blue);
    border-radius: 3px;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    content: "";
    display: block;
  }
.side:nth-child(1) {
  transform: translateZ(2.1em);
}
.side:nth-child(2) {
  transform: rotateY(-90deg) translateZ(2.1em);
}
.side:nth-child(3) {
  transform: rotateX(-90deg) translateZ(2.1em);
}
.side:nth-child(4) {
  transform: rotateX(90deg) translateZ(2.1em);
}
.side:nth-child(6) {
  transform: rotateY(180deg) translateZ(2.1em);
}
.side:nth-child(5) {
  transform: rotateY(90deg) translateZ(2.1em);
}
[class*="show-"] {
  transform: rotateX(var(--delta-x)) rotateY(var(--delta-y));
}
.show-1 {
  --delta-x: var(--same);
  --delta-y: var(--same);
}
.show-2 {
  --delta-x: calc(var(--same));
  --delta-y: calc(var(--same) + var(--side));
}
.show-3 {
  --delta-x: calc(var(--same) + var(--side));
  --delta-y: var(--same);
}
.show-4 {
  --delta-x: calc(var(--same) - var(--side));
  --delta-y: var(--same);
}
.show-5 {
  --delta-x: var(--same);
  --delta-y: calc(var(--same) - var(--side));
}
.show-6 {
  --delta-x: calc(var(--same) - calc(var(--side) * 2));
  --delta-y: var(--same);
}
.two-1,
.three-1,
.four-1,
.five-1,
.six-1 {
  top: 20%;
  left: 20%;
}
.four-3,
.five-3,
.six-4 {
  top: 20%;
  left: 80%;
}
.one-1,
.three-2,
.five-5 {
  top: 50%;
  left: 50%;
}
.four-2,
.five-2,
.six-3 {
  top: 80%;
  left: 20%;
}
.two-2,
.three-3,
.four-4,
.five-4,
.six-6 {
  top: 80%;
  left: 80%;
}
.six-2 {
  top: 50%;
  left: 20%;
}
.six-5 {
  top: 50%;
  left: 80%;
}
.investor-card {
  background-color: var(--color-dark-blue);
  max-width: 200px;
  text-align: center;
  overflow: hidden;
  margin: 1.5rem auto;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-white);
}
.investor-card img {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--color-white);
  }
.investor-card{
  text-align: center;
}
.investor-card .finance-options {
    font-family: "Montserrat", aria, sans-serif;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
  }
.investor-card .finance-options .full-amount, .investor-card .finance-options .percentage, .investor-card .finance-options .amount {
      padding: .5rem 0;
      text-align: center;
    }
.investor-card .finance-options .percentage {
      border-bottom: 1px solid var(--color-white);
    }
.investor-card .finance-options .full-amount {
      grid-area: 1 / 1 / 2 / 4;
      border-bottom: 1px solid var(--color-white);
      padding-bottom:.5rem;
    }
.investor-card .finance-options .option-1 {
      grid-area: 2 / 1 / 4 / 2;
    }
.investor-card .finance-options .option-2 {
      grid-area: 2 / 2 / 4 / 3;
      border-left: 1px solid var(--color-white);
    }
.investor-card .finance-options .option-3 {
      grid-area: 2 / 3 / 4 / 4;
      border-left: 1px solid var(--color-white);
    }
.purchasable-items .form {
    max-height: 482px;
    overflow: scroll;
    position: relative;
    padding: 1.5rem 1rem;
    border: 1px solid var(--color-clear-blue);
    border-radius: var(--border-radius);
    background: var(--color-dark-blue);
  }
.purchasable-items .form .option:not(:last-child) {
        margin-bottom: 1rem;
      }
.purchasable-items .form .option label,
      .purchasable-items .form .option .label {
        position: relative;
        background: var(--color-ink-blue);
        padding: 1rem;
        display: flex;
        gap: 1rem;
        width: 100%;
        margin: 0;
        text-align: left;
        align-items: center;
        border-radius: var(--border-radius);
      }
.purchasable-items .form .option label .icon, .purchasable-items .form .option .label .icon {
          width: 3rem;
          min-width: 48px;
          border-radius: 4px;
          aspect-ratio: 1 / 1;
          background-color: var(--color-clear-blue);
          border: 1px solid var(--color-white);
          display: flex;
          align-items: center;
          justify-content: center;
        }
.purchasable-items .form .option label .icon svg, .purchasable-items .form .option .label .icon svg {
            width: 80%;
          }
.purchasable-items .form .option label h5, .purchasable-items .form .option .label h5 {
          margin-bottom: 0.5rem !important;
          text-transform: uppercase;
        }
.purchasable-items .form .option label:before, .purchasable-items .form .option .label:before {
          position: absolute;
          top: 50%;
          margin-top: -0.75rem;
          right: 1rem;
          left: unset;
          border-radius: 1.5rem;
          height: 1.5rem;
          width: 1.5rem;
          margin-right: 0;
        }
.purchasable-items .form .option label .button, .purchasable-items .form .option .label .button {
          margin-left: auto;
          margin-top: 0;
        }
.satisfaction {
  list-style: none;
  display: flex;
  gap: .5rem;
  margin: 0;
  font-family: Montserrat, arial, sans-serif;
  font-weight: 600;
}
.satisfaction li {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    border: 1px solid var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
  }
.satisfaction li.current, .satisfaction li:has(~ .current) {
      background: var(--gradient-level-bar);
    }
.satisfaction li{
    margin-bottom: 0 !important;
}
.satisfaction + h5 {

    margin-top: 1.5rem;
  }
.satisfaction-investment {
  position: relative;
  border: 1px solid var(--color-clear-blue);
  border-radius: var(--border-radius);
  background: var(--color-dark-blue);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.satisfaction-investment .customer,.satisfaction-investment .employee-doctor {
    text-align: left;
    padding: 1rem;
  }
.satisfaction-investment .employee-doctor {

    border-left: 1px solid var(--color-clear-blue);
  }
.stages {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 782px) {
.stages {
    flex-direction: row
}
  }
@media (min-width: 1180px) {
.stages {
    flex-direction: column
}
  }
.stages .stage ul {
      font-size: 0.875rem;
      line-height: 1.5;
    }
.stages .stage ul li:not(:last-of-type) {
          margin-bottom: 0.25rem;
        }
.board-container .cols {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;

  }
@media (min-width: 1180px) {
.board-container .cols {
      flex-wrap: nowrap;
      display: grid;
      grid-template-columns: 420px 1fr 316px

  }
    }
.board-container .col {
    flex-grow: 1;
  }
.board-container .col:first-of-type {
      width: 100%;
     }
.board-container .col:nth-of-type(2) {
       display: flex;
      flex-direction: column;
    }
.board-container .col:nth-of-type(2) .panel:last-of-type {
          flex-grow: 1;
        }
.board-container .col:last-of-type {
      display: flex;
      flex-direction: column;
    }
.board-container .col:last-of-type section:not(:last-of-type) {
          flex-grow: 1;
        }
.board-container .progress {
    width: 100%;
    flex-shrink: 0;
  }
.board-container .progress .inner {
      display: flex;
      gap: 1.5rem;
      width: 100%;
      justify-content: space-between;
    }
.board-container .progress .inner .revenue-progress {
        width: 100%;
        flex-grow: 1;
      }
.board-container .progress .inner .revenue-progress .revenue-totals {
          display: flex;
          justify-content: space-between;
        }
.board-container .progress .inner .revenue-progress .revenue-totals h6 strong {
              font-weight: 700;
            }
.board-container .progress .inner .time-progress {
        flex-shrink: 0;
        flex-grow: 1;
      }
.landing-screen {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media (min-width: 782px) {
.landing-screen {
    gap: 3rem
}
  }
.landing-screen .intro-text {
    width: 100%;
  }
@media (min-width: 782px) {
.landing-screen .intro-text {
      max-width: 644px;
      width: calc(50% - 1.5rem)
  }
    }
.landing-screen .intro-text h1 {
      margin-bottom: 1rem;
      text-transform: uppercase;
    }
.landing-screen .intro-text p {
      font-size: 14px;
    }
.landing-screen .intro-text p:first-of-type {
        font-size: 1rem;
        color: var(--color-clear-blue);
        font-weight: 600;
        font-family: Montserrat, arial, sans-serif;
      }
.landing-screen .intro-text img {
      margin-top: 1rem;
      margin-bottom: 1rem;
      width: 100%;
      height: auto;
    }
.landing-screen .actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
@media (min-width: 782px) {
.landing-screen .actions {
      width: calc(50% - 1.5rem);
      max-width: 510px
  }
    }
.filters {
  border: 0px;
  padding: 0px;
  width: 100%;
  background: var(--color-dark-blue);
  padding: 1.5rem;
  border-radius: var(--border-radius);
  margin-bottom: 2rem;
}
.filters .flex {
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
  }
.filters .flex input, .filters .flex .select-wrapper {
      margin-bottom: 0;
      height: 55px;
      margin-top: .5rem;
    }
.filters .flex .button {
      margin-top: 0;
      height: 55px;
      min-width: 80px;
    }
.filters .flex .field {
      width: 50%;
      flex-grow: 1;
    }
@media (min-width: 1025px) {
.filters .flex {
      flex-wrap: nowrap
  }
    }
.filters .panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    width: 100%;
    padding: 0.5rem;
  }
.leaderboards {
  padding: 3rem 0;
}
.leaderboards .table-container table td,.leaderboards .table-container table th {
        width: 33.33%;
      }
.welcome-screen {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media (min-width: 782px) {
.welcome-screen {
    gap: 3rem
}
  }
.welcome-screen .welcome-text {
    width: 100%;
  }
@media (min-width: 782px) {
.welcome-screen .welcome-text {
      max-width: 644px;
      width: calc(50% - 1.5rem)
  }
    }
.welcome-screen .welcome-text h1 {
      margin-bottom: 3rem;
      text-transform: uppercase;
    }
.welcome-screen .welcome-text p {
      font-size: 14px;
    }
.welcome-screen .welcome-text p:first-of-type {
        font-size: 1rem;
        color: var(--color-clear-blue);
        font-weight: 600;
        font-family: Montserrat, arial, sans-serif;
      }
.welcome-screen .welcome-text img {
      margin-top: 1.5rem;
      width: 100%;
      height: auto;
    }
.welcome-screen .actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
@media (min-width: 782px) {
.welcome-screen .actions {
      width: calc(50% - 1.5rem);
      max-width: 510px
  }
    }
.welcome-screen .actions .panel.game-menu {
      background: var(--gradient-ink-purple);
      margin: 0;
      width: 100%;
      padding: 2rem;
    }
.welcome-screen .actions .panel.game-menu > div {
        margin-block-start: 3rem;
      }
.welcome-screen .actions .panel.game-menu select {
        margin-top: 0.5rem;
        background: transparent;
      }
.welcome-screen .actions .panel.game-menu h2 {
        margin-bottom: 1.5rem;
        text-transform: uppercase;
      }
.welcome-screen .actions .panel.game-menu ul {
        list-style: none;
        margin: 0;
      }
.welcome-screen .actions .panel.game-menu ul li {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
.welcome-screen .actions .panel.game-menu ul li h4 {
            margin-bottom: 0;
            color: var(--color-clear-blue);
          }
.welcome-screen .actions .panel.game-menu ul li .button {
            margin: 0;
          }
.welcome-screen .actions .panel.game-menu ul li + li {
            margin-top: 1rem;
          }
.welcome-screen .actions .panel.survey {
      background: var(--gradient-ink-purple);
      margin: 0;
      width: 100%;
      padding: 2rem;
    }
.welcome-screen .actions .panel.survey h2 {
        margin-bottom: 1.5rem;
        text-transform: uppercase;
      }
body.theme-app.lookbook h1.h2 {
        margin-bottom: 3rem;
      }
body.theme-app.lookbook hr {
        border-color: var(--color-mid-grey);
        margin: 3rem auto;
      }
.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.static{
  position: static !important;
}
.float-right{
  float: right !important;
}
.-mx-1{
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.-mx-1\.5{
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}
.-mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}
.-mx-11{
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}
.-mx-12{
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.-mx-14{
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}
.-mx-16{
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}
.-mx-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.-mx-2\.5{
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}
.-mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}
.-mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}
.-mx-28{
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}
.-mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.-mx-3\.5{
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}
.-mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}
.-mx-36{
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}
.-mx-4{
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.-mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}
.-mx-44{
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}
.-mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}
.-mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}
.-mx-52{
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}
.-mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}
.-mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.-mx-60{
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}
.-mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}
.-mx-7{
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}
.-mx-72{
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}
.-mx-8{
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.-mx-80{
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}
.-my-1{
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.-my-1\.5{
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}
.-my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.-my-11{
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}
.-my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.-my-14{
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}
.-my-16{
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.-my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.-my-2\.5{
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}
.-my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.-my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.-my-28{
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.-my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.-my-3\.5{
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}
.-my-32{
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.-my-36{
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.-my-4{
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.-my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.-my-44{
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}
.-my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}
.-my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.-my-52{
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}
.-my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}
.-my-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.-my-60{
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
.-my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}
.-my-7{
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}
.-my-72{
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}
.-my-8{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.-my-80{
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}
.mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-1\.5{
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-11{
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}
.mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-14{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-2\.5{
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}
.mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mx-28{
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-3\.5{
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}
.mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mx-36{
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.mx-44{
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}
.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}
.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-52{
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}
.mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}
.mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-60{
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}
.mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}
.mx-7{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}
.mx-72{
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}
.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-80{
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}
.my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-1\.5{
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-11{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-2\.5{
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-3\.5{
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}
.my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-36{
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-44{
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}
.my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-52{
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}
.my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}
.my-7{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-72{
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}
.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-80{
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.-mb-1{
  margin-bottom: -0.25rem !important;
}
.-mb-1\.5{
  margin-bottom: -0.375rem !important;
}
.-mb-10{
  margin-bottom: -2.5rem !important;
}
.-mb-11{
  margin-bottom: -2.75rem !important;
}
.-mb-12{
  margin-bottom: -3rem !important;
}
.-mb-14{
  margin-bottom: -3.5rem !important;
}
.-mb-16{
  margin-bottom: -4rem !important;
}
.-mb-2{
  margin-bottom: -0.5rem !important;
}
.-mb-2\.5{
  margin-bottom: -0.625rem !important;
}
.-mb-20{
  margin-bottom: -5rem !important;
}
.-mb-24{
  margin-bottom: -6rem !important;
}
.-mb-28{
  margin-bottom: -7rem !important;
}
.-mb-3{
  margin-bottom: -0.75rem !important;
}
.-mb-3\.5{
  margin-bottom: -0.875rem !important;
}
.-mb-32{
  margin-bottom: -8rem !important;
}
.-mb-36{
  margin-bottom: -9rem !important;
}
.-mb-4{
  margin-bottom: -1rem !important;
}
.-mb-40{
  margin-bottom: -10rem !important;
}
.-mb-44{
  margin-bottom: -11rem !important;
}
.-mb-48{
  margin-bottom: -12rem !important;
}
.-mb-5{
  margin-bottom: -1.25rem !important;
}
.-mb-52{
  margin-bottom: -13rem !important;
}
.-mb-56{
  margin-bottom: -14rem !important;
}
.-mb-6{
  margin-bottom: -1.5rem !important;
}
.-mb-60{
  margin-bottom: -15rem !important;
}
.-mb-64{
  margin-bottom: -16rem !important;
}
.-mb-7{
  margin-bottom: -1.75rem !important;
}
.-mb-72{
  margin-bottom: -18rem !important;
}
.-mb-8{
  margin-bottom: -2rem !important;
}
.-mb-80{
  margin-bottom: -20rem !important;
}
.-ml-1{
  margin-left: -0.25rem !important;
}
.-ml-1\.5{
  margin-left: -0.375rem !important;
}
.-ml-10{
  margin-left: -2.5rem !important;
}
.-ml-11{
  margin-left: -2.75rem !important;
}
.-ml-12{
  margin-left: -3rem !important;
}
.-ml-14{
  margin-left: -3.5rem !important;
}
.-ml-16{
  margin-left: -4rem !important;
}
.-ml-2{
  margin-left: -0.5rem !important;
}
.-ml-2\.5{
  margin-left: -0.625rem !important;
}
.-ml-20{
  margin-left: -5rem !important;
}
.-ml-24{
  margin-left: -6rem !important;
}
.-ml-28{
  margin-left: -7rem !important;
}
.-ml-3{
  margin-left: -0.75rem !important;
}
.-ml-3\.5{
  margin-left: -0.875rem !important;
}
.-ml-32{
  margin-left: -8rem !important;
}
.-ml-36{
  margin-left: -9rem !important;
}
.-ml-4{
  margin-left: -1rem !important;
}
.-ml-40{
  margin-left: -10rem !important;
}
.-ml-44{
  margin-left: -11rem !important;
}
.-ml-48{
  margin-left: -12rem !important;
}
.-ml-5{
  margin-left: -1.25rem !important;
}
.-ml-52{
  margin-left: -13rem !important;
}
.-ml-56{
  margin-left: -14rem !important;
}
.-ml-6{
  margin-left: -1.5rem !important;
}
.-ml-60{
  margin-left: -15rem !important;
}
.-ml-64{
  margin-left: -16rem !important;
}
.-ml-7{
  margin-left: -1.75rem !important;
}
.-ml-72{
  margin-left: -18rem !important;
}
.-ml-8{
  margin-left: -2rem !important;
}
.-ml-80{
  margin-left: -20rem !important;
}
.-mr-1{
  margin-right: -0.25rem !important;
}
.-mr-1\.5{
  margin-right: -0.375rem !important;
}
.-mr-10{
  margin-right: -2.5rem !important;
}
.-mr-11{
  margin-right: -2.75rem !important;
}
.-mr-12{
  margin-right: -3rem !important;
}
.-mr-14{
  margin-right: -3.5rem !important;
}
.-mr-16{
  margin-right: -4rem !important;
}
.-mr-2{
  margin-right: -0.5rem !important;
}
.-mr-2\.5{
  margin-right: -0.625rem !important;
}
.-mr-20{
  margin-right: -5rem !important;
}
.-mr-24{
  margin-right: -6rem !important;
}
.-mr-28{
  margin-right: -7rem !important;
}
.-mr-3{
  margin-right: -0.75rem !important;
}
.-mr-3\.5{
  margin-right: -0.875rem !important;
}
.-mr-32{
  margin-right: -8rem !important;
}
.-mr-36{
  margin-right: -9rem !important;
}
.-mr-4{
  margin-right: -1rem !important;
}
.-mr-40{
  margin-right: -10rem !important;
}
.-mr-44{
  margin-right: -11rem !important;
}
.-mr-48{
  margin-right: -12rem !important;
}
.-mr-5{
  margin-right: -1.25rem !important;
}
.-mr-52{
  margin-right: -13rem !important;
}
.-mr-56{
  margin-right: -14rem !important;
}
.-mr-6{
  margin-right: -1.5rem !important;
}
.-mr-60{
  margin-right: -15rem !important;
}
.-mr-64{
  margin-right: -16rem !important;
}
.-mr-7{
  margin-right: -1.75rem !important;
}
.-mr-72{
  margin-right: -18rem !important;
}
.-mr-8{
  margin-right: -2rem !important;
}
.-mr-80{
  margin-right: -20rem !important;
}
.-mt-1{
  margin-top: -0.25rem !important;
}
.-mt-1\.5{
  margin-top: -0.375rem !important;
}
.-mt-10{
  margin-top: -2.5rem !important;
}
.-mt-11{
  margin-top: -2.75rem !important;
}
.-mt-12{
  margin-top: -3rem !important;
}
.-mt-14{
  margin-top: -3.5rem !important;
}
.-mt-16{
  margin-top: -4rem !important;
}
.-mt-2{
  margin-top: -0.5rem !important;
}
.-mt-2\.5{
  margin-top: -0.625rem !important;
}
.-mt-20{
  margin-top: -5rem !important;
}
.-mt-24{
  margin-top: -6rem !important;
}
.-mt-28{
  margin-top: -7rem !important;
}
.-mt-3{
  margin-top: -0.75rem !important;
}
.-mt-3\.5{
  margin-top: -0.875rem !important;
}
.-mt-32{
  margin-top: -8rem !important;
}
.-mt-36{
  margin-top: -9rem !important;
}
.-mt-4{
  margin-top: -1rem !important;
}
.-mt-40{
  margin-top: -10rem !important;
}
.-mt-44{
  margin-top: -11rem !important;
}
.-mt-48{
  margin-top: -12rem !important;
}
.-mt-5{
  margin-top: -1.25rem !important;
}
.-mt-52{
  margin-top: -13rem !important;
}
.-mt-56{
  margin-top: -14rem !important;
}
.-mt-6{
  margin-top: -1.5rem !important;
}
.-mt-60{
  margin-top: -15rem !important;
}
.-mt-64{
  margin-top: -16rem !important;
}
.-mt-7{
  margin-top: -1.75rem !important;
}
.-mt-72{
  margin-top: -18rem !important;
}
.-mt-8{
  margin-top: -2rem !important;
}
.-mt-80{
  margin-top: -20rem !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mb-1{
  margin-bottom: 0.25rem !important;
}
.mb-1\.5{
  margin-bottom: 0.375rem !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-11{
  margin-bottom: 2.75rem !important;
}
.mb-12{
  margin-bottom: 3rem !important;
}
.mb-14{
  margin-bottom: 3.5rem !important;
}
.mb-16{
  margin-bottom: 4rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-2\.5{
  margin-bottom: 0.625rem !important;
}
.mb-20{
  margin-bottom: 5rem !important;
}
.mb-24{
  margin-bottom: 6rem !important;
}
.mb-28{
  margin-bottom: 7rem !important;
}
.mb-3{
  margin-bottom: 0.75rem !important;
}
.mb-3\.5{
  margin-bottom: 0.875rem !important;
}
.mb-32{
  margin-bottom: 8rem !important;
}
.mb-36{
  margin-bottom: 9rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-40{
  margin-bottom: 10rem !important;
}
.mb-44{
  margin-bottom: 11rem !important;
}
.mb-48{
  margin-bottom: 12rem !important;
}
.mb-5{
  margin-bottom: 1.25rem !important;
}
.mb-52{
  margin-bottom: 13rem !important;
}
.mb-56{
  margin-bottom: 14rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mb-60{
  margin-bottom: 15rem !important;
}
.mb-64{
  margin-bottom: 16rem !important;
}
.mb-7{
  margin-bottom: 1.75rem !important;
}
.mb-72{
  margin-bottom: 18rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.mb-80{
  margin-bottom: 20rem !important;
}
.ml-1{
  margin-left: 0.25rem !important;
}
.ml-1\.5{
  margin-left: 0.375rem !important;
}
.ml-10{
  margin-left: 2.5rem !important;
}
.ml-11{
  margin-left: 2.75rem !important;
}
.ml-12{
  margin-left: 3rem !important;
}
.ml-14{
  margin-left: 3.5rem !important;
}
.ml-16{
  margin-left: 4rem !important;
}
.ml-2{
  margin-left: 0.5rem !important;
}
.ml-2\.5{
  margin-left: 0.625rem !important;
}
.ml-20{
  margin-left: 5rem !important;
}
.ml-24{
  margin-left: 6rem !important;
}
.ml-28{
  margin-left: 7rem !important;
}
.ml-3{
  margin-left: 0.75rem !important;
}
.ml-3\.5{
  margin-left: 0.875rem !important;
}
.ml-32{
  margin-left: 8rem !important;
}
.ml-36{
  margin-left: 9rem !important;
}
.ml-4{
  margin-left: 1rem !important;
}
.ml-40{
  margin-left: 10rem !important;
}
.ml-44{
  margin-left: 11rem !important;
}
.ml-48{
  margin-left: 12rem !important;
}
.ml-5{
  margin-left: 1.25rem !important;
}
.ml-52{
  margin-left: 13rem !important;
}
.ml-56{
  margin-left: 14rem !important;
}
.ml-6{
  margin-left: 1.5rem !important;
}
.ml-60{
  margin-left: 15rem !important;
}
.ml-64{
  margin-left: 16rem !important;
}
.ml-7{
  margin-left: 1.75rem !important;
}
.ml-72{
  margin-left: 18rem !important;
}
.ml-8{
  margin-left: 2rem !important;
}
.ml-80{
  margin-left: 20rem !important;
}
.ml-auto{
  margin-left: auto !important;
}
.mr-1{
  margin-right: 0.25rem !important;
}
.mr-1\.5{
  margin-right: 0.375rem !important;
}
.mr-10{
  margin-right: 2.5rem !important;
}
.mr-11{
  margin-right: 2.75rem !important;
}
.mr-12{
  margin-right: 3rem !important;
}
.mr-14{
  margin-right: 3.5rem !important;
}
.mr-16{
  margin-right: 4rem !important;
}
.mr-2{
  margin-right: 0.5rem !important;
}
.mr-2\.5{
  margin-right: 0.625rem !important;
}
.mr-20{
  margin-right: 5rem !important;
}
.mr-24{
  margin-right: 6rem !important;
}
.mr-28{
  margin-right: 7rem !important;
}
.mr-3{
  margin-right: 0.75rem !important;
}
.mr-3\.5{
  margin-right: 0.875rem !important;
}
.mr-32{
  margin-right: 8rem !important;
}
.mr-36{
  margin-right: 9rem !important;
}
.mr-4{
  margin-right: 1rem !important;
}
.mr-40{
  margin-right: 10rem !important;
}
.mr-44{
  margin-right: 11rem !important;
}
.mr-48{
  margin-right: 12rem !important;
}
.mr-5{
  margin-right: 1.25rem !important;
}
.mr-52{
  margin-right: 13rem !important;
}
.mr-56{
  margin-right: 14rem !important;
}
.mr-6{
  margin-right: 1.5rem !important;
}
.mr-60{
  margin-right: 15rem !important;
}
.mr-64{
  margin-right: 16rem !important;
}
.mr-7{
  margin-right: 1.75rem !important;
}
.mr-72{
  margin-right: 18rem !important;
}
.mr-8{
  margin-right: 2rem !important;
}
.mr-80{
  margin-right: 20rem !important;
}
.mt-1{
  margin-top: 0.25rem !important;
}
.mt-1\.5{
  margin-top: 0.375rem !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mt-11{
  margin-top: 2.75rem !important;
}
.mt-12{
  margin-top: 3rem !important;
}
.mt-14{
  margin-top: 3.5rem !important;
}
.mt-16{
  margin-top: 4rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.mt-2\.5{
  margin-top: 0.625rem !important;
}
.mt-20{
  margin-top: 5rem !important;
}
.mt-24{
  margin-top: 6rem !important;
}
.mt-28{
  margin-top: 7rem !important;
}
.mt-3{
  margin-top: 0.75rem !important;
}
.mt-3\.5{
  margin-top: 0.875rem !important;
}
.mt-32{
  margin-top: 8rem !important;
}
.mt-36{
  margin-top: 9rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-40{
  margin-top: 10rem !important;
}
.mt-44{
  margin-top: 11rem !important;
}
.mt-48{
  margin-top: 12rem !important;
}
.mt-5{
  margin-top: 1.25rem !important;
}
.mt-52{
  margin-top: 13rem !important;
}
.mt-56{
  margin-top: 14rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.mt-60{
  margin-top: 15rem !important;
}
.mt-64{
  margin-top: 16rem !important;
}
.mt-7{
  margin-top: 1.75rem !important;
}
.mt-72{
  margin-top: 18rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mt-80{
  margin-top: 20rem !important;
}
.block{
  display: block !important;
}
.flex{
  display: flex !important;
}
.table{
  display: table !important;
}
.grid{
  display: grid !important;
}
.hidden{
  display: none !important;
}
.h-96{
  height: 24rem !important;
}
.max-h-96{
  max-height: 24rem !important;
}
.max-h-\[70vh\]{
  max-height: 70vh !important;
}
.w-auto{
  width: auto !important;
}
.w-full{
  width: 100% !important;
}
.max-w-4xl{
  max-width: 56rem !important;
}
.max-w-xl{
  max-width: 36rem !important;
}
.grow{
  flex-grow: 1 !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.-scroll-mx-1{
  scroll-margin-left: -0.25rem !important;
  scroll-margin-right: -0.25rem !important;
}
.-scroll-mx-1\.5{
  scroll-margin-left: -0.375rem !important;
  scroll-margin-right: -0.375rem !important;
}
.-scroll-mx-10{
  scroll-margin-left: -2.5rem !important;
  scroll-margin-right: -2.5rem !important;
}
.-scroll-mx-11{
  scroll-margin-left: -2.75rem !important;
  scroll-margin-right: -2.75rem !important;
}
.-scroll-mx-12{
  scroll-margin-left: -3rem !important;
  scroll-margin-right: -3rem !important;
}
.-scroll-mx-14{
  scroll-margin-left: -3.5rem !important;
  scroll-margin-right: -3.5rem !important;
}
.-scroll-mx-16{
  scroll-margin-left: -4rem !important;
  scroll-margin-right: -4rem !important;
}
.-scroll-mx-2{
  scroll-margin-left: -0.5rem !important;
  scroll-margin-right: -0.5rem !important;
}
.-scroll-mx-2\.5{
  scroll-margin-left: -0.625rem !important;
  scroll-margin-right: -0.625rem !important;
}
.-scroll-mx-20{
  scroll-margin-left: -5rem !important;
  scroll-margin-right: -5rem !important;
}
.-scroll-mx-24{
  scroll-margin-left: -6rem !important;
  scroll-margin-right: -6rem !important;
}
.-scroll-mx-28{
  scroll-margin-left: -7rem !important;
  scroll-margin-right: -7rem !important;
}
.-scroll-mx-3{
  scroll-margin-left: -0.75rem !important;
  scroll-margin-right: -0.75rem !important;
}
.-scroll-mx-3\.5{
  scroll-margin-left: -0.875rem !important;
  scroll-margin-right: -0.875rem !important;
}
.-scroll-mx-32{
  scroll-margin-left: -8rem !important;
  scroll-margin-right: -8rem !important;
}
.-scroll-mx-36{
  scroll-margin-left: -9rem !important;
  scroll-margin-right: -9rem !important;
}
.-scroll-mx-4{
  scroll-margin-left: -1rem !important;
  scroll-margin-right: -1rem !important;
}
.-scroll-mx-40{
  scroll-margin-left: -10rem !important;
  scroll-margin-right: -10rem !important;
}
.-scroll-mx-44{
  scroll-margin-left: -11rem !important;
  scroll-margin-right: -11rem !important;
}
.-scroll-mx-48{
  scroll-margin-left: -12rem !important;
  scroll-margin-right: -12rem !important;
}
.-scroll-mx-5{
  scroll-margin-left: -1.25rem !important;
  scroll-margin-right: -1.25rem !important;
}
.-scroll-mx-52{
  scroll-margin-left: -13rem !important;
  scroll-margin-right: -13rem !important;
}
.-scroll-mx-56{
  scroll-margin-left: -14rem !important;
  scroll-margin-right: -14rem !important;
}
.-scroll-mx-6{
  scroll-margin-left: -1.5rem !important;
  scroll-margin-right: -1.5rem !important;
}
.-scroll-mx-60{
  scroll-margin-left: -15rem !important;
  scroll-margin-right: -15rem !important;
}
.-scroll-mx-64{
  scroll-margin-left: -16rem !important;
  scroll-margin-right: -16rem !important;
}
.-scroll-mx-7{
  scroll-margin-left: -1.75rem !important;
  scroll-margin-right: -1.75rem !important;
}
.-scroll-mx-72{
  scroll-margin-left: -18rem !important;
  scroll-margin-right: -18rem !important;
}
.-scroll-mx-8{
  scroll-margin-left: -2rem !important;
  scroll-margin-right: -2rem !important;
}
.-scroll-mx-80{
  scroll-margin-left: -20rem !important;
  scroll-margin-right: -20rem !important;
}
.-scroll-my-1{
  scroll-margin-top: -0.25rem !important;
  scroll-margin-bottom: -0.25rem !important;
}
.-scroll-my-1\.5{
  scroll-margin-top: -0.375rem !important;
  scroll-margin-bottom: -0.375rem !important;
}
.-scroll-my-10{
  scroll-margin-top: -2.5rem !important;
  scroll-margin-bottom: -2.5rem !important;
}
.-scroll-my-11{
  scroll-margin-top: -2.75rem !important;
  scroll-margin-bottom: -2.75rem !important;
}
.-scroll-my-12{
  scroll-margin-top: -3rem !important;
  scroll-margin-bottom: -3rem !important;
}
.-scroll-my-14{
  scroll-margin-top: -3.5rem !important;
  scroll-margin-bottom: -3.5rem !important;
}
.-scroll-my-16{
  scroll-margin-top: -4rem !important;
  scroll-margin-bottom: -4rem !important;
}
.-scroll-my-2{
  scroll-margin-top: -0.5rem !important;
  scroll-margin-bottom: -0.5rem !important;
}
.-scroll-my-2\.5{
  scroll-margin-top: -0.625rem !important;
  scroll-margin-bottom: -0.625rem !important;
}
.-scroll-my-20{
  scroll-margin-top: -5rem !important;
  scroll-margin-bottom: -5rem !important;
}
.-scroll-my-24{
  scroll-margin-top: -6rem !important;
  scroll-margin-bottom: -6rem !important;
}
.-scroll-my-28{
  scroll-margin-top: -7rem !important;
  scroll-margin-bottom: -7rem !important;
}
.-scroll-my-3{
  scroll-margin-top: -0.75rem !important;
  scroll-margin-bottom: -0.75rem !important;
}
.-scroll-my-3\.5{
  scroll-margin-top: -0.875rem !important;
  scroll-margin-bottom: -0.875rem !important;
}
.-scroll-my-32{
  scroll-margin-top: -8rem !important;
  scroll-margin-bottom: -8rem !important;
}
.-scroll-my-36{
  scroll-margin-top: -9rem !important;
  scroll-margin-bottom: -9rem !important;
}
.-scroll-my-4{
  scroll-margin-top: -1rem !important;
  scroll-margin-bottom: -1rem !important;
}
.-scroll-my-40{
  scroll-margin-top: -10rem !important;
  scroll-margin-bottom: -10rem !important;
}
.-scroll-my-44{
  scroll-margin-top: -11rem !important;
  scroll-margin-bottom: -11rem !important;
}
.-scroll-my-48{
  scroll-margin-top: -12rem !important;
  scroll-margin-bottom: -12rem !important;
}
.-scroll-my-5{
  scroll-margin-top: -1.25rem !important;
  scroll-margin-bottom: -1.25rem !important;
}
.-scroll-my-52{
  scroll-margin-top: -13rem !important;
  scroll-margin-bottom: -13rem !important;
}
.-scroll-my-56{
  scroll-margin-top: -14rem !important;
  scroll-margin-bottom: -14rem !important;
}
.-scroll-my-6{
  scroll-margin-top: -1.5rem !important;
  scroll-margin-bottom: -1.5rem !important;
}
.-scroll-my-60{
  scroll-margin-top: -15rem !important;
  scroll-margin-bottom: -15rem !important;
}
.-scroll-my-64{
  scroll-margin-top: -16rem !important;
  scroll-margin-bottom: -16rem !important;
}
.-scroll-my-7{
  scroll-margin-top: -1.75rem !important;
  scroll-margin-bottom: -1.75rem !important;
}
.-scroll-my-72{
  scroll-margin-top: -18rem !important;
  scroll-margin-bottom: -18rem !important;
}
.-scroll-my-8{
  scroll-margin-top: -2rem !important;
  scroll-margin-bottom: -2rem !important;
}
.-scroll-my-80{
  scroll-margin-top: -20rem !important;
  scroll-margin-bottom: -20rem !important;
}
.scroll-mx-1{
  scroll-margin-left: 0.25rem !important;
  scroll-margin-right: 0.25rem !important;
}
.scroll-mx-1\.5{
  scroll-margin-left: 0.375rem !important;
  scroll-margin-right: 0.375rem !important;
}
.scroll-mx-10{
  scroll-margin-left: 2.5rem !important;
  scroll-margin-right: 2.5rem !important;
}
.scroll-mx-11{
  scroll-margin-left: 2.75rem !important;
  scroll-margin-right: 2.75rem !important;
}
.scroll-mx-12{
  scroll-margin-left: 3rem !important;
  scroll-margin-right: 3rem !important;
}
.scroll-mx-14{
  scroll-margin-left: 3.5rem !important;
  scroll-margin-right: 3.5rem !important;
}
.scroll-mx-16{
  scroll-margin-left: 4rem !important;
  scroll-margin-right: 4rem !important;
}
.scroll-mx-2{
  scroll-margin-left: 0.5rem !important;
  scroll-margin-right: 0.5rem !important;
}
.scroll-mx-2\.5{
  scroll-margin-left: 0.625rem !important;
  scroll-margin-right: 0.625rem !important;
}
.scroll-mx-20{
  scroll-margin-left: 5rem !important;
  scroll-margin-right: 5rem !important;
}
.scroll-mx-24{
  scroll-margin-left: 6rem !important;
  scroll-margin-right: 6rem !important;
}
.scroll-mx-28{
  scroll-margin-left: 7rem !important;
  scroll-margin-right: 7rem !important;
}
.scroll-mx-3{
  scroll-margin-left: 0.75rem !important;
  scroll-margin-right: 0.75rem !important;
}
.scroll-mx-3\.5{
  scroll-margin-left: 0.875rem !important;
  scroll-margin-right: 0.875rem !important;
}
.scroll-mx-32{
  scroll-margin-left: 8rem !important;
  scroll-margin-right: 8rem !important;
}
.scroll-mx-36{
  scroll-margin-left: 9rem !important;
  scroll-margin-right: 9rem !important;
}
.scroll-mx-4{
  scroll-margin-left: 1rem !important;
  scroll-margin-right: 1rem !important;
}
.scroll-mx-40{
  scroll-margin-left: 10rem !important;
  scroll-margin-right: 10rem !important;
}
.scroll-mx-44{
  scroll-margin-left: 11rem !important;
  scroll-margin-right: 11rem !important;
}
.scroll-mx-48{
  scroll-margin-left: 12rem !important;
  scroll-margin-right: 12rem !important;
}
.scroll-mx-5{
  scroll-margin-left: 1.25rem !important;
  scroll-margin-right: 1.25rem !important;
}
.scroll-mx-52{
  scroll-margin-left: 13rem !important;
  scroll-margin-right: 13rem !important;
}
.scroll-mx-56{
  scroll-margin-left: 14rem !important;
  scroll-margin-right: 14rem !important;
}
.scroll-mx-6{
  scroll-margin-left: 1.5rem !important;
  scroll-margin-right: 1.5rem !important;
}
.scroll-mx-60{
  scroll-margin-left: 15rem !important;
  scroll-margin-right: 15rem !important;
}
.scroll-mx-64{
  scroll-margin-left: 16rem !important;
  scroll-margin-right: 16rem !important;
}
.scroll-mx-7{
  scroll-margin-left: 1.75rem !important;
  scroll-margin-right: 1.75rem !important;
}
.scroll-mx-72{
  scroll-margin-left: 18rem !important;
  scroll-margin-right: 18rem !important;
}
.scroll-mx-8{
  scroll-margin-left: 2rem !important;
  scroll-margin-right: 2rem !important;
}
.scroll-mx-80{
  scroll-margin-left: 20rem !important;
  scroll-margin-right: 20rem !important;
}
.scroll-my-1{
  scroll-margin-top: 0.25rem !important;
  scroll-margin-bottom: 0.25rem !important;
}
.scroll-my-1\.5{
  scroll-margin-top: 0.375rem !important;
  scroll-margin-bottom: 0.375rem !important;
}
.scroll-my-10{
  scroll-margin-top: 2.5rem !important;
  scroll-margin-bottom: 2.5rem !important;
}
.scroll-my-11{
  scroll-margin-top: 2.75rem !important;
  scroll-margin-bottom: 2.75rem !important;
}
.scroll-my-12{
  scroll-margin-top: 3rem !important;
  scroll-margin-bottom: 3rem !important;
}
.scroll-my-14{
  scroll-margin-top: 3.5rem !important;
  scroll-margin-bottom: 3.5rem !important;
}
.scroll-my-16{
  scroll-margin-top: 4rem !important;
  scroll-margin-bottom: 4rem !important;
}
.scroll-my-2{
  scroll-margin-top: 0.5rem !important;
  scroll-margin-bottom: 0.5rem !important;
}
.scroll-my-2\.5{
  scroll-margin-top: 0.625rem !important;
  scroll-margin-bottom: 0.625rem !important;
}
.scroll-my-20{
  scroll-margin-top: 5rem !important;
  scroll-margin-bottom: 5rem !important;
}
.scroll-my-24{
  scroll-margin-top: 6rem !important;
  scroll-margin-bottom: 6rem !important;
}
.scroll-my-28{
  scroll-margin-top: 7rem !important;
  scroll-margin-bottom: 7rem !important;
}
.scroll-my-3{
  scroll-margin-top: 0.75rem !important;
  scroll-margin-bottom: 0.75rem !important;
}
.scroll-my-3\.5{
  scroll-margin-top: 0.875rem !important;
  scroll-margin-bottom: 0.875rem !important;
}
.scroll-my-32{
  scroll-margin-top: 8rem !important;
  scroll-margin-bottom: 8rem !important;
}
.scroll-my-36{
  scroll-margin-top: 9rem !important;
  scroll-margin-bottom: 9rem !important;
}
.scroll-my-4{
  scroll-margin-top: 1rem !important;
  scroll-margin-bottom: 1rem !important;
}
.scroll-my-40{
  scroll-margin-top: 10rem !important;
  scroll-margin-bottom: 10rem !important;
}
.scroll-my-44{
  scroll-margin-top: 11rem !important;
  scroll-margin-bottom: 11rem !important;
}
.scroll-my-48{
  scroll-margin-top: 12rem !important;
  scroll-margin-bottom: 12rem !important;
}
.scroll-my-5{
  scroll-margin-top: 1.25rem !important;
  scroll-margin-bottom: 1.25rem !important;
}
.scroll-my-52{
  scroll-margin-top: 13rem !important;
  scroll-margin-bottom: 13rem !important;
}
.scroll-my-56{
  scroll-margin-top: 14rem !important;
  scroll-margin-bottom: 14rem !important;
}
.scroll-my-6{
  scroll-margin-top: 1.5rem !important;
  scroll-margin-bottom: 1.5rem !important;
}
.scroll-my-60{
  scroll-margin-top: 15rem !important;
  scroll-margin-bottom: 15rem !important;
}
.scroll-my-64{
  scroll-margin-top: 16rem !important;
  scroll-margin-bottom: 16rem !important;
}
.scroll-my-7{
  scroll-margin-top: 1.75rem !important;
  scroll-margin-bottom: 1.75rem !important;
}
.scroll-my-72{
  scroll-margin-top: 18rem !important;
  scroll-margin-bottom: 18rem !important;
}
.scroll-my-8{
  scroll-margin-top: 2rem !important;
  scroll-margin-bottom: 2rem !important;
}
.scroll-my-80{
  scroll-margin-top: 20rem !important;
  scroll-margin-bottom: 20rem !important;
}
.-scroll-mb-1{
  scroll-margin-bottom: -0.25rem !important;
}
.-scroll-mb-1\.5{
  scroll-margin-bottom: -0.375rem !important;
}
.-scroll-mb-10{
  scroll-margin-bottom: -2.5rem !important;
}
.-scroll-mb-11{
  scroll-margin-bottom: -2.75rem !important;
}
.-scroll-mb-12{
  scroll-margin-bottom: -3rem !important;
}
.-scroll-mb-14{
  scroll-margin-bottom: -3.5rem !important;
}
.-scroll-mb-16{
  scroll-margin-bottom: -4rem !important;
}
.-scroll-mb-2{
  scroll-margin-bottom: -0.5rem !important;
}
.-scroll-mb-2\.5{
  scroll-margin-bottom: -0.625rem !important;
}
.-scroll-mb-20{
  scroll-margin-bottom: -5rem !important;
}
.-scroll-mb-24{
  scroll-margin-bottom: -6rem !important;
}
.-scroll-mb-28{
  scroll-margin-bottom: -7rem !important;
}
.-scroll-mb-3{
  scroll-margin-bottom: -0.75rem !important;
}
.-scroll-mb-3\.5{
  scroll-margin-bottom: -0.875rem !important;
}
.-scroll-mb-32{
  scroll-margin-bottom: -8rem !important;
}
.-scroll-mb-36{
  scroll-margin-bottom: -9rem !important;
}
.-scroll-mb-4{
  scroll-margin-bottom: -1rem !important;
}
.-scroll-mb-40{
  scroll-margin-bottom: -10rem !important;
}
.-scroll-mb-44{
  scroll-margin-bottom: -11rem !important;
}
.-scroll-mb-48{
  scroll-margin-bottom: -12rem !important;
}
.-scroll-mb-5{
  scroll-margin-bottom: -1.25rem !important;
}
.-scroll-mb-52{
  scroll-margin-bottom: -13rem !important;
}
.-scroll-mb-56{
  scroll-margin-bottom: -14rem !important;
}
.-scroll-mb-6{
  scroll-margin-bottom: -1.5rem !important;
}
.-scroll-mb-60{
  scroll-margin-bottom: -15rem !important;
}
.-scroll-mb-64{
  scroll-margin-bottom: -16rem !important;
}
.-scroll-mb-7{
  scroll-margin-bottom: -1.75rem !important;
}
.-scroll-mb-72{
  scroll-margin-bottom: -18rem !important;
}
.-scroll-mb-8{
  scroll-margin-bottom: -2rem !important;
}
.-scroll-mb-80{
  scroll-margin-bottom: -20rem !important;
}
.-scroll-ml-1{
  scroll-margin-left: -0.25rem !important;
}
.-scroll-ml-1\.5{
  scroll-margin-left: -0.375rem !important;
}
.-scroll-ml-10{
  scroll-margin-left: -2.5rem !important;
}
.-scroll-ml-11{
  scroll-margin-left: -2.75rem !important;
}
.-scroll-ml-12{
  scroll-margin-left: -3rem !important;
}
.-scroll-ml-14{
  scroll-margin-left: -3.5rem !important;
}
.-scroll-ml-16{
  scroll-margin-left: -4rem !important;
}
.-scroll-ml-2{
  scroll-margin-left: -0.5rem !important;
}
.-scroll-ml-2\.5{
  scroll-margin-left: -0.625rem !important;
}
.-scroll-ml-20{
  scroll-margin-left: -5rem !important;
}
.-scroll-ml-24{
  scroll-margin-left: -6rem !important;
}
.-scroll-ml-28{
  scroll-margin-left: -7rem !important;
}
.-scroll-ml-3{
  scroll-margin-left: -0.75rem !important;
}
.-scroll-ml-3\.5{
  scroll-margin-left: -0.875rem !important;
}
.-scroll-ml-32{
  scroll-margin-left: -8rem !important;
}
.-scroll-ml-36{
  scroll-margin-left: -9rem !important;
}
.-scroll-ml-4{
  scroll-margin-left: -1rem !important;
}
.-scroll-ml-40{
  scroll-margin-left: -10rem !important;
}
.-scroll-ml-44{
  scroll-margin-left: -11rem !important;
}
.-scroll-ml-48{
  scroll-margin-left: -12rem !important;
}
.-scroll-ml-5{
  scroll-margin-left: -1.25rem !important;
}
.-scroll-ml-52{
  scroll-margin-left: -13rem !important;
}
.-scroll-ml-56{
  scroll-margin-left: -14rem !important;
}
.-scroll-ml-6{
  scroll-margin-left: -1.5rem !important;
}
.-scroll-ml-60{
  scroll-margin-left: -15rem !important;
}
.-scroll-ml-64{
  scroll-margin-left: -16rem !important;
}
.-scroll-ml-7{
  scroll-margin-left: -1.75rem !important;
}
.-scroll-ml-72{
  scroll-margin-left: -18rem !important;
}
.-scroll-ml-8{
  scroll-margin-left: -2rem !important;
}
.-scroll-ml-80{
  scroll-margin-left: -20rem !important;
}
.-scroll-mr-1{
  scroll-margin-right: -0.25rem !important;
}
.-scroll-mr-1\.5{
  scroll-margin-right: -0.375rem !important;
}
.-scroll-mr-10{
  scroll-margin-right: -2.5rem !important;
}
.-scroll-mr-11{
  scroll-margin-right: -2.75rem !important;
}
.-scroll-mr-12{
  scroll-margin-right: -3rem !important;
}
.-scroll-mr-14{
  scroll-margin-right: -3.5rem !important;
}
.-scroll-mr-16{
  scroll-margin-right: -4rem !important;
}
.-scroll-mr-2{
  scroll-margin-right: -0.5rem !important;
}
.-scroll-mr-2\.5{
  scroll-margin-right: -0.625rem !important;
}
.-scroll-mr-20{
  scroll-margin-right: -5rem !important;
}
.-scroll-mr-24{
  scroll-margin-right: -6rem !important;
}
.-scroll-mr-28{
  scroll-margin-right: -7rem !important;
}
.-scroll-mr-3{
  scroll-margin-right: -0.75rem !important;
}
.-scroll-mr-3\.5{
  scroll-margin-right: -0.875rem !important;
}
.-scroll-mr-32{
  scroll-margin-right: -8rem !important;
}
.-scroll-mr-36{
  scroll-margin-right: -9rem !important;
}
.-scroll-mr-4{
  scroll-margin-right: -1rem !important;
}
.-scroll-mr-40{
  scroll-margin-right: -10rem !important;
}
.-scroll-mr-44{
  scroll-margin-right: -11rem !important;
}
.-scroll-mr-48{
  scroll-margin-right: -12rem !important;
}
.-scroll-mr-5{
  scroll-margin-right: -1.25rem !important;
}
.-scroll-mr-52{
  scroll-margin-right: -13rem !important;
}
.-scroll-mr-56{
  scroll-margin-right: -14rem !important;
}
.-scroll-mr-6{
  scroll-margin-right: -1.5rem !important;
}
.-scroll-mr-60{
  scroll-margin-right: -15rem !important;
}
.-scroll-mr-64{
  scroll-margin-right: -16rem !important;
}
.-scroll-mr-7{
  scroll-margin-right: -1.75rem !important;
}
.-scroll-mr-72{
  scroll-margin-right: -18rem !important;
}
.-scroll-mr-8{
  scroll-margin-right: -2rem !important;
}
.-scroll-mr-80{
  scroll-margin-right: -20rem !important;
}
.-scroll-mt-1{
  scroll-margin-top: -0.25rem !important;
}
.-scroll-mt-1\.5{
  scroll-margin-top: -0.375rem !important;
}
.-scroll-mt-10{
  scroll-margin-top: -2.5rem !important;
}
.-scroll-mt-11{
  scroll-margin-top: -2.75rem !important;
}
.-scroll-mt-12{
  scroll-margin-top: -3rem !important;
}
.-scroll-mt-14{
  scroll-margin-top: -3.5rem !important;
}
.-scroll-mt-16{
  scroll-margin-top: -4rem !important;
}
.-scroll-mt-2{
  scroll-margin-top: -0.5rem !important;
}
.-scroll-mt-2\.5{
  scroll-margin-top: -0.625rem !important;
}
.-scroll-mt-20{
  scroll-margin-top: -5rem !important;
}
.-scroll-mt-24{
  scroll-margin-top: -6rem !important;
}
.-scroll-mt-28{
  scroll-margin-top: -7rem !important;
}
.-scroll-mt-3{
  scroll-margin-top: -0.75rem !important;
}
.-scroll-mt-3\.5{
  scroll-margin-top: -0.875rem !important;
}
.-scroll-mt-32{
  scroll-margin-top: -8rem !important;
}
.-scroll-mt-36{
  scroll-margin-top: -9rem !important;
}
.-scroll-mt-4{
  scroll-margin-top: -1rem !important;
}
.-scroll-mt-40{
  scroll-margin-top: -10rem !important;
}
.-scroll-mt-44{
  scroll-margin-top: -11rem !important;
}
.-scroll-mt-48{
  scroll-margin-top: -12rem !important;
}
.-scroll-mt-5{
  scroll-margin-top: -1.25rem !important;
}
.-scroll-mt-52{
  scroll-margin-top: -13rem !important;
}
.-scroll-mt-56{
  scroll-margin-top: -14rem !important;
}
.-scroll-mt-6{
  scroll-margin-top: -1.5rem !important;
}
.-scroll-mt-60{
  scroll-margin-top: -15rem !important;
}
.-scroll-mt-64{
  scroll-margin-top: -16rem !important;
}
.-scroll-mt-7{
  scroll-margin-top: -1.75rem !important;
}
.-scroll-mt-72{
  scroll-margin-top: -18rem !important;
}
.-scroll-mt-8{
  scroll-margin-top: -2rem !important;
}
.-scroll-mt-80{
  scroll-margin-top: -20rem !important;
}
.scroll-mb-1{
  scroll-margin-bottom: 0.25rem !important;
}
.scroll-mb-1\.5{
  scroll-margin-bottom: 0.375rem !important;
}
.scroll-mb-10{
  scroll-margin-bottom: 2.5rem !important;
}
.scroll-mb-11{
  scroll-margin-bottom: 2.75rem !important;
}
.scroll-mb-12{
  scroll-margin-bottom: 3rem !important;
}
.scroll-mb-14{
  scroll-margin-bottom: 3.5rem !important;
}
.scroll-mb-16{
  scroll-margin-bottom: 4rem !important;
}
.scroll-mb-2{
  scroll-margin-bottom: 0.5rem !important;
}
.scroll-mb-2\.5{
  scroll-margin-bottom: 0.625rem !important;
}
.scroll-mb-20{
  scroll-margin-bottom: 5rem !important;
}
.scroll-mb-24{
  scroll-margin-bottom: 6rem !important;
}
.scroll-mb-28{
  scroll-margin-bottom: 7rem !important;
}
.scroll-mb-3{
  scroll-margin-bottom: 0.75rem !important;
}
.scroll-mb-3\.5{
  scroll-margin-bottom: 0.875rem !important;
}
.scroll-mb-32{
  scroll-margin-bottom: 8rem !important;
}
.scroll-mb-36{
  scroll-margin-bottom: 9rem !important;
}
.scroll-mb-4{
  scroll-margin-bottom: 1rem !important;
}
.scroll-mb-40{
  scroll-margin-bottom: 10rem !important;
}
.scroll-mb-44{
  scroll-margin-bottom: 11rem !important;
}
.scroll-mb-48{
  scroll-margin-bottom: 12rem !important;
}
.scroll-mb-5{
  scroll-margin-bottom: 1.25rem !important;
}
.scroll-mb-52{
  scroll-margin-bottom: 13rem !important;
}
.scroll-mb-56{
  scroll-margin-bottom: 14rem !important;
}
.scroll-mb-6{
  scroll-margin-bottom: 1.5rem !important;
}
.scroll-mb-60{
  scroll-margin-bottom: 15rem !important;
}
.scroll-mb-64{
  scroll-margin-bottom: 16rem !important;
}
.scroll-mb-7{
  scroll-margin-bottom: 1.75rem !important;
}
.scroll-mb-72{
  scroll-margin-bottom: 18rem !important;
}
.scroll-mb-8{
  scroll-margin-bottom: 2rem !important;
}
.scroll-mb-80{
  scroll-margin-bottom: 20rem !important;
}
.scroll-ml-1{
  scroll-margin-left: 0.25rem !important;
}
.scroll-ml-1\.5{
  scroll-margin-left: 0.375rem !important;
}
.scroll-ml-10{
  scroll-margin-left: 2.5rem !important;
}
.scroll-ml-11{
  scroll-margin-left: 2.75rem !important;
}
.scroll-ml-12{
  scroll-margin-left: 3rem !important;
}
.scroll-ml-14{
  scroll-margin-left: 3.5rem !important;
}
.scroll-ml-16{
  scroll-margin-left: 4rem !important;
}
.scroll-ml-2{
  scroll-margin-left: 0.5rem !important;
}
.scroll-ml-2\.5{
  scroll-margin-left: 0.625rem !important;
}
.scroll-ml-20{
  scroll-margin-left: 5rem !important;
}
.scroll-ml-24{
  scroll-margin-left: 6rem !important;
}
.scroll-ml-28{
  scroll-margin-left: 7rem !important;
}
.scroll-ml-3{
  scroll-margin-left: 0.75rem !important;
}
.scroll-ml-3\.5{
  scroll-margin-left: 0.875rem !important;
}
.scroll-ml-32{
  scroll-margin-left: 8rem !important;
}
.scroll-ml-36{
  scroll-margin-left: 9rem !important;
}
.scroll-ml-4{
  scroll-margin-left: 1rem !important;
}
.scroll-ml-40{
  scroll-margin-left: 10rem !important;
}
.scroll-ml-44{
  scroll-margin-left: 11rem !important;
}
.scroll-ml-48{
  scroll-margin-left: 12rem !important;
}
.scroll-ml-5{
  scroll-margin-left: 1.25rem !important;
}
.scroll-ml-52{
  scroll-margin-left: 13rem !important;
}
.scroll-ml-56{
  scroll-margin-left: 14rem !important;
}
.scroll-ml-6{
  scroll-margin-left: 1.5rem !important;
}
.scroll-ml-60{
  scroll-margin-left: 15rem !important;
}
.scroll-ml-64{
  scroll-margin-left: 16rem !important;
}
.scroll-ml-7{
  scroll-margin-left: 1.75rem !important;
}
.scroll-ml-72{
  scroll-margin-left: 18rem !important;
}
.scroll-ml-8{
  scroll-margin-left: 2rem !important;
}
.scroll-ml-80{
  scroll-margin-left: 20rem !important;
}
.scroll-mr-1{
  scroll-margin-right: 0.25rem !important;
}
.scroll-mr-1\.5{
  scroll-margin-right: 0.375rem !important;
}
.scroll-mr-10{
  scroll-margin-right: 2.5rem !important;
}
.scroll-mr-11{
  scroll-margin-right: 2.75rem !important;
}
.scroll-mr-12{
  scroll-margin-right: 3rem !important;
}
.scroll-mr-14{
  scroll-margin-right: 3.5rem !important;
}
.scroll-mr-16{
  scroll-margin-right: 4rem !important;
}
.scroll-mr-2{
  scroll-margin-right: 0.5rem !important;
}
.scroll-mr-2\.5{
  scroll-margin-right: 0.625rem !important;
}
.scroll-mr-20{
  scroll-margin-right: 5rem !important;
}
.scroll-mr-24{
  scroll-margin-right: 6rem !important;
}
.scroll-mr-28{
  scroll-margin-right: 7rem !important;
}
.scroll-mr-3{
  scroll-margin-right: 0.75rem !important;
}
.scroll-mr-3\.5{
  scroll-margin-right: 0.875rem !important;
}
.scroll-mr-32{
  scroll-margin-right: 8rem !important;
}
.scroll-mr-36{
  scroll-margin-right: 9rem !important;
}
.scroll-mr-4{
  scroll-margin-right: 1rem !important;
}
.scroll-mr-40{
  scroll-margin-right: 10rem !important;
}
.scroll-mr-44{
  scroll-margin-right: 11rem !important;
}
.scroll-mr-48{
  scroll-margin-right: 12rem !important;
}
.scroll-mr-5{
  scroll-margin-right: 1.25rem !important;
}
.scroll-mr-52{
  scroll-margin-right: 13rem !important;
}
.scroll-mr-56{
  scroll-margin-right: 14rem !important;
}
.scroll-mr-6{
  scroll-margin-right: 1.5rem !important;
}
.scroll-mr-60{
  scroll-margin-right: 15rem !important;
}
.scroll-mr-64{
  scroll-margin-right: 16rem !important;
}
.scroll-mr-7{
  scroll-margin-right: 1.75rem !important;
}
.scroll-mr-72{
  scroll-margin-right: 18rem !important;
}
.scroll-mr-8{
  scroll-margin-right: 2rem !important;
}
.scroll-mr-80{
  scroll-margin-right: 20rem !important;
}
.scroll-mt-1{
  scroll-margin-top: 0.25rem !important;
}
.scroll-mt-1\.5{
  scroll-margin-top: 0.375rem !important;
}
.scroll-mt-10{
  scroll-margin-top: 2.5rem !important;
}
.scroll-mt-11{
  scroll-margin-top: 2.75rem !important;
}
.scroll-mt-12{
  scroll-margin-top: 3rem !important;
}
.scroll-mt-14{
  scroll-margin-top: 3.5rem !important;
}
.scroll-mt-16{
  scroll-margin-top: 4rem !important;
}
.scroll-mt-2{
  scroll-margin-top: 0.5rem !important;
}
.scroll-mt-2\.5{
  scroll-margin-top: 0.625rem !important;
}
.scroll-mt-20{
  scroll-margin-top: 5rem !important;
}
.scroll-mt-24{
  scroll-margin-top: 6rem !important;
}
.scroll-mt-28{
  scroll-margin-top: 7rem !important;
}
.scroll-mt-3{
  scroll-margin-top: 0.75rem !important;
}
.scroll-mt-3\.5{
  scroll-margin-top: 0.875rem !important;
}
.scroll-mt-32{
  scroll-margin-top: 8rem !important;
}
.scroll-mt-36{
  scroll-margin-top: 9rem !important;
}
.scroll-mt-4{
  scroll-margin-top: 1rem !important;
}
.scroll-mt-40{
  scroll-margin-top: 10rem !important;
}
.scroll-mt-44{
  scroll-margin-top: 11rem !important;
}
.scroll-mt-48{
  scroll-margin-top: 12rem !important;
}
.scroll-mt-5{
  scroll-margin-top: 1.25rem !important;
}
.scroll-mt-52{
  scroll-margin-top: 13rem !important;
}
.scroll-mt-56{
  scroll-margin-top: 14rem !important;
}
.scroll-mt-6{
  scroll-margin-top: 1.5rem !important;
}
.scroll-mt-60{
  scroll-margin-top: 15rem !important;
}
.scroll-mt-64{
  scroll-margin-top: 16rem !important;
}
.scroll-mt-7{
  scroll-margin-top: 1.75rem !important;
}
.scroll-mt-72{
  scroll-margin-top: 18rem !important;
}
.scroll-mt-8{
  scroll-margin-top: 2rem !important;
}
.scroll-mt-80{
  scroll-margin-top: 20rem !important;
}
.scroll-px-1{
  scroll-padding-left: 0.25rem !important;
  scroll-padding-right: 0.25rem !important;
}
.scroll-px-1\.5{
  scroll-padding-left: 0.375rem !important;
  scroll-padding-right: 0.375rem !important;
}
.scroll-px-10{
  scroll-padding-left: 2.5rem !important;
  scroll-padding-right: 2.5rem !important;
}
.scroll-px-11{
  scroll-padding-left: 2.75rem !important;
  scroll-padding-right: 2.75rem !important;
}
.scroll-px-12{
  scroll-padding-left: 3rem !important;
  scroll-padding-right: 3rem !important;
}
.scroll-px-14{
  scroll-padding-left: 3.5rem !important;
  scroll-padding-right: 3.5rem !important;
}
.scroll-px-16{
  scroll-padding-left: 4rem !important;
  scroll-padding-right: 4rem !important;
}
.scroll-px-2{
  scroll-padding-left: 0.5rem !important;
  scroll-padding-right: 0.5rem !important;
}
.scroll-px-2\.5{
  scroll-padding-left: 0.625rem !important;
  scroll-padding-right: 0.625rem !important;
}
.scroll-px-20{
  scroll-padding-left: 5rem !important;
  scroll-padding-right: 5rem !important;
}
.scroll-px-24{
  scroll-padding-left: 6rem !important;
  scroll-padding-right: 6rem !important;
}
.scroll-px-28{
  scroll-padding-left: 7rem !important;
  scroll-padding-right: 7rem !important;
}
.scroll-px-3{
  scroll-padding-left: 0.75rem !important;
  scroll-padding-right: 0.75rem !important;
}
.scroll-px-3\.5{
  scroll-padding-left: 0.875rem !important;
  scroll-padding-right: 0.875rem !important;
}
.scroll-px-32{
  scroll-padding-left: 8rem !important;
  scroll-padding-right: 8rem !important;
}
.scroll-px-36{
  scroll-padding-left: 9rem !important;
  scroll-padding-right: 9rem !important;
}
.scroll-px-4{
  scroll-padding-left: 1rem !important;
  scroll-padding-right: 1rem !important;
}
.scroll-px-40{
  scroll-padding-left: 10rem !important;
  scroll-padding-right: 10rem !important;
}
.scroll-px-44{
  scroll-padding-left: 11rem !important;
  scroll-padding-right: 11rem !important;
}
.scroll-px-48{
  scroll-padding-left: 12rem !important;
  scroll-padding-right: 12rem !important;
}
.scroll-px-5{
  scroll-padding-left: 1.25rem !important;
  scroll-padding-right: 1.25rem !important;
}
.scroll-px-52{
  scroll-padding-left: 13rem !important;
  scroll-padding-right: 13rem !important;
}
.scroll-px-56{
  scroll-padding-left: 14rem !important;
  scroll-padding-right: 14rem !important;
}
.scroll-px-6{
  scroll-padding-left: 1.5rem !important;
  scroll-padding-right: 1.5rem !important;
}
.scroll-px-60{
  scroll-padding-left: 15rem !important;
  scroll-padding-right: 15rem !important;
}
.scroll-px-64{
  scroll-padding-left: 16rem !important;
  scroll-padding-right: 16rem !important;
}
.scroll-px-7{
  scroll-padding-left: 1.75rem !important;
  scroll-padding-right: 1.75rem !important;
}
.scroll-px-72{
  scroll-padding-left: 18rem !important;
  scroll-padding-right: 18rem !important;
}
.scroll-px-8{
  scroll-padding-left: 2rem !important;
  scroll-padding-right: 2rem !important;
}
.scroll-px-80{
  scroll-padding-left: 20rem !important;
  scroll-padding-right: 20rem !important;
}
.scroll-py-1{
  scroll-padding-top: 0.25rem !important;
  scroll-padding-bottom: 0.25rem !important;
}
.scroll-py-1\.5{
  scroll-padding-top: 0.375rem !important;
  scroll-padding-bottom: 0.375rem !important;
}
.scroll-py-10{
  scroll-padding-top: 2.5rem !important;
  scroll-padding-bottom: 2.5rem !important;
}
.scroll-py-11{
  scroll-padding-top: 2.75rem !important;
  scroll-padding-bottom: 2.75rem !important;
}
.scroll-py-12{
  scroll-padding-top: 3rem !important;
  scroll-padding-bottom: 3rem !important;
}
.scroll-py-14{
  scroll-padding-top: 3.5rem !important;
  scroll-padding-bottom: 3.5rem !important;
}
.scroll-py-16{
  scroll-padding-top: 4rem !important;
  scroll-padding-bottom: 4rem !important;
}
.scroll-py-2{
  scroll-padding-top: 0.5rem !important;
  scroll-padding-bottom: 0.5rem !important;
}
.scroll-py-2\.5{
  scroll-padding-top: 0.625rem !important;
  scroll-padding-bottom: 0.625rem !important;
}
.scroll-py-20{
  scroll-padding-top: 5rem !important;
  scroll-padding-bottom: 5rem !important;
}
.scroll-py-24{
  scroll-padding-top: 6rem !important;
  scroll-padding-bottom: 6rem !important;
}
.scroll-py-28{
  scroll-padding-top: 7rem !important;
  scroll-padding-bottom: 7rem !important;
}
.scroll-py-3{
  scroll-padding-top: 0.75rem !important;
  scroll-padding-bottom: 0.75rem !important;
}
.scroll-py-3\.5{
  scroll-padding-top: 0.875rem !important;
  scroll-padding-bottom: 0.875rem !important;
}
.scroll-py-32{
  scroll-padding-top: 8rem !important;
  scroll-padding-bottom: 8rem !important;
}
.scroll-py-36{
  scroll-padding-top: 9rem !important;
  scroll-padding-bottom: 9rem !important;
}
.scroll-py-4{
  scroll-padding-top: 1rem !important;
  scroll-padding-bottom: 1rem !important;
}
.scroll-py-40{
  scroll-padding-top: 10rem !important;
  scroll-padding-bottom: 10rem !important;
}
.scroll-py-44{
  scroll-padding-top: 11rem !important;
  scroll-padding-bottom: 11rem !important;
}
.scroll-py-48{
  scroll-padding-top: 12rem !important;
  scroll-padding-bottom: 12rem !important;
}
.scroll-py-5{
  scroll-padding-top: 1.25rem !important;
  scroll-padding-bottom: 1.25rem !important;
}
.scroll-py-52{
  scroll-padding-top: 13rem !important;
  scroll-padding-bottom: 13rem !important;
}
.scroll-py-56{
  scroll-padding-top: 14rem !important;
  scroll-padding-bottom: 14rem !important;
}
.scroll-py-6{
  scroll-padding-top: 1.5rem !important;
  scroll-padding-bottom: 1.5rem !important;
}
.scroll-py-60{
  scroll-padding-top: 15rem !important;
  scroll-padding-bottom: 15rem !important;
}
.scroll-py-64{
  scroll-padding-top: 16rem !important;
  scroll-padding-bottom: 16rem !important;
}
.scroll-py-7{
  scroll-padding-top: 1.75rem !important;
  scroll-padding-bottom: 1.75rem !important;
}
.scroll-py-72{
  scroll-padding-top: 18rem !important;
  scroll-padding-bottom: 18rem !important;
}
.scroll-py-8{
  scroll-padding-top: 2rem !important;
  scroll-padding-bottom: 2rem !important;
}
.scroll-py-80{
  scroll-padding-top: 20rem !important;
  scroll-padding-bottom: 20rem !important;
}
.scroll-pb-1{
  scroll-padding-bottom: 0.25rem !important;
}
.scroll-pb-1\.5{
  scroll-padding-bottom: 0.375rem !important;
}
.scroll-pb-10{
  scroll-padding-bottom: 2.5rem !important;
}
.scroll-pb-11{
  scroll-padding-bottom: 2.75rem !important;
}
.scroll-pb-12{
  scroll-padding-bottom: 3rem !important;
}
.scroll-pb-14{
  scroll-padding-bottom: 3.5rem !important;
}
.scroll-pb-16{
  scroll-padding-bottom: 4rem !important;
}
.scroll-pb-2{
  scroll-padding-bottom: 0.5rem !important;
}
.scroll-pb-2\.5{
  scroll-padding-bottom: 0.625rem !important;
}
.scroll-pb-20{
  scroll-padding-bottom: 5rem !important;
}
.scroll-pb-24{
  scroll-padding-bottom: 6rem !important;
}
.scroll-pb-28{
  scroll-padding-bottom: 7rem !important;
}
.scroll-pb-3{
  scroll-padding-bottom: 0.75rem !important;
}
.scroll-pb-3\.5{
  scroll-padding-bottom: 0.875rem !important;
}
.scroll-pb-32{
  scroll-padding-bottom: 8rem !important;
}
.scroll-pb-36{
  scroll-padding-bottom: 9rem !important;
}
.scroll-pb-4{
  scroll-padding-bottom: 1rem !important;
}
.scroll-pb-40{
  scroll-padding-bottom: 10rem !important;
}
.scroll-pb-44{
  scroll-padding-bottom: 11rem !important;
}
.scroll-pb-48{
  scroll-padding-bottom: 12rem !important;
}
.scroll-pb-5{
  scroll-padding-bottom: 1.25rem !important;
}
.scroll-pb-52{
  scroll-padding-bottom: 13rem !important;
}
.scroll-pb-56{
  scroll-padding-bottom: 14rem !important;
}
.scroll-pb-6{
  scroll-padding-bottom: 1.5rem !important;
}
.scroll-pb-60{
  scroll-padding-bottom: 15rem !important;
}
.scroll-pb-64{
  scroll-padding-bottom: 16rem !important;
}
.scroll-pb-7{
  scroll-padding-bottom: 1.75rem !important;
}
.scroll-pb-72{
  scroll-padding-bottom: 18rem !important;
}
.scroll-pb-8{
  scroll-padding-bottom: 2rem !important;
}
.scroll-pb-80{
  scroll-padding-bottom: 20rem !important;
}
.scroll-pl-1{
  scroll-padding-left: 0.25rem !important;
}
.scroll-pl-1\.5{
  scroll-padding-left: 0.375rem !important;
}
.scroll-pl-10{
  scroll-padding-left: 2.5rem !important;
}
.scroll-pl-11{
  scroll-padding-left: 2.75rem !important;
}
.scroll-pl-12{
  scroll-padding-left: 3rem !important;
}
.scroll-pl-14{
  scroll-padding-left: 3.5rem !important;
}
.scroll-pl-16{
  scroll-padding-left: 4rem !important;
}
.scroll-pl-2{
  scroll-padding-left: 0.5rem !important;
}
.scroll-pl-2\.5{
  scroll-padding-left: 0.625rem !important;
}
.scroll-pl-20{
  scroll-padding-left: 5rem !important;
}
.scroll-pl-24{
  scroll-padding-left: 6rem !important;
}
.scroll-pl-28{
  scroll-padding-left: 7rem !important;
}
.scroll-pl-3{
  scroll-padding-left: 0.75rem !important;
}
.scroll-pl-3\.5{
  scroll-padding-left: 0.875rem !important;
}
.scroll-pl-32{
  scroll-padding-left: 8rem !important;
}
.scroll-pl-36{
  scroll-padding-left: 9rem !important;
}
.scroll-pl-4{
  scroll-padding-left: 1rem !important;
}
.scroll-pl-40{
  scroll-padding-left: 10rem !important;
}
.scroll-pl-44{
  scroll-padding-left: 11rem !important;
}
.scroll-pl-48{
  scroll-padding-left: 12rem !important;
}
.scroll-pl-5{
  scroll-padding-left: 1.25rem !important;
}
.scroll-pl-52{
  scroll-padding-left: 13rem !important;
}
.scroll-pl-56{
  scroll-padding-left: 14rem !important;
}
.scroll-pl-6{
  scroll-padding-left: 1.5rem !important;
}
.scroll-pl-60{
  scroll-padding-left: 15rem !important;
}
.scroll-pl-64{
  scroll-padding-left: 16rem !important;
}
.scroll-pl-7{
  scroll-padding-left: 1.75rem !important;
}
.scroll-pl-72{
  scroll-padding-left: 18rem !important;
}
.scroll-pl-8{
  scroll-padding-left: 2rem !important;
}
.scroll-pl-80{
  scroll-padding-left: 20rem !important;
}
.scroll-pr-1{
  scroll-padding-right: 0.25rem !important;
}
.scroll-pr-1\.5{
  scroll-padding-right: 0.375rem !important;
}
.scroll-pr-10{
  scroll-padding-right: 2.5rem !important;
}
.scroll-pr-11{
  scroll-padding-right: 2.75rem !important;
}
.scroll-pr-12{
  scroll-padding-right: 3rem !important;
}
.scroll-pr-14{
  scroll-padding-right: 3.5rem !important;
}
.scroll-pr-16{
  scroll-padding-right: 4rem !important;
}
.scroll-pr-2{
  scroll-padding-right: 0.5rem !important;
}
.scroll-pr-2\.5{
  scroll-padding-right: 0.625rem !important;
}
.scroll-pr-20{
  scroll-padding-right: 5rem !important;
}
.scroll-pr-24{
  scroll-padding-right: 6rem !important;
}
.scroll-pr-28{
  scroll-padding-right: 7rem !important;
}
.scroll-pr-3{
  scroll-padding-right: 0.75rem !important;
}
.scroll-pr-3\.5{
  scroll-padding-right: 0.875rem !important;
}
.scroll-pr-32{
  scroll-padding-right: 8rem !important;
}
.scroll-pr-36{
  scroll-padding-right: 9rem !important;
}
.scroll-pr-4{
  scroll-padding-right: 1rem !important;
}
.scroll-pr-40{
  scroll-padding-right: 10rem !important;
}
.scroll-pr-44{
  scroll-padding-right: 11rem !important;
}
.scroll-pr-48{
  scroll-padding-right: 12rem !important;
}
.scroll-pr-5{
  scroll-padding-right: 1.25rem !important;
}
.scroll-pr-52{
  scroll-padding-right: 13rem !important;
}
.scroll-pr-56{
  scroll-padding-right: 14rem !important;
}
.scroll-pr-6{
  scroll-padding-right: 1.5rem !important;
}
.scroll-pr-60{
  scroll-padding-right: 15rem !important;
}
.scroll-pr-64{
  scroll-padding-right: 16rem !important;
}
.scroll-pr-7{
  scroll-padding-right: 1.75rem !important;
}
.scroll-pr-72{
  scroll-padding-right: 18rem !important;
}
.scroll-pr-8{
  scroll-padding-right: 2rem !important;
}
.scroll-pr-80{
  scroll-padding-right: 20rem !important;
}
.scroll-pt-1{
  scroll-padding-top: 0.25rem !important;
}
.scroll-pt-1\.5{
  scroll-padding-top: 0.375rem !important;
}
.scroll-pt-10{
  scroll-padding-top: 2.5rem !important;
}
.scroll-pt-11{
  scroll-padding-top: 2.75rem !important;
}
.scroll-pt-12{
  scroll-padding-top: 3rem !important;
}
.scroll-pt-14{
  scroll-padding-top: 3.5rem !important;
}
.scroll-pt-16{
  scroll-padding-top: 4rem !important;
}
.scroll-pt-2{
  scroll-padding-top: 0.5rem !important;
}
.scroll-pt-2\.5{
  scroll-padding-top: 0.625rem !important;
}
.scroll-pt-20{
  scroll-padding-top: 5rem !important;
}
.scroll-pt-24{
  scroll-padding-top: 6rem !important;
}
.scroll-pt-28{
  scroll-padding-top: 7rem !important;
}
.scroll-pt-3{
  scroll-padding-top: 0.75rem !important;
}
.scroll-pt-3\.5{
  scroll-padding-top: 0.875rem !important;
}
.scroll-pt-32{
  scroll-padding-top: 8rem !important;
}
.scroll-pt-36{
  scroll-padding-top: 9rem !important;
}
.scroll-pt-4{
  scroll-padding-top: 1rem !important;
}
.scroll-pt-40{
  scroll-padding-top: 10rem !important;
}
.scroll-pt-44{
  scroll-padding-top: 11rem !important;
}
.scroll-pt-48{
  scroll-padding-top: 12rem !important;
}
.scroll-pt-5{
  scroll-padding-top: 1.25rem !important;
}
.scroll-pt-52{
  scroll-padding-top: 13rem !important;
}
.scroll-pt-56{
  scroll-padding-top: 14rem !important;
}
.scroll-pt-6{
  scroll-padding-top: 1.5rem !important;
}
.scroll-pt-60{
  scroll-padding-top: 15rem !important;
}
.scroll-pt-64{
  scroll-padding-top: 16rem !important;
}
.scroll-pt-7{
  scroll-padding-top: 1.75rem !important;
}
.scroll-pt-72{
  scroll-padding-top: 18rem !important;
}
.scroll-pt-8{
  scroll-padding-top: 2rem !important;
}
.scroll-pt-80{
  scroll-padding-top: 20rem !important;
}
.list-disc{
  list-style-type: disc !important;
}
.list-none{
  list-style-type: none !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.grid-cols-none{
  grid-template-columns: none !important;
}
.grid-cols-subgrid{
  grid-template-columns: subgrid !important;
}
.flex-row{
  flex-direction: row !important;
}
.flex-col{
  flex-direction: column !important;
}
.items-end{
  align-items: flex-end !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.justify-around{
  justify-content: space-around !important;
}
.gap-4{
  gap: 1rem !important;
}
.gap-8{
  gap: 2rem !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.self-center{
  align-self: center !important;
}
.overflow-auto{
  overflow: auto !important;
}
.overflow-y-auto{
  overflow-y: auto !important;
}
.overflow-y-scroll{
  overflow-y: scroll !important;
}
.border{
  border-width: 1px !important;
}
.border-dashed{
  border-style: dashed !important;
}
.border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.p-2{
  padding: 0.5rem !important;
}
.p-4{
  padding: 1rem !important;
}
.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-1\.5{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}
.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-3\.5{
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-36{
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}
.px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}
.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-52{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}
.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}
.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}
.px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.px-72{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}
.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}
.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-36{
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
.py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-52{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}
.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}
.py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-72{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}
.pb-1{
  padding-bottom: 0.25rem !important;
}
.pb-1\.5{
  padding-bottom: 0.375rem !important;
}
.pb-10{
  padding-bottom: 2.5rem !important;
}
.pb-11{
  padding-bottom: 2.75rem !important;
}
.pb-12{
  padding-bottom: 3rem !important;
}
.pb-14{
  padding-bottom: 3.5rem !important;
}
.pb-16{
  padding-bottom: 4rem !important;
}
.pb-2{
  padding-bottom: 0.5rem !important;
}
.pb-2\.5{
  padding-bottom: 0.625rem !important;
}
.pb-20{
  padding-bottom: 5rem !important;
}
.pb-24{
  padding-bottom: 6rem !important;
}
.pb-28{
  padding-bottom: 7rem !important;
}
.pb-3{
  padding-bottom: 0.75rem !important;
}
.pb-3\.5{
  padding-bottom: 0.875rem !important;
}
.pb-32{
  padding-bottom: 8rem !important;
}
.pb-36{
  padding-bottom: 9rem !important;
}
.pb-4{
  padding-bottom: 1rem !important;
}
.pb-40{
  padding-bottom: 10rem !important;
}
.pb-44{
  padding-bottom: 11rem !important;
}
.pb-48{
  padding-bottom: 12rem !important;
}
.pb-5{
  padding-bottom: 1.25rem !important;
}
.pb-52{
  padding-bottom: 13rem !important;
}
.pb-56{
  padding-bottom: 14rem !important;
}
.pb-6{
  padding-bottom: 1.5rem !important;
}
.pb-60{
  padding-bottom: 15rem !important;
}
.pb-64{
  padding-bottom: 16rem !important;
}
.pb-7{
  padding-bottom: 1.75rem !important;
}
.pb-72{
  padding-bottom: 18rem !important;
}
.pb-8{
  padding-bottom: 2rem !important;
}
.pb-80{
  padding-bottom: 20rem !important;
}
.pl-1{
  padding-left: 0.25rem !important;
}
.pl-1\.5{
  padding-left: 0.375rem !important;
}
.pl-10{
  padding-left: 2.5rem !important;
}
.pl-11{
  padding-left: 2.75rem !important;
}
.pl-12{
  padding-left: 3rem !important;
}
.pl-14{
  padding-left: 3.5rem !important;
}
.pl-16{
  padding-left: 4rem !important;
}
.pl-2{
  padding-left: 0.5rem !important;
}
.pl-2\.5{
  padding-left: 0.625rem !important;
}
.pl-20{
  padding-left: 5rem !important;
}
.pl-24{
  padding-left: 6rem !important;
}
.pl-28{
  padding-left: 7rem !important;
}
.pl-3{
  padding-left: 0.75rem !important;
}
.pl-3\.5{
  padding-left: 0.875rem !important;
}
.pl-32{
  padding-left: 8rem !important;
}
.pl-36{
  padding-left: 9rem !important;
}
.pl-4{
  padding-left: 1rem !important;
}
.pl-40{
  padding-left: 10rem !important;
}
.pl-44{
  padding-left: 11rem !important;
}
.pl-48{
  padding-left: 12rem !important;
}
.pl-5{
  padding-left: 1.25rem !important;
}
.pl-52{
  padding-left: 13rem !important;
}
.pl-56{
  padding-left: 14rem !important;
}
.pl-6{
  padding-left: 1.5rem !important;
}
.pl-60{
  padding-left: 15rem !important;
}
.pl-64{
  padding-left: 16rem !important;
}
.pl-7{
  padding-left: 1.75rem !important;
}
.pl-72{
  padding-left: 18rem !important;
}
.pl-8{
  padding-left: 2rem !important;
}
.pl-80{
  padding-left: 20rem !important;
}
.pr-1{
  padding-right: 0.25rem !important;
}
.pr-1\.5{
  padding-right: 0.375rem !important;
}
.pr-10{
  padding-right: 2.5rem !important;
}
.pr-11{
  padding-right: 2.75rem !important;
}
.pr-12{
  padding-right: 3rem !important;
}
.pr-14{
  padding-right: 3.5rem !important;
}
.pr-16{
  padding-right: 4rem !important;
}
.pr-2{
  padding-right: 0.5rem !important;
}
.pr-2\.5{
  padding-right: 0.625rem !important;
}
.pr-20{
  padding-right: 5rem !important;
}
.pr-24{
  padding-right: 6rem !important;
}
.pr-28{
  padding-right: 7rem !important;
}
.pr-3{
  padding-right: 0.75rem !important;
}
.pr-3\.5{
  padding-right: 0.875rem !important;
}
.pr-32{
  padding-right: 8rem !important;
}
.pr-36{
  padding-right: 9rem !important;
}
.pr-4{
  padding-right: 1rem !important;
}
.pr-40{
  padding-right: 10rem !important;
}
.pr-44{
  padding-right: 11rem !important;
}
.pr-48{
  padding-right: 12rem !important;
}
.pr-5{
  padding-right: 1.25rem !important;
}
.pr-52{
  padding-right: 13rem !important;
}
.pr-56{
  padding-right: 14rem !important;
}
.pr-6{
  padding-right: 1.5rem !important;
}
.pr-60{
  padding-right: 15rem !important;
}
.pr-64{
  padding-right: 16rem !important;
}
.pr-7{
  padding-right: 1.75rem !important;
}
.pr-72{
  padding-right: 18rem !important;
}
.pr-8{
  padding-right: 2rem !important;
}
.pr-80{
  padding-right: 20rem !important;
}
.pt-1{
  padding-top: 0.25rem !important;
}
.pt-1\.5{
  padding-top: 0.375rem !important;
}
.pt-10{
  padding-top: 2.5rem !important;
}
.pt-11{
  padding-top: 2.75rem !important;
}
.pt-12{
  padding-top: 3rem !important;
}
.pt-14{
  padding-top: 3.5rem !important;
}
.pt-16{
  padding-top: 4rem !important;
}
.pt-2{
  padding-top: 0.5rem !important;
}
.pt-2\.5{
  padding-top: 0.625rem !important;
}
.pt-20{
  padding-top: 5rem !important;
}
.pt-24{
  padding-top: 6rem !important;
}
.pt-28{
  padding-top: 7rem !important;
}
.pt-3{
  padding-top: 0.75rem !important;
}
.pt-3\.5{
  padding-top: 0.875rem !important;
}
.pt-32{
  padding-top: 8rem !important;
}
.pt-36{
  padding-top: 9rem !important;
}
.pt-4{
  padding-top: 1rem !important;
}
.pt-40{
  padding-top: 10rem !important;
}
.pt-44{
  padding-top: 11rem !important;
}
.pt-48{
  padding-top: 12rem !important;
}
.pt-5{
  padding-top: 1.25rem !important;
}
.pt-52{
  padding-top: 13rem !important;
}
.pt-56{
  padding-top: 14rem !important;
}
.pt-6{
  padding-top: 1.5rem !important;
}
.pt-60{
  padding-top: 15rem !important;
}
.pt-64{
  padding-top: 16rem !important;
}
.pt-7{
  padding-top: 1.75rem !important;
}
.pt-72{
  padding-top: 18rem !important;
}
.pt-8{
  padding-top: 2rem !important;
}
.pt-80{
  padding-top: 20rem !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.text-right{
  text-align: right !important;
}
.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.capitalize{
  text-transform: capitalize !important;
}
.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.opacity-30{
  opacity: 0.3 !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
@media (min-width: 782px){
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .sm\:grid-cols-none{
    grid-template-columns: none !important;
  }
  .sm\:grid-cols-subgrid{
    grid-template-columns: subgrid !important;
  }
}
@media (min-width: 1025px){
  .md\:order-1{
    order: 1 !important;
  }
  .md\:order-2{
    order: 2 !important;
  }
  .md\:w-3_12{
    width: 25% !important;
  }
  .md\:w-4_12{
    width: 33.333333% !important;
  }
  .md\:w-8_12{
    width: 66.666667% !important;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-none{
    grid-template-columns: none !important;
  }
  .md\:grid-cols-subgrid{
    grid-template-columns: subgrid !important;
  }
}
@media (min-width: 1180px){
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-none{
    grid-template-columns: none !important;
  }
  .lg\:grid-cols-subgrid{
    grid-template-columns: subgrid !important;
  }
}
@media (min-width: 1680px){
  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xl\:grid-cols-none{
    grid-template-columns: none !important;
  }
  .xl\:grid-cols-subgrid{
    grid-template-columns: subgrid !important;
  }
}

/*# sourceMappingURL=/assets/application-82cb156a.css.map */