@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  scroll-behavior: smooth;
  --c-prim: #0D0D29;
}

body {
  background: #0D0D29;
}

*, *:before, *:after {
  box-sizing: border-box;
}

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

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child,
dl:first-child,
dd:first-child,
dt:first-child,
ul li:first-child,
ol li:first-child,
blockquote:first-child,
cite:first-child,
fieldset:first-child,
label:first-child,
input:first-child,
textarea:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
dl:last-child,
dd:last-child,
dt:last-child,
ul li:last-child,
ol li:last-child,
blockquote:last-child,
cite:last-child,
fieldset:last-child,
label:last-child,
input:last-child,
textarea:last-child {
  margin-bottom: 0;
}

:root {
  font-size: 14px;
  line-height: 1.5;
  color: #606060;
  font-weight: 300;
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0D0D29;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 2rem 0 0.5rem 0;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  display: block;
  margin-bottom: 0.5rem;
  color: #606060;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 470px) {
  .h1--reduce-small {
    font-size: 2rem;
    line-height: 1.2;
  }
}
#page-wrapper .subscription-model, #page-wrapper .prize-card, #page-wrapper .partner-card, #page-wrapper .category-card, #page-wrapper .bg-box {
  color: #606060;
}
#page-wrapper .subscription-model h1, #page-wrapper .prize-card h1, #page-wrapper .partner-card h1, #page-wrapper .category-card h1, #page-wrapper .bg-box h1,
#page-wrapper .subscription-model .h1,
#page-wrapper .prize-card .h1,
#page-wrapper .partner-card .h1,
#page-wrapper .category-card .h1,
#page-wrapper .bg-box .h1,
#page-wrapper .subscription-model h2,
#page-wrapper .prize-card h2,
#page-wrapper .partner-card h2,
#page-wrapper .category-card h2,
#page-wrapper .bg-box h2,
#page-wrapper .subscription-model .h2,
#page-wrapper .prize-card .h2,
#page-wrapper .partner-card .h2,
#page-wrapper .category-card .h2,
#page-wrapper .bg-box .h2,
#page-wrapper .subscription-model h3,
#page-wrapper .prize-card h3,
#page-wrapper .partner-card h3,
#page-wrapper .category-card h3,
#page-wrapper .bg-box h3,
#page-wrapper .subscription-model .h3,
#page-wrapper .prize-card .h3,
#page-wrapper .partner-card .h3,
#page-wrapper .category-card .h3,
#page-wrapper .bg-box .h3,
#page-wrapper .subscription-model h4,
#page-wrapper .prize-card h4,
#page-wrapper .partner-card h4,
#page-wrapper .category-card h4,
#page-wrapper .bg-box h4,
#page-wrapper .subscription-model .h4,
#page-wrapper .prize-card .h4,
#page-wrapper .partner-card .h4,
#page-wrapper .category-card .h4,
#page-wrapper .bg-box .h4,
#page-wrapper .subscription-model h5,
#page-wrapper .prize-card h5,
#page-wrapper .partner-card h5,
#page-wrapper .category-card h5,
#page-wrapper .bg-box h5,
#page-wrapper .subscription-model .h5,
#page-wrapper .prize-card .h5,
#page-wrapper .partner-card .h5,
#page-wrapper .category-card .h5,
#page-wrapper .bg-box .h5,
#page-wrapper .subscription-model h6,
#page-wrapper .prize-card h6,
#page-wrapper .partner-card h6,
#page-wrapper .category-card h6,
#page-wrapper .bg-box h6,
#page-wrapper .subscription-model .h6,
#page-wrapper .prize-card .h6,
#page-wrapper .partner-card .h6,
#page-wrapper .category-card .h6,
#page-wrapper .bg-box .h6 {
  color: #0D0D29;
}

h1,
.h1 {
  line-height: 3rem;
}
@media (min-width: 780px) {
  h1,
  .h1 {
    line-height: 3.8571428571rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    line-height: 5.2857142857rem;
  }
}

h2,
.h2 {
  line-height: 2.5rem;
}
@media (min-width: 780px) {
  h2,
  .h2 {
    line-height: 3.2857142857rem;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    line-height: 3.7142857143rem;
  }
}

h3,
.h3 {
  line-height: 2.1428571429rem;
}
@media (min-width: 780px) {
  h3,
  .h3 {
    line-height: 2.4285714286rem;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    line-height: 2.4285714286rem;
  }
}

h4,
.h4 {
  line-height: 1.7857142857rem;
}
@media (min-width: 780px) {
  h4,
  .h4 {
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    line-height: 2rem;
  }
}

h5,
.h5 {
  line-height: 1.7142857143rem;
}
@media (min-width: 780px) {
  h5,
  .h5 {
    line-height: 1.7142857143rem;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    line-height: 1.7142857143rem;
  }
}

h6,
.h6 {
  line-height: 1.4285714286rem;
}
@media (min-width: 780px) {
  h6,
  .h6 {
    line-height: 1.4285714286rem;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    line-height: 1.4285714286rem;
  }
}

h1,
.h1 {
  font-size: 2.5714285714rem;
}
@media (min-width: 780px) {
  h1,
  .h1 {
    font-size: 3.5714285714rem;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
}

h2,
.h2 {
  font-size: 2.1428571429rem;
}
@media (min-width: 780px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.4285714286rem;
  }
}

h3,
.h3 {
  font-size: 1.7142857143rem;
}
@media (min-width: 780px) {
  h3,
  .h3 {
    font-size: 2.1428571429rem;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 2.2857142857rem;
  }
}

h4,
.h4 {
  font-size: 1.4285714286rem;
}
@media (min-width: 780px) {
  h4,
  .h4 {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.7142857143rem;
  }
}

h5,
.h5 {
  font-size: 1.4285714286rem;
}
@media (min-width: 780px) {
  h5,
  .h5 {
    font-size: 1.4285714286rem;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.4285714286rem;
  }
}

h6,
.h6 {
  font-size: 1.1428571429rem;
}
@media (min-width: 780px) {
  h6,
  .h6 {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 1.1428571429rem;
  }
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: 500;
}

hr {
  margin: 2em auto;
  height: 1px;
  background: #606060;
  border: none;
}

blockquote {
  margin: 2em 0;
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 1rem;
  font-style: normal;
  float: right;
}
blockquote cite:before {
  content: "— ";
}

