@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap&text=%E2%86%90%E2%86%91%E2%86%92%E2%86%93%E2%86%96%E2%86%97%E2%86%98%E2%86%99%E2%80%B9%E2%80%BA");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
*:not(i), *:not(i)::before, *:not(i)::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.2);
}

::selection {
  background: rgba(255, 255, 255, 0.2);
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

/* =============================================================================
   Forms
   via https://gist.github.com/alucidbeing/3695908
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Ubuntu", sans-serif;
}

.font-sans {
  font-family: "Ubuntu", sans-serif !important;
}

.font-disp {
  font-family: "Inter", sans-serif !important;
}

small, .text-xs, .button.small, .blocks .block[data-block-type="image"] figure figcaption {
  font-size: clamp(0.75rem, 1.25vw, 0.875rem);
}

.text-sm {
  font-size: clamp(0.875rem, 1.75vw, 1rem);
}

h6, .text-base {
  font-size: 1rem;
}

h5, .text-lg {
  font-size: clamp(1.15rem, 2.25vw, 1.25rem);
}

h4, .text-xl {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
}

h3, .text-2xl {
  font-size: clamp(1.5rem, 3.75vw, 2.25rem);
}

h2, .text-3xl {
  font-size: clamp(2rem, 5vw, 3rem);
}

h1, .text-4xl {
  font-size: clamp(3rem, 7vw, 4rem);
}

h1 {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

h2 {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

h3 {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

h4 {
  line-height: 1.35;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

h5 {
  line-height: 1.35;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

h6 {
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}

p {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  max-width: 70ch;
}

small {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.3;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (min-width: 90em) {
  html {
    font-size: 112.5%;
  }
}

/* USAGE 
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/**
 * via https://www.w3schools.com/howto/howto_css_switch.asp
 * 
 * <label>
 *   <div class="switch small">
 *     <input type="checkbox" onchange="handleSwitchChange(this);">
 *     <span class="slider round"></span>
 *   </div>
 *   <span class="text">Do something</span>
 * </label>
 * 
 * function handleSwitchChange (el) {
 *   // use el.checked ...
 * }
 *
 */
label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

label .text {
  margin-left: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: orange;
}

.switch input:checked + .slider::before {
  transform: translateX(21px);
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: .2s;
}

.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .2s;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round::before {
  border-radius: 50%;
}

.switch.small {
  width: 34px;
  height: 20px;
}

.switch.small input:checked + .slider::before {
  transform: translateX(14px);
}

.switch.small .slider::before {
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
}

.switch.small .slider.round {
  border-radius: 20px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 24px 22px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 0.9;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 27px;
  height: 19.5px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.75px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 27px;
  height: 1.5px;
  background-color: white;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 0.75px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.85714px, -7.5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*

Core mechanic — auto-fit + minmax
—————————————————————————————————
The key line is repeat(auto-fit, minmax($grid-min-col-width, 1fr)).
The browser calculates how many columns fit at the minimum width, then 
stretches them equally to fill the container.
No media queries needed — column count is derived purely from container width.

Dividers
————————
Because CSS Grid uses gap rather than margins or padding, there's no direct 
"draw a line between columns" feature.
The dividers are implemented with border-right / border-bottom on child items,
with the border removed from the last item in each row/column using :last-child.
For row dividers, exact last-row targeting requires either a JS class or a CSS
trick with :nth-last-child.

Bootstrap utilities that compose with this
——————————————————————————————————————————
.g-{0-5}, .gx-*, .gy-* — gap overrides via Bootstrap spacing scale
.border, .border-start, .border-bottom — can replace the SCSS divider approach for simpler cases
.p-{n} on cells for internal padding
.rounded, .rounded-0 on cells for corner radius

Usage
—————
@include auto-grid(
  $min-col-width  : 200px,
  $col-gap        : 1rem,
  $row-gap        : $col-gap,
  $col-dividers   : false,
  $row-dividers   : false,
  $divider-color  : var(--bs-border-color),
);

*/
/* 
// Configurable auto-fit grid
$grid-min-col-width: 150px;
$grid-col-gap: 0px;
$grid-row-gap: 0px;
$show-col-dividers: true;
$show-row-dividers: true;

.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax($grid-min-col-width, 1fr));
  column-gap: $grid-col-gap;
  row-gap: $grid-row-gap;

  @if $show-col-dividers {
    & > * {
      border-right: 1px solid var(--bs-border-color);
      &:last-child { border-right: none; }
    }
  }

  @if $show-row-dividers {
    & > * {
      border-bottom: 1px solid var(--bs-border-color);
      &:last-child { border-bottom: none; }
    }
  }
}
   */
.no-u {
  text-decoration: none;
}

.u-hover {
  text-decoration: none;
}

.u-hover:hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: none;
}

.p-space {
  padding: var(--space);
}

.pt-space {
  padding-top: var(--space);
}

.pb-space {
  padding-bottom: var(--space);
}

.pl-space {
  padding-left: var(--space);
}

.pr-space {
  padding-right: var(--space);
}

.m-space {
  margin: var(--space);
}

.mt-space {
  margin-top: var(--space);
}

.mb-space {
  margin-bottom: var(--space);
}

.ml-space {
  margin-left: var(--space);
}

.mr-space {
  margin-right: var(--space);
}

.px-space {
  padding-left: var(--space);
  padding-right: var(--space);
}

.py-space {
  padding-top: var(--space);
  padding-bottom: var(--space);
}

.mx-space {
  margin-left: var(--space);
  margin-right: var(--space);
}

.my-space {
  margin-top: var(--space);
  margin-bottom: var(--space);
}

.color-violet {
  color: #502379;
}

.color-violet-light {
  color: #954ed6;
}

.hover-opacity {
  transition: all 200ms;
}

.hover-opacity:hover {
  opacity: 0.8;
}

.color-ch_1 {
  color: #7aebd3;
}

.color-ch_2 {
  color: #6dcddb;
}

.color-ch_3 {
  color: #1dbe6e;
}

.color-ch_4 {
  color: #9fba21;
}

.color-ch_5 {
  color: #cfaf30;
}

.color-ch_6 {
  color: #fdb920;
}

.color-ch_7 {
  color: #fc981f;
}

.color-ch_8 {
  color: #ec452a;
}

.color-ch_9 {
  color: #e23c72;
}

.color-ch_10 {
  color: #c071fc;
}

.fill-svg-ch_1 polygon,
.fill-svg-ch_1 path,
.fill-svg-ch_1 circle,
.fill-svg-ch_1 rect,
.fill-svg-ch_1 ellipse,
.fill-svg-ch_1 line,
.fill-svg-ch_1 polyline {
  fill: #7aebd3 !important;
}

.fill-svg-ch_2 polygon,
.fill-svg-ch_2 path,
.fill-svg-ch_2 circle,
.fill-svg-ch_2 rect,
.fill-svg-ch_2 ellipse,
.fill-svg-ch_2 line,
.fill-svg-ch_2 polyline {
  fill: #6dcddb !important;
}

.fill-svg-ch_3 polygon,
.fill-svg-ch_3 path,
.fill-svg-ch_3 circle,
.fill-svg-ch_3 rect,
.fill-svg-ch_3 ellipse,
.fill-svg-ch_3 line,
.fill-svg-ch_3 polyline {
  fill: #1dbe6e !important;
}

.fill-svg-ch_4 polygon,
.fill-svg-ch_4 path,
.fill-svg-ch_4 circle,
.fill-svg-ch_4 rect,
.fill-svg-ch_4 ellipse,
.fill-svg-ch_4 line,
.fill-svg-ch_4 polyline {
  fill: #9fba21 !important;
}

.fill-svg-ch_5 polygon,
.fill-svg-ch_5 path,
.fill-svg-ch_5 circle,
.fill-svg-ch_5 rect,
.fill-svg-ch_5 ellipse,
.fill-svg-ch_5 line,
.fill-svg-ch_5 polyline {
  fill: #cfaf30 !important;
}

.fill-svg-ch_6 polygon,
.fill-svg-ch_6 path,
.fill-svg-ch_6 circle,
.fill-svg-ch_6 rect,
.fill-svg-ch_6 ellipse,
.fill-svg-ch_6 line,
.fill-svg-ch_6 polyline {
  fill: #fdb920 !important;
}

.fill-svg-ch_7 polygon,
.fill-svg-ch_7 path,
.fill-svg-ch_7 circle,
.fill-svg-ch_7 rect,
.fill-svg-ch_7 ellipse,
.fill-svg-ch_7 line,
.fill-svg-ch_7 polyline {
  fill: #fc981f !important;
}

.fill-svg-ch_8 polygon,
.fill-svg-ch_8 path,
.fill-svg-ch_8 circle,
.fill-svg-ch_8 rect,
.fill-svg-ch_8 ellipse,
.fill-svg-ch_8 line,
.fill-svg-ch_8 polyline {
  fill: #ec452a !important;
}

.fill-svg-ch_9 polygon,
.fill-svg-ch_9 path,
.fill-svg-ch_9 circle,
.fill-svg-ch_9 rect,
.fill-svg-ch_9 ellipse,
.fill-svg-ch_9 line,
.fill-svg-ch_9 polyline {
  fill: #e23c72 !important;
}

.fill-svg-ch_10 polygon,
.fill-svg-ch_10 path,
.fill-svg-ch_10 circle,
.fill-svg-ch_10 rect,
.fill-svg-ch_10 ellipse,
.fill-svg-ch_10 line,
.fill-svg-ch_10 polyline {
  fill: #c071fc !important;
}

* {
  text-rendering: geometricPrecision;
}

html {
  background-color: #502379;
  color: white;
}

body {
  overflow-x: hidden;
  width: 100%;
  background-color: inherit;
  color: white;
}

body.menu-xs-open {
  overflow: hidden;
}

hr {
  border-top: 1px solid #954ed6;
  margin: 20px 0;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 10%;
  color: inherit;
}

main {
  padding-top: 70px;
}

figure {
  position: relative;
  width: 100%;
}

figure img,
figure video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  overflow: hidden;
}

