._spinner-container_9qhq5_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
._spinner_9qhq5_1 {
  animation: _spinner-rotate_9qhq5_1 linear 1.4s infinite;
  display: inline-block;
}
@keyframes _spinner-rotate_9qhq5_1 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._spinner-container_9qhq5_1 circle {
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
  animation: _spinner-indicator_9qhq5_1 1.4s infinite ease-in-out;
  stroke: currentColor;
}
@keyframes _spinner-indicator_9qhq5_1 {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  to {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}
._button_17qrw_1 {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-col);
  text-align: center;
}
._button_17qrw_1:where(._variant-contained_17qrw_12) {
  --border-col: var(--theme-text-primary);
  --text-col: var(--theme-text-primary);
  box-shadow: 0 2px 0 0 var(--border-col);
  border: 2px solid var(--border-col);
  border-radius: 999rem;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1;
  transition: filter 0.2s ease-out, box-shadow 0.2s ease-out,
    transform 0.2s ease-out;
  background: var(--bg);
}
._button_17qrw_1:where(._no-shadow_17qrw_28) {
  box-shadow: none !important;
}
._button_17qrw_1:where(._no-border_17qrw_32) {
  border: none !important;
}
._button_17qrw_1:where(._square_17qrw_36) {
  border-radius: 0.5rem;
}
._button_17qrw_1:not(._disabled_17qrw_40):hover {
  text-decoration: none;
  filter: var(--hover-filter, brightness(110%));
}
._button_17qrw_1:not(._disabled_17qrw_40):not(._no-shadow_17qrw_28):hover {
  box-shadow: 0 -2px 0 0 var(--border-col);
  transform: translateY(2px);
}
._button_17qrw_1:where(._color-primary_17qrw_53) {
  --bg: #ff972d;
}
._button_17qrw_1:where(._color-secondary_17qrw_57) {
  --bg: #ffffff;
  --text-col: #ff972d;
  --border-col: #ff972d;
  --hover-filter: brightness(90%);
}
._button_17qrw_1:where(._size-default_17qrw_64) {
  min-height: 3rem;
  min-width: 8.75rem;
  padding-inline: 1.5rem;
}
._button_17qrw_1:where(._size-icon_17qrw_70) {
  min-height: 3rem;
  min-width: 3rem;
  padding: 1rem;
  --icon-size: 1.5rem;
}
._button_17qrw_1:where(._size-icon-sm_17qrw_77) {
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding: 0.5rem;
  --icon-size: 1.5rem;
}
._button_17qrw_1:where(._size-xs_17qrw_84) {
  min-height: 2rem;
  min-width: 5rem;
  font-size: 0.75rem;
  padding-inline: 0.5rem;
}
._button_17qrw_1 > svg,
._button_17qrw_1 > img {
  width: var(--icon-size, 1.5rem);
  height: var(--icon-size, 1.5rem);
}
._spinner_17qrw_97 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._button_17qrw_1._loading_17qrw_104 {
  color: transparent;
}
._spinner_17qrw_97 {
  color: var(--text-col);
}
._button_17qrw_1._variant-contained_17qrw_12._disabled_17qrw_40 {
  --bg: #777;
  --text-col: #222;
  --hover-filter: none;
  cursor: not-allowed;
}
@media (max-width: 750px) {
  ._button_17qrw_1:where(._size-default_17qrw_64) {
    min-height: 2.5rem;
    font-size: 0.75rem;
    min-width: 6.25rem;
    padding-inline: 0.75rem;
  }
  ._button_17qrw_1:where(._size-icon_17qrw_70) {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.25rem;
  }
  ._button_17qrw_1:where(._size-xs_17qrw_84) {
    min-height: 1.5rem;
    font-size: 0.5rem;
    min-width: 2.5rem;
    padding-inline: 0.25rem;
  }
  ._button_17qrw_1:where(._size-icon-sm_17qrw_77) {
    min-height: 2rem;
    min-width: 2rem;
    padding: 0.275rem;
    --icon-size: 1.25rem;
  }
}
._text_vr3em_1:where(._variant-body_vr3em_1) {
  font-size: 1rem;
  line-height: 1.6;
}
._text_vr3em_1:where(._variant-body-card_vr3em_6) {
  font-size: 1rem;
  line-height: 1.6;
}
._text_vr3em_1:where(._variant-body-lg_vr3em_11) {
  font-size: 1.25rem;
  line-height: 1.6;
}
._text_vr3em_1:where(._variant-body-sm_vr3em_16) {
  font-size: 0.875rem;
  line-height: 1.6;
}
._text_vr3em_1:where(._variant-body-xs_vr3em_21) {
  font-size: 0.75rem;
  line-height: 1.6;
}
._text_vr3em_1:where(._variant-heading-page_vr3em_26) {
  font-size: 7.5rem;
  font-family: var(--theme-font-heading);
  line-height: 1;
}
._text_vr3em_1:where(._variant-heading-lg_vr3em_32) {
  font-size: 3rem;
  font-family: var(--theme-font-heading);
  line-height: 1;
}
._text_vr3em_1:where(._variant-heading-sm_vr3em_38) {
  font-size: 2.125rem;
  font-family: var(--theme-font-heading);
  line-height: 1;
}
._text_vr3em_1:where(._variant-heading-card_vr3em_44) {
  font-size: 2.125rem;
  font-family: var(--theme-font-heading);
  line-height: 1;
}
._text_vr3em_1:where(._variant-heading-xs_vr3em_50) {
  font-size: 1.25rem;
  font-family: var(--theme-font-heading);
  line-height: 1;
}
@media (max-width: 750px) {
  ._text_vr3em_1:where(._variant-body_vr3em_1) {
    font-size: 0.75rem;
  }
  ._text_vr3em_1:where(._variant-body-card_vr3em_6) {
    font-size: 0.625rem;
  }
  ._text_vr3em_1:where(._variant-body-lg_vr3em_11) {
    font-size: 0.75rem;
  }
  ._text_vr3em_1:where(._variant-body-sm_vr3em_16) {
    font-size: 0.75rem;
  }
  ._text_vr3em_1:where(._variant-body-xs_vr3em_21) {
    font-size: 0.625rem;
  }
  ._text_vr3em_1:where(._variant-heading-page_vr3em_26) {
    font-size: 3.75rem;
  }
  ._text_vr3em_1:where(._variant-heading-lg_vr3em_32) {
    font-size: 1.5rem;
  }
  ._text_vr3em_1:where(._variant-heading-sm_vr3em_38) {
    font-size: 1rem;
  }
  ._text_vr3em_1:where(._variant-heading-card_vr3em_44) {
    font-size: 0.75rem;
  }
  ._text_vr3em_1:where(._variant-heading-xs_vr3em_50) {
    font-size: 0.875rem;
  }
}
._box_ost2j_1 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
._input_ost2j_7 {
  flex: 1;
}
@media (max-width: 750px) {
  ._box_ost2j_1 {
    gap: 0.5rem;
  }
  ._button_ost2j_15 {
    min-height: 2rem !important;
    min-width: 0 !important;
    font-size: 0.625rem !important;
  }
}
.footer[data-astro-cid-sz7xmlte] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 44rem;
  padding: 2rem;
  margin-top: auto;
  z-index: 11;
}
.footer-inner[data-astro-cid-sz7xmlte] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 50rem;
  color: #fff;
  gap: 1rem;
}
.footer-bg[data-astro-cid-sz7xmlte] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.buttons[data-astro-cid-sz7xmlte] {
  display: flex;
  gap: 1.5rem;
  align-self: stretch;
  justify-content: center;
}
.buttons[data-astro-cid-sz7xmlte] > [data-astro-cid-sz7xmlte] {
  flex: 1;
  max-width: 10rem;
}
.social-link[data-astro-cid-sz7xmlte] path {
  fill: currentColor;
}
.signup-box[data-astro-cid-sz7xmlte] {
  margin-top: 14rem;
  max-width: 32rem;
  margin-inline: auto;
  width: 100%;
  color: #fff;
}
.footer-bottom[data-astro-cid-sz7xmlte] {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  color: #fff;
  margin-top: auto;
}
.footer-links[data-astro-cid-sz7xmlte] {
  display: flex;
  column-gap: 2.5rem;
  row-gap: 0.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte] {
  color: inherit;
}
.copyright-text[data-astro-cid-sz7xmlte] {
  white-space: nowrap;
}
@media (max-width: 750px) {
  .footer[data-astro-cid-sz7xmlte] {
    height: 22.75rem;
    padding: 1rem;
    background-color: #040f22;
    isolation: isolate;
    --top-offset: 3rem;
    gap: 1rem;
  }
  .footer[data-astro-cid-sz7xmlte]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--top-offset);
    width: 100%;
    z-index: -1;
    background-color: #051b3d;
  }
  .footer-bg[data-astro-cid-sz7xmlte] {
    width: 100%;
    height: auto;
    top: var(--top-offset);
    min-width: 27rem;
    max-inline-size: none;
    left: 50%;
    transform: translate(-50%);
  }
  .footer-stars[data-astro-cid-sz7xmlte] {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0.5rem;
    min-width: 27rem;
    max-inline-size: none;
    left: 50%;
    transform: translate(-50%);
  }
  .footer-inner[data-astro-cid-sz7xmlte] {
    max-width: 25rem;
    padding-top: 0.5rem;
    flex: 1;
  }
  .footer-heading[data-astro-cid-sz7xmlte] {
    font-size: 1.125rem !important;
  }
  .footer-body[data-astro-cid-sz7xmlte] {
    font-size: 0.625rem;
  }
  .signup-box[data-astro-cid-sz7xmlte] {
    margin-top: auto;
    max-width: 17rem;
  }
  .buttons[data-astro-cid-sz7xmlte] {
    gap: 1rem;
  }
  .footer-bottom[data-astro-cid-sz7xmlte] {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .copyright-text[data-astro-cid-sz7xmlte] {
    font-weight: 600 !important;
    opacity: 0.6;
  }
  .footer-links[data-astro-cid-sz7xmlte] {
    column-gap: 1rem;
    justify-content: center;
  }
}
._language-select-container_56d30_1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
._language-select_56d30_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--theme-primary-main);
  flex-shrink: 0;
}
._flag-icon_56d30_21 {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999rem;
  object-fit: cover;
}
._dropdown-icon_56d30_28 {
  width: 1.5rem;
  aspect-ratio: 1;
  height: auto;
  transition: transform 0.2s ease-out;
  flex-shrink: 0;
}
._language-select-container_56d30_1._open_56d30_36 ._dropdown-icon_56d30_28 {
  transform: rotate(180deg);
}
._dropdown_56d30_28 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% - 0.5rem);
  right: 0;
  z-index: 10;
  background-color: #fff;
  border-radius: 0.5rem;
  width: 13rem;
  overflow-y: auto;
  max-height: 15.5rem;
  transform-origin: top right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  box-shadow: #0000003d 0 3px 8px;
}
._language-select-container_56d30_1:not(._open_56d30_36) ._dropdown_56d30_28 {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
._dropdown-item_56d30_65 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
._dropdown-item_56d30_65:hover {
  background-color: #0000001a;
}
@media (max-width: 750px) {
  ._language-select-container_56d30_1 {
    margin-inline: auto;
  }
  ._dropdown-icon_56d30_28 {
    width: 1.25rem;
  }
  ._dropdown_56d30_28 {
    bottom: 100%;
    top: initial;
    left: 50%;
    transform: translate(-50%);
    transform-origin: bottom center;
    max-height: 12rem;
  }
  ._language-select-container_56d30_1:not(._open_56d30_36) ._dropdown_56d30_28 {
    transform: translate(-50%) scale(0.8);
  }
  ._dropdown-item_56d30_65 {
    padding: 0.5rem;
  }
  ._flag-icon_56d30_21 {
    width: 1rem;
    height: 1rem;
  }
}
html {
  --nav-height: 6rem;
}
nav[data-astro-cid-5blmo7yk] {
  position: fixed;
  z-index: var(--theme-zindex-navbar);
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  display: flex;
  flex-direction: column;
  padding-block: 1rem;
  padding-inline: 1rem;
}
nav[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk] {
  color: inherit;
}
nav[data-astro-cid-5blmo7yk]:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0004;
  backdrop-filter: blur(20px);
  z-index: -1;
  transition: opacity 0.2s ease-out;
}
nav[data-astro-cid-5blmo7yk]:not(.scrolled):not(.open):before {
  opacity: 0;
}
.nav-inner[data-astro-cid-5blmo7yk] {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  max-width: 100rem;
  margin-inline: auto;
  width: 100%;
}
.logo-link[data-astro-cid-5blmo7yk] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.logo-link[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk] {
  width: 4rem;
  height: auto;
}
.links[data-astro-cid-5blmo7yk] {
  display: flex;
}
.link[data-astro-cid-5blmo7yk] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding-block: 1rem;
  padding-inline: 1rem;
}
.link-img[data-astro-cid-5blmo7yk] {
  width: 1.5rem;
  height: 1.5rem;
}
.buttons-container[data-astro-cid-5blmo7yk] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-menu-button[data-astro-cid-5blmo7yk] {
  display: none;
}
@media (max-width: 1200px) {
  .nav-inner[data-astro-cid-5blmo7yk] {
    flex: 1;
  }
  .link[data-astro-cid-5blmo7yk] {
    padding-inline: 0.375rem;
  }
}
@media (max-width: 750px) {
  html {
    --nav-height: 4rem;
  }
  nav[data-astro-cid-5blmo7yk] {
    padding-inline: 0;
    transition: max-height 0.2s ease-out;
    height: auto;
    overflow: hidden;
    padding-top: 0.75rem;
  }
  nav[data-astro-cid-5blmo7yk].open {
    max-height: calc(var(--nav-max-height) + 1rem);
  }
  .nav-inner[data-astro-cid-5blmo7yk] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo button" "links links";
    padding-inline: 1rem;
    gap: 0;
    row-gap: 0;
  }
  .logo-link-container[data-astro-cid-5blmo7yk] {
    grid-area: logo;
  }
  .logo-link[data-astro-cid-5blmo7yk] {
    gap: 0.25rem;
  }
  .logo-link[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk] {
    height: 2.5rem;
  }
  .links[data-astro-cid-5blmo7yk] {
    width: 100%;
    flex-direction: column;
    padding-bottom: 0.5rem;
    grid-area: links;
  }
  nav[data-astro-cid-5blmo7yk]:not(.open) {
    max-height: var(--nav-height);
  }
  .nav-menu-button[data-astro-cid-5blmo7yk] {
    display: flex;
    padding: 0.25rem;
    min-width: 2rem;
    min-height: 2rem;
    cursor: pointer;
    grid-area: button;
  }
  nav[data-astro-cid-5blmo7yk].open
    .nav-open-menu-icon[data-astro-cid-5blmo7yk] {
    display: none;
  }
  nav[data-astro-cid-5blmo7yk]:not(.open)
    .nav-close-menu-icon[data-astro-cid-5blmo7yk] {
    display: none;
  }
}
._countdown-wrapper_nve19_1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._launch-text_nve19_7 {
  font-weight: 800;
  text-transform: uppercase;
}
._countdown-container_nve19_12 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #ab410033;
  border: 2px solid #ff7418;
  box-shadow: 0 4px 4px #00000040 inset, 0 -4px 4px #00000040 inset;
  border-radius: 0.5rem;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  border-radius: 1rem;
  font-family: var(--theme-font-countdown);
  gap: 1rem;
}
._countdown-item_nve19_29 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  width: 5rem;
  gap: 0.25rem;
}
._countdown-value_nve19_38 {
  font-size: 2.5rem;
  font-weight: 900;
}
._countdown-label_nve19_43 {
  font-size: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  ._countdown-item_nve19_29 {
    width: 3.5rem;
  }
  ._countdown-container_nve19_12 {
    padding-block: 1rem;
  }
  ._countdown-value_nve19_38 {
    font-size: 2rem;
  }
}
@media (max-width: 380px) {
  ._countdown-item_nve19_29 {
    width: 2.75rem;
  }
  ._countdown-value_nve19_38 {
    font-size: 1.75rem;
  }
}
@media (max-width: 750px) {
  ._title_5304i_2 {
    font-size: 1.25rem !important;
  }
}
html {
  color-scheme: light;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  scroll-snap-type: y mandatory;
  height: auto !important;
  color: var(--theme-text-primary);
  font-family: var(--theme-font-primary);
  letter-spacing: var(--theme-text-spacing-body);
  font-size: clamp(10px, 1.5vw, 16px);
  width: 100%;
  line-height: 1.35;
  --line-height: 1.35;
  --body-overflow: initial;
  overflow-y: visible !important;
  overflow-x: clip !important;
}
@media (max-width: 750px) {
  html {
    font-size: 16px;
  }
}
body {
  background-color: var(--theme-bg-default);
  font-weight: var(--theme-font-weight-regular);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: visible !important;
  overflow-x: clip !important;
  top: 0 !important;
}
#root {
  display: flex;
  flex-direction: column;
  flex: 1;
}
a {
  color: #c16c2c;
  border-radius: 4px;
}
a:hover {
  text-decoration: underline;
}
ul li {
  position: relative;
  padding-left: 1.25em;
}
ul li:before {
  content: " ";
  position: absolute;
  left: 0.25em;
  top: 0.7em;
  height: 0.25em;
  width: 0.25em;
  background-color: currentColor;
  border-radius: 999rem;
}
@supports (height: 1lh) {
  ul li:before {
    top: calc(0.5lh - 0.135em);
  }
}
.contents-only {
  display: contents;
}
w3m-modal,
wcm-modal {
  z-index: 2000;
  width: min(30rem, calc(100vw - 2rem));
}
i {
  font-style: italic;
}
strong {
  font-weight: 700;
}
w3m-modal.open:before {
  content: " ";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background-color: #0006;
  transform: translate(-50%, -50%);
}
@media (min-width: 431px) {
  w3m-modal.open {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 430px) {
  w3m-modal {
    bottom: 0;
    transform: none;
    left: 0;
    top: initial;
  }
  w3m-modal.open {
    position: fixed;
    top: none;
    bottom: 0;
    width: 100%;
    transform: none;
  }
}
#google_translate_element,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc,
.VIpgJd-ZVi9od-xl07Ob-OEVmcd,
#goog-gt-tt {
  display: none !important;
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol
      *, .katex *)) {
  all: unset;
  display: revert;
}
*:not(.katex *),
*:before,
*:after {
  box-sizing: border-box;
}
:where(a, button) {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
@media (max-width: 750px) {
  .custom img {
    height: 100% !important;
  }
}
* {
  box-sizing: border-box;
}
*:not([readonly]):focus-visible {
  outline: 2px solid var(--theme-component-active);
}
html {
  --track-col: #fffcf6;
  --thumb-col: #ffd587;
}
.thin-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--thumb-col) var(--track-col);
}
.thin-scroll::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
  border-radius: 999rem;
}
.thin-scroll::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: var(--track-col);
}
.thin-scroll::-webkit-scrollbar-thumb {
  background-color: var(--thumb-col);
  border-radius: 999rem;
  overflow: hidden;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}
.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
img {
  color: transparent;
}
@keyframes loader {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contrast {
  color: var(--theme-background-contrast);
}
.highlight {
  color: var(--theme-primary-main);
}
@media (min-width: 500.1px) {
  .sm-only {
    display: none;
  }
}
@media (min-width: 750.1px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 750px) {
  .hide-mobile {
    display: none;
  }
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.blink {
  animation: blink 0.8s infinite linear;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vis-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.keen-slider:not([data-keen-slider-disabled]) {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-moves] * {
  pointer-events: none;
}