ol,
ul {
  margin: 1em 0;
  padding: 0;
}
ol li,
ul li {
  margin: 0.5em 0 0.5em 1.3em;
  padding: 0 0 0 0.3em;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

code {
  font-size: 0.9rem;
  color: inherit;
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

pre {
  margin: 1em 0;
  background: #fdfdfd;
  border: 1px dashed #ccc;
  overflow: auto;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  border-radius: 3px;
}

kbd {
  background: #fdfdfd;
  border: 1px dashed #ccc;
  padding: 0.2em 0.4em;
  margin: 0 0.2em;
  border-radius: 3px;
}

dl {
  margin: 1em 0;
  padding: 0 0 0 1em;
}
dl dt {
  margin: 0.5em 0;
  font-weight: 500;
}
dl dd {
  margin: 0 0 1em 0;
}

mark {
  padding: 0.2em 0.4em;
  color: #606060;
  background: yellow;
}

.h-color-grey {
  color: #B4B4B4;
}

.h-color-highlight {
  color: #4ECC6A;
}

.h-color-prim {
  color: #0D0D29;
}

.h-pointer {
  cursor: pointer;
}

.lead {
  font-size: 1.1428571429rem;
}

.countdown-text {
  font-feature-settings: "tnum" 1;
}

.center {
  margin: 0 auto;
  width: fit-content;
}

.no-margin {
  margin: 0;
}

.no-decoration {
  text-decoration: none;
}

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

.is-content a {
  color: #0D0D29;
  text-decoration: none;
  font-weight: 700;
}
.is-content a:hover {
  text-decoration: underline;
}
.is-content.is-on-dark a {
  color: #4ECC6A;
}
.is-content table {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border-collapse: collapse;
}
.is-content table td,
.is-content table th {
  padding: 0.2em 0.4em;
}
.is-content table th {
  background: #0D0D29;
  color: #fff;
  text-align: left;
}
.is-content table tr:nth-child(odd) {
  background: #ececec;
}

@keyframes animationRotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.transition-fade-entered, .transition-fade-entering {
  opacity: 1;
  transition: all 0.5s;
}
.transition-fade-exiting, .transition-fade-exited {
  opacity: 0;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .hide-desktop-nav {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .show-desktop-nav {
    display: none !important;
  }
}

@media (max-width: 469px) {
  .show-small {
    display: none !important;
  }
}

@media (max-width: 779px) {
  .show-medium {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .show-large {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .show-x-large {
    display: none !important;
  }
}

@media (min-width: 470px) {
  .hide-small {
    display: none !important;
  }
}

@media (min-width: 780px) {
  .hide-medium {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-large {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-x-large {
    display: none !important;
  }
}

.hide-desktop-nav.full-height,
.show-desktop-nav.full-height,
.show-small.full-height,
.show-medium.full-height,
.show-large.full-height,
.show-x-large.full-height,
.hide-small.full-height,
.hide-medium.full-height,
.hide-large.full-height,
.hide-x-large.full-height {
  height: 100%;
}

.accented {
  position: relative;
  display: inline-block;
}
.accented::before {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  width: 90%;
  height: 100px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url("./public/accent.svg");
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 780px) {
  .accented::before {
    top: 110%;
    width: 100%;
  }
}
.accented--flat::before {
  background-image: url("./public/accent-flat.svg");
}
.accented--short::before {
  top: 100%;
  background-image: url("./public/accent-short.svg");
}
.accented--limit::before {
  height: 0.25em;
  background-position: center;
  top: 105%;
}

.age-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.age-info__badge {
  flex: 0 0 auto;
  background: #3D3D54;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.age-info__content a {
  color: #4ECC6A;
  text-decoration: none;
}
.age-info__content a:hover {
  text-decoration: underline;
}
.age-info--no-line-breaks p {
  margin: 0;
}
.age-info--no-line-breaks br {
  display: none;
}

.alert {
  display: grid;
  color: #4ECC6A;
  background: rgba(78, 204, 106, 0.05);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid currentColor;
  gap: 0.7rem 1rem;
  padding: 0.6rem 1rem;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon content" "action action";
}
@media (min-width: 780px) {
  .alert {
    align-items: center;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "icon content action";
    padding: 1rem 1.5rem;
  }
}
.alert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.1;
  z-index: -1;
}
.alert__icon, .alert__action {
  flex: 0 0 auto;
}
.alert__content {
  grid-area: content;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 1.5rem 0 0;
  font-size: 1rem;
}
@media (min-width: 780px) {
  .alert__content {
    font-size: 1rem;
  }
}
.alert__icon {
  grid-area: icon;
  line-height: 1;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .alert__icon {
    font-size: 2.3rem;
  }
}
.alert__icon > svg {
  display: block;
}
.alert__action {
  grid-area: action;
  color: inherit;
  text-decoration: none;
  font-size: 1.1428571429rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.alert__action:hover {
  text-decoration: underline;
}
.alert--error {
  color: #ff4635;
  background: rgba(255, 70, 53, 0.05);
}
.alert--warning {
  color: #F79E1B;
  background: rgba(247, 158, 27, 0.05);
}
.alert--small {
  padding: 0.7rem 0.8rem;
  gap: 0.7rem;
  align-items: flex-start;
}
.alert--small .alert__content {
  color: #0D0D29;
}
.alert--small .alert__icon {
  font-size: 1.5rem;
}
.alert--small .alert__content {
  font-size: 0.8571428571rem;
}
.alert--action-button .alert__action {
  padding: 0.5em 1em;
  border-radius: 1.5rem;
  border: 1px solid currentColor;
  background: currentColor;
}
.alert--action-button .alert__action span {
  color: #fff;
}
.alert--action-button .alert__action:hover {
  background: #fff;
  text-decoration: none;
}
.alert--action-button .alert__action:hover span {
  color: currentColor;
}
.alert--action-button .alert__action,
.alert--action-button .alert__action span {
  transition: all 0.2s;
}
.alert--no-action {
  grid-template-areas: "icon content";
  align-items: center;
}
@media (min-width: 780px) {
  .alert--no-action {
    grid-template-columns: auto 1fr;
    grid-template-areas: "icon content";
  }
}

.aspect-ratio {
  position: relative;
}
.aspect-ratio__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-ratio__content > iframe {
  width: 100%;
  height: 100%;
}

.avatar {
  transition: all 0.2s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: red;
  position: relative;
  background: #3D3D54;
  border: 1px solid #3D3D54;
  overflow: hidden;
}
.avatar svg,
.avatar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
}
.avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.avatar-list ul {
  list-style-type: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0;
}
.avatar-list ul,
.avatar-list ul li {
  margin: 0;
  padding: 0;
}
.avatar-list ul li {
  position: relative;
}
.avatar-list ul li:not(:last-child) {
  margin-left: -25px;
}
.avatar-list ul li .avatar {
  border: 1px solid #0D0D29;
}

.b2b-ui__intro {
  text-align: center;
  justify-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  color: #fff;
  margin-bottom: 2rem;
}
.b2b-ui__intro h1,
.b2b-ui__intro .h1,
.b2b-ui__intro h2,
.b2b-ui__intro .h2,
.b2b-ui__intro h3,
.b2b-ui__intro .h3,
.b2b-ui__intro h4,
.b2b-ui__intro .h4,
.b2b-ui__intro h5,
.b2b-ui__intro .h5,
.b2b-ui__intro h6,
.b2b-ui__intro .h6 {
  color: #fff;
}
.b2b-ui__header {
  color: #fff;
}
.b2b-ui__header h1,
.b2b-ui__header .h1,
.b2b-ui__header h2,
.b2b-ui__header .h2,
.b2b-ui__header h3,
.b2b-ui__header .h3,
.b2b-ui__header h4,
.b2b-ui__header .h4,
.b2b-ui__header h5,
.b2b-ui__header .h5,
.b2b-ui__header h6,
.b2b-ui__header .h6 {
  color: #fff;
}
.b2b-ui__header {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.b2b-ui__header-image {
  position: relative;
  z-index: -1;
  padding-top: 50%;
  margin-bottom: -12%;
}
@media (min-width: 780px) {
  .b2b-ui__header-image {
    padding-top: 30%;
    margin-bottom: -6%;
  }
}
.b2b-ui__header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b2b-ui__header-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 41, 0) 0%, #0d0d29 100%);
}
.b2b-ui__header-content {
  padding: 0 1rem;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
}

.b2b-brand-image {
  max-width: 180px;
  max-height: 130px;
  width: 100%;
}

.b2b-category__media {
  position: relative;
  padding-top: 50%;
}
@media (min-width: 780px) {
  .b2b-category__media {
    padding-top: 35%;
  }
}
.b2b-category__media img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b2b-category__media .shape-headline {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}
.b2b-category__media .bubble-highlight {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: 1px solid #fff;
  font-size: 1.2em;
}
.b2b-category__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #F4F4F4;
  border-radius: 2rem;
  margin: 0.5em auto 0 auto;
  max-width: 80%;
  width: fit-content;
  padding: 0.5rem 1rem;
  color: #0D0D29;
  font-weight: 700;
}

.b2b-sticky-bar {
  z-index: 1;
  position: sticky;
  bottom: 1rem;
  display: flex;
  justify-content: center;
}

.b2b-ui-subscription-ui .swiper-slide .bg-box {
  opacity: 0.75;
  transition: all 0.4s;
  transform: scale(0.9);
}
.b2b-ui-subscription-ui .swiper-slide.swiper-slide-active .bg-box {
  opacity: 1;
  transform: scale(1);
}
.b2b-ui-subscription-ui .swiper-slide.swiper-slide-active:last-child .b2b-category {
  width: 100%;
}
.b2b-ui-subscription-ui .swiper-slide.swiper-slide-next .b2b-category {
  margin-left: -20%;
}
.b2b-ui-subscription-ui .b2b-category {
  width: 80%;
  transition: all 0.4s;
  margin-left: 0;
}

.b2b-ui-charity-select {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.b2b-ui-charity-select__select {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  justify-content: space-between;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.b2b-ui-charity-select__select .field select {
  background: #fff;
  background-image: url("./public/chevron.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em top 50%;
  background-size: 0.8em;
  padding: 0.4em 1.5em 0.4em 1em;
  height: auto;
  width: 150px;
}
@media (min-width: 470px) {
  .b2b-ui-charity-select__select .field select {
    width: 250px;
  }
}
.b2b-ui-charity-select svg {
  width: 150px;
  margin: 0 auto;
}

.badge {
  display: block;
}
.badge::before {
  content: "";
  display: block;
}
.badge--good-luck::before {
  background: url("./public/good-luck-badge.svg") no-repeat;
  background-size: contain;
  animation: animationRotation 120s linear infinite;
  width: 80px;
  height: 80px;
}
@media (min-width: 470px) {
  .badge--good-luck::before {
    width: 100px;
    height: 100px;
  }
}
.badge--miles-and-more {
  height: 0;
  position: relative;
  z-index: 2;
}
.badge--miles-and-more > a,
.badge--miles-and-more > div {
  display: block;
  margin-left: auto;
  color: #0D0D29;
  background: #fff;
  border-radius: 0 0 0 0.5em;
  padding: 0.3em 0.5em 0 0.5em;
  width: max-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.badge--miles-and-more > a > svg,
.badge--miles-and-more > div > svg {
  width: 82px;
  height: 25px;
}

.success-mark {
  width: 100px;
  height: 100px;
  border: 3px solid #4ECC6A;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.success-mark.is-small {
  width: 80px;
  height: 80px;
}
.success-mark svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  color: #4ECC6A;
}

.bg-box {
  background: #fff;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 470px) {
  .bg-box {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 780px) {
  .bg-box {
    padding: 2.8rem;
    border-radius: 20px;
  }
}
.bg-box__title {
  padding-bottom: 1rem;
  font-size: 1.1428571429rem;
}
.bg-box--stretched-title {
  padding: 0;
}
@media (max-width: 779px) {
  .bg-box--stretched-title {
    background: none;
    box-shadow: none;
  }
}
.bg-box--stretched-title .bg-box__title {
  padding: 0 0 1.5rem 0;
}
@media (min-width: 780px) {
  .bg-box--stretched-title .bg-box__title {
    border-bottom: 1px solid #E1DEDE;
    padding: 1.5rem 1.5rem;
  }
}
.bg-box--stretched-title .bg-box__content {
  padding: 2rem 1.5rem;
  background: #fff;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
@media (min-width: 780px) {
  .bg-box--stretched-title .bg-box__content {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 2.8rem;
  }
}
.bg-box--slim {
  padding: 1.5rem;
}
.bg-box--slim.bg-box--stretched-title {
  padding: 0;
}
.bg-box--slim.bg-box--stretched-title .bg-box__title {
  padding: 1rem 1.5rem;
}
.bg-box--slim.bg-box--stretched-title .bg-box__content {
  padding: 1.5rem;
}
.bg-box--small {
  padding: 0.7rem 1rem;
  line-height: 1.3;
}
.bg-box--small strong {
  font-size: 1.1428571429rem;
}
@media (min-width: 780px) {
  .bg-box--small {
    border-radius: 10px;
  }
}
.bg-box--dark {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  color: #fff !important;
}
.bg-box--brand-dark {
  background: #0D0D29;
  color: #fff !important;
}
.bg-box--brand-dark h1,
.bg-box--brand-dark .h1,
.bg-box--brand-dark h2,
.bg-box--brand-dark .h2,
.bg-box--brand-dark h3,
.bg-box--brand-dark .h3,
.bg-box--brand-dark h4,
.bg-box--brand-dark .h4,
.bg-box--brand-dark h5,
.bg-box--brand-dark .h5,
.bg-box--brand-dark h6,
.bg-box--brand-dark .h6 {
  color: #fff !important;
}
.bg-box--inside-bg-box {
  margin: 0 -1rem;
}
@media (min-width: 470px) {
  .bg-box--inside-bg-box {
    margin: 0 -1.5rem;
  }
}
@media (min-width: 780px) {
  .bg-box--inside-bg-box {
    margin: 0 -2.8rem;
  }
}
.bg-box--content-box {
  background: #eee;
  border: 1px solid #ccc;
}

.bg-box-hr {
  border: none;
  padding: 0;
  background: #E1DEDE;
  margin: 0 -1.5rem 0 -1.5rem;
}
@media (min-width: 780px) {
  .bg-box-hr {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }
}

.bg-box-wrapper {
  position: relative;
  z-index: 1;
}
.bg-box-wrapper .bg-box {
  position: relative;
  z-index: 1;
}

.bg-box-action {
  appearance: none;
  color: #0D0D29;
  text-decoration: none;
  border: none;
  background: none;
  background: #4ECC6A;
  width: 100%;
  margin-top: -30px;
  padding: calc(30px + 1.5rem) 0 1.5rem 0;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 780px) {
  .bg-box-action {
    font-size: 1.1428571429rem;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
}
.bg-box-action:hover {
  background: #39AE53;
}

.bg-box-section {
  background: #0D0D29;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 2rem 1.5rem;
  color: #fff;
  border-radius: 20px;
}
.bg-box-section h1,
.bg-box-section .h1,
.bg-box-section h2,
.bg-box-section .h2,
.bg-box-section h3,
.bg-box-section .h3,
.bg-box-section h4,
.bg-box-section .h4,
.bg-box-section h5,
.bg-box-section .h5,
.bg-box-section h6,
.bg-box-section .h6 {
  color: #fff;
}
@media (min-width: 780px) {
  .bg-box-section {
    padding: 2.8rem;
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }
}

.bubble-highlight {
  background: #0D0D29;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  padding: 0.1em 0.6em;
  border-radius: 1rem;
  font-size: 1rem;
  text-align: center;
}
.bubble-highlight--white {
  background: #fff;
  color: #0D0D29;
}
.bubble-highlight--highlight {
  background: #4ECC6A;
  color: #fff;
}
.bubble-highlight--small {
  font-size: 0.8rem;
  padding: 0.2em 0.7em;
}
.bubble-highlight--none {
  background: none;
  color: inherit;
  padding: 0;
}

.bubble-info {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8em;
  color: #0D0D29;
  font-weight: 700;
  font-size: 0.7rem;
  min-width: 35px;
  height: 35px;
}
@media (min-width: 470px) {
  .bubble-info {
    font-size: 1rem;
    min-width: 40px;
    height: 40px;
  }
}
.bubble-info--grey {
  background: #F4F4F4;
}
.bubble-info--small {
  height: auto;
  padding: 0.2em 0.7em;
  font-weight: 400;
}

.button {
  appearance: none;
  transition: all 0.3s;
  border: 1px solid #4ECC6A;
  color: #4ECC6A;
  background: transparent;
  border-radius: 2rem;
  min-height: 50px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.4285714286rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.9em;
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  padding: 0.7rem 1.7rem 0.74rem;
}
.button.is-small {
  font-size: 14px;
  padding: 0.7rem 1.6rem 0.74rem;
}
.button.has-unlocked-height {
  min-height: auto;
}
.button:hover, .button:active, .button:focus {
  color: #fff;
  background: #4ECC6A;
}
.button:focus {
  outline: none;
  border-color: #0D0D29;
}
.button:focus.on-dark {
  border-color: #fff;
}
.button:active {
  border-color: #4ECC6A;
  background: #6FC281;
}
.button.has-margins {
  margin: 1em 0;
}
.button.has-margins:first-child {
  margin-top: 0;
}
.button.has-margins:last-child {
  margin-bottom: 0;
}
.button.is-nav-button {
  border: 1px solid #3D3D54;
  color: #fff;
}
.button.is-nav-button:hover, .button.is-nav-button:focus, .button.is-nav-button:active {
  border-color: #4ECC6A;
}
.button.is-filled {
  background: #4ECC6A;
  color: #0D0D29;
  font-weight: 700;
}
.button.is-filled:hover {
  border: 1px solid #39AE53;
  background: #39AE53;
}
.button.is-filled:focus {
  outline: none;
  border-color: #0D0D29;
}
.button.is-filled:focus.on-dark {
  border-color: #fff;
}
.button.is-filled:active {
  border-color: #4ECC6A;
  background: #6FC281;
}
.button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button.is-full-width {
  width: 100%;
}

.circle-button {
  line-height: 1;
  appearance: none;
  transition: all 0.15s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0D0D29;
  color: #fff;
  border: 1px solid #3D3D54;
  background: transparent;
  position: relative;
  cursor: pointer;
  display: block;
}
.circle-button__note {
  transition: all 0.2s;
  position: absolute;
  right: 0;
  top: 0;
  background: #4ECC6A;
  font-size: 0.7857142857rem;
  font-weight: 700;
  color: #0D0D29;
  line-height: 1;
  min-height: 1.5em;
  min-width: 1.5em;
  text-align: center;
  padding: 0.3em 0.3em 0.23em 0.3em;
  border-radius: 2em;
  transform: translate(50%, 0);
  pointer-events: none;
}
.circle-button__note:empty {
  transform: translate(50%, 30%) scale(0.5);
  opacity: 0;
}
.circle-button__media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
}
.circle-button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.circle-button.on-light {
  background: #0D0D29;
}
.circle-button.on-light:hover {
  background: #222239;
}
.circle-button.on-light:focus {
  outline: none;
  border-color: #fff;
  background: #0D0D29;
}
.circle-button.on-light:active {
  border-color: #0D0D29;
  background: #fff;
  color: #0D0D29;
}
.circle-button.on-dark {
  border: 1px solid #3D3D54;
}
.circle-button.on-dark:hover {
  background: #222239;
}
.circle-button.on-dark:focus {
  outline: none;
  border-color: #fff;
  background: #3D3D54;
}
.circle-button.on-dark:active {
  border-color: #fff;
  background: #fff;
  color: #0D0D29;
}
.circle-button.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 779px) {
  .circle-button.adapt-mobile {
    width: 35px;
    height: 35px;
  }
}
.circle-button.no-border {
  border: none;
  background: none;
  border-radius: 50%;
}
.circle-button.no-border .circle-button__media {
  transition: all 0.4s;
  width: 70%;
  height: 70%;
}
.circle-button.no-border:hover .circle-button__media, .circle-button.no-border:active .circle-button__media, .circle-button.no-border:focus .circle-button__media {
  width: 50%;
  height: 50%;
}
.circle-button.is-tiny {
  width: 30px;
  height: 30px;
}
.circle-button.is-tiny .circle-button__media {
  width: 50%;
  height: 50%;
}
.circle-button.is-transparent {
  background: none;
}

.like-button {
  transition: all 0.15s;
  appearance: none;
  width: 40px;
  height: 40px;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 50%;
  position: relative;
  color: #c6c6cb;
  cursor: pointer;
}
.like-button span {
  position: absolute;
  text-indent: -20000vw;
}
.like-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  object-fit: contain;
}
.like-button:hover, .like-button:focus {
  color: #6a6a7b;
}
.like-button:focus {
  outline: none;
  border: 1px solid #6a6a7b;
}
.like-button.is-active, .like-button:active {
  color: #FF6543;
  border: 1px solid #F4F4F4;
}
.like-button:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.like-button.is-transparent {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
.like-button.is-transparent.is-active {
  color: #FF6543;
  background: #fff;
}
.like-button.is-large {
  width: 45px;
  height: 45px;
}
@media (min-width: 470px) {
  .like-button.is-large {
    width: 50px;
    height: 50px;
  }
}

.top-button {
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 0 1em;
  color: #4ECC6A;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  font-size: 1.1428571429rem;
}
.top-button:hover {
  color: #39AE53;
}
.top-button:active {
  color: #6FC281;
}
.top-button:focus {
  color: #4ECC6A;
  text-decoration: underline;
}
.top-button.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.menu-button {
  font-size: 1.1428571429rem;
  color: #0D0D29;
  background: #F4F4F4;
  display: block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 2rem;
  transition: all 0.2s;
  appearance: none;
  border: none;
  font-weight: 300;
  line-height: 1.5;
  cursor: pointer;
}
.menu-button.is-bold {
  font-weight: 700;
}
.menu-button.is-active, .menu-button:hover {
  background: #0D0D29;
  color: #fff;
}
.menu-button.is-small {
  font-size: 1rem;
}
.menu-button.is-highlight {
  border: 1px solid #4ECC6A;
  background: #4ECC6A;
}
.menu-button.is-highlight.is-active, .menu-button.is-highlight:hover {
  background: #fff;
  color: #4ECC6A;
}
.menu-button.is-dark {
  background: #0D0D29;
  border: 1px solid #0D0D29;
  color: #fff;
}
.menu-button.is-dark.is-active, .menu-button.is-dark:hover {
  background: #fff;
  color: #0D0D29;
}
.menu-button.is-light {
  background: #fff;
  border: 1px solid #fff;
  color: #0D0D29;
}
.menu-button.is-light.is-active, .menu-button.is-light:hover {
  background: #0D0D29;
  color: #fff;
}
.menu-button:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.menu-button.has-border {
  border: 1px solid #606060;
}
.menu-button.has-border.is-active, .menu-button.has-border:hover {
  border-color: #0D0D29;
}

.nude-button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #4ECC6A;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
}
.nude-button:hover {
  text-decoration: underline;
}

.back-button {
  color: inherit;
  display: inline-block;
  margin-right: 0.5em;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
.back-button svg {
  display: block;
  margin-bottom: -0.04em;
  font-size: 0.75em;
}
.back-button:hover {
  color: #4ECC6A;
}

.logout-button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: all 0.2s;
}
.logout-button:hover {
  color: #4ECC6A;
}

.button-group {
  display: flex;
  gap: 0.5rem 1rem;
}
.button-group.allow-wrap {
  flex-wrap: wrap;
}
.button-group.is-center {
  justify-content: center;
}

.close-button {
  padding: 0.5em;
  border-radius: 50%;
  margin: 0;
  appearance: none;
  line-height: 1;
  border: none;
  flex: 0 0 auto;
  color: #0D0D29;
  font-size: 1.5rem;
  cursor: pointer;
  background: none;
  transition: all 0.2s;
}
.close-button:hover {
  background: #0D0D29;
  color: #fff;
}
.close-button > svg {
  display: block;
}

.cart-item-listing__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: -1.5rem;
}
@media (max-width: 1199px) {
  .cart-item-listing__table {
    margin-bottom: -1.5rem;
  }
}
.cart-item-listing__info {
  margin-bottom: 2rem;
}
.cart-item-listing__summary {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.cart-item-listing__summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -0.02em;
  color: #0D0D29;
  font-weight: 700;
  font-size: 1.4285714286rem;
}
.cart-item-listing__summary-item strong {
  font-weight: inherit;
}
.cart-item-listing__summary-item.is-deduction {
  color: #4ECC6A;
}
.cart-item-listing__summary-item.is-final {
  font-size: 1.7142857143rem;
  line-height: 1.3;
}
.cart-item-listing__summary-item.is-miles-and-more {
  background: #05164D;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-top: 0.2em;
  border-radius: 5px;
}

.cart-item {
  display: grid;
  padding: 1.5rem 0;
  align-items: center;
  grid-template-areas: "media title price";
  grid-template-columns: auto 1fr auto;
  gap: 0.2rem 0.75rem;
  border-bottom: 1px solid #E1DEDE;
}
@media (min-width: 400px) {
  .cart-item {
    gap: 1.5rem;
  }
}
.cart-item--allow-mod {
  gap: 0.75rem;
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "media title actions" "menu menu price" "coupon coupon coupon";
}
@media (min-width: 470px) {
  .cart-item--allow-mod {
    gap: 1rem 0.75rem;
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "media title title title actions" "menu menu coupon price price";
  }
}
@media (min-width: 780px) {
  .cart-item--allow-mod {
    gap: 0 1.5rem;
    grid-template-areas: "media title menu price actions" "media coupon menu  price actions";
    grid-template-columns: auto 1fr auto auto auto;
  }
}
.cart-item--is-standalone {
  padding: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .cart-item:last-child {
    border-bottom: none;
  }
}
.cart-item__media {
  grid-area: media;
  align-self: flex-start;
}
.cart-item__media-image {
  border-radius: 10px;
  overflow: hidden;
  width: 68px;
  height: 50px;
}
@media (min-width: 780px) {
  .cart-item__media-image {
    width: 80px;
    height: 58px;
  }
}
.cart-item__media a {
  width: 100%;
  height: 100%;
}
.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart-item__title {
  grid-area: title;
  width: 100%;
  font-size: 0.8571428571rem;
}
@media (min-width: 780px) {
  .cart-item__title {
    font-size: 1.1428571429rem;
  }
}
.cart-item__title h1,
.cart-item__title .h1,
.cart-item__title h2,
.cart-item__title .h2,
.cart-item__title h3,
.cart-item__title .h3,
.cart-item__title h4,
.cart-item__title .h4,
.cart-item__title h5,
.cart-item__title .h5,
.cart-item__title h6,
.cart-item__title .h6 {
  font-size: inherit;
  margin: 0 0 0.2em 0;
  line-height: 1.3;
}
@media (max-width: 779px) {
  .cart-item__title .bubble-highlight {
    font-size: inherit;
  }
}
.cart-item__title small {
  font-size: 0.9em;
}
.cart-item__menu {
  grid-area: menu;
  max-width: 130px;
}
@media (min-width: 780px) {
  .cart-item__menu {
    max-width: none;
  }
}
.cart-item__price {
  grid-area: price;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0D0D29;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  line-height: 1.4;
  text-align: right;
}
@media (min-width: 780px) {
  .cart-item__price {
    text-align: center;
  }
}
.cart-item__buttons {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.cart-item__coupon {
  grid-area: coupon;
}
@media (min-width: 780px) {
  .cart-item__coupon {
    margin-top: 0.7rem;
  }
}
.cart-item a {
  text-decoration: none;
  display: block;
}

.cart-menu .button > span {
  display: grid;
  grid-template-columns: 1fr auto auto;
  width: 100%;
  gap: 1rem;
  text-align: center;
}

.cart-menu-amount {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  gap: 0.5em;
  justify-content: space-between;
  border-radius: 2rem;
  padding: 0.1em 0.5rem;
  min-height: 45px;
}
@media (min-width: 470px) {
  .cart-menu-amount {
    min-height: 50px;
    padding: 0.2em 1rem;
  }
}
.cart-menu-amount input {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
  font-size: 1.1428571429rem;
  color: #0D0D29;
  font-weight: 700;
  text-align: center;
  width: 1.5em;
}
@media (min-width: 470px) {
  .cart-menu-amount input {
    width: 2em;
  }
}
.cart-menu-amount button {
  flex: 0 0 auto;
  appearance: none;
  border: none;
  background: #fff;
  border-radius: 50%;
  width: 1.8571428571rem;
  height: 1.8571428571rem;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.cart-menu-amount button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: 45%;
  object-fit: contain;
}
.cart-menu-amount button:last-child {
  background: #0D0D29;
  color: #fff;
}
.cart-menu-amount button:hover {
  background: #4ECC6A;
  color: #0D0D29;
}

.cash-bonus-info {
  background: #0D0D29;
  width: fit-content;
  padding: 0 0.5em;
  border-radius: 0.5rem;
  font-size: 1.4285714286rem;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.cash-bonus-info strong {
  font-weight: 600;
  color: transparent;
}

.category-card {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 1024px) {
  .category-card--border .category-card__title {
    border: 1px solid #E1DEDE;
  }
}
.category-card__media {
  position: relative;
  z-index: 1;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 780px) {
  .category-card__media {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .category-card__media {
    height: auto;
    padding-top: 87.5%;
  }
}
.category-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .category-card__title {
    position: relative;
    z-index: 0;
    top: -1em;
    background: #fff;
    width: calc(100% - 30px);
    margin: 0 auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.category-card__title h1,
.category-card__title .h1,
.category-card__title h2,
.category-card__title .h2,
.category-card__title h3,
.category-card__title .h3,
.category-card__title h4,
.category-card__title .h4,
.category-card__title h5,
.category-card__title .h5,
.category-card__title h6,
.category-card__title .h6 {
  color: #fff !important;
  margin: 0;
  font-size: 2.1428571429rem;
}
@media (min-width: 1024px) {
  .category-card__title h1,
  .category-card__title .h1,
  .category-card__title h2,
  .category-card__title .h2,
  .category-card__title h3,
  .category-card__title .h3,
  .category-card__title h4,
  .category-card__title .h4,
  .category-card__title h5,
  .category-card__title .h5,
  .category-card__title h6,
  .category-card__title .h6 {
    font-size: 2.2857142857rem;
    color: #0D0D29 !important;
  }
}
.category-card__title .circle-button {
  flex: 0 0 auto;
  display: none;
}
@media (min-width: 1024px) {
  .category-card__title .circle-button {
    display: block;
  }
}
.category-card:hover {
  transform: scale(1.01);
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.1));
}

.category-shape-card {
  border-radius: 1rem;
  text-decoration: none;
}
.category-shape-card, .category-shape-card--dark {
  background: #0D0D29;
  color: #0D0D29;
}
.category-shape-card .category-shape-card__media::before, .category-shape-card--dark .category-shape-card__media::before {
  background: linear-gradient(180deg, rgba(13, 13, 41, 0) 0%, #0d0d29 100%);
}
.category-shape-card--grey {
  background: #F4F4F4;
  color: #F4F4F4;
}
.category-shape-card--grey .category-shape-card__media::before {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
}
.category-shape-card--white {
  background: #fff;
  color: #fff;
}
.category-shape-card--white .category-shape-card__media::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.category-shape-card__media {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 8/5;
  position: relative;
}
.category-shape-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-shape-card__media::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(13, 13, 41, 0) 0%, #0d0d29 100%);
}
.category-shape-card__content {
  margin-top: -1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.category-header {
  display: grid;
  grid-template-areas: "title" "media" "content";
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  justify-items: center;
  text-align: center;
}
@media (min-width: 780px) {
  .category-header {
    grid-template-areas: "title media" "content media";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 2rem;
    text-align: left;
    justify-items: left;
  }
}
@media (min-width: 1200px) {
  .category-header {
    gap: 0 4rem;
  }
}
.category-header__headline {
  grid-area: title;
  align-self: flex-end;
}
.category-header__content {
  grid-area: content;
  align-self: flex-start;
}
.category-header__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 780px) {
  .category-header__content-inner {
    display: block;
  }
}
.category-header__media {
  grid-area: media;
  overflow: hidden;
  align-self: center;
}
@media (min-width: 1024px) {
  .category-header__media {
    grid-row: span 2;
  }
}
.category-header__media-image {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .category-header__media-image {
    border-radius: 2rem;
  }
}
.category-header__media-image img {
  width: 100% !important;
  height: 100%;
  display: block;
}
.category-header__media-image div {
  background: #4ECC6A;
  border-radius: 2rem;
  color: #0D0D29;
  border: 2px solid #fff;
  background: linear-gradient(93deg, #00A254 1.01%, #BFFFCD 136.68%);
  font-size: 0.8571428571rem;
  padding: 0.5em 2.5em 0.4em 2.5em;
  line-height: 1.1;
  width: fit-content;
  white-space: nowrap;
  font-weight: 800;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (min-width: 1024px) {
  .category-header__media-image div {
    font-size: 1rem;
  }
}

.ticket-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5em;
}
.ticket-card > p {
  margin: 0;
}
.ticket-card > p button {
  color: inherit;
  text-decoration: underline;
}
.ticket-card__inner {
  border: 1px solid #E1DEDE;
  border-radius: 1rem;
  overflow: hidden;
}
.ticket-card__media {
  aspect-ratio: 16/9;
  position: relative;
}
.ticket-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ticket-card__media-pills {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  z-index: 1;
}
.ticket-card__media-pills > div {
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  border-radius: 2rem;
  color: #0D0D29;
  font-weight: 700;
  font-size: 0.7142857143rem;
}
.ticket-card__media-pills > div.is-red {
  color: #fff;
}
.ticket-card__media-pills > div.is-red > :first-child {
  background: #e82f2f;
}
.ticket-card__media-pills > div.is-red > :first-child i {
  color: #0D0D29;
}
.ticket-card__media-pills > div.is-red > :first-child i svg {
  transform: none;
}
.ticket-card__media-pills > div.is-grey > :first-child {
  background: #aaa;
}
.ticket-card__media-pills > div.is-grey > :first-child i {
  color: #0D0D29;
}
.ticket-card__media-pills > div.is-grey > :first-child i svg {
  transform: none;
}
.ticket-card__media-pills > div > :first-child {
  border-radius: 2rem;
  background: #4ECC6A;
  background: linear-gradient(93deg, #00A254 1.01%, #BFFFCD 136.68%);
  border: 2px solid #fff;
  margin: -2px;
  padding: 0.8em 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 800;
}
.ticket-card__media-pills > div > :first-child i {
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  color: #00A254;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-5%);
}
.ticket-card__media-pills > div > :first-child i svg {
  transform: translate(5%, 5%);
}
.ticket-card__media-pills > div > :last-child {
  padding: 0.8em 1em 0.8em 0.5em;
}
.ticket-card__content {
  padding: 1rem;
}
.ticket-card__tickets {
  border: 1px solid #E1DEDE;
  border-radius: 1rem;
  background: #F4F4F4;
}
.ticket-card__tickets-header {
  background: #F4F4F4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 0.8em;
  gap: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border: 1px solid #E1DEDE;
  margin: -1px -1px 0 -1px;
}
.ticket-card__tickets-headline {
  font-size: 1.2857142857rem;
  color: #0D0D29;
  font-weight: 700;
  line-height: 1.4;
}
.ticket-card__tickets-headline strong {
  line-height: 1.3;
  font-weight: 700;
  font-size: 0.7em;
  display: block;
  width: fit-content;
  background: #0D0D29;
  color: #fff;
  border-radius: 1em;
  padding: 0 0.5em;
}
.ticket-card__tickets-price {
  background: #fff;
  border-radius: 2rem;
  color: #0D0D29;
  font-size: 0.8571428571rem;
  line-height: 1.1;
  padding: 0.5em 1em;
}
.ticket-card__tickets-price strong {
  font-size: 1.0714285714rem;
  display: block;
  font-weight: 700;
}
.ticket-card__tickets-listing {
  padding: 0.8em;
  border: 1px solid #E1DEDE;
  border-radius: 0 0 1rem 1rem;
  border-top: 0;
  margin: 0 -1px -1px -1px;
  background: #fff;
}
.ticket-card__tickets-listing:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.ticket-card__tickets-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0.8rem;
  color: #0D0D29;
  font-weight: 700;
  gap: 0.5em;
  font-size: 1rem;
}
.ticket-card__tickets-footer small {
  font-size: 0.8em;
}
@media (min-width: 1024px) {
  .ticket-card__tickets-footer {
    font-size: 1.1428571429rem;
  }
}
.ticket-card__tickets-footer * {
  margin: 0;
}
.ticket-card__tickets-footer a {
  color: inherit;
  text-decoration: inherit;
}
.ticket-card__count {
  font-size: 1.7142857143rem;
  border-radius: 0.75em;
  padding: 0 0.3em;
  background: #0D0D29;
  color: #fff;
  min-width: 1.5em;
  height: 1.5em;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket-card.is-single .ticket-card__tickets {
  border: 1px solid #ff4635;
  background: rgb(255, 233.4777227723, 231.5);
}
.ticket-card.is-single .ticket-card__tickets-headline strong {
  background: #ff4635;
}

.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2857142857rem;
}
@media (min-width: 780px) {
  .cert-item {
    font-size: 1.7142857143rem;
  }
}
.cert-item img {
  display: block;
  object-fit: contain;
  margin-bottom: 1rem;
  width: 170px;
  height: 110px;
}
@media (min-width: 780px) {
  .cert-item img {
    width: 200px;
    height: 150px;
  }
}
.cert-item small {
  font-weight: 300;
  font-size: 14px;
  opacity: 0.4;
}

.charity-info {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .charity-info {
    grid-template-columns: 4fr 6fr;
  }
}
@media (min-width: 1200px) {
  .charity-info {
    grid-template-columns: 4fr 5fr;
  }
}
.charity-info__logo {
  width: 100%;
}
@media (min-width: 1024px) {
  .charity-info__logo {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.charity-info__logo {
  color: #0D0D29;
}
.charity-info__logo span,
.charity-info__logo svg {
  display: block;
}
.charity-info__logo span {
  font-size: 0.7857142857rem;
  font-weight: 700;
}
.charity-info__logo svg {
  margin-top: 0.3em;
  width: 170px;
  height: 30px;
}

.checkmark-list {
  list-style-type: none;
  color: #0D0D29;
  font-weight: 500;
}
.checkmark-list,
.checkmark-list li {
  margin: 0;
  padding: 0;
}
.checkmark-list li {
  position: relative;
  padding-left: 2em;
  margin-top: 0.5em;
}
.checkmark-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3em;
  height: 1.3em;
  background: url("./public/checkmark-list-icon.svg") no-repeat;
}

.checkout-field label,
.checkout-field input {
  font-weight: 600;
}
.checkout-field label {
  font-size: 0.8571428571rem;
  color: #606060;
}
.checkout-field .input,
.checkout-field input {
  color: #0D0D29;
  font-size: 1.1428571429rem;
  border: 1px solid #606060;
  background: #fff;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 0.8rem 1.5rem;
  line-height: 1.3;
}
.checkout-field .input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
}
.checkout-field .input input {
  border: none !important;
  text-align: center;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
}
.checkout-field.has-error .input,
.checkout-field.has-error input {
  border-width: 2px;
  border-color: #FF9090;
  border-bottom: 0;
}
.checkout-field.has-error .checkout-field__group {
  border-radius: 6px;
  background: #FF9090;
}
.checkout-field.has-error .checkout-field__group > span {
  font-size: 0.8571428571rem;
  display: block;
  padding: 0.35rem 0.6rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.checkout-optin {
  cursor: pointer;
  position: relative;
  color: #000;
  font-weight: 400;
}
.checkout-optin input {
  position: absolute;
  top: -100%;
  left: -100%;
  height: 0;
  width: 0;
  overflow: hidden;
}
.checkout-optin input:checked + .checkout-optin__wrapper {
  background: rgba(78, 204, 106, 0.2);
  border-color: #4ECC6A;
}
.checkout-optin input:checked + .checkout-optin__wrapper .checkout-optin__checkmark {
  border-color: #4ECC6A;
  background: transparent;
  font-size: 1.5rem;
  color: #4ECC6A;
}
.checkout-optin input:checked + .checkout-optin__wrapper .checkout-optin__checkmark svg {
  opacity: 1;
}
.checkout-optin__wrapper {
  transition: all 0.2s;
  border: 1px solid #fff;
  box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.07);
  padding: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 6px;
  font-size: 0.95rem;
}
.checkout-optin__checkmark {
  content: "";
  transition: all 0.2s;
  flex: 0 0 auto;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 10px;
  border: 1px solid #606060;
  background: #fff;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
}
.checkout-optin__checkmark svg {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkout-optin.has-error .checkout-optin__wrapper {
  border-color: #FF9090 !important;
  background: rgba(255, 144, 144, 0.3) !important;
}
.checkout-optin.has-error .checkout-optin__checkmark {
  border-color: #FF9090 !important;
  color: #FF9090 !important;
}

.collapser {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.2s;
}
.collapser__wrapper {
  overflow: hidden;
}
.collapser.is-open {
  grid-template-rows: 1fr;
}
.collapser-button {
  text-indent: -200vw;
  background: url("./public/collapser.svg") no-repeat center center;
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  border: none;
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.2s;
}
.collapser-button.is-active {
  transform: rotate(0deg);
}

.content-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
}
@media (min-width: 780px) {
  .content-image {
    border-radius: 20px;
  }
}
.content-image iframe {
  border: none;
  margin: 0;
  padding: 0;
}
.content-image > iframe,
.content-image > img {
  display: block;
  width: 100%;
  height: auto;
}
.content-image__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .content-image__video {
    top: 1rem;
    left: 1rem;
    transform: none;
  }
}
.content-image__video * {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  min-width: 65px;
  height: 65px;
  border-radius: 65px;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
.content-image__video-play {
  background-image: url("./public/video-play.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .content-image__video-info {
    display: none;
  }
}
.content-image--dynamic-height {
  position: relative;
}
.content-image--dynamic-height > iframe,
.content-image--dynamic-height > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-image--stretch {
  width: 100%;
  height: 100%;
}
.content-image--stretch > iframe,
.content-image--stretch > img {
  height: 100%;
  object-fit: cover;
}
.content-image--clickable {
  cursor: pointer;
}

.content-reveal__button {
  display: block;
  cursor: pointer;
  appearance: none;
  border: 1px solid #606060;
  color: #606060;
  padding: 0.4em 0.7em;
  border-radius: 3rem;
  transition: all 0.2s;
  background: none;
}
.content-reveal__button:hover {
  color: #fff;
  background-color: #606060;
}

.coupon-field__input {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.coupon-field__input input {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

.cta-bar {
  height: 80px;
}
.cta-bar__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  background: #0D0D29;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(100%);
  pointer-events: none;
  transition: all 0.3s;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}
.cta-bar.is-active .cta-bar__bar {
  transform: none;
  pointer-events: auto;
}
.cta-bar__content {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
}
.cta-bar__title {
  align-items: center;
  gap: 1.5rem;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 700;
  font-size: 1.1428571429rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .cta-bar__title {
    font-size: 1.4285714286rem;
  }
}
.cta-bar__title span {
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cta-bar--sticky {
  bottom: 0;
  position: sticky;
  z-index: 98;
}
.cta-bar--sticky .cta-bar__bar {
  border-radius: 20px;
  top: auto;
  left: auto;
  bottom: 0;
  position: sticky;
}
.cta-bar.is-pinned .cta-bar__bar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -16px;
  width: calc(100% + 32px);
}
@media (min-width: 1024px) {
  .cta-bar.is-pinned .cta-bar__bar {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
.cta-bar--style-light .cta-bar__bar {
  border: none;
  background: #fff;
  background: #fff;
  box-shadow: -2px -2px 40px rgba(0, 0, 0, 0.07);
}
.cta-bar--style-light .cta-bar__title {
  color: #0D0D29;
}

.deadline-info {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  color: #fff !important;
  width: fit-content;
  max-width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.8rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 470px) {
  .deadline-info {
    border-radius: 2rem;
  }
}
.deadline-info strong {
  font-size: 1.1428571429rem;
}
.deadline-info span {
  font-size: 0.9285714286rem;
}

.drop-down-menu {
  position: relative;
  z-index: 1;
}
.drop-down-menu.is-open .drop-down-menu__wrapper {
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
}
.drop-down-menu__area {
  position: absolute;
  top: -20%;
  right: -40%;
  bottom: -20%;
  left: -40%;
  z-index: 99;
  cursor: pointer;
}
.drop-down-menu__wrapper {
  pointer-events: none;
  transform-origin: 50% 0;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: #0D0D29;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.07);
  width: max-content;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
}
.drop-down-menu__wrapper::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: calc(100% - 1px);
  border-bottom: 0.5rem solid #0D0D29;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  transform: translateX(-50%);
}
.drop-down-menu__button {
  appearance: none;
  border: none;
  background: none;
  font: inherit;
  color: #fff;
  border-top: 1px solid #3D3D54;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.drop-down-menu__button:first-child {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.drop-down-menu__button:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.drop-down-menu__button:hover {
  background: #3D3D54;
}

.dynamic-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  gap: 30px 0;
}
.dynamic-grid.gutter-tiny {
  margin-left: -0.5rem;
  gap: 0.5rem 0;
}
.dynamic-grid.gutter-tiny .dynamic-grid__item {
  padding-left: 0.5rem;
}
.dynamic-grid.gutter-small {
  margin-left: -1.5rem;
  gap: 1.5rem 0;
}
.dynamic-grid.gutter-small .dynamic-grid__item {
  padding-left: 1.5rem;
}
.dynamic-grid.gutter-large {
  margin-left: -2rem;
  gap: 2rem 0;
}
.dynamic-grid.gutter-large .dynamic-grid__item {
  padding-left: 2rem;
}
.dynamic-grid.inline {
  display: inline-flex;
}
.dynamic-grid.nowrap {
  flex-wrap: nowrap;
}
.dynamic-grid.rewrap {
  flex-wrap: wrap-reverse;
}
.dynamic-grid.direction-left {
  flex-direction: row-reverse;
}
.dynamic-grid.direction-top {
  flex-direction: column-reverse;
}
.dynamic-grid.direction-bottom {
  flex-direction: column;
}
.dynamic-grid.center, .dynamic-grid.justify-center {
  justify-content: center;
}
.dynamic-grid.center, .dynamic-grid.align-center {
  align-items: center;
}
.dynamic-grid.justify-end {
  justify-content: flex-end;
}
.dynamic-grid.justify-space-around {
  justify-content: space-around;
}
.dynamic-grid.justify-space-between {
  justify-content: space-between;
}
.dynamic-grid.align-end {
  align-items: flex-end;
}
.dynamic-grid__item {
  padding-left: 30px;
  flex: 0 1 auto;
}
.dynamic-grid__item.grow {
  flex-grow: 1;
}
.dynamic-grid__item.align-center {
  align-self: center;
}
.dynamic-grid__item.align-end {
  align-self: flex-end;
}
.dynamic-grid.no-gutter, .dynamic-grid.no-gutter-x {
  margin-left: 0;
}
.dynamic-grid.no-gutter .flex__item, .dynamic-grid.no-gutter-x .flex__item {
  padding-left: 0;
}
.dynamic-grid.no-gutter .flex__item, .dynamic-grid.no-gutter-y .flex__item {
  margin-bottom: 0;
}
@media (min-width: 0px) {
  .dynamic-grid .small-1 {
    max-width: 8.3333333333%;
    flex: 0 1 8.3333333333%;
  }
  .dynamic-grid .small-push-1 {
    margin-left: 8.3333333333%;
  }
  .dynamic-grid .small-pull-1 {
    margin-right: -8.3333333333%;
  }
  .dynamic-grid .small-2 {
    max-width: 16.6666666667%;
    flex: 0 1 16.6666666667%;
  }
  .dynamic-grid .small-push-2 {
    margin-left: 16.6666666667%;
  }
  .dynamic-grid .small-pull-2 {
    margin-right: -16.6666666667%;
  }
  .dynamic-grid .small-3 {
    max-width: 25%;
    flex: 0 1 25%;
  }
  .dynamic-grid .small-push-3 {
    margin-left: 25%;
  }
  .dynamic-grid .small-pull-3 {
    margin-right: -25%;
  }
  .dynamic-grid .small-4 {
    max-width: 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
  .dynamic-grid .small-push-4 {
    margin-left: 33.3333333333%;
  }
  .dynamic-grid .small-pull-4 {
    margin-right: -33.3333333333%;
  }
  .dynamic-grid .small-5 {
    max-width: 41.6666666667%;
    flex: 0 1 41.6666666667%;
  }
  .dynamic-grid .small-push-5 {
    margin-left: 41.6666666667%;
  }
  .dynamic-grid .small-pull-5 {
    margin-right: -41.6666666667%;
  }
  .dynamic-grid .small-6 {
    max-width: 50%;
    flex: 0 1 50%;
  }
  .dynamic-grid .small-push-6 {
    margin-left: 50%;
  }
  .dynamic-grid .small-pull-6 {
    margin-right: -50%;
  }
  .dynamic-grid .small-7 {
    max-width: 58.3333333333%;
    flex: 0 1 58.3333333333%;
  }
  .dynamic-grid .small-push-7 {
    margin-left: 58.3333333333%;
  }
  .dynamic-grid .small-pull-7 {
    margin-right: -58.3333333333%;
  }
  .dynamic-grid .small-8 {
    max-width: 66.6666666667%;
    flex: 0 1 66.6666666667%;
  }
  .dynamic-grid .small-push-8 {
    margin-left: 66.6666666667%;
  }
  .dynamic-grid .small-pull-8 {
    margin-right: -66.6666666667%;
  }
  .dynamic-grid .small-9 {
    max-width: 75%;
    flex: 0 1 75%;
  }
  .dynamic-grid .small-push-9 {
    margin-left: 75%;
  }
  .dynamic-grid .small-pull-9 {
    margin-right: -75%;
  }
  .dynamic-grid .small-10 {
    max-width: 83.3333333333%;
    flex: 0 1 83.3333333333%;
  }
  .dynamic-grid .small-push-10 {
    margin-left: 83.3333333333%;
  }
  .dynamic-grid .small-pull-10 {
    margin-right: -83.3333333333%;
  }
  .dynamic-grid .small-11 {
    max-width: 91.6666666667%;
    flex: 0 1 91.6666666667%;
  }
  .dynamic-grid .small-push-11 {
    margin-left: 91.6666666667%;
  }
  .dynamic-grid .small-pull-11 {
    margin-right: -91.6666666667%;
  }
  .dynamic-grid .small-12 {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 470px) {
  .dynamic-grid .medium-1 {
    max-width: 8.3333333333%;
    flex: 0 1 8.3333333333%;
  }
  .dynamic-grid .medium-push-1 {
    margin-left: 8.3333333333%;
  }
  .dynamic-grid .medium-pull-1 {
    margin-right: -8.3333333333%;
  }
  .dynamic-grid .medium-2 {
    max-width: 16.6666666667%;
    flex: 0 1 16.6666666667%;
  }
  .dynamic-grid .medium-push-2 {
    margin-left: 16.6666666667%;
  }
  .dynamic-grid .medium-pull-2 {
    margin-right: -16.6666666667%;
  }
  .dynamic-grid .medium-3 {
    max-width: 25%;
    flex: 0 1 25%;
  }
  .dynamic-grid .medium-push-3 {
    margin-left: 25%;
  }
  .dynamic-grid .medium-pull-3 {
    margin-right: -25%;
  }
  .dynamic-grid .medium-4 {
    max-width: 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
  .dynamic-grid .medium-push-4 {
    margin-left: 33.3333333333%;
  }
  .dynamic-grid .medium-pull-4 {
    margin-right: -33.3333333333%;
  }
  .dynamic-grid .medium-5 {
    max-width: 41.6666666667%;
    flex: 0 1 41.6666666667%;
  }
  .dynamic-grid .medium-push-5 {
    margin-left: 41.6666666667%;
  }
  .dynamic-grid .medium-pull-5 {
    margin-right: -41.6666666667%;
  }
  .dynamic-grid .medium-6 {
    max-width: 50%;
    flex: 0 1 50%;
  }
  .dynamic-grid .medium-push-6 {
    margin-left: 50%;
  }
  .dynamic-grid .medium-pull-6 {
    margin-right: -50%;
  }
  .dynamic-grid .medium-7 {
    max-width: 58.3333333333%;
    flex: 0 1 58.3333333333%;
  }
  .dynamic-grid .medium-push-7 {
    margin-left: 58.3333333333%;
  }
  .dynamic-grid .medium-pull-7 {
    margin-right: -58.3333333333%;
  }
  .dynamic-grid .medium-8 {
    max-width: 66.6666666667%;
    flex: 0 1 66.6666666667%;
  }
  .dynamic-grid .medium-push-8 {
    margin-left: 66.6666666667%;
  }
  .dynamic-grid .medium-pull-8 {
    margin-right: -66.6666666667%;
  }
  .dynamic-grid .medium-9 {
    max-width: 75%;
    flex: 0 1 75%;
  }
  .dynamic-grid .medium-push-9 {
    margin-left: 75%;
  }
  .dynamic-grid .medium-pull-9 {
    margin-right: -75%;
  }
  .dynamic-grid .medium-10 {
    max-width: 83.3333333333%;
    flex: 0 1 83.3333333333%;
  }
  .dynamic-grid .medium-push-10 {
    margin-left: 83.3333333333%;
  }
  .dynamic-grid .medium-pull-10 {
    margin-right: -83.3333333333%;
  }
  .dynamic-grid .medium-11 {
    max-width: 91.6666666667%;
    flex: 0 1 91.6666666667%;
  }
  .dynamic-grid .medium-push-11 {
    margin-left: 91.6666666667%;
  }
  .dynamic-grid .medium-pull-11 {
    margin-right: -91.6666666667%;
  }
  .dynamic-grid .medium-12 {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 780px) {
  .dynamic-grid .large-1 {
    max-width: 8.3333333333%;
    flex: 0 1 8.3333333333%;
  }
  .dynamic-grid .large-push-1 {
    margin-left: 8.3333333333%;
  }
  .dynamic-grid .large-pull-1 {
    margin-right: -8.3333333333%;
  }
  .dynamic-grid .large-2 {
    max-width: 16.6666666667%;
    flex: 0 1 16.6666666667%;
  }
  .dynamic-grid .large-push-2 {
    margin-left: 16.6666666667%;
  }
  .dynamic-grid .large-pull-2 {
    margin-right: -16.6666666667%;
  }
  .dynamic-grid .large-3 {
    max-width: 25%;
    flex: 0 1 25%;
  }
  .dynamic-grid .large-push-3 {
    margin-left: 25%;
  }
  .dynamic-grid .large-pull-3 {
    margin-right: -25%;
  }
  .dynamic-grid .large-4 {
    max-width: 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
  .dynamic-grid .large-push-4 {
    margin-left: 33.3333333333%;
  }
  .dynamic-grid .large-pull-4 {
    margin-right: -33.3333333333%;
  }
  .dynamic-grid .large-5 {
    max-width: 41.6666666667%;
    flex: 0 1 41.6666666667%;
  }
  .dynamic-grid .large-push-5 {
    margin-left: 41.6666666667%;
  }
  .dynamic-grid .large-pull-5 {
    margin-right: -41.6666666667%;
  }
  .dynamic-grid .large-6 {
    max-width: 50%;
    flex: 0 1 50%;
  }
  .dynamic-grid .large-push-6 {
    margin-left: 50%;
  }
  .dynamic-grid .large-pull-6 {
    margin-right: -50%;
  }
  .dynamic-grid .large-7 {
    max-width: 58.3333333333%;
    flex: 0 1 58.3333333333%;
  }
  .dynamic-grid .large-push-7 {
    margin-left: 58.3333333333%;
  }
  .dynamic-grid .large-pull-7 {
    margin-right: -58.3333333333%;
  }
  .dynamic-grid .large-8 {
    max-width: 66.6666666667%;
    flex: 0 1 66.6666666667%;
  }
  .dynamic-grid .large-push-8 {
    margin-left: 66.6666666667%;
  }
  .dynamic-grid .large-pull-8 {
    margin-right: -66.6666666667%;
  }
  .dynamic-grid .large-9 {
    max-width: 75%;
    flex: 0 1 75%;
  }
  .dynamic-grid .large-push-9 {
    margin-left: 75%;
  }
  .dynamic-grid .large-pull-9 {
    margin-right: -75%;
  }
  .dynamic-grid .large-10 {
    max-width: 83.3333333333%;
    flex: 0 1 83.3333333333%;
  }
  .dynamic-grid .large-push-10 {
    margin-left: 83.3333333333%;
  }
  .dynamic-grid .large-pull-10 {
    margin-right: -83.3333333333%;
  }
  .dynamic-grid .large-11 {
    max-width: 91.6666666667%;
    flex: 0 1 91.6666666667%;
  }
  .dynamic-grid .large-push-11 {
    margin-left: 91.6666666667%;
  }
  .dynamic-grid .large-pull-11 {
    margin-right: -91.6666666667%;
  }
  .dynamic-grid .large-12 {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 1024px) {
  .dynamic-grid .x-large-1 {
    max-width: 8.3333333333%;
    flex: 0 1 8.3333333333%;
  }
  .dynamic-grid .x-large-push-1 {
    margin-left: 8.3333333333%;
  }
  .dynamic-grid .x-large-pull-1 {
    margin-right: -8.3333333333%;
  }
  .dynamic-grid .x-large-2 {
    max-width: 16.6666666667%;
    flex: 0 1 16.6666666667%;
  }
  .dynamic-grid .x-large-push-2 {
    margin-left: 16.6666666667%;
  }
  .dynamic-grid .x-large-pull-2 {
    margin-right: -16.6666666667%;
  }
  .dynamic-grid .x-large-3 {
    max-width: 25%;
    flex: 0 1 25%;
  }
  .dynamic-grid .x-large-push-3 {
    margin-left: 25%;
  }
  .dynamic-grid .x-large-pull-3 {
    margin-right: -25%;
  }
  .dynamic-grid .x-large-4 {
    max-width: 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
  .dynamic-grid .x-large-push-4 {
    margin-left: 33.3333333333%;
  }
  .dynamic-grid .x-large-pull-4 {
    margin-right: -33.3333333333%;
  }
  .dynamic-grid .x-large-5 {
    max-width: 41.6666666667%;
    flex: 0 1 41.6666666667%;
  }
  .dynamic-grid .x-large-push-5 {
    margin-left: 41.6666666667%;
  }
  .dynamic-grid .x-large-pull-5 {
    margin-right: -41.6666666667%;
  }
  .dynamic-grid .x-large-6 {
    max-width: 50%;
    flex: 0 1 50%;
  }
  .dynamic-grid .x-large-push-6 {
    margin-left: 50%;
  }
  .dynamic-grid .x-large-pull-6 {
    margin-right: -50%;
  }
  .dynamic-grid .x-large-7 {
    max-width: 58.3333333333%;
    flex: 0 1 58.3333333333%;
  }
  .dynamic-grid .x-large-push-7 {
    margin-left: 58.3333333333%;
  }
  .dynamic-grid .x-large-pull-7 {
    margin-right: -58.3333333333%;
  }
  .dynamic-grid .x-large-8 {
    max-width: 66.6666666667%;
    flex: 0 1 66.6666666667%;
  }
  .dynamic-grid .x-large-push-8 {
    margin-left: 66.6666666667%;
  }
  .dynamic-grid .x-large-pull-8 {
    margin-right: -66.6666666667%;
  }
  .dynamic-grid .x-large-9 {
    max-width: 75%;
    flex: 0 1 75%;
  }
  .dynamic-grid .x-large-push-9 {
    margin-left: 75%;
  }
  .dynamic-grid .x-large-pull-9 {
    margin-right: -75%;
  }
  .dynamic-grid .x-large-10 {
    max-width: 83.3333333333%;
    flex: 0 1 83.3333333333%;
  }
  .dynamic-grid .x-large-push-10 {
    margin-left: 83.3333333333%;
  }
  .dynamic-grid .x-large-pull-10 {
    margin-right: -83.3333333333%;
  }
  .dynamic-grid .x-large-11 {
    max-width: 91.6666666667%;
    flex: 0 1 91.6666666667%;
  }
  .dynamic-grid .x-large-push-11 {
    margin-left: 91.6666666667%;
  }
  .dynamic-grid .x-large-pull-11 {
    margin-right: -91.6666666667%;
  }
  .dynamic-grid .x-large-12 {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 1200px) {
  .dynamic-grid .xx-large-1 {
    max-width: 8.3333333333%;
    flex: 0 1 8.3333333333%;
  }
  .dynamic-grid .xx-large-push-1 {
    margin-left: 8.3333333333%;
  }
  .dynamic-grid .xx-large-pull-1 {
    margin-right: -8.3333333333%;
  }
  .dynamic-grid .xx-large-2 {
    max-width: 16.6666666667%;
    flex: 0 1 16.6666666667%;
  }
  .dynamic-grid .xx-large-push-2 {
    margin-left: 16.6666666667%;
  }
  .dynamic-grid .xx-large-pull-2 {
    margin-right: -16.6666666667%;
  }
  .dynamic-grid .xx-large-3 {
    max-width: 25%;
    flex: 0 1 25%;
  }
  .dynamic-grid .xx-large-push-3 {
    margin-left: 25%;
  }
  .dynamic-grid .xx-large-pull-3 {
    margin-right: -25%;
  }
  .dynamic-grid .xx-large-4 {
    max-width: 33.3333333333%;
    flex: 0 1 33.3333333333%;
  }
  .dynamic-grid .xx-large-push-4 {
    margin-left: 33.3333333333%;
  }
  .dynamic-grid .xx-large-pull-4 {
    margin-right: -33.3333333333%;
  }
  .dynamic-grid .xx-large-5 {
    max-width: 41.6666666667%;
    flex: 0 1 41.6666666667%;
  }
  .dynamic-grid .xx-large-push-5 {
    margin-left: 41.6666666667%;
  }
  .dynamic-grid .xx-large-pull-5 {
    margin-right: -41.6666666667%;
  }
  .dynamic-grid .xx-large-6 {
    max-width: 50%;
    flex: 0 1 50%;
  }
  .dynamic-grid .xx-large-push-6 {
    margin-left: 50%;
  }
  .dynamic-grid .xx-large-pull-6 {
    margin-right: -50%;
  }
  .dynamic-grid .xx-large-7 {
    max-width: 58.3333333333%;
    flex: 0 1 58.3333333333%;
  }
  .dynamic-grid .xx-large-push-7 {
    margin-left: 58.3333333333%;
  }
  .dynamic-grid .xx-large-pull-7 {
    margin-right: -58.3333333333%;
  }
  .dynamic-grid .xx-large-8 {
    max-width: 66.6666666667%;
    flex: 0 1 66.6666666667%;
  }
  .dynamic-grid .xx-large-push-8 {
    margin-left: 66.6666666667%;
  }
  .dynamic-grid .xx-large-pull-8 {
    margin-right: -66.6666666667%;
  }
  .dynamic-grid .xx-large-9 {
    max-width: 75%;
    flex: 0 1 75%;
  }
  .dynamic-grid .xx-large-push-9 {
    margin-left: 75%;
  }
  .dynamic-grid .xx-large-pull-9 {
    margin-right: -75%;
  }
  .dynamic-grid .xx-large-10 {
    max-width: 83.3333333333%;
    flex: 0 1 83.3333333333%;
  }
  .dynamic-grid .xx-large-push-10 {
    margin-left: 83.3333333333%;
  }
  .dynamic-grid .xx-large-pull-10 {
    margin-right: -83.3333333333%;
  }
  .dynamic-grid .xx-large-11 {
    max-width: 91.6666666667%;
    flex: 0 1 91.6666666667%;
  }
  .dynamic-grid .xx-large-push-11 {
    margin-left: 91.6666666667%;
  }
  .dynamic-grid .xx-large-pull-11 {
    margin-right: -91.6666666667%;
  }
  .dynamic-grid .xx-large-12 {
    max-width: 100%;
    flex: 0 1 100%;
  }
}

.facts-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.facts-bar--no-justify {
  justify-content: flex-start;
  gap: 1.5rem;
}
.facts-bar__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0D0D29;
  font-weight: 700;
  font-size: 0.8571428571rem;
  letter-spacing: -0.02em;
}
@media (min-width: 1024px) {
  .facts-bar__item {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .facts-bar__item {
    font-size: 1.1428571429rem;
  }
}
.facts-bar__item .inline-icon {
  color: #4ECC6A;
}

.faq-listing {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.faq-listing--light {
  color: #fff;
}
.faq-listing--light h1,
.faq-listing--light .h1,
.faq-listing--light h2,
.faq-listing--light .h2,
.faq-listing--light h3,
.faq-listing--light .h3,
.faq-listing--light h4,
.faq-listing--light .h4,
.faq-listing--light h5,
.faq-listing--light .h5,
.faq-listing--light h6,
.faq-listing--light .h6 {
  color: #fff;
}
.faq-listing--light button {
  color: #fff;
}
.faq-listing--light .faq {
  border-top-color: #3b4253;
}
.faq-listing--large-header .faq__headline {
  margin-bottom: 0.6em;
}
.faq-listing--large-header .faq__headline span {
  font-size: 1.8rem;
}

.faq {
  border-top: 1px solid #E1DEDE;
  padding: 1rem 0;
}
@media (min-width: 780px) {
  .faq {
    padding: 2rem 0;
  }
}
.faq:first-child {
  padding-top: 0;
  border-top: none;
}
.faq:last-child {
  padding-bottom: 0;
}
.faq__headline {
  font-size: 1.4285714286rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.faq__headline span {
  flex: 1 1 auto;
}
.faq__headline svg {
  flex: 0 1 auto;
}
.faq__content {
  display: none;
}
.faq__icon {
  cursor: inherit;
  display: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.faq__icon--open {
  display: block;
}
.faq.is-open .faq__content {
  display: block;
}
.faq.is-open .faq__icon--open {
  display: none;
}
.faq.is-open .faq__icon--close {
  display: block;
}

.filter-shadow {
  filter: drop-shadow(2px 2px 40px rgba(0, 0, 0, 0.07));
}

.filter-menu {
  position: relative;
  margin-left: -1rem;
}
.filter-menu__track {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  overflow: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.filter-menu__track > * {
  flex: 0 0 auto;
}
.filter-menu::before, .filter-menu::after {
  content: "";
  height: 100%;
  width: 1rem;
  position: absolute;
  top: 0;
}
.filter-menu::before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.filter-menu::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.filter-menu--grey::before {
  background: linear-gradient(270deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
}
.filter-menu--grey::after {
  background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
}

.flex {
  display: flex;
  align-items: center;
}
.flex--gutter-small {
  gap: 1rem;
}
.flex--gutter-tiny {
  gap: 0.5rem;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-space-around {
  justify-content: space-around;
}
.flex.justify-space-between {
  justify-content: space-between;
}
.flex.direction-left {
  flex-direction: row-reverse;
}
.flex.direction-up {
  flex-direction: column-reverse;
}
.flex.direction-down {
  flex-direction: column;
}
.flex.align-top {
  align-items: flex-start;
}
.flex.align-bottom {
  align-items: flex-end;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--wrap:not(.flex--wrap-gutters).flex--gutter-small {
  gap: 0 1rem;
}
.flex--wrap:not(.flex--wrap-gutters).flex--gutter-tiny {
  gap: 0 0.5rem;
}

.flex-split {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr auto;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.flex-split--gutter-none {
  gap: 0;
}
.flex-split--gutter-small {
  gap: 0.5rem;
}
.flex-split--gutter-large {
  gap: 2rem;
}
.flex-split__item {
  flex: 0 0 auto;
  max-width: 100%;
}
@media (max-width: 469px) {
  .flex-split--wrap-small {
    grid-template-columns: minmax(0, 1fr);
  }
  .flex-split--wrap-small .flex-split__delimiter {
    display: none;
  }
}
@media (max-width: 779px) {
  .flex-split--wrap-medium {
    grid-template-columns: minmax(0, 1fr);
  }
  .flex-split--wrap-medium .flex-split__delimiter {
    display: none;
  }
}
@media (max-width: 1023px) {
  .flex-split--wrap-large {
    grid-template-columns: minmax(0, 1fr);
  }
  .flex-split--wrap-large .flex-split__delimiter {
    display: none;
  }
}
@media (max-width: 1199px) {
  .flex-split--wrap-xlarge {
    grid-template-columns: minmax(0, 1fr);
  }
}

.vertical-flex-spread {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
}

.footer {
  color: #fff;
  padding: 30px 0;
}
.footer h1,
.footer .h1,
.footer h2,
.footer .h2,
.footer h3,
.footer .h3,
.footer h4,
.footer .h4,
.footer h5,
.footer .h5,
.footer h6,
.footer .h6 {
  color: #fff;
}
.footer__area {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5rem;
}
@media (min-width: 1024px) {
  .footer__area {
    gap: 8rem;
  }
}
.footer__split {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  align-items: center;
}
.footer__split-item {
  flex: 0 1 auto;
}
@media (min-width: 1024px) {
  .footer__split-item:last-child {
    flex: 0 1 100%;
    max-width: 680px;
  }
}
@media (max-width: 780px) {
  .footer__split--collapse {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.footer__social span {
  display: block;
  font-size: 2.2857142857rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer__social-group {
  display: flex;
  font-size: 1.7rem;
  gap: 1rem;
}
@media (min-width: 780px) {
  .footer__social-group {
    gap: 1.5rem;
    font-size: 2.3rem;
  }
}
.footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem;
  text-align: center;
  padding: 1.5rem 0;
}
@media (min-width: 780px) {
  .footer__bar {
    margin-top: 3rem;
    text-align: left;
    padding: 3rem 0;
  }
}
.footer__bar-meta {
  color: #6E6E7F;
}
.footer__bar.is-meta {
  font-size: 0.9em;
}
.footer__bar + .footer__bar {
  margin-top: 0;
}

.footer-nav {
  list-style-type: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
@media (min-width: 1024px) {
  .footer-nav {
    flex-wrap: nowrap;
    gap: 0.5rem 2.5rem;
  }
}
.footer-nav,
.footer-nav li {
  margin: 0;
  padding: 0;
}
.footer-nav a {
  text-decoration: none;
  color: #fff;
}
.footer-nav a:hover {
  color: #4ECC6A;
}
.footer-nav--minor {
  opacity: 0.6;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.5rem;
}
@media (min-width: 780px) {
  .footer-nav--minor {
    gap: 0.5rem 1.5rem;
  }
}

.field {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
  font-weight: 300;
}
.field label {
  color: #0D0D29;
  font-weight: 300;
}
.field label small {
  opacity: 0.5;
}
.field select,
.field input {
  border: 1px solid #E1DEDE;
  border-radius: 2rem;
  padding: 0.8rem 1.5rem;
  width: 100%;
  font-weight: 300;
  appearance: none;
  height: 2.9285714286rem;
  background: #fff;
}
.field select:disabled,
.field input:disabled {
  background: #efefef;
  cursor: not-allowed;
}
.field select {
  background: url("./public/chevron.svg") no-repeat calc(100% - 1.5rem) 50%;
  cursor: pointer;
}
.field--grey select,
.field--grey input {
  border: 1px solid #F4F4F4;
  background: #F4F4F4;
}
.field__error {
  color: #ff4635;
  font-size: 0.8571428571rem;
}
.field--error input {
  border: 1px solid #ff4635;
}
.field__hint {
  background: #4ECC6A;
  color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  text-align: center;
  padding: 0.2em 1em;
  font-size: 0.8571428571rem;
}

.check-field {
  position: relative;
  cursor: pointer;
  color: #0D0D29;
  font-weight: 300;
  font-size: 1.1em;
}
.check-field input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.check-field input:checked + .check-field__content::before {
  background-color: #0D0D29;
  border-color: #0D0D29;
  background-size: 60%;
}
.check-field__content {
  position: relative;
  align-self: baseline;
  display: flex;
  gap: 1em;
}
.check-field__content::before {
  content: "";
  transition: all 0.2s;
  flex: 0 0 auto;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: url("./public/checkmark.svg");
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
}

.date-range {
  flex-wrap: wrap;
}
.date-range,
.date-range > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 780px) {
  .date-range,
  .date-range > div {
    gap: 1.5rem;
  }
}
.date-range span,
.date-range input {
  text-align: center;
  color: #0D0D29;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 470px) {
  .date-range span,
  .date-range input {
    font-size: 1.1428571429rem;
  }
}

.radio-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.8rem;
}
@media (min-width: 1024px) {
  .radio-group--block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.radio-item {
  position: relative;
}
.radio-item > input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
}
.radio-item > input:checked + .radio-item__content {
  border-color: #4ECC6A;
  box-shadow: 0 0 0 1px #4ECC6A;
}
.radio-item > label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none;
  text-indent: -300vw;
}
.radio-item__content {
  transition: all 0.2s;
  border: 1px solid #E1DEDE;
  border-radius: 15px;
  padding: 0.5rem 1.5rem;
  display: grid;
  align-items: center;
  gap: 1rem;
  height: 80px;
  grid-template-columns: 1fr auto;
}
.radio-item__title {
  letter-spacing: -0.02em;
  color: #0D0D29;
  font-size: 1.4285714286rem;
  font-weight: 700;
}
.radio-item__media {
  border-radius: 10px;
  overflow: hidden;
  width: 65px;
  height: 65px;
}
.radio-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.radio-item__action {
  appearance: none;
  padding: 0.5rem 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1.3rem;
}
.radio-item__action > svg {
  display: block;
}
.radio-item__action:hover {
  color: #4ECC6A;
}
.radio-item__selection {
  display: none;
}
.radio-item--media .radio-item__content {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  grid-template-columns: auto 1fr auto;
}
@media (min-width: 1024px) {
  .radio-item--block {
    padding: 0 5px 0 5px;
  }
  .radio-item--block input:checked + .radio-item__content .radio-item__selection {
    background: #4ECC6A;
    border-color: #4ECC6A;
    color: #0D0D29;
  }
  .radio-item--block .radio-item__content {
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07) !important;
    border: none !important;
    background: none;
    height: auto;
    display: block;
    padding: 0;
  }
  .radio-item--block .radio-item__action {
    display: none;
  }
  .radio-item--block .radio-item__title {
    padding: 1rem 1.3rem 1.1rem 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .radio-item--block .radio-item__selection {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    border-radius: 50%;
    border: 1px solid #E1DEDE;
    position: relative;
    font-size: 0.8rem;
    transition: all 0.3s;
    color: #fff;
  }
  .radio-item--block .radio-item__selection > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .radio-item--block .radio-item__media {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 60%;
    width: auto;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .radio-item--block .radio-item__media > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.switch-matrix {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .switch-matrix {
    gap: 2rem;
  }
}
.switch-matrix__row, .switch-matrix__title {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
  .switch-matrix__row, .switch-matrix__title {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    border: none;
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .switch-matrix__row:not(:first-of-type), .switch-matrix__title:not(:first-of-type) {
    border-top: 1px solid #E1DEDE;
    padding-top: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .switch-matrix__title {
    display: none;
  }
}
.switch-matrix__title > div:last-child {
  text-align: right;
}
.switch-matrix__group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.switch-matrix__group h5 {
  font-size: 1.4285714286rem;
  margin: 0;
}
.switch-matrix__row p {
  margin: 0;
}
.switch-matrix__row div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0D0D29;
}
@media (min-width: 1024px) {
  .switch-matrix__row div strong {
    display: none;
  }
}

.switch {
  position: relative;
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-weight: 600;
}
.switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch input:checked + .switch__wrapper {
  background: #4ECC6A;
}
.switch input:checked + .switch__wrapper::before {
  left: calc(100% - 1.35em - 0.2em);
}
.switch input:focus + .switch__wrapper {
  outline: 1px solid rgba(13, 13, 41, 0.7);
}
.switch__wrapper {
  position: relative;
  display: block;
  width: 3.5em;
  height: 1.8em;
  background: #E1DEDE;
  border-radius: 2em;
  transition: all 0.2s;
  outline: 2px solid transparent;
}
.switch__wrapper::before {
  transition: all 0.2s;
  content: "";
  display: block;
  background: #fff;
  width: 1.35em;
  height: 1.35em;
  border-radius: 2em;
  position: absolute;
  left: 0.2em;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.switch--disabled {
  cursor: default !important;
}
.switch--disabled .switch__wrapper {
  background: #E1DEDE !important;
}

.label-switch {
  display: flex;
  gap: 0.2rem 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.label-switch label {
  text-align: center;
  color: #0D0D29;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 470px) {
  .label-switch label {
    font-size: 1.1428571429rem;
  }
}
.label-switch__area {
  background: #fff;
  display: flex;
  gap: 0.1em;
  border: 1px solid #E1DEDE;
  width: max-content;
  padding: 0.2em;
  border-radius: 0.5em;
}
.label-switch__item {
  padding: 0.5em 1em;
  border-radius: 0.5em;
  outline: none;
  border: none;
  appearance: none;
  background: transparent;
  color: #0D0D29;
  cursor: pointer;
  transition: all 0.2s;
}
.label-switch__item:hover {
  background: #E1DEDE;
}
.label-switch__item.is-active {
  background: #0D0D29;
  color: #fff;
}

.free-ticket-button {
  background: rgba(111, 194, 129, 0.1);
  color: #4ECC6A;
  border: 1px solid #4ECC6A;
  border-radius: 0.5rem;
  appearance: none;
  padding: 0.3em 0.6em;
  line-height: 1.4;
  font-weight: 700;
  overflow: hidden;
  cursor: default;
}
.free-ticket-button.is-incomplete {
  cursor: pointer;
  position: relative;
  padding-right: 2.3em;
}
.free-ticket-button.is-incomplete::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.7em;
  background: #4ECC6A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-ticket-button.is-disabled {
  cursor: default;
  background: #fff;
  color: #B4B4B4;
  border: 1px solid #B4B4B4;
}
.free-ticket-button.is-disabled::after {
  background: #B4B4B4;
}

.full-height-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.5rem;
}
@media (min-width: 470px) {
  .gallery-grid {
    gap: 1rem;
  }
}
.gallery-grid__item {
  grid-column: span 2;
  max-height: 180px;
}
.gallery-grid__item.size-full {
  grid-column: span 8;
  max-height: 380px;
}
.gallery-grid__item.size-stretched {
  grid-column: span 5;
}
.gallery-grid__item.size-collapsed {
  grid-column: span 3;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.4rem;
}
.grid--gutter-none {
  gap: 0;
}
.grid--gutter-small {
  gap: 1rem;
}
@media (min-width: 1024px) {
  .grid--gutter-small {
    gap: 1.4rem;
  }
  .grid--gutter-medium {
    gap: 2rem;
  }
  .grid--gutter-large {
    gap: 3rem;
  }
}
.grid.count-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid.count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid.count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid.count-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 470px) {
  .grid.count-small-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.count-small-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.count-small-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.count-small-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 780px) {
  .grid.count-medium-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.count-medium-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.count-medium-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.count-medium-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .grid.count-large-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.count-large-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.count-large-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.count-large-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid.count-x-large-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.count-x-large-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.count-x-large-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.count-x-large-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 780px) {
  .grid-span-medium-1 {
    grid-column-start: span 1;
  }
  .grid-span-medium-2 {
    grid-column-start: span 2;
  }
  .grid-span-medium-3 {
    grid-column-start: span 3;
  }
}
@media (min-width: 1024px) {
  .grid-span-large-1 {
    grid-column-start: span 1;
  }
  .grid-span-large-2 {
    grid-column-start: span 2;
  }
  .grid-span-large-3 {
    grid-column-start: span 3;
  }
}
@media (min-width: 1200px) {
  .grid-span-x-large-1 {
    grid-column-start: span 1;
  }
  .grid-span-x-large-2 {
    grid-column-start: span 2;
  }
  .grid-span-x-large-3 {
    grid-column-start: span 3;
  }
}

body, html, :root {
  scroll-padding-top: 79px;
}
@media (min-width: 1024px) {
  body, html, :root {
    scroll-padding-top: 0;
  }
}

.page-header {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 80px;
  padding: 1rem 0;
  display: grid;
  align-items: center;
  position: sticky;
  z-index: 99;
  top: 0;
  background: #0D0D29;
}
@media (min-width: 1024px) {
  .page-header {
    position: static;
  }
}
.page-header__delimiter {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}
@media (min-width: 1024px) {
  .page-header__delimiter {
    display: block;
  }
}
.page-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.page-header__group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .page-header__group {
    gap: 5rem;
  }
}
.page-header__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 470px) {
  .page-header__item {
    gap: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .page-header--transparent {
    background: none;
  }
  .page-header--transparent .button.is-stroke,
  .page-header--transparent .circle-button {
    border: 1px solid #fff;
  }
}

.mini-header {
  border-bottom: 1px solid #222239;
  background: #0D0D29;
}
@media (min-width: 1024px) {
  .mini-header {
    border-bottom: none;
  }
}
.mini-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 80px;
}
@media (min-width: 1024px) {
  .mini-header__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
  .mini-header__wrapper > :last-child {
    justify-self: flex-end;
  }
}
.mini-header__logo-area {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 470px) {
  .mini-header__logo-area {
    gap: 2.5rem;
  }
}
.mini-header__delimiter {
  display: block;
  width: 1px;
  height: 35px;
  background: #fff;
}
.mini-header__secondary-logo > img {
  width: auto;
  height: 30px;
}

.helpscout-chat-button {
  transition: all 0.2s;
  display: flex;
  gap: 0.3em;
  align-items: center;
  padding: 0.7em 1.1em 0.45em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #4ECC6A;
  font-size: 1.1428571429rem;
  appearance: none;
  border: none;
  position: fixed;
  bottom: 100px;
  right: 0;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
  z-index: 98;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #0D0D29;
}
.helpscout-chat-button:hover {
  background: #39AE53;
}

.id-list {
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid #E1DEDE;
  padding: 1rem;
  flex-direction: column;
}
@media (min-width: 470px) {
  .id-list {
    gap: 1rem;
    flex-direction: row;
  }
}
@media (min-width: 780px) {
  .id-list {
    padding: 1.3rem 1.5rem;
  }
}
.id-list__title {
  font-size: 1rem;
}
@media (min-width: 470px) {
  .id-list__title {
    font-size: 1.1428571429rem;
  }
}
.id-list__list {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  list-style-type: none;
  counter-reset: idlist;
}
.id-list__list li {
  white-space: nowrap;
  counter-increment: idlist;
  font-size: 1rem;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  text-align: right;
}
@media (min-width: 470px) {
  .id-list__list li {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 780px) {
  .id-list__list li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.id-list__list li::before {
  content: counter(idlist) ".";
  display: inline-block;
  padding-right: 0.5em;
}
.id-list--reduced {
  border: none;
  padding: 0;
}

.info-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.4s;
  cursor: pointer;
}
.info-drawer.is-active {
  pointer-events: auto;
  background: rgba(13, 13, 41, 0.6);
}
.info-drawer.is-active .info-drawer__wrapper {
  transform: none;
}
.info-drawer__wrapper {
  cursor: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1024px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  overflow: auto;
  transform: translateX(100%);
  transition: all 0.5s;
}
.info-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-size: 1rem;
  padding: 1.2rem 1.5rem 1rem 1.5rem;
}
@media (min-width: 1024px) {
  .info-drawer__header {
    padding: 2rem 4rem;
  }
}
.info-drawer__lead {
  background: #fff;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #E1DEDE;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
  padding: 1.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .info-drawer__lead {
    padding: 2.5rem 4rem;
  }
}
.info-drawer__content {
  background: #fff;
  flex: 1 0 auto;
  padding: 2rem 1.5rem;
}
@media (min-width: 1024px) {
  .info-drawer__content {
    padding: 3rem 4rem;
  }
}

.inline-delimiter {
  width: 1px;
  display: inline-block;
  transform: translateY(-0.35em);
  position: relative;
  margin: 0 0.5em;
}
.inline-delimiter--block {
  transform: none;
}
.inline-delimiter::before {
  content: "";
  position: absolute;
  height: 1.6em;
  width: 100%;
  background: currentColor;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}

.inline-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.inline-icon--unlocked {
  width: auto;
  height: auto;
  display: block;
}

.integration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1428571429rem;
}
@media (min-width: 780px) {
  .integration {
    gap: 1rem;
    font-size: 1.4285714286rem;
  }
}
@media (min-width: 1024px) {
  .integration {
    font-size: 1.7142857143rem;
  }
}
.integration__stars {
  display: flex;
  align-items: center;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
.integration__stars > * {
  display: none;
}
.integration__stars > *.is-filled {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.integration__source {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #0D0D29;
  padding: 0 0.5rem 0 0;
  gap: 0.7rem;
}
.integration__source strong {
  background: #fff;
  border-radius: 10px;
  display: block;
  font-weight: inherit;
  padding: 0 0.3rem;
}
.integration__source span:first-child {
  padding-left: 0.5rem;
}
.integration.is-dark .integration__source {
  color: #fff;
  background: #0D0D29;
}
.integration.is-large {
  font-size: 1.4285714286rem;
}
@media (min-width: 780px) {
  .integration.is-large {
    gap: 1rem;
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 1024px) {
  .integration.is-large {
    font-size: 2rem;
  }
}
.integration--link {
  text-decoration: none;
}
.integration--holidaycheck {
  white-space: nowrap;
  font-family: "Montserrat", "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.integration--holidaycheck .integration__source {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
}
.integration--holidaycheck .integration__source {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
.integration--holidaycheck .integration__source span,
.integration--holidaycheck .integration__source strong {
  display: inline;
  font-weight: 400;
  background: none;
  padding: 0;
}
.integration--holidaycheck .integration__source strong {
  font-weight: 700;
}
.integration--holidaycheck .integration__source .center {
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  display: flex;
}
.integration--holidaycheck .integration__source .center .spinner {
  display: block;
}
.integration--holidaycheck .integration__source > svg {
  width: 105px;
  height: 25px;
  transform: translateY(6px);
}
.integration--holidaycheck .integration__source > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-right: 8px;
  position: relative;
  z-index: 0;
}
.integration--holidaycheck .integration__source > div svg {
  width: 20px;
  height: 20px;
}
.integration--holidaycheck .integration__source > div > span {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 6px;
  transform: translateY(-4px);
  width: 100%;
  border-radius: 0 0 4px 4px;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  backdrop-filter: blur(8px);
}
.integration--holidaycheck .integration__source > div > div {
  display: flex;
  position: relative;
  z-index: 1;
}
.integration--holidaycheck .integration__source > div > div > div {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  height: 32px;
  padding: 0 8px;
  border-radius: 4px 0 0 4px;
  background: #0E55CD;
  color: white;
}
.integration--holidaycheck .integration__source > div > div > div + div {
  border-radius: 0 4px 4px 0;
  background: #fff;
  color: #000820;
  padding-right: 12px;
}
.integration--holidaycheck .integration__source > div > div > div + div svg {
  color: #FFCA3A;
}
.integration--holidaycheck .integration__source > span,
.integration--holidaycheck .integration__source > span strong {
  font-size: 14px;
  color: #fff;
}

.keyvisual {
  position: relative;
}
.keyvisual__content {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .keyvisual__content {
    padding: 60px 0 100px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.keyvisual__area {
  padding-bottom: 50px;
  color: #fff;
}
@media (min-width: 1024px) {
  .keyvisual__area {
    padding-bottom: 80px;
  }
}
.keyvisual__area h1,
.keyvisual__area .h1,
.keyvisual__area h2,
.keyvisual__area .h2,
.keyvisual__area h3,
.keyvisual__area .h3,
.keyvisual__area h4,
.keyvisual__area .h4,
.keyvisual__area h5,
.keyvisual__area .h5,
.keyvisual__area h6,
.keyvisual__area .h6 {
  color: #fff;
}
.keyvisual__headline {
  flex: 0 0 60%;
}
.keyvisual__headline h1,
.keyvisual__headline .h1,
.keyvisual__headline h2,
.keyvisual__headline .h2,
.keyvisual__headline h3,
.keyvisual__headline .h3,
.keyvisual__headline h4,
.keyvisual__headline .h4,
.keyvisual__headline h5,
.keyvisual__headline .h5,
.keyvisual__headline h6,
.keyvisual__headline .h6 {
  color: #fff;
}
.keyvisual__text {
  color: #fff;
  max-width: 470px;
}
@media (min-width: 1024px) {
  .keyvisual__text {
    max-width: none;
    flex: 0 0 30%;
  }
}
.keyvisual__media {
  position: relative;
  z-index: 1;
  margin-bottom: -100px;
}
.keyvisual__media-inner {
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .keyvisual__media-inner {
    border-radius: 40px;
  }
}
.keyvisual__media img,
.keyvisual__media video {
  width: 100%;
  display: block;
}
.keyvisual__media .badge {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 780px) {
  .keyvisual__media .badge {
    right: 50px;
  }
}
@media (min-width: 1380px) {
  .keyvisual__media .badge {
    right: 0;
    top: 50px;
    transform: translateX(50%);
  }
}
.keyvisual__highlights {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 780px) {
  .keyvisual__highlights {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.keyvisual__facts {
  max-width: 100%;
  display: flex;
  gap: 2rem;
  text-align: center;
  margin: 0 auto;
  width: max-content;
}
@media (min-width: 470px) {
  .keyvisual__facts {
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .keyvisual__facts {
    margin: 0;
    gap: 2rem;
    width: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    padding: 1rem 1.5rem;
    height: 100%;
  }
}
.keyvisual__facts p {
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 470px) {
  .keyvisual__facts p {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1024px) {
  .keyvisual__facts p {
    color: #fff;
  }
}
.keyvisual__facts p strong {
  display: block;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.1428571429rem;
  color: #0D0D29;
}
@media (min-width: 470px) {
  .keyvisual__facts p strong {
    font-size: 1.7142857143rem;
  }
}
@media (min-width: 1024px) {
  .keyvisual__facts p strong {
    color: inherit;
  }
}
.keyvisual__keyfact {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 1rem 2rem 1.5rem 2rem;
  text-align: center;
  font-size: 1rem;
  height: 100%;
}
@media (min-width: 780px) {
  .keyvisual__keyfact {
    font-size: 1.1428571429rem;
    padding: 1rem 1.5rem;
  }
}
.keyvisual__keyfact strong {
  display: block;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 0.1em;
  font-size: 2.2857142857rem;
}
@media (min-width: 780px) {
  .keyvisual__keyfact strong {
    font-size: 3.4285714286rem;
  }
}
.keyvisual__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 40px);
  z-index: -2;
}
.keyvisual__background > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyvisual__bottom-bar {
  color: #fff;
  font-size: 0.8571428571rem;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  box-sizing: content-box;
}
.keyvisual__bottom-bar::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .keyvisual--highlight {
    min-height: 650px;
    display: grid;
  }
  .keyvisual--highlight .wrapper,
  .keyvisual--highlight .wrapper__content {
    height: 100%;
  }
  .keyvisual--highlight .wrapper__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.keyvisual--highlight .keyvisual__text {
  margin-left: auto;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .keyvisual--highlight .keyvisual__text {
    flex: 0 1 40%;
  }
}
.keyvisual--highlight .keyvisual__bottom-bar::before {
  bottom: -40px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .keyvisual--highlight .keyvisual__content {
    padding: 30px 0 20px 0;
    height: calc(100vh - 80px);
    max-height: 650px;
    min-height: 500px;
    justify-content: space-between;
  }
}
.keyvisual--image-bg .keyvisual__headline h1,
.keyvisual--image-bg .keyvisual__headline .h1,
.keyvisual--image-bg .keyvisual__headline h2,
.keyvisual--image-bg .keyvisual__headline .h2,
.keyvisual--image-bg .keyvisual__headline h3,
.keyvisual--image-bg .keyvisual__headline .h3,
.keyvisual--image-bg .keyvisual__headline h4,
.keyvisual--image-bg .keyvisual__headline .h4,
.keyvisual--image-bg .keyvisual__headline h5,
.keyvisual--image-bg .keyvisual__headline .h5,
.keyvisual--image-bg .keyvisual__headline h6,
.keyvisual--image-bg .keyvisual__headline .h6 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.prize-keyvisual {
  position: relative;
  max-height: 800px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr auto;
}
@media (min-width: 1024px) {
  .prize-keyvisual {
    max-height: none;
    display: block;
    min-height: 0;
  }
}
.prize-keyvisual .wrapper__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
}
@media (min-width: 1024px) {
  .prize-keyvisual .wrapper__content {
    padding: 3rem 0 0 0;
    gap: 0 4rem;
    min-height: 800px;
    display: grid;
    grid-template-areas: "content menu" "spacer spacer" "info highlight";
    grid-template-rows: auto minmax(100px, 1fr) auto;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .prize-keyvisual__content .stack {
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .prize-keyvisual__content {
    grid-area: content;
  }
}
.prize-keyvisual__menu {
  grid-area: menu;
}
.prize-keyvisual__info {
  position: absolute;
  top: 1rem;
}
@media (min-width: 1024px) {
  .prize-keyvisual__info {
    position: static;
    grid-area: info;
    justify-self: left;
    align-self: flex-end;
  }
}
.prize-keyvisual__highlight {
  grid-area: highlight;
  justify-self: right;
  align-self: flex-end;
}
.prize-keyvisual__media {
  position: relative;
  z-index: -1;
  width: 100%;
  height: calc(100% + 100px);
  overflow: hidden;
}
.prize-keyvisual__media::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: red;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, #0D0D29, rgba(13, 13, 41, 0));
}
@media (min-width: 1024px) {
  .prize-keyvisual__media {
    height: calc(100% + 40px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.prize-keyvisual__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prize-keyvisual__media img + img {
  display: none;
}
@media (min-width: 780px) {
  .prize-keyvisual__media img {
    display: none;
  }
  .prize-keyvisual__media img + img {
    display: block;
  }
}
.prize-keyvisual__highlight {
  width: fit-content;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 1rem 2rem 1.5rem 2rem;
  text-align: center;
  font-size: 1rem;
  height: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .prize-keyvisual__highlight {
    display: block;
  }
}
.prize-keyvisual__highlight strong {
  display: block;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 0.1em;
  font-size: 2.2857142857rem;
}
@media (min-width: 780px) {
  .prize-keyvisual__highlight strong {
    font-size: 3.4285714286rem;
  }
}

.layout-shopping-cart {
  display: grid;
  gap: 1.4285714286rem;
  align-items: flex-start;
  grid-template-columns: repeat(0, 1fr);
}
@media (min-width: 1200px) {
  .layout-shopping-cart {
    grid-template-columns: 7fr 5fr;
  }
}

.layout-charity-info,
.layout-user-settings {
  display: grid;
  gap: 1.5rem;
  grid-template-areas: "sidebar" "content";
  grid-template-columns: minmax(0, 1fr);
  align-items: flex-start;
}
@media (min-width: 780px) {
  .layout-charity-info,
  .layout-user-settings {
    grid-template-areas: "sidebar content";
    grid-template-columns: 2fr 3fr;
  }
}
@media (min-width: 1024px) {
  .layout-charity-info,
  .layout-user-settings {
    grid-template-areas: "sidebar content";
    grid-template-columns: 1fr 3fr;
  }
}
.layout-charity-info__content, .layout-charity-info__sidebar,
.layout-user-settings__content,
.layout-user-settings__sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}
.layout-charity-info__content,
.layout-user-settings__content {
  grid-area: content;
}
.layout-charity-info__sidbear,
.layout-user-settings__sidbear {
  grid-area: sidebar;
}

@media (min-width: 780px) {
  .layout-charity-info {
    grid-template-areas: "sidebar" "content";
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .layout-charity-info {
    grid-template-areas: "sidebar content";
    grid-template-columns: 1fr 3fr;
  }
}

.layout-charity-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "media" "content" "info";
  gap: 2rem;
}
@media (min-width: 1024px) {
  .layout-charity-detail {
    grid-template-columns: 5fr 4fr;
    grid-template-areas: "content media" "info .";
  }
}
@media (min-width: 1200px) {
  .layout-charity-detail {
    grid-template-columns: 4fr 5fr;
    grid-template-areas: "content media" ". info";
  }
}
.layout-charity-detail__content {
  grid-area: content;
}
.layout-charity-detail__media {
  grid-area: media;
}
.layout-charity-detail__media .content-image {
  height: 100%;
}
.layout-charity-detail__info {
  grid-area: info;
}

.layout-pure-page-wrapper {
  background: #F4F4F4;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.layout-pure-page-wrapper.use-defaults {
  min-height: auto;
}
@media (min-width: 780px) {
  .layout-pure-page-wrapper.use-defaults {
    padding-bottom: 50px;
  }
}

.layout-pure-page {
  overflow: clip;
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 2rem;
  transition: all 0.3s;
}
@media (min-width: 780px) {
  .layout-pure-page {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .layout-pure-page {
    padding-top: 100px;
  }
}
.layout-pure-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 200px;
  background: #0D0D29;
  z-index: -1;
  transition: all 0.3s;
}
@media (min-width: 780px) {
  .layout-pure-page::before {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .layout-pure-page::before {
    height: 325px;
  }
}
.layout-pure-page__content {
  max-width: 430px;
  margin: 0 auto;
}
.layout-pure-page--wide .layout-pure-page__content {
  max-width: 810px;
}
.layout-pure-page--dark {
  background: #0D0D29;
}
@media (min-width: 1024px) {
  .layout-pure-page--dark {
    padding-top: 50px;
  }
}
.layout-pure-page--dark::before {
  display: none;
}

.layout-error-page {
  height: 100%;
  background: #f4f4f4;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 50px 0;
}
.layout-error-page .wrapper,
.layout-error-page .wrapper__content, .layout-error-page__content {
  width: 100%;
}
.layout-error-page__content {
  position: relative;
  z-index: 1;
}
.layout-error-page__content h1 {
  line-height: 1;
}
.layout-error-page__content img {
  max-width: 70%;
  margin-left: auto;
  display: block;
  position: relative;
  z-index: -1;
}
.layout-error-page__code {
  position: relative;
  z-index: -2;
  white-space: nowrap;
  width: 100%;
  display: block;
  background-size: contain;
  margin-bottom: -60%;
  padding-top: 30%;
}
@media (min-width: 470px) {
  .layout-error-page__code {
    padding-top: 40%;
  }
}
.layout-error-page__code.code-500 {
  background: url("./public/500.svg") no-repeat;
}
.layout-error-page__code.code-404 {
  background: url("./public/404.svg") no-repeat;
}
.layout-error-page__code.code-503 {
  background: url("./public/503.svg") no-repeat;
}

.loading-indicator {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all 0.4s;
  z-index: 999;
}
.loading-indicator__track {
  transition: all 0.4s;
  background: #4ECC6A;
  height: 5px;
  position: relative;
  z-index: 2;
}
.loading-indicator__spinner {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(13, 13, 41, 0.2);
  z-index: 1;
  opacity: 1;
  transition: all 0.5s;
}
.loading-indicator.is-finished {
  transition-delay: 0.6s;
  opacity: 0;
}
.loading-indicator.is-finished .loading-indicator__spinner {
  opacity: 0;
}
.loading-indicator.is-starting {
  transition: opacity 0.4s;
}
.loading-indicator.is-starting,
.loading-indicator.is-starting .loading-indicator__track {
  transition: none;
}

.logo {
  display: block;
  background: url("./public/logo.svg") no-repeat;
  background-size: contain;
  position: relative;
  width: 90px;
  height: 22px;
  margin-top: 3%;
}
@media (min-width: 470px) {
  .logo {
    width: 110px;
    height: 27px;
  }
}
.logo__title {
  position: absolute;
  text-indent: -200vw;
}

.map-wrapper,
.map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .map-wrapper,
  .map {
    border-radius: 20px;
  }
}

.map-wrapper {
  position: relative;
  background: #0D0D29;
}
.map-wrapper > .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.map-wrapper > .center + .map {
  opacity: 0.5;
}

.map {
  transition: all 0.3s;
}
.map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.map-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .map-split {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.map-split__map {
  height: 250px;
}
@media (min-width: 1024px) {
  .map-split__map {
    height: auto;
  }
}

.media-grid {
  display: grid;
  grid-template-areas: "content" "small" "large";
  grid-template-rows: auto auto;
  gap: 1.5rem;
}
@media (min-width: 780px) {
  .media-grid {
    grid-template-areas: "small large" "content large";
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .media-grid {
    grid-template-columns: 4fr 6fr;
  }
}
.media-grid__media-small {
  grid-area: small;
  width: 100%;
  align-self: flex-start;
}
.media-grid__media-large {
  grid-area: large;
  width: 100%;
  height: 100%;
}
.media-grid__media-large .content-image {
  height: 100%;
}
.media-grid__media-large .content-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-grid__media-small, .media-grid__media-large {
  border-radius: 20px;
  overflow: hidden;
}
.media-grid__media-small > img, .media-grid__media-large > img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.media-grid__content {
  grid-area: content;
  align-self: flex-end;
}

.metric-delimiter {
  display: none;
  width: 1px;
  height: 50px;
  background: #E1DEDE;
}
@media (min-width: 780px) {
  .metric-delimiter {
    display: block;
  }
}

.metric-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1200px) {
  .metric-bar {
    grid-template-columns: 2fr 5fr;
  }
}
.metric-bar__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .metric-bar__list {
    flex-direction: row;
    gap: 5rem;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .metric-bar__list {
    justify-content: flex-end;
  }
}
.metric-bar--no-content {
  grid-template-columns: minmax(0, 1fr);
}
.metric-bar--no-content .metric-bar__list {
  justify-content: flex-start;
}
.metric-bar--small .metric-bar__list {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
@media (min-width: 780px) {
  .metric-bar--small .metric-bar__list {
    flex-direction: row;
  }
}

.metric {
  margin: 0;
  padding: 0;
  font-size: 1.4285714286rem;
  color: #0D0D29;
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 1rem;
}
.metric strong {
  color: inherit;
  font-size: 5rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  white-space: nowrap;
}
.metric--on-dark {
  color: #fff;
}
.metric--small {
  gap: 0.5rem;
  font-size: 1.1428571429rem;
}
.metric--small strong {
  order: 10;
  font-size: 1.7142857143rem;
}

.micro-card {
  background: #fff;
  box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}
.micro-card:hover {
  transform: scale(1.04);
}
.micro-card__image {
  aspect-ratio: 16/10;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.micro-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.micro-card__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.3rem 1rem;
  padding: 0.8rem;
}
@media (min-width: 470px) {
  .micro-card__content {
    white-space: nowrap;
    flex-direction: row;
  }
}
.micro-card__content * {
  font-size: 0.8rem;
  white-space: nowrap;
}
.micro-card__content :first-child {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.micro-card--category .bubble-highlight--gradient {
  position: absolute;
  top: 1em;
  right: 1em;
  border: 1px solid #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 2em);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 13, 41, 0.3);
  z-index: 111;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.modal__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.modal__content {
  width: 100%;
  margin: 0 auto;
}
.modal--size-small .modal__content {
  max-width: 800px;
}
.modal--size-tiny .modal__content {
  max-width: 500px;
}
.modal + .modal, .modal.not-active {
  pointer-events: none;
  opacity: 0;
}
.modal + .modal .modal__wrapper, .modal.not-active .modal__wrapper {
  transform: scale(0.9);
}
.modal .bg-box {
  max-height: calc(100dvh - 40px);
  overflow: auto;
}

.navigation__list {
  list-style-type: none;
}
.navigation__list,
.navigation__list li {
  margin: 0;
  padding: 0;
}
.navigation__list a {
  transition: all 0.2s;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}
.navigation__list a::before {
  content: "";
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 1px;
  background: #4ECC6A;
  transform: translateX(-50%);
}
.navigation__list a:hover {
  color: #4ECC6A;
}
.navigation__list a:hover::before {
  width: 100%;
}
@media (max-width: 1023px) {
  .navigation.is-open .navigation__button-open {
    display: none;
  }
  .navigation.is-open .navigation__button-close {
    display: block;
  }
  .navigation.is-open .navigation__panel {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .navigation.is-open .navigation__list li {
    transform: none;
    opacity: 1;
  }
  .navigation.is-open .navigation__meta, .navigation.is-open .navigation__footer {
    opacity: 1;
    transform: none;
  }
  .navigation__button-close {
    display: none;
  }
  .navigation__panel {
    padding: 3rem 0;
    overflow: auto;
    transition: all 0.5s;
    position: fixed;
    z-index: 99;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0D0D29;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 3rem;
    transform: scale(0.9) translateY(-5%);
    opacity: 0;
    pointer-events: none;
  }
  .navigation__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .navigation__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 1.5rem;
  }
  .navigation__list li {
    transition: all 0.3s;
    transform: translateY(-20%);
    opacity: 0;
  }
  .navigation__list li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .navigation__list li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .navigation__list li:nth-child(4) {
    transition-delay: 0.3s;
  }
  .navigation__list li:nth-child(5) {
    transition-delay: 0.4s;
  }
  .navigation__list li:nth-child(6) {
    transition-delay: 0.5s;
  }
  .navigation__list li:nth-child(7) {
    transition-delay: 0.6s;
  }
  .navigation__list a {
    font-size: 1.7142857143rem;
    font-weight: 700;
  }
  .navigation__meta, .navigation__footer {
    transition: all 0.6s;
    transition-delay: 0.4s;
    opacity: 0;
    transform: scale(0.9);
  }
  .navigation__footer {
    margin: 0 auto;
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
  }
  .navigation__footer * {
    display: block;
  }
}
@media (min-width: 1024px) {
  .navigation__button, .navigation__meta, .navigation__footer {
    display: none;
  }
  .navigation__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1150px) {
  .navigation__list {
    gap: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .navigation__list {
    gap: 3rem;
  }
}

.odds {
  font-size: 0.8571428571rem;
  padding: 0.2em 0.6em;
  border: 1px solid #fff;
  border-radius: 2em;
  display: block;
  opacity: 0.8;
}

.odds-comparison {
  gap: 1rem;
}
.odds-comparison, .odds-comparison__bars {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.odds-comparison__bars {
  gap: 0.7rem;
}
.odds-comparison__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  gap: 1rem;
  height: 40px;
}
.odds-comparison__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.odds-comparison__bar--primary {
  font-weight: 700;
}
.odds-comparison__bar--primary::before {
  width: 100%;
  background: #4ECC6A;
}
.odds-comparison__bar--primary span {
  flex: 1 0 auto;
  text-align: center;
  font-size: 1.1428571429rem;
}
.odds-comparison__bar--primary strong {
  font-weight: 700;
  font-size: 1.4285714286rem;
  color: #0D0D29;
  letter-spacing: -0.02em;
}
.odds-comparison__bar--secondary {
  padding-left: calc(25px + 1rem);
}
.odds-comparison__bar--secondary::before {
  width: 25px;
  background: #F4F4F4;
}
.odds-comparison__highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.odds-comparison__highlight strong {
  font-size: 1.4285714286rem;
  letter-spacing: -0.02em;
}

.partner-card {
  transition: all 0.3s;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  padding: 1.5rem;
  border-radius: 20px;
}
@media (min-width: 780px) {
  .partner-card {
    min-height: 250px;
  }
}
@media (min-width: 1024px) {
  .partner-card {
    min-height: 340px;
    padding: 3.5rem;
    border-radius: 40px;
  }
}
.partner-card > img {
  display: block;
  margin-bottom: 2rem;
}
.partner-card .circle-button {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .partner-card .circle-button {
    right: 3.5rem;
    bottom: 3.56rem;
  }
}
.partner-card__content {
  width: calc(100% - 5rem);
}
@media (min-width: 1024px) {
  .partner-card__content {
    max-width: 350px;
  }
}
.partner-card--clickable:hover {
  transform: scale(1.01);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.payment-method-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.payment-method {
  position: relative;
  display: flex;
  flex-direction: column;
}
.payment-method > input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
}
.payment-method > input:checked + .payment-method__wrapper {
  border-color: #4ECC6A;
}
.payment-method > label {
  position: absolute;
  top: -100vw;
  left: -100vw;
  width: 0;
  height: 0;
  overflow: hidden;
}
.payment-method__wrapper {
  transition: all 0.2s;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff;
}
.payment-method__wrapper-inner {
  display: flex;
  align-items: center;
  padding: calc(1rem - 2px);
  gap: 1rem;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
  min-height: 68px;
}
.payment-method__suffix {
  background: #4ECC6A;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.8571428571rem;
  padding: 0.2em 0;
}
.payment-method__media {
  flex: 0 0 auto;
  width: 60px;
  height: 44px;
  background: #0D0D29;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}
.payment-method__media > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 70%;
}
.payment-method__info-wrapper {
  flex: 1 1 auto;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.payment-method__info {
  flex: 1 0 auto;
  letter-spacing: -0.02em;
  font-weight: 300;
}
.payment-method__info strong {
  font-size: 1.1428571429rem;
  font-weight: 700;
  color: #0D0D29;
  display: block;
}
.payment-method__info span {
  margin-bottom: 0.1em;
  font-size: 0.8571428571rem;
}
.payment-method__action {
  appearance: none;
  padding: 0.5rem 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1.3rem;
  color: #0D0D29;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.payment-method__action > svg {
  display: block;
}
.payment-method__action:hover {
  color: #4ECC6A;
}
.payment-method__reveal {
  display: grid;
  transition: all 0.15s;
  grid-template-rows: 0fr;
}
.payment-method__reveal-content {
  overflow: hidden;
}
.payment-method__reveal-content-inner {
  padding: 0 calc(1rem - 2px) calc(1rem - 2px) calc(1rem - 2px);
}
.payment-method__reveal-content-inner .alert,
.payment-method__reveal-content-inner .spinner {
  margin-top: 1rem;
}
.payment-method__reveal-content-inner:empty {
  display: none;
}
.payment-method__note {
  font-weight: 600;
  border-radius: 1rem;
  background: #4ECC6A;
  display: block;
  color: #fff;
  padding: 0.4em 0.5em;
  line-height: 1;
  text-align: center;
  width: fit-content;
  font-size: 0.7142857143rem;
}
@media (min-width: 470px) {
  .payment-method__note {
    font-size: 0.8571428571rem;
  }
}
.payment-method__note.is-warning {
  background: #F79E1B;
}
.payment-method.has-reveal-content {
  cursor: pointer;
}
.payment-method.is-reveal-open .payment-method__wrapper {
  border-color: #E1DEDE;
}
.payment-method.is-reveal-open .payment-method__reveal {
  grid-template-rows: 1fr;
}
.payment-method.is-clickable {
  cursor: pointer;
}
.payment-method.no-shadow .payment-method__wrapper-inner {
  box-shadow: none;
}
.payment-method--miles_and_more .payment-method__wrapper {
  overflow: hidden;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
}
.payment-method--miles_and_more .payment-method__wrapper-inner {
  background: #05164D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5em;
  padding-right: 1.5rem;
}
.payment-method--miles_and_more .payment-method__wrapper-inner > svg {
  width: 112px;
  height: 30px;
}

.price {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.price strong {
  font-size: 3.4285714286rem;
  color: #0D0D29;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.price small {
  font-size: 1rem;
  color: #0D0D29;
}
.price--small strong {
  font-size: 1.2857142857rem;
}

.prize-card {
  display: block;
  text-decoration: none;
  color: #606060;
}
.prize-card--shadow {
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
.prize-card--border {
  border-radius: 20px;
  border: 1px solid #E1DEDE;
}
.prize-card--border .prize-card__media {
  margin: -1px -1px 0 -1px;
}
.prize-card__header {
  position: relative;
  z-index: 2;
}
.prize-card__meta {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 1;
  display: flex;
  align-items: center;
}
.prize-card__media {
  position: relative;
  display: block;
  padding-top: 58.97%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.prize-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prize-card__buttons {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 1.5rem;
  transform: translateY(-50%);
  border-radius: 2rem;
  padding: 5px;
  background: #fff;
}
.prize-card__content {
  background: #fff;
  padding: 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: 1;
}
.prize-card__content a {
  text-decoration: none;
  color: inherit;
}
.prize-card__action {
  cursor: pointer;
  transition: all 0.4s;
  border: none;
  background: #4ECC6A;
  color: #0D0D29;
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  appearance: none;
  width: 100%;
  margin-top: -2rem;
  padding: 3rem 1rem 1rem 1rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
@media (hover: none) {
  .prize-card__action {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .prize-card__action {
    transform: translateY(-100%) scale(0.95);
  }
}
.prize-card__action .inline-icon {
  width: 1.2em;
  height: 1.2em;
}
.prize-card:hover .prize-card__action {
  transform: none;
}

.prize-details-table {
  width: 100%;
  max-width: 400px;
  font-size: 1.1428571429rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}
.prize-details-table__headline {
  text-align: center;
  margin: 0;
}
.prize-details-table__table {
  display: block;
}
.prize-details-table__table tbody {
  display: block;
}
.prize-details-table__table tr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.prize-details-table__table td, .prize-details-table__table th {
  display: block;
  font-weight: 300;
}
.prize-details-table__table td strong, .prize-details-table__table th strong {
  font-weight: 700;
}
.prize-details-table__table--delimited {
  padding: 0.5rem 0;
  border-top: 2px solid #E1DEDE;
  border-bottom: 2px solid #E1DEDE;
}
.prize-details-table__highlight {
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
}
.prize-details-table__highlight strong {
  font-weight: 700;
  color: #4ECC6A;
  font-size: 1.7857142857rem;
}

.prize-features {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
}
.prize-features ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.prize-features ul,
.prize-features ul li {
  margin: 0;
  padding: 0;
}
.prize-features ul li {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.prize-features ul li svg {
  display: block;
  color: #4ECC6A;
  font-size: 1.1428571429rem;
}
.prize-features ul li span {
  display: block;
  line-height: 1;
  color: #0D0D29;
  font-weight: 500;
  font-size: 0.8571428571rem;
}
.prize-features--boxed {
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
}

.prize-icon {
  padding: 0 0.3em;
  gap: 0.2em;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #0D0D29;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  font-size: 1.2857142857rem;
}
@media (min-width: 780px) {
  .prize-icon {
    font-size: 1.7857142857rem;
  }
}
@media (min-width: 1200px) {
  .prize-icon {
    font-size: 2.5rem;
  }
}
.prize-icon > svg {
  width: 0.9em;
  height: 0.9em;
}

.prize-lottery-info {
  width: fit-content;
  padding: 0.2em 1em;
  background: #0D0D29;
  border-radius: 2rem;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-size: 0.8571428571rem;
}
@media (min-width: 780px) {
  .prize-lottery-info {
    font-size: 1rem;
  }
}
.prize-lottery-info--headline {
  border: none;
  font-size: 1.1428571429rem;
}
@media (min-width: 470px) {
  .prize-lottery-info--headline {
    font-size: 1.2857142857rem;
  }
}
@media (min-width: 780px) {
  .prize-lottery-info--headline {
    font-size: 1.4285714286rem;
  }
}
@media (min-width: 1024px) {
  .prize-lottery-info--headline {
    font-size: 1.5714285714rem;
  }
}

.prize-provider {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.1428571429rem;
  align-items: center;
}
.prize-provider > img {
  max-width: 200px;
  max-height: 120px;
  width: auto;
  height: auto;
}

.prize-slide {
  position: relative;
}
.prize-slide__title {
  position: absolute;
  padding-right: 1rem;
  z-index: 2;
  bottom: 1rem;
  left: 1rem;
}
@media (min-width: 470px) {
  .prize-slide__title {
    bottom: 2rem;
    left: 2rem;
  }
}
.prize-slide__title,
.prize-slide__title .h3 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.prize-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
  pointer-events: none;
  height: 7rem;
}
@media (min-width: 470px) {
  .prize-slide::before {
    height: 10rem;
  }
}

.progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
  gap: 0.3rem;
  padding-bottom: 0.2em;
}
.progress__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progress__value {
  font-size: 1.4285714286rem;
  color: #0D0D29;
  font-weight: 700;
}
.progress__value small {
  font-size: 1rem;
  font-weight: 300;
  color: #606060;
}
.progress__bar {
  position: relative;
  height: 8px;
}
.progress__bar::before {
  content: "";
  opacity: 0.3;
}
.progress__bar::before,
.progress__bar div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: #4ECC6A;
}
.progress__bar div {
  transition: all 0.4s;
}
.progress__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1rem;
  flex-wrap: wrap;
}
.progress__meta span:last-child {
  color: #0D0D29;
  font-weight: 700;
}
.progress--small-font .progress__value {
  font-size: 1rem;
}
.progress__bar {
  display: none;
}

.result-status {
  margin: 0;
  padding: 0.1rem 1rem;
  background: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #0D0D29;
  font-size: 0.8571428571rem;
  width: fit-content;
}
.result-status--grey {
  border: 1px solid #B4B4B4;
  background: #F4F4F4;
}
.result-status--success {
  border: 1px solid #4ECC6A;
  background: rgb(244.2868421053, 251.9131578947, 245.9815789474);
  color: #4ECC6A;
}
.result-status--warning {
  border: 1px solid #FCE61D;
  background: rgb(254.8061135371, 253.384279476, 240.3938864629);
}
.result-status--error {
  border: 1px solid #ff4635;
  background: white;
}

.result-card {
  position: relative;
  border: 1px solid #E1DEDE;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.result-card__meta {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  left: 1rem;
  top: 1rem;
}
@media (min-width: 780px) {
  .result-card__meta {
    left: 1.5rem;
    top: 1.5rem;
  }
}
.result-card__media {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
}
@media (min-width: 780px) {
  .result-card__media {
    padding-top: 60%;
  }
}
.result-card__media-overlay,
.result-card__media > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.result-card__media > img {
  object-fit: cover;
}
.result-card__media-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 13, 41, 0.3);
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 2.2857142857rem;
}
@media (min-width: 780px) {
  .result-card__media-overlay {
    font-size: 3.4285714286rem;
  }
}
.result-card__link {
  transition: all 0.3s;
  border: 1px solid #E1DEDE;
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-decoration: none;
  color: #0D0D29;
  font-size: 1.1428571429rem;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.result-card__link:hover {
  background: #0D0D29;
  color: #fff;
}
.result-card__content {
  flex: 1 0 auto;
  padding: 1rem;
}
@media (min-width: 780px) {
  .result-card__content {
    padding: 1.5rem;
  }
}
.result-card__footer {
  background: #F4F4F4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem;
}
@media (min-width: 780px) {
  .result-card__footer {
    padding: 1.5rem;
  }
}
.result-card__footer svg {
  width: 90px;
  height: 13px;
}
.result-card__footer a {
  font-size: 1.2857142857rem;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}
.result-card__footer a:hover {
  color: #4ECC6A;
}
.result-card--highlight {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  grid-template-areas: "meta" "content" "highlight" "media" "tickets" "footer";
}
@media (min-width: 1024px) {
  .result-card--highlight {
    grid-template-areas: "meta media" "content media" "highlight tickets" "footer footer";
    grid-template-rows: auto 1fr auto auto;
  }
}
.result-card--highlight .result-card__meta {
  position: static;
  grid-area: meta;
}
.result-card--highlight .result-card__media {
  grid-area: media;
  border-radius: 15px;
  padding-top: 45%;
}
.result-card--highlight .result-card__content {
  grid-area: content;
  padding: 0;
}
.result-card--highlight .result-card__highlights {
  grid-area: highlight;
  align-self: flex-end;
}
.result-card--highlight .result-card__tickets {
  grid-area: tickets;
}
.result-card--highlight .result-card__footer {
  grid-area: footer;
  margin: 0 -1.5rem -1.5rem -1.5rem;
}

.scroll-area {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .scroll-area.count-2 .scroll-area__items > * {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .scroll-area.count-3 .scroll-area__items > * {
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 470px) {
  .scroll-area.count-4 .scroll-area__items > * {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .scroll-area.count-4 .scroll-area__items > * {
    flex: 0 0 25%;
  }
}
.scroll-area.count-5 .scroll-area__items > * {
  flex: 0 0 50%;
}
@media (min-width: 1024px) {
  .scroll-area.count-5 .scroll-area__items > * {
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .scroll-area.count-5 .scroll-area__items > * {
    flex: 0 0 20%;
  }
}
.scroll-area, .scroll-area__track {
  overflow: hidden;
}
.scroll-area__items {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-area__items::-webkit-scrollbar {
  display: none;
}
.scroll-area__items > * {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.scroll-area__bar {
  margin-top: 2rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
}
.scroll-area__bar div {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #fff;
}

.section {
  transition: all 1s;
  padding: 50px 0;
}
@media (min-width: 470px) {
  .section {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  .section {
    padding: 100px 0;
  }
}
.section--grey, .section--white {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .section--grey, .section--white {
    border-radius: 40px;
  }
}
.section--grey {
  background: #F4F4F4;
}
.section--white {
  background: #fff;
}
.section--dark .section__header,
.section--dark .section__content {
  color: #fff;
}
.section--dark .section__header h1,
.section--dark .section__header .h1,
.section--dark .section__header h2,
.section--dark .section__header .h2,
.section--dark .section__header h3,
.section--dark .section__header .h3,
.section--dark .section__header h4,
.section--dark .section__header .h4,
.section--dark .section__header h5,
.section--dark .section__header .h5,
.section--dark .section__header h6,
.section--dark .section__header .h6,
.section--dark .section__content h1,
.section--dark .section__content .h1,
.section--dark .section__content h2,
.section--dark .section__content .h2,
.section--dark .section__content h3,
.section--dark .section__content .h3,
.section--dark .section__content h4,
.section--dark .section__content .h4,
.section--dark .section__content h5,
.section--dark .section__content .h5,
.section--dark .section__content h6,
.section--dark .section__content .h6 {
  color: #fff;
}
.section--keyvisual-offset .wrapper {
  padding-top: 100px;
}
.section--overflow-hidden {
  overflow: hidden;
}
.section__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  padding-bottom: 40px;
  flex-direction: column;
}
@media (min-width: 780px) {
  .section__header {
    gap: 3rem;
    display: flex;
    padding-bottom: 70px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.section__header--standalone {
  padding-bottom: 0;
}
.section__header--content .section__header-title {
  flex: 0 0 60%;
  max-width: 90%;
}
.section__header--content .section__header-content {
  flex: 0 0 30%;
  max-width: 470px;
}
@media (min-width: 1024px) {
  .section__header--content .section__header-content {
    max-width: none;
  }
}
.section--reduce-top-gutter-always {
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .section--reduce-top-gutter-always {
    padding-top: 50px;
  }
}
@media (max-width: 469px) {
  .section--reduce-top-gutter-small {
    padding-top: 25px;
  }
}
@media (max-width: 779px) {
  .section--reduce-top-gutter-medium {
    padding-top: 25px;
  }
}
@media (max-width: 1023px) {
  .section--reduce-top-gutter-large {
    padding-top: 25px;
  }
}
.section--reduce-bottom-gutter-always {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .section--reduce-bottom-gutter-always {
    padding-bottom: 50px;
  }
}
@media (max-width: 469px) {
  .section--reduce-bottom-gutter-small {
    padding-bottom: 25px;
  }
}
@media (max-width: 779px) {
  .section--reduce-bottom-gutter-medium {
    padding-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .section--reduce-bottom-gutter-large {
    padding-bottom: 25px;
  }
}

.shape-headline {
  transition: all 0.3s;
  color: #fff !important;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.3em 1.2em 0.25em 0.6em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
  font-weight: 800;
  line-height: 1;
  width: max-content;
  max-width: 100%;
}
.shape-headline.is-h1 {
  text-align: left;
  font-size: 2.1428571429rem;
}
@media (min-width: 780px) {
  .shape-headline.is-h1 {
    font-size: 2.8571428571rem;
  }
}
@media (min-width: 1024px) {
  .shape-headline.is-h1 {
    font-size: 3.2142857143rem;
  }
}
.shape-headline.is-h2, .shape-headline.is-h3, .shape-headline.is-h4, .shape-headline.is-h5, .shape-headline.is-h6 {
  font-size: 1.4285714286rem;
}
@media (min-width: 780px) {
  .shape-headline.is-h2, .shape-headline.is-h3, .shape-headline.is-h4, .shape-headline.is-h5, .shape-headline.is-h6 {
    font-size: 1.7857142857rem;
  }
}
@media (min-width: 1024px) {
  .shape-headline.is-h2, .shape-headline.is-h3, .shape-headline.is-h4, .shape-headline.is-h5, .shape-headline.is-h6 {
    font-size: 2.1428571429rem;
  }
}
.shape-headline svg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shape-headline small {
  color: #fff;
  margin: 0;
  font-weight: 800;
  font-size: 0.7em;
}

.sidebar-nav {
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .sidebar-nav::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url("../../public/chevron.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.sidebar-nav__list {
  list-style-type: none;
}
.sidebar-nav__list,
.sidebar-nav__list li {
  padding: 0;
  margin: 0;
}
.sidebar-nav__list button,
.sidebar-nav__list a {
  appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.02em;
  color: #0D0D29;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1428571429rem;
}
.sidebar-nav__list button svg,
.sidebar-nav__list a svg {
  font-size: 1.2em;
  flex: 0 0 auto;
}
.sidebar-nav__list button::before,
.sidebar-nav__list a::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #4ECC6A;
  opacity: 0;
}
.sidebar-nav__list button.is-active, .sidebar-nav__list button:hover,
.sidebar-nav__list a.is-active,
.sidebar-nav__list a:hover {
  background: #F3F3F5;
}
.sidebar-nav__list button.is-active::before,
.sidebar-nav__list a.is-active::before {
  opacity: 1;
}
.sidebar-nav__select {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .sidebar-nav__select {
    display: none;
  }
}
@media (max-width: 1023px) {
  .sidebar-nav__list {
    pointer-events: none;
  }
  .sidebar-nav__list button.is-active,
  .sidebar-nav__list a.is-active {
    background: #fff;
  }
  .sidebar-nav__list button:not(.is-active),
  .sidebar-nav__list a:not(.is-active) {
    display: none;
  }
}

.swiper .swiper-pagination {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #4ECC6A;
  opacity: 0.4;
  cursor: pointer;
}
.swiper .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  opacity: 1;
}

@media (max-width: 1023px) {
  .mod--slider-overflow-mobile > .swiper {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .mod--slider-overflow-desktop > .swiper {
    overflow: visible;
  }
}
.mod--slider-overflow-always > .swiper {
  overflow: visible;
}

@media (min-width: 1024px) {
  .mod--slider-hide-desktop-pagination .swiper-pagination {
    display: none;
  }
}

@media (max-width: 1023px) {
  .mod--slider-hide-mobile-pagination .swiper-pagination {
    display: none;
  }
}

.mod--slider-stretch-height .swiper-slide {
  height: auto !important;
}
.mod--slider-stretch-height .swiper-slide > * {
  height: 100%;
}

.section--dark .swiper .swiper-pagination-bullet {
  background: #fff;
}

.social-impact-badge {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, 0.07);
  width: min-content;
  border-radius: 0.7rem;
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 360px) {
  .social-impact-badge {
    grid-template-columns: auto auto;
    grid-template-rows: auto;
  }
}
.social-impact-badge__label {
  background: #fff;
  font-weight: 700;
  color: #0D0D29;
  font-size: 0.7857142857rem;
  line-height: 1em;
  white-space: nowrap;
  align-items: center;
  display: flex;
  padding: 0.8rem 0.7rem 0.8rem 0.5rem;
  gap: 0.3rem;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 360px) {
  .social-impact-badge__label {
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 470px) {
  .social-impact-badge__label {
    padding: 0.8rem;
    gap: 0.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .social-impact-badge__label {
    padding: 1rem;
    gap: 0.8rem;
    font-size: 1.1428571429rem;
  }
}
.social-impact-badge__label .inline-icon {
  font-size: 1.7rem;
}
.social-impact-badge__target {
  border-radius: 0 0 10px 10px;
  background: #0D0D29;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
  justify-items: center;
}
@media (min-width: 360px) {
  .social-impact-badge__target {
    border-radius: 0 12px 10px 0;
  }
}
.social-impact-badge__target span {
  width: 100%;
  display: block;
  background: #4ECC6A;
  color: #0D0D29;
  text-align: center;
  font-size: 0.7142857143rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
  padding: 0.4em 1rem;
}
@media (min-width: 360px) {
  .social-impact-badge__target span {
    border-radius: 0 10px 0 0;
  }
}
.social-impact-badge__target svg {
  width: calc(110px + 2rem);
  padding: 0.5rem 1rem;
  height: calc(18px + 1rem);
}
@media (min-width: 360px) {
  .social-impact-badge__target svg {
    padding: 0 1rem;
    height: 18px;
  }
}
.social-impact-badge--on-dark {
  box-shadow: none;
}
.social-impact-badge--on-dark .social-impact-badge__label {
  background: #4ECC6A;
  color: #0D0D29;
  padding: 0.4rem 1rem 0.4rem 1rem;
  border-radius: 10px;
  font-size: 1.0714285714rem;
}
.social-impact-badge--on-dark .social-impact-badge__target {
  display: none;
}
.social-impact-badge--on-keyvisual {
  padding-top: 12px;
}
.social-impact-badge--on-keyvisual .social-impact-badge__label {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  color: #fff;
}
.social-impact-badge--on-keyvisual .social-impact-badge__target {
  position: relative;
  padding: 0.5em 1.3em;
  border-radius: 0 10px 10px 0;
  grid-template-rows: auto auto;
}
.social-impact-badge--on-keyvisual .social-impact-badge__target::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 12px solid #0D0D29;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.social-impact-badge--on-keyvisual .social-impact-badge__target span {
  background: none;
  color: #fff;
  padding: 0;
  font-size: 0.5714285714rem;
  opacity: 0.7;
  font-weight: 400;
}
.social-impact-badge--on-keyvisual .social-impact-badge__target svg {
  margin-bottom: 0.3rem;
}
.social-impact-badge--center {
  margin: 0 auto;
}

.social-login-spacer {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  color: #B4B4B4;
  gap: 1rem;
  text-transform: uppercase;
}
.social-login-spacer::before, .social-login-spacer:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #B4B4B4;
}

.social-login-button {
  appearance: none;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 2rem;
  min-height: 50px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.4285714286rem;
  font-weight: 500;
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.7rem 1.7rem 0.74rem;
  width: 100%;
}
.social-login-button--paypal {
  background: #0070BA;
  color: #fff;
  font-size: 1.0714285714rem;
  padding: 0.4em 0.7em;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.social-login-button--paypal:not(.is-static):hover {
  background: #003087;
}
.social-login-button--paypal::before {
  content: "";
  background: url("./public/paypal-white-transparent-small.png") no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}
.social-login-button.is-static {
  cursor: default;
  border: 3px solid #4ECC6A;
}
.social-login-button--miles-and-more {
  background: #05164D;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}
.social-login-button--miles-and-more:not(.is-static):hover {
  background: #344066;
}
.social-login-button--miles-and-more svg {
  width: 106.342px;
  height: 26.694px;
}
.social-login-button--miles-and-more span {
  font-size: 0.7142857143rem;
  color: #05164D;
  background: #fff;
  padding: 0.4em 0.7em;
  border-radius: 1rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}

.spacer {
  clear: both;
}

.special-claim-info {
  background: #4ECC6A;
  border-radius: 0.8rem;
  border: 3px solid #4ECC6A;
}
.special-claim-info__content {
  background: #0D0D29;
  border-radius: 0.6rem;
  color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.special-claim-info__headline {
  font-size: 0.8571428571rem;
}
.special-claim-info__headline strong {
  display: block;
  font-weight: 700;
  font-size: 1.4285714286rem;
  line-height: 1.2;
}
.special-claim-info__pill {
  font-size: 0.8571428571rem;
  border-radius: 1rem;
  padding: 0.4rem 0.4rem;
  background: #C9FFD5;
  color: #0D0D29;
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-weight: 700;
  line-height: 1.1;
}
.special-claim-info__pill.is-inactive {
  background: #D1D1D1;
}
.special-claim-info__pill.is-inactive i {
  background: #FF9090;
  box-shadow: 0 0 0.8em 0 #ff9090;
}
.special-claim-info__pill i {
  border-radius: 50%;
  display: block;
  width: 1em;
  height: 1em;
  background: #24E64E;
  box-shadow: 0 0 0.8em 0 #24e64e;
}
.special-claim-info__meta {
  padding: 0.7em 0 calc(0.7em - 3px);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 0.9285714286rem;
  line-height: 1.2;
}
.special-claim-info.is-inactive {
  background: #565656;
  border-color: #565656;
}

.spinner {
  width: 45px;
  height: 45px;
  border: 5px solid #E1DEDE;
  border-bottom-color: #3D3D54;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: animationRotation 1s linear infinite;
}
.spinner--small {
  width: 20px;
  height: 20px;
  border-width: 2px;
}
.spinner--white {
  border-color: #fff #fff #3D3D54 #fff;
}

.stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
.stack--none {
  gap: 0;
}
.stack--tiny {
  gap: 0.5rem;
}
.stack--flat, .stack--small {
  gap: 1rem;
}
.stack--medium {
  gap: 4rem;
}
.stack--large {
  gap: 6rem;
}
.stack--xlarge {
  gap: 8rem;
}
.stack--align-left {
  justify-items: flex-start;
}
.stack--align-right {
  justify-items: flex-end;
}
.stack--align-center {
  justify-items: center;
}

.stage-visualiser {
  position: relative;
}
.stage-visualiser__content {
  width: 100%;
  margin-top: -5rem;
}
@media (min-width: 470px) {
  .stage-visualiser__content {
    margin-top: -9rem;
    max-width: 400px;
  }
}
@media (min-width: 780px) {
  .stage-visualiser__content {
    margin-top: 0;
    max-width: none;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -3rem;
  }
}
.stage-visualiser__content-wrapper {
  width: 100%;
  margin-left: auto;
}
@media (min-width: 780px) {
  .stage-visualiser__content-wrapper {
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  .stage-visualiser__content-wrapper {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .stage-visualiser__content-wrapper {
    max-width: 400px;
  }
}
.stage-visualiser__content-wrapper p {
  margin: 0;
}
.stage-visualiser__content-wrapper > div {
  font-weight: 700;
  letter-spacing: -0.07em;
  display: block;
  line-height: 1;
  text-shadow: -1px -1px 0 #0D0D29, 1px -1px 0 #0D0D29, -1px 1px 0 #0D0D29, 1px 1px 0 #0D0D29;
  color: #fff;
  font-size: 7.1428571429rem;
}
@media (min-width: 1024px) {
  .stage-visualiser__content-wrapper > div {
    font-size: 10.7142857143rem;
  }
}
@media (min-width: 1200px) {
  .stage-visualiser__content-wrapper > div {
    font-size: 12.8571428571rem;
  }
}
.stage-visualiser__canvas {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.stage-visualiser__canvas--mobile {
  background-image: url("./public/stage-visualisation-mobile.svg");
  padding-top: 205%;
}
.stage-visualiser__canvas--desktop {
  display: none;
  background-image: url("./public/stage-visualisation-desktop.svg");
  padding-top: 39%;
}
@media (min-width: 780px) {
  .stage-visualiser__canvas--mobile {
    display: none;
  }
  .stage-visualiser__canvas--desktop {
    display: block;
  }
}

.stage-poi {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
@media (min-width: 780px) {
  .stage-poi {
    width: 75px;
    height: 75px;
  }
}
.stage-poi__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 3px solid currentColor;
  border-radius: 50%;
}
.stage-poi__icon svg,
.stage-poi__icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stage-poi__icon svg {
  width: 40%;
  height: 40%;
}
.stage-poi__icon span {
  display: block;
  line-height: 1;
  font-size: 1.8rem;
}
.stage-poi__label {
  position: absolute;
  white-space: nowrap;
  color: #0D0D29;
  font-size: 14px;
  font-weight: 700;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 780px) {
  .stage-poi__label {
    text-align: center;
    top: auto;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.stage-poi::before, .stage-poi::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
@media (min-width: 780px) {
  .stage-poi::before, .stage-poi::after {
    left: 50%;
    top: -75px;
    transform: translateX(-50%);
  }
}
.stage-poi::after {
  width: 100%;
  height: 2px;
}
@media (min-width: 780px) {
  .stage-poi::after {
    height: 100%;
    width: 2px;
  }
}
.stage-poi--reverse .stage-poi__label {
  left: auto;
  right: calc(100% + 50px);
  transform: translateY(-50%);
}
@media (min-width: 780px) {
  .stage-poi--reverse .stage-poi__label {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    bottom: auto;
    top: 160px;
  }
}
.stage-poi--reverse::before, .stage-poi--reverse::after {
  right: auto;
  left: -40px;
}
@media (min-width: 780px) {
  .stage-poi--reverse::before, .stage-poi--reverse::after {
    left: 50%;
    top: auto;
    bottom: -75px;
  }
}
.stage-poi--big {
  width: 80px;
  height: 80px;
}
@media (min-width: 780px) {
  .stage-poi--big {
    width: 120px;
    height: 120px;
  }
}
.stage-poi--big .stage-poi__icon span {
  font-size: 2rem;
}
@media (min-width: 780px) {
  .stage-poi--big .stage-poi__icon span {
    font-size: 3.3rem;
  }
}
.stage-poi--big::before, .stage-poi--big:after {
  right: -20px;
}
.stage-poi--big .stage-poi__label {
  left: 110px;
  font-size: 1.7142857143rem;
}
@media (min-width: 780px) {
  .stage-poi--big .stage-poi__label {
    left: 50%;
    bottom: 200px;
    font-size: 2.2857142857rem;
  }
}
.stage-poi--big.stage-poi--reverse .stage-poi__label {
  top: 200px;
}

.section--dark .stage-visualiser .stage-poi__label {
  color: #fff;
}
.section--dark .stage-visualiser .stage-poi__icon {
  background: #0D0D29;
}
.section--dark .stage-visualiser .stage-visualiser__content {
  color: #fff;
}

.step-menu {
  position: sticky;
  bottom: 0;
  z-index: 5;
}
.step-menu--not-sticky {
  position: static;
}
.step-menu__track {
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
}
.step-menu__wrapper {
  padding: 1.5rem 0;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 780px) {
  .step-menu__wrapper {
    padding: 0;
    height: 80px;
  }
}
.step-menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
}
@media (min-width: 780px) {
  .step-menu__inner {
    align-items: center;
  }
}
.step-menu__delimiter {
  display: none;
}
@media (min-width: 780px) {
  .step-menu__delimiter {
    display: block;
    width: 1px;
    height: 30px;
    background: #E1DEDE;
  }
}
.step-menu__info-span {
  flex: 1 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 470px) {
  .step-menu__info-span {
    display: none;
  }
}
.step-menu__info {
  display: flex;
  align-items: center;
  color: #0D0D29;
  font-size: 1.1428571429rem;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 auto;
  text-align: center;
}
@media (min-width: 780px) {
  .step-menu__info {
    flex: 0 0 auto;
    flex-direction: row;
    gap: 2rem;
  }
}
.step-menu__info button {
  width: 100%;
}
@media (min-width: 780px) {
  .step-menu__info button {
    width: auto;
  }
}
.step-menu__info p {
  display: none;
}
@media (min-width: 470px) {
  .step-menu__info p {
    margin: 0;
    display: block;
  }
}

.step-progress {
  display: flex;
  justify-content: space-between;
}
.step-progress__step {
  position: relative;
  text-align: center;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 0.8571428571rem;
}
@media (min-width: 780px) {
  .step-progress__step {
    font-size: 1.1428571429rem;
    padding: 0 1.5rem;
  }
}
.step-progress__step::before {
  content: "";
  display: block;
  margin: 0 auto 1rem auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.5rem solid #0D0D29;
  background: #4ECC6A;
  box-shadow: 0 0 0 1px #4ECC6A;
}
@media (min-width: 780px) {
  .step-progress__step::before {
    width: 3rem;
    height: 3rem;
  }
}
.step-progress__step::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4ECC6A;
  z-index: -1;
}
@media (min-width: 780px) {
  .step-progress__step::after {
    top: 1.5rem;
  }
}
.step-progress__step:first-child {
  padding-left: 0;
}
.step-progress__step:first-child::after {
  width: 50%;
  left: 50%;
}
.step-progress__step:last-child {
  padding-right: 0;
}
.step-progress__step:last-child::after {
  width: 50%;
}
.step-progress__step.is-active::before {
  border: 0;
  background-image: url("./public/checkmark-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.subscription-model {
  position: relative;
}
.subscription-model__info {
  width: max-content;
  color: #0D0D29;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  z-index: 2;
  padding: 0.7rem 1.5rem;
  border-radius: 0 20px 0 20px;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .subscription-model__info {
    position: static;
    padding: 0.7rem 1.5rem calc(0.7rem + 25px) 1.5rem;
    border-radius: 20px 20px 0 0;
    margin-bottom: -25px;
  }
}
.subscription-model__info--active {
  background: #4ECC6A;
}
.subscription-model__info::after {
  content: " ";
}
.subscription-model__content {
  background: #fff;
  border-radius: 20px;
  padding: 0.85rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .subscription-model__content {
    padding: 1.5rem;
  }
}
.subscription-model__action {
  display: block;
  margin-top: -25px;
  padding: calc(0.9rem + 25px) 1.5rem 0.9rem 1.5rem;
  text-align: center;
  text-decoration: none;
  background: #4ECC6A;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #0D0D29;
  font-weight: 700;
  font-size: 1.1428571429rem;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .subscription-model__action {
    transform: translateY(-100%);
  }
}
.subscription-model.is-active .subscription-model__action, .subscription-model:hover .subscription-model__action {
  transform: none;
}
@media (min-width: 1024px) {
  .subscription-model--centered .subscription-model__info {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 0;
    padding-bottom: 0.7rem;
  }
}

.ticket-add {
  width: 100%;
  height: 100%;
  border: 1px solid #E1DEDE;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  text-align: center;
}
.ticket-add--fixed-size {
  padding: 0;
  height: 110px;
}
@media (min-width: 780px) {
  .ticket-add--fixed-size {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .ticket-add--fixed-size {
    height: 350px;
  }
}
.ticket-add a {
  border-radius: 50%;
  background: #E1DEDE;
  color: #0D0D29;
  display: block;
  position: relative;
  transition: all 0.2s;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 1024px) {
  .ticket-add a {
    width: 5rem;
    height: 5rem;
  }
}
.ticket-add a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.ticket-add a:hover {
  background: #4ECC6A;
  color: #fff;
}
.ticket-add span {
  color: #0D0D29;
  letter-spacing: -0.02em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .ticket-add span {
    font-size: 1.1428571429rem;
  }
}
.ticket-add__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .ticket-add__button {
    gap: 1rem;
  }
}

.tickets-check__form {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
  .tickets-check__form {
    grid-template-columns: 1fr 250px;
  }
}
.tickets-check__form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 100px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #0D0D29;
  flex: 1 1 auto;
  display: block;
  min-height: 40px;
}
@media (min-width: 470px) {
  .tickets-check__form input {
    min-height: 50px;
  }
}
.tickets-check__result {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.ticket-check {
  display: grid;
  border-top: 1px solid rgba(96, 96, 96, 0.2);
  padding: 2rem 0 0 0;
  margin-top: 2rem;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "media" "content" "info";
}
@media (min-width: 470px) {
  .ticket-check {
    grid-template-columns: auto 1fr;
    grid-template-areas: "media content" ". info";
  }
}
@media (min-width: 780px) {
  .ticket-check {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "media content info";
  }
}
.ticket-check--error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1428571429rem;
}
.ticket-check--error strong {
  color: #0D0D29;
}
.ticket-check--error strong span {
  color: #ff4635;
}
.ticket-check__media {
  position: relative;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 470px) {
  .ticket-check__media {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 780px) {
  .ticket-check__media {
    width: 160px;
    height: 100px;
  }
}
.ticket-check__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ticket-check__media span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 41, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-family: "museo", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}
.ticket-check__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}
.ticket-check__content h1,
.ticket-check__content .h1,
.ticket-check__content h2,
.ticket-check__content .h2,
.ticket-check__content h3,
.ticket-check__content .h3,
.ticket-check__content h4,
.ticket-check__content .h4,
.ticket-check__content h5,
.ticket-check__content .h5,
.ticket-check__content h6,
.ticket-check__content .h6 {
  font-size: 1.1428571429rem;
  margin: 0;
}
.ticket-check__infos {
  grid-area: info;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.ticket-check__info {
  letter-spacing: -0.02em;
  font-weight: 700;
  background: #F4F4F4;
  border-radius: 2rem;
  color: #0D0D29;
  padding: 0.5rem 1rem;
  display: flex;
  gap: 0.8em;
  align-items: center;
}
@media (min-width: 780px) {
  .ticket-check__info {
    font-size: 1.1428571429rem;
  }
}
@media (min-width: 1024px) {
  .ticket-check__info {
    padding: 0.8rem 1.2rem;
  }
}
.ticket-check__info strong {
  font-weight: 700;
  color: #4ECC6A;
}

.ticket-highlight {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.ticket-highlight__content {
  background: #fff;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .ticket-highlight__content {
    position: absolute;
    right: 1.7rem;
    bottom: 1.7rem;
    max-width: 370px;
    border-radius: 20px;
  }
}
.ticket-highlight__media img {
  display: block;
}

.ticket-history {
  gap: 2.5rem;
}
.ticket-history, .ticket-history__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.ticket-history__list {
  gap: 0.5rem;
}
.ticket-history__header {
  border-bottom: 1px solid #E1DEDE;
  display: flex;
  gap: 5rem;
  padding-bottom: 0.5rem;
}
.ticket-history__header * {
  margin: 0;
}
.ticket-history__header p {
  order: -1;
}
.ticket-history__item {
  border: 1px solid #E1DEDE;
  border-radius: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-template-areas: "media status" "content content" "list list";
  gap: 0.5rem 1rem;
  padding: 1rem;
}
@media (min-width: 500px) {
  .ticket-history__item {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "media content status" ". list list";
  }
}
@media (min-width: 780px) {
  .ticket-history__item {
    padding: 1rem 2rem 1rem 1rem;
    gap: 0.5rem 2rem;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas: "media content status list";
  }
}
.ticket-history__item-media {
  grid-area: media;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 100px;
  height: 60px;
}
@media (min-width: 500px) {
  .ticket-history__item-media {
    width: 70px;
    height: 40px;
  }
}
@media (min-width: 780px) {
  .ticket-history__item-media {
    width: 190px;
    height: 110px;
    border-radius: 10px;
  }
}
.ticket-history__item-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ticket-history__item-media span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 13, 41, 0.3);
  font-size: 1.4285714286rem;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.ticket-history__item-content {
  grid-area: content;
}
.ticket-history__item-list {
  grid-area: list;
}
.ticket-history__item-status {
  grid-area: status;
}

.ticket-options {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ticket-options__button, .ticket-options__select {
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
}
.ticket-options__area {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
@media (min-width: 1024px) {
  .ticket-options__area {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ticket-options--slim .ticket-options__area {
  grid-template-columns: minmax(0, 1fr);
}

.ticket-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
  color: #606060;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.ticket-option:hover {
  transform: scale(1.04);
}
.ticket-option h1,
.ticket-option .h1,
.ticket-option h2,
.ticket-option .h2,
.ticket-option h3,
.ticket-option .h3,
.ticket-option h4,
.ticket-option .h4,
.ticket-option h5,
.ticket-option .h5,
.ticket-option h6,
.ticket-option .h6 {
  font-size: 1.7857142857rem;
  color: #0D0D29 !important;
  margin: 0;
}
.ticket-option__active {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0D0D29;
  transition: all 0.1s;
}
@media (min-width: 1200px) {
  .ticket-option__active {
    margin-right: 1rem;
  }
}
.ticket-option__active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.ticket-option__count {
  position: absolute;
  top: 0;
  right: 0;
  background: #606060;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: 700;
  padding: 0.4em 1em 0.4em 1.2em;
  border-bottom-left-radius: 2rem;
  white-space: nowrap;
}
.ticket-option__count.is-highlight {
  background: #4ECC6A;
  color: #0D0D29;
}
.ticket-option__price {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0D0D29;
  line-height: 1.2;
}
.ticket-option__price strong {
  font-size: 1.7142857143rem;
  font-weight: 700;
}
.ticket-option__disabled-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.ticket-option__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
  align-self: flex-start;
}
.ticket-option__content ul {
  list-style-type: none;
}
.ticket-option__content ul, .ticket-option__content ul li {
  margin: 0;
  padding: 0;
}
.ticket-option__content ul li {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
  font-size: 1.1428571429rem;
}
.ticket-option__content ul li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.8em;
  height: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
}
.ticket-option__content ul li.is-positive {
  color: #0D0D29;
}
.ticket-option__content ul li.is-positive::before {
  background-image: url("./public/checkmark-green.svg");
}
.ticket-option__content ul li.is-negative {
  color: #606060;
}
.ticket-option__content ul li.is-negative::before {
  background-image: url("./public/crossmark-red.svg");
}
.ticket-option--active .ticket-option__active {
  background: #4ECC6A;
}
.ticket-option--disabled {
  cursor: default;
}
.ticket-option--disabled:hover {
  transform: none;
}
.ticket-option--disabled .ticket-option__disabled-overlay {
  display: flex;
}

.transaction-history {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.transaction-history__list {
  border: 1px solid #B4B4B4;
  border-radius: 1rem;
}
.transaction-history__item {
  padding: 0.5rem;
  border-top: 1px solid #B4B4B4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 3rem;
}
@media (min-width: 780px) {
  .transaction-history__item {
    padding: 1rem;
  }
}
.transaction-history__item:first-child {
  border-top: none;
}
.transaction-history__item-date {
  font-size: 1.1rem;
}
.transaction-history__item-title {
  padding: 0.2em 0;
  font-weight: bold;
}
.transaction-history__item-title > div {
  padding: 0.2em 0.5em;
  background: #E1DEDE;
  width: max-content;
}
.transaction-history__item-title.is-positive > div {
  color: #4ECC6A;
  border: 1px solid #4ECC6A;
  background: rgba(78, 204, 106, 0.1);
}
.transaction-history__item-field {
  flex: 0 1 auto;
}
.transaction-history__item-amount {
  text-align: right;
  font-weight: bold;
}
.transaction-history__item-amount:not(.is-negative) {
  color: #4ECC6A;
}
.transaction-history__item-amount:not(.is-negative)::before {
  content: "+";
}
.transaction-history__item-details-button {
  appearance: none;
  padding: 0.2em 0.5em;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid #B4B4B4;
  color: #606060;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.transaction-history__item-details-button::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  background: #B4B4B4 url("./public/chevron-white.svg") no-repeat center center;
  background-size: 65%;
  transition: background-color 0.2s;
}
.transaction-history__item-details-button:hover {
  border-color: #0D0D29;
  color: #0D0D29;
}
.transaction-history__item-details-button:hover::after {
  background-color: #0D0D29;
}
.transaction-history__item-details-button.is-active::after {
  transform: rotate(-180deg);
}
.transaction-history__item-details {
  width: 100%;
  flex: 0 0 100%;
}

.transaction-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
}
.transaction-details__group.is-single-line .transaction-details__group-items {
  padding-left: 0;
}
.transaction-details__group-title {
  font-weight: 600;
}
.transaction-details__group-items {
  padding-top: 0.2em;
  padding-left: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.1rem;
}
.transaction-details__group-items:first-child {
  padding-top: 0;
}
.transaction-details__group-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.transaction-history-coupon {
  padding: 0.2em 0.6em;
  background: #E1DEDE;
  border-radius: 3em;
  font-size: 0.9em;
  font-weight: 500;
}

.toast-manager {
  position: sticky;
  top: 80px;
  z-index: 20;
  height: 0;
}
@media (min-width: 1024px) {
  .toast-manager {
    top: 0;
  }
}
.toast-manager__wrapper {
  pointer-events: none;
  color: #0D0D29;
  text-align: center;
  overflow: hidden;
}
.toast-manager.has-error .toast-manager__list {
  background: #ff4635;
  color: #fff;
}
.toast-manager.has-error .toast-manager__list a {
  color: #fff;
}
.toast-manager__list {
  pointer-events: auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  gap: 1rem;
  background: #4ECC6A;
  border-radius: 0 0 20px 20px;
  padding: 1rem 0;
  transform: translateY(calc(-100% - 5px));
  transition: transform 0.4s;
}
.toast-manager__list.is-active {
  transform: none;
}
.toast-manager__item {
  transition: all 0.2s;
  font-size: 1.1428571429rem;
}
.toast-manager__item a {
  color: #0D0D29;
  font-weight: 700;
}

.trustpilot-widget svg {
  width: 400px;
  max-width: 80vw;
}

.trustpilot-reviews > * {
  width: 60%;
}
@media (min-width: 400px) {
  .trustpilot-reviews > * {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .trustpilot-reviews > * {
    width: 100%;
  }
}

.trustpilot-review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .trustpilot-review {
    gap: 1rem;
  }
}
.trustpilot-review__media {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #d7f2c1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .trustpilot-review__media {
    width: 120px;
    height: 120px;
  }
}
.trustpilot-review__media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.trustpilot-review__stars {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-top: 0.5rem;
}
.trustpilot-review__stars > svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 470px) {
  .trustpilot-review__stars > svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .trustpilot-review__stars > svg {
    width: 25px;
    height: 25px;
  }
}
.trustpilot-review blockquote {
  font-weight: 700;
  color: inherit;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  font-size: 1.0714285714rem;
  text-align: center;
}
@media (min-width: 780px) {
  .trustpilot-review blockquote {
    font-size: 1.2857142857rem;
    line-height: 1.4;
  }
}
.trustpilot-review blockquote cite {
  padding-top: 0.5em;
  font-weight: 600;
  color: #d7f2c1;
  display: block;
  font-size: 0.6428571429rem;
}
@media (min-width: 780px) {
  .trustpilot-review blockquote cite {
    font-size: 0.8571428571rem;
  }
}
.trustpilot-review blockquote cite::before {
  content: "";
}
.trustpilot-review__prize-info {
  width: fit-content;
  text-align: center;
  padding: 0 0.3em;
  border: 1px solid currentColor;
  border-radius: 0.3rem;
  font-size: 0.6428571429rem;
}
@media (min-width: 780px) {
  .trustpilot-review__prize-info {
    font-size: 0.8571428571rem;
  }
}

.user-data {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
}
.user-data--small {
  font-size: 1rem;
}
.user-data:hover .avatar {
  background: #222239;
}
.user-data:active .avatar, .user-data:focus .avatar {
  border-color: #fff;
}
.user-data:active .avatar {
  background: #fff;
  color: #0D0D29;
}
.user-data__info {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.4em;
}
.user-data__info small {
  opacity: 0.7;
}

.viewport-check.below-viewport > .section {
  transform: translateY(100px);
}

.winner-story-teaser {
  padding: 1.5rem;
  background: #0D0D29;
  border: 2px solid #4ECC6A;
  border-radius: 10px;
}

.wrapper {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .wrapper {
    padding: 0 30px;
  }
}
.wrapper__content {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.noscript-warning {
  background: #ff4635;
  color: #fff;
  padding: 1rem;
  text-align: center;
  line-height: 1.3;
}

[x-cloak] {
  display: none !important;
}