.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  margin: 1.5rem 0 0.5rem;
}

.block-text ul {
  list-style-type: none;
  position: relative;
}

.block-text ul li {
  position: relative;
  padding: 0 0 0 22px;
  margin-bottom: 0.5rem;
}

.block-text ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  cursor: pointer;
  background-color: black;
  color: white;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  padding: 0 20px;
  transition: all 100ms;
}

.button:hover, .button.active {
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.button.small {
  height: 37px;
  width: auto;
  padding: 0 15px;
  text-transform: none;
}

.button.primary {
  background-color: white;
  color: black;
}

.button.primary:hover, .button.primary.active {
  background-color: #eee;
}

.button.primary:active {
  background-color: #ddd;
}

.button.xs-w-100 {
  width: 100%;
}

@media (max-width: 575.98px) {
  .button.xs-w-100 {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .button.xs-w-100 {
    width: auto;
  }
}

.icon {
  display: inline-block;
  cursor: pointer;
  margin-right: 12px;
}

body[data-landing-mode="true"] .landing-overlay {
  pointer-events: auto;
  opacity: 1;
}

.worms-container {
  height: 80vh;
  padding: 50px;
  padding-top: 150px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  transition: all 400ms;
}

.worms-container svg.worm {
  overflow: visible;
  transition: opacity 300ms 100ms;
  margin: -10px -50px;
}

.worms-container svg.worm[data-hide="true"] {
  opacity: 0;
}

@media (max-width: 575.98px) {
  .worms-container svg.worm {
    height: 9dvw;
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0px);
  }
}

.img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: 20px;
}

.img-wrapper img {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.landing-overlay {
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 400ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  background: linear-gradient(to right, rgba(80, 35, 121, 0.9), rgba(80, 35, 121, 0) 50%);
}

.landing-overlay .content-wrapper {
  width: 500px;
  max-width: 100%;
  padding-top: 100px;
  padding-left: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .landing-overlay .content-wrapper {
    width: 100%;
    padding: 20px;
    padding-top: 100px;
  }
}

@media (max-width: 767.98px) {
  .landing-overlay {
    position: absolute;
    padding-top: 55vh;
    height: auto;
  }
}

#menu-header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #954ed6;
  background-color: #502379;
}

#menu-header .hamburger-wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #954ed6;
}

#menu-header .hamburger-wrapper .hamburger {
  transition: background-color 200ms;
}

#menu-header .hamburger-wrapper .hamburger:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu-header .title {
  width: calc(33.33vw - 70px);
  padding: 0 20px;
  white-space: nowrap;
  position: relative;
}

#menu-header .logo {
  z-index: 2;
  position: relative;
  width: 33.33vw;
  transition: all 200ms;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, rgba(80, 35, 121, 0), #502379 50%);
}

#menu-header .logo img {
  height: 35px;
}

#menu-header .logo .logo-wrapper {
  position: relative;
  background-color: #502379;
}

#menu-header .logo .logo-wrapper::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(to right, rgba(80, 35, 121, 0), #502379 50%);
}

#menu-header .cta {
  z-index: 2;
  position: relative;
  background-color: #502379;
  width: 33.33vw;
  transition: all 200ms;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 991.98px) {
  #menu-header .title {
    flex: 1;
  }
  #menu-header .logo {
    width: auto;
    background: #502379;
  }
  #menu-header .logo::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, rgba(80, 35, 121, 0), #502379 50%);
  }
  #menu-header .cta {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  #menu-header .logo {
    display: none;
  }
  #menu-header .cta {
    padding-left: 0;
  }
  #menu-header .cta::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, rgba(80, 35, 121, 0), #502379 50%);
  }
}

@media (max-width: 575.98px) {
  #menu-header .cta {
    display: none;
  }
}

#menu-overlay {
  z-index: 19;
  position: fixed;
  top: 0;
  right: 0px;
  width: calc(100% + 100px);
  height: 100%;
  overflow-y: auto;
  background-color: rgba(80, 35, 121, 0.9);
  padding: 70px 0 0 100px;
  backdrop-filter: blur(15px);
  transition: all 200ms;
  transform: scale(1.05);
  opacity: 0;
  pointer-events: none;
}

#menu-overlay .content {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}

@media (min-width: 768px) {
  #menu-overlay .content {
    max-width: 90%;
    margin: auto;
  }
}

#menu-overlay .content a {
  text-decoration: none;
}

#menu-overlay .content a:hover {
  opacity: 0.8;
}

body.menu-xs-open #menu-overlay {
  right: 0;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

#menu-overlay a.item {
  text-decoration-line: none;
  text-align: center;
  display: block;
}

.custom-grid-2 {
  border-top: 1px solid #954ed6;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  column-gap: 0;
  row-gap: 0;
}

.custom-grid-2 > * {
  border-right: 1px solid #954ed6;
  border-bottom: 1px solid #954ed6;
}

.custom-grid-2 > *:last-child, .custom-grid-2 > *:nth-child(n):last-of-type {
  border-right: none;
}

.custom-grid-2 > *:nth-last-child(-n + auto-grid-cols(220px)) {
  border-bottom: none;
}

.custom-grid-2 > *:last-child {
  border-bottom: none;
}

.custom-grid-2 .item {
  padding: 20px;
}

.inline-ch-svg-wrapper {
  padding-bottom: 20px;
}

.inline-ch-svg-wrapper svg {
  max-width: 160px;
}

.gdp-circle-wrapper {
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#legend-overview {
  max-width: 880px;
}

#map-page {
  /* ── Custom marker pins ── */
  /* ── Popup ── */
}

#map-page #map {
  width: 100%;
  height: 90vh;
}

#map-page .marker {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  /* transition: transform 0.15s ease, box-shadow 0.15s ease; */
}

#map-page .marker:hover {
  transform: rotate(-45deg) scale(1.18);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

#map-page .marker[data-category][data-category="grassroots_civil_society"] {
  background-color: #954ed6;
}

#map-page .marker[data-category][data-category="festival_party"] {
  background-color: #1bbe6f;
}

#map-page .marker[data-category][data-category="official_eu"] {
  background-color: #fdc220;
}

#map-page .marker[data-category][data-category="political_party"] {
  background-color: #82d0f4;
}

#map-page .marker[data-category][data-category="demonstration_we_area_europe"], #map-page .marker[data-category][data-category="demonstration_other"] {
  background-color: #e63e12;
}

#map-page .mapboxgl-popup-content {
  background: #1a1a1a;
  color: #e8e2d4;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 14px 18px;
  font-family: "Ubuntu", sans-serif;
  min-width: 180px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

#map-page .mapboxgl-popup-tip {
  border-top-color: #1a1a1a !important;
}

#map-page .mapboxgl-popup-close-button {
  color: #888;
  font-size: 18px;
  line-height: 1;
  top: 6px;
  right: 8px;
}

#map-page .popup-title {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #fff;
}

#map-page .popup-desc {
  font-size: 0.78rem;
  color: #999;
  line-height: 1.5;
}

#map-page .popup-badge {
  display: inline-block;
  margin: 6px 0;
  padding: 0px 7px;
  border-radius: 3px;
  font-size: 0.68rem;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#map-page .popup-badge[data-category="grassroots_civil_society"] {
  background-color: #954ed6;
  color: black;
}

#map-page .popup-badge[data-category="festival_party"] {
  background-color: #1bbe6f;
  color: black;
}

#map-page .popup-badge[data-category="official_eu"] {
  background-color: #fdc220;
  color: black;
}

#map-page .popup-badge[data-category="political_party"] {
  background-color: #82d0f4;
  color: white;
}

#map-page .popup-badge[data-category="demonstration_we_area_europe"], #map-page .popup-badge[data-category="demonstration_other"] {
  background-color: #e63e12;
  color: white;
}

.blocks .block[data-paddingbottom="none"] {
  padding-bottom: 0px;
}

.blocks .block[data-paddingbottom="one"] {
  padding-bottom: 25px;
}

.blocks .block[data-paddingbottom="two"] {
  padding-bottom: 50px;
}

.blocks .block[data-paddingbottom="three"] {
  padding-bottom: 75px;
}

.blocks .block[data-paddingbottom="four"] {
  padding-bottom: 100px;
}

.blocks .block[data-paddingtop="none"] {
  padding-top: 0px;
}

.blocks .block[data-paddingtop="one"] {
  padding-top: 25px;
}

.blocks .block[data-paddingtop="two"] {
  padding-top: 50px;
}

.blocks .block[data-paddingtop="three"] {
  padding-top: 75px;
}

.blocks .block[data-paddingtop="four"] {
  padding-top: 100px;
}

.blocks .block[data-grid="containertexts"], .blocks .block[data-grid="containerfull"], .blocks .block[data-grid="none"] {
  display: block;
}

.blocks .block[data-bgcolor="white"] {
  background-color: #fff;
}

.blocks .block[data-bgcolor="black"] {
  background-color: #000;
}

.blocks .block[data-block-type="image"][data-block-style="full-page"] {
  padding-top: 0;
  padding-bottom: 0;
}

.blocks .block[data-block-type="image"] figure {
  position: relative;
  width: 100%;
}

.blocks .block[data-block-type="image"] figure img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .blocks .block[data-block-type="image"] figure img {
    border-radius: 20px;
  }
}

.blocks .block[data-block-type="image"] figure figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0.5px 0.5px 2.5px rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0.6;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 90%;
  }
}

.container-fluid.texts {
  max-width: 1100px;
}

.container-fluid.texts-plus {
  max-width: 1300px;
}
