:root {
  --font-color: #090c9b;
  --background: #e9e9e9;
  --luna-1: #b17afa;
  --transparent: transparent;
  --font: var(--font-color);
  --mobile-purple: #2f126d;
  --orange: #ffa400;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: var(--font-color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
}

h2 {
  color: var(--font-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.page-text {
  color: var(--font-color);
  text-align: center;
  margin-top: 0;
  padding-right: 0;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.page-text.method {
  text-align: left;
}

.luna-hero-text-wrapper {
  text-align: center;
  width: 75%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.separator-graphic {
  margin-top: 40px;
  margin-bottom: 40px;
}

.body {
  background-color: #0000;
  height: auto;
  padding-top: 0;
  overflow: visible;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.praksa-wrapper {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-top: 140px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 50%;
  height: 100%;
  overflow: visible;
}

.div-photo-card {
  height: auto;
  padding: 0 10px;
}

.slide-nav {
  display: none;
}

.praksa-text {
  padding: 40px 20px 100px;
}

.info-card {
  flex-flow: column;
  flex: 0 auto;
  margin-bottom: 20px;
  display: flex;
}

.info-headline {
  color: var(--font-color);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.text-block {
  color: var(--font-color);
  padding-right: 20px;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.benefits {
  width: 100%;
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.div-block-2 {
  width: 100%;
  padding-top: 0;
}

.bulletpoint-text {
  color: var(--font-color);
  text-align: center;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.cell {
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.div-block-3 {
  width: 100%;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.div-block-4 {
  width: 100%;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.heading {
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 72px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.biography-wrapper {
  padding-top: 140px;
  padding-bottom: 100px;
}

.bio-photo-wrapper, .bio-text-wrapper {
  width: 100%;
}

.biography-text {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 90px;
  display: block;
}

.biography-desktop {
  color: var(--font-color);
  padding-right: 20px;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.biography-desktop.mobile-biography {
  display: none;
}

.rules-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing-schedule {
  width: 100%;
}

.numbering-rules {
  color: var(--font-color);
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 32px;
  display: flex;
}

.text-rules {
  color: var(--font-color);
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.rules {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.quick-stack-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 0;
}

.pricing {
  width: 100%;
}

.text-block-3 {
  color: var(--font-color);
  text-align: center;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.form-wrapper {
  width: 50%;
}

.div-block-12 {
  display: flex;
}

.field-label {
  border-bottom: 2px solid var(--luna-1);
  color: var(--luna-1);
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 0;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 32px;
  display: none;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--luna-1);
  color: var(--luna-1);
  text-align: left;
  background-color: #fff0;
  flex: 0 auto;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.text-field::placeholder {
  color: var(--luna-1);
  text-align: left;
}

.footer-text-desktop {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.join-text {
  color: var(--luna-1);
  text-align: center;
  padding-right: 0;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.desktop-email-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-15 {
  display: flex;
}

input, textarea {
  caret-color: #b17afa;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-text-fill-color: #b17afa;
 font-family: inherit;
  font-size: inherit;
transition: background-color 5000s ease-in-out 0s;
}

.textarea {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--luna-1);
  background-color: #fff0;
  height: 30vh;
  padding-left: 0;
}

.textarea::placeholder {
  color: #b17afa;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.textarea.text-field {
  height: 30vh;
}

.submit-button {
  color: var(--luna-1);
  text-align: center;
  background-color: #0000;
  flex: none;
  width: auto;
  padding: 5px 5px 0;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.copyright {
  text-align: center;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 20px;
  position: relative;
  bottom: 0;
}

.logo-copyright {
  max-width: none;
  height: auto;
  margin-left: auto;
}

.quick-stack-8 {
  padding-bottom: 0;
}

.div-block-17 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  display: flex;
}

.div-block-18 {
  color: var(--luna-1);
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.cursor-magic {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.luna--svg {
  z-index: auto;
  background-color: var(--transparent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.luna--svg:hover {
  color: var(--background);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.luna--svg.animated {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.path {
  color: var(--font);
  padding: 100px;
  display: block;
}

.path:hover {
  background-image: linear-gradient(87deg, var(--luna-1), #b960e3 35%, white 79%, var(--font-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.path.font-transparent {
  color: var(--font-color);
}

.path.font-transparent.l {
  color: var(--luna-1);
  mix-blend-mode: normal;
}

.path.font-transparent.u, .path.font-transparent.n, .path.font-transparent.y, .path.font-transparent.og, .path.font-transparent.a-up, .path.font-transparent.a-down {
  color: var(--luna-1);
}

.location-text-mobile-div, .mobile-join-text {
  display: none;
}

.image-13 {
  display: block;
}

.cell-6 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-14 {
  display: none;
}

.cell-7 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-15 {
  display: none;
}

.quick-stack-9 {
  padding-top: 0;
}

.close-menu-button {
  color: var(--mobile-purple);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 24px;
  display: none;
}

.luna-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.luna-logo-wrapper {
  width: 100%;
  height: 60px;
  display: none;
}

.menu-text {
  text-align: center;
  background-color: #090c9b00;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.menu-text.mobile-button-text {
  color: var(--mobile-purple);
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.mobile-menu-button {
  z-index: 2;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.text-navlink {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 0;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.navlink---holder {
  z-index: 1002;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  mix-blend-mode: normal;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.close-button-wrapper {
  height: 60px;
  display: none;
}

.navlink {
  z-index: 1002;
  color: var(--font-color);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48.16px;
  font-family: Jou Legere, Impact, sans-serif;
  text-decoration: none;
  display: flex;
  position: static;
}

.navlink.w--current {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg {
  color: #833d3d;
}

.path-2 {
  color: #83623d;
}

.svg-2 {
  color: var(--font-color);
  justify-content: center;
  align-items: center;
  width: 14px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky-header {
  z-index: 1000;
  mix-blend-mode: normal;
  background-color: #0000;
  width: 100%;
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.gradient1 {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--luna-1) 23%, var(--background) 81%, var(--background));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
  min-height: 100px;
  padding: 50px 20px;
  position: static;
}

.section.gradient1.animation-section {
  background-image: linear-gradient(180deg, var(--luna-1) 17%, #d0b7f1 63%, var(--background) 85%, var(--background));
  flex-flow: column;
  min-height: auto;
  padding: 60px 0 0;
  display: block;
}

.section.gradient2 {
  background-image: linear-gradient(180deg, var(--background), #ffa400cc 21%, var(--orange) 37%, var(--orange) 51%, var(--background));
}

.section.gradient3 {
  background-image: linear-gradient(180deg, var(--background), var(--luna-1) 22%, var(--luna-1) 43%, var(--luna-1) 59%, var(--background));
}

.section.color1 {
  background-color: #e9e9e9;
}

.section.gradient4 {
  background-image: linear-gradient(180deg, var(--background), var(--font-color) 27%, #090c9b 57%, var(--font));
  padding-top: 140px;
}

.section.gradient4.tablet-gradient {
  background-image: linear-gradient(180deg, var(--background), #7c7dc3 10%, #5456b5 19%, var(--font-color) 26%, #090c9b 57%, var(--font));
}

.studio {
  width: 100%;
  padding-top: 80px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  z-index: 1;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  z-index: 1;
}

.benefits-wrapper {
  width: 100%;
  padding-top: 60px;
}

.e-mail-form {
  width: 100%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-menu-overlay {
  display: none;
}

.biography-photo {
  display: block;
  overflow: visible;
}

.svg-3 {
  color: var(--font);
  width: 35px;
  height: 11px;
  margin-top: auto;
  margin-bottom: auto;
}

.svg-4 {
  color: var(--font);
  width: 35px;
  height: 11px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.path-4 {
  display: block;
}

.schedule {
  width: 100%;
}

.mobile-nav {
  display: none;
}

.section_spotlight {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spotlight {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: .4;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0;
}

.cursor-wrapper {
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  mix-blend-mode: difference;
  background-color: #0000;
  background-image: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.luna-svg-mobile {
  color: var(--font);
  width: 400px;
}

.luna-logo-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.path-5 {
  color: var(--font-color);
}

.nav-holder-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-holder-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.slide {
  height: 100%;
  padding-left: 0;
}

.praksa-anchor, .info-anchor {
  padding-top: 80px;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.form-block {
  background-color: var(--transparent);
  color: var(--luna-1);
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.success-message-2, .error-message {
  background-color: var(--transparent);
}

.checkbox-label {
  color: var(--luna-1);
  padding-left: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.checkbox-field {
  margin-bottom: 20px;
  display: flex;
}

utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-21 {
  background-image: linear-gradient(180deg, var(--luna-1) 17%, #d0b7f1 63%, var(--background) 85%, var(--background));
  height: 100%;
  position: fixed;
  inset: 0%;
}

.text-block-8 {
  color: var(--font-color);
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.link {
  color: #090c9b;
  display: block;
}

.link.w--current {
  color: var(--font-color);
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.path-6 {
  width: 13px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}

.svg-5 {
  width: 13px;
  height: 14px;
}

.spacer {
  width: 14px;
  height: 14px;
}

.div-block-23 {
  background-image: linear-gradient(#b17afa 17%, #d0b7f1 63%, #e9e9e9 85%, #e9e9e9);
  height: 100%;
  position: fixed;
  inset: 0%;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-9 {
  color: #090c9b;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Jou Legere, Impact, sans-serif;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.link-2 {
  color: var(--font-color);
}

.link-2.w--current {
  color: #090c9b;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.link-privacy {
  color: var(--font-color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--font-color);
  text-decoration-color: var(--font-color);
  display: block;
}

.cookie-tag {
  color: var(--luna-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.cookie-tag.tag1 {
  text-align: center;
}

.close-button {
  width: auto;
  height: auto;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  opacity: .5;
}

.button {
  background-color: var(--transparent);
  color: var(--font-color);
  border: 2px #27313d;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button:hover {
  border: 1.4px solid var(--luna-1);
  background-color: var(--transparent);
  color: var(--luna-1);
}

.button.deny {
  float: left;
  border: 1.4px solid var(--luna-1);
  color: var(--luna-1);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 4px;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.button.deny:hover {
  background-color: var(--transparent);
  color: var(--luna-1);
}

.button.accept {
  float: left;
  border: 1.4px solid var(--luna-1);
  color: var(--luna-1);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 4px;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.checkbox {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  background-color: var(--font-color);
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #27313d;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.privacy-title {
  color: var(--luna-1);
  margin-bottom: 5px;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.privacy-title.politics.adjusted {
  color: var(--font-color);
}

.consents-form {
  margin-bottom: 0;
}

.field-wrapper {
  border: 1.4px solid var(--luna-1);
  color: var(--luna-1);
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 4px;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  transition-property: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px none var(--luna-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 0;
  display: grid;
}

.paragraph {
  color: var(--luna-1);
  margin-bottom: 0;
  padding-right: 0;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.paragraph.bold {
  color: var(--luna-1);
  text-align: right;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.padding {
  margin-bottom: 18px;
  padding-right: 30px;
}

.checkbox-label-4 {
  display: none;
}

.fs-manager-opener {
  z-index: 3000;
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  border-radius: 50px;
  width: 100%;
  height: 60px;
  padding: 0;
  display: block;
  position: static;
  inset: auto auto 10% 20px;
}

.fs-manager-opener:hover {
  opacity: 1;
}

.preferences-container {
  z-index: 99;
  background-color: var(--background);
  border: 2px #f1f1f1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64vw;
  min-width: auto;
  max-width: none;
  max-height: 1080px;
  margin: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.cookie-paragraph {
  color: var(--luna-1);
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: 16px;
  margin-right: 0;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  position: static;
}

.button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: baseline;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.fs-preferences-manager-wrapper {
  z-index: 1006;
  background-color: #27313dd9;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cookie-popup {
  z-index: 2000;
  background-color: var(--background);
  border: 2px #000;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 32vw;
  min-width: 400px;
  max-width: 450px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.cookies {
  justify-content: center;
  align-items: center;
  display: flex;
}

.preferences-link {
  color: var(--luna-1);
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  height: 26px;
  margin-top: 0;
  margin-right: 0;
  padding: 0 4px;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.preferences-link:hover {
  opacity: .9;
}

.preferences-link.align-choice {
  text-underline-position: under;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-26 {
  display: block;
}

.path-7 {
  color: var(--font-color);
}

.path-7.cookie-svg-color {
  color: var(--luna-1);
}

.svg-6 {
  width: 18px;
  height: 18px;
  margin-top: 0;
  display: block;
  position: static;
  top: 0;
  right: 0;
}

.pravila-privatnosti {
  z-index: 2000;
  background-color: var(--background);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 60vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: block;
  position: static;
  overflow: auto;
}

.pravila-privatnosti.privacy {
  z-index: 99;
  border-radius: 20px;
  width: 78vw;
  height: 64vh;
  display: block;
  position: fixed;
}

.div-block-25 {
  z-index: 0;
  background-color: var(--background);
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.paragraph-3 {
  color: var(--font-color);
  height: auto;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.paragraph-3.open-preferences {
  text-decoration: underline;
}

.link-3, .link-4, .link-5 {
  color: var(--font-color);
}

.div-block-26 {
  height: 56vh;
  padding-bottom: 0;
  overflow: auto;
}

.link-6 {
  color: var(--font-color);
}

.div-block-28 {
  border-bottom: 1px none var(--luna-1);
  padding-bottom: 0;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-30 {
  z-index: 1005;
  background-color: #27313dd9;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-7 {
  color: var(--luna-1);
  font-family: Jou Legere, Impact, sans-serif;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline;
}

.svg-7 {
  color: var(--font);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--font);
  width: 60px;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  left: 0;
}

.path-8 {
  opacity: .23;
  color: #e9e9e9fa;
  -webkit-text-stroke-width: 50px;
  -webkit-text-stroke-color: var(--font);
  white-space: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-clip: border-box;
  margin-left: 0;
  text-decoration: none;
  display: block;
}

.path-9 {
  display: block;
}

.postavke-cookies {
  width: 100%;
  height: auto;
}

.code-embed {
  margin-bottom: 0;
}

.pop-up-cookie {
  color: var(--luna-1);
  text-align: center;
  flex: none;
  font-family: Apfelgrotezk, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

@media screen and (min-width: 1280px) {
  .luna-hero-text-wrapper {
    width: 75vw;
  }

  .body {
    background-color: var(--background);
    background-image: none;
  }

  .quick-stack-6 {
    padding-left: 0;
  }

  .quick-stack-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .desktop-email-block {
    margin-bottom: 100px;
  }

  .copyright {
    margin-top: 100px;
  }

  .luna--svg.animated {
    width: 50%;
  }

  .path-3 {
    color: var(--font);
    display: block;
  }

  .svg-2 {
    background-color: #0000;
    width: 14px;
    height: 14px;
  }

  .section.gradient1.animation-section {
    padding-top: 60px;
  }

  .section.gradient4 {
    background-color: #0000;
    background-image: linear-gradient(180deg, var(--background), var(--font-color) 24%, #090c9b 57%, var(--font));
  }

  .section.gradient4.tablet-gradient {
    background-image: linear-gradient(180deg, var(--background), #a2a3d0 7%, #6466bb 17%, var(--font-color) 27%, #090c9b 57%, var(--font));
  }

  .e-mail-form {
    width: 100%;
  }

  .checkbox-label {
    font-size: 24px;
    line-height: 24px;
  }

  .path-6 {
    vertical-align: middle;
  }

  .privacy-title.politics.adjusted {
    color: var(--font-color);
  }

  .grid {
    padding-bottom: 0;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .fs-manager-opener {
    display: block;
  }

  .preferences-container {
    width: 64vw;
    min-width: auto;
    max-width: none;
  }

  .cookie-paragraph {
    width: auto;
    margin-bottom: 16px;
  }

  .button-wrapper {
    width: 100%;
  }

  .fs-preferences-manager-wrapper {
    display: flex;
  }

  .fs-cookie-popup {
    width: 32vw;
    min-width: 400px;
    max-width: 450px;
    padding-bottom: 15px;
  }

  .path-7 {
    color: var(--font-color);
  }

  .pravila-privatnosti.privacy {
    width: 78vw;
    height: 64vh;
  }

  .div-block-26 {
    height: 56vh;
  }

  .pop-up-cookie {
    color: var(--luna-1);
    text-align: center;
    margin-bottom: 0;
    font-family: Apfelgrotezk, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
  }
}

@media screen and (min-width: 1440px) {
  .luna-hero-text-wrapper {
    margin-top: 0;
  }

  .body {
    background-color: var(--background);
    background-image: none;
  }

  .quick-stack-6 {
    padding-left: 0;
  }

  .text-field {
    height: 45px;
    padding-bottom: 0;
    line-height: 40px;
  }

  .text-field::placeholder {
    line-height: 45px;
  }

  .quick-stack-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .desktop-email-block {
    margin-bottom: 100px;
    padding-bottom: 180px;
  }

  .div-block-15 {
    align-items: flex-end;
    height: 50px;
  }

  .textarea.text-field {
    height: 25vh;
  }

  .copyright {
    margin-top: 0;
  }

  .section.gradient1.animation-section {
    padding-top: 40px;
  }

  .section.gradient2 {
    background-color: #0000;
    background-image: linear-gradient(180deg, var(--background), #ffa400cc 21%, var(--orange) 37%, var(--orange) 51%, #f2cb85 79%, #ecdec3 94%, var(--background));
  }

  .section.color1 {
    background-color: var(--background);
  }

  .section.gradient3 {
    background-color: #0000;
    background-image: linear-gradient(180deg, var(--background), #caacf2 11%, var(--luna-1) 22%, var(--luna-1) 43%, var(--luna-1) 59%, var(--background));
  }

  .section.gradient4 {
    background-color: #0000;
    background-image: linear-gradient(180deg, var(--background), #7274c0 10%, var(--font-color) 24%, #090c9b 57%, var(--font));
    padding-top: 140px;
  }

  .section.gradient4.tablet-gradient {
    background-image: linear-gradient(180deg, var(--background), #a2a3d0 7%, #6466bb 17%, var(--font-color) 26%, #090c9b 57%, var(--font));
    padding-bottom: 0;
  }

  .benefits-wrapper {
    background-color: var(--background);
  }

  .e-mail-form {
    padding-top: 0;
  }

  .checkbox-label {
    font-size: 24px;
    line-height: 24px;
  }

  .button.deny {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .button.accept {
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .privacy-title {
    margin-bottom: 5px;
  }

  .grid {
    margin-bottom: 20px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .fs-manager-opener {
    display: block;
  }

  .preferences-container {
    width: 50vw;
    min-width: auto;
    max-width: none;
  }

  .cookie-paragraph {
    width: 90%;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    flex: 1;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .fs-preferences-manager-wrapper {
    display: flex;
  }

  .fs-cookie-popup {
    width: 32vw;
    min-width: 400px;
    max-width: 490px;
  }

  .preferences-link.align-choice {
    padding-right: 0;
  }

  .pravila-privatnosti.privacy {
    width: 78vw;
    height: 64vh;
  }

  .div-block-26 {
    height: 56vh;
  }

  .pop-up-cookie {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .luna-hero-text-wrapper {
    margin-top: 0;
  }

  .body {
    background-image: none;
  }

  .praksa-wrapper {
    padding-top: 140px;
  }

  .praksa-text {
    padding-bottom: 140px;
  }

  .bullet-benefits {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .biography-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
  }

  .quick-stack-6 {
    padding-left: 0;
  }

  .text-field {
    line-height: 38px;
  }

  .quick-stack-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .desktop-email-block {
    width: 95vw;
    margin-bottom: 140px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .textarea.text-field {
    height: 25vh;
    min-height: 20vh;
  }

  .copyright {
    background-color: var(--font-color);
    height: auto;
    position: static;
  }

  .quick-stack-9 {
    margin-right: auto;
  }

  .regulations-wrapper {
    width: 90vw;
    margin-left: 0;
    margin-right: auto;
  }

  .section.gradient1.animation-section {
    background-image: linear-gradient(180deg, var(--luna-1) 23%, var(--background) 81%, var(--background));
    padding-top: 40px;
  }

  .section.gradient2 {
    background-image: linear-gradient(180deg, var(--background), var(--orange) 27%, var(--orange) 60%, #efd8af 83%, var(--background));
  }

  .section.color1 {
    background-color: #0000;
  }

  .section.gradient3 {
    background-color: #0000;
    background-image: linear-gradient(180deg, var(--background), var(--luna-1) 15%, var(--luna-1) 30%, #c098f5 55%, #d4c0ef 90%, #dfd5ec 97%, var(--background));
  }

  .section.color1 {
    background-color: var(--background);
    justify-content: center;
    align-items: center;
  }

  .section.gradient4 {
    background-color: #0000;
    background-image: linear-gradient(180deg, var(--background), #7274c0 10%, var(--font-color) 22%, #090c9b 57%, var(--font));
  }

  .section.gradient4.tablet-gradient {
    background-image: linear-gradient(180deg, var(--background), #9a9bce 7%, #7274c0 12%, #3134a9 22%, var(--font-color) 26%, #090c9b 57%, var(--font));
  }

  .studio {
    padding-top: 100px;
  }

  .benefits-wrapper {
    background-color: var(--transparent);
    padding-top: 60px;
  }

  .e-mail-form {
    flex-flow: column;
    display: block;
  }

  .svg-3, .svg-4 {
    width: 50px;
    height: 15px;
  }

  .cell-9 {
    display: flex;
  }

  .section_spotlight {
    height: 80vh;
  }

  .praksa-anchor, .info-anchor {
    padding-top: 100px;
  }

  .image-19, .image-20, .image-21, .image-22, .image-23 {
    width: 100%;
  }

  .checkbox-label {
    font-size: 24px;
    line-height: 24px;
  }

  .link.w--current, .link-2.w--current {
    font-size: 18px;
    line-height: 22px;
  }

  .button.deny {
    margin-right: 0;
  }

  .button.deny.padding-button-right {
    margin-right: 10px;
  }

  .button.accept {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .privacy-title {
    margin-bottom: 5px;
  }

  .fs-manager-opener {
    display: block;
  }

  .preferences-container {
    width: 46vw;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .button-wrapper {
    width: 100%;
  }

  .fs-preferences-manager-wrapper {
    display: flex;
  }

  .fs-cookie-popup {
    justify-content: center;
    align-items: center;
    width: 25vw;
    min-width: auto;
    max-width: none;
    padding: 20px 10px;
    display: flex;
  }

  .pravila-privatnosti.privacy {
    width: 60vw;
    height: 58vh;
  }

  .div-block-26 {
    height: 51vh;
  }
}

@media screen and (max-width: 991px) {
  .page-text {
    text-align: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .luna-hero-text-wrapper {
    width: 88vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .separator-graphic {
    height: 2.5vh;
  }

  .body {
    height: 100%;
    padding-bottom: 0;
    overflow: visible;
  }

  .praksa-wrapper {
    height: auto;
    padding-top: 60px;
  }

  .praksa-text {
    height: auto;
  }

  .text-block {
    padding-right: 10px;
  }

  .heading {
    font-weight: 400;
  }

  .biography-text {
    padding-top: 0;
  }

  .biography-desktop {
    font-size: 26px;
    line-height: 32px;
  }

  .desktop-email-block {
    padding-top: 20px;
  }

  .textarea.text-field {
    line-height: 30px;
  }

  .copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 220px;
    padding-bottom: 14vh;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
  }

  .luna--svg {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .close-menu-button {
    justify-content: center;
    align-items: center;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 5.6vh;
    line-height: 36px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .close-menu-button.close-button-font {
    color: var(--font-color);
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    display: block;
    position: static;
  }

  .luna-logo {
    width: 18vw;
    max-width: 170px;
    height: 18vw;
  }

  .luna-logo-wrapper {
    background-image: linear-gradient(180deg, var(--luna-1), #eadcfe 100%, #eadcfe 100%, #e1ccfd 100%, #eadcfe);
    width: 100%;
    height: auto;
    min-height: 30%;
    margin: 0 auto -1px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: static;
    inset: auto 0%;
  }

  .menu-text {
    z-index: 2;
    color: var(--mobile-purple);
    width: 100%;
    font-family: Jou Legere, Impact, sans-serif;
    font-size: 24px;
    line-height: 24px;
    position: fixed;
    bottom: 0;
    overflow: visible;
  }

  .menu-text.mobile-button-text {
    background-color: #0000;
    background-image: linear-gradient(180deg, #e9e9e900, #e9e9e9a8 52%, var(--background) 88%);
    color: var(--font-color);
    justify-content: center;
    align-items: flex-end;
    height: 14vh;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
  }

  .mobile-menu-button {
    height: 14vh;
    display: block;
  }

  .text-navlink {
    font-size: 30px;
    line-height: 35px;
  }

  .navlink---holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #b17afa00;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
    position: static;
    inset: auto 0%;
  }

  .navlink---holder.mobile-holder-show {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    background-image: linear-gradient(180deg, #eadcfe, var(--background) 15%, var(--background) 85%, #eed9b3);
    height: auto;
    min-height: 40%;
    padding-top: 1px;
    padding-bottom: 1px;
    display: flex;
  }

  .close-button-wrapper {
    z-index: 999;
    background-image: linear-gradient(180deg, #f1cf90, var(--background) 0%, #eed9b3 0%, var(--orange));
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    min-height: 30%;
    margin-top: -1px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .navlink {
    width: auto;
    padding: 10px 0;
  }

  .svg-2, .sticky-header {
    display: none;
  }

  .section.gradient1 {
    min-height: auto;
  }

  .section.gradient1.animation-section {
    padding-top: 0;
  }

  .section.gradient3 {
    background-image: linear-gradient(180deg, var(--background), var(--luna-1) 22%, var(--luna-1) 43%, var(--luna-1) 64%, #d0b8f1 92%, var(--background));
  }

  .section.gradient4 {
    background-image: linear-gradient(180deg, var(--background), var(--font-color) 22%, #090c9b 57%, var(--font));
    padding-top: 0;
  }

  .section.gradient4.tablet-gradient {
    background-image: linear-gradient(180deg, var(--background), var(--font-color) 16%, #090c9b 57%, var(--font));
  }

  .studio {
    padding-top: 20px;
  }

  .left-arrow {
    padding-top: 0;
    padding-bottom: 0;
  }

  .e-mail-form {
    padding-top: 140px;
  }

  .mobile-menu-overlay {
    background-image: linear-gradient(180deg, var(--luna-1), var(--background) 15%, var(--background) 85%, var(--orange));
    height: 100%;
    min-height: auto;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .mobile-nav {
    z-index: 1000;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .section_spotlight {
    height: 100%;
    display: none;
  }

  .spotlight {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: static;
  }

  .cursor-wrapper {
    display: none;
  }

  .luna-svg-mobile {
    width: 18vw;
  }

  .luna-logo-div {
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .wrap-everything {
    height: 100%;
  }

  .praksa-anchor, .info-anchor {
    padding-top: 20px;
  }

  .email-anchor {
    padding-top: 0;
  }

  .path-6.mobile-submit-hide, .svg-5.submit-mobile-hide {
    display: none;
  }

  .cookie-tag.tag1 {
    text-align: center;
  }

  .button:hover {
    border-style: solid;
    border-width: 1.4px;
  }

  .button.deny, .button.accept {
    font-size: 18px;
    line-height: 18px;
  }

  .privacy-title {
    margin-bottom: 0;
  }

  .field-wrapper {
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 21px;
  }

  .paragraph.bold {
    font-size: 18px;
  }

  .paragraph.padding {
    font-size: 18px;
    line-height: 21px;
  }

  .fs-manager-opener {
    z-index: 1;
    height: auto;
    bottom: 25%;
  }

  .preferences-container {
    width: 68vw;
    height: auto;
    max-height: 48vh;
    padding-top: 0;
    display: block;
    overflow: auto;
  }

  .cookie-paragraph {
    font-size: 18px;
    line-height: 21px;
  }

  .button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .fs-preferences-manager-wrapper {
    display: flex;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    inset: auto 0 0% 0%;
  }

  .fs-cookie-popup.landscape-padding {
    z-index: 10;
    bottom: 1%;
  }

  .preferences-link {
    font-size: 18px;
    line-height: 25px;
  }

  .path-7.cookie-svg-color {
    color: var(--luna-1);
  }

  .pravila-privatnosti {
    width: 70vw;
    height: 70vh;
    display: none;
  }

  .pravila-privatnosti.privacy {
    height: 59vh;
    padding-bottom: 0;
  }

  .div-block-25 {
    padding-bottom: 10px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-26 {
    height: 52vh;
    padding-bottom: 0;
    display: block;
  }

  .div-block-27 {
    background-color: var(--background);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
  }
  
  .div-block-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30 {
    background-color: #27313dd9;
    display: none;
  }

  .svg-7 {
    width: 50px;
    height: 50px;
  }

  .path-8 {
    color: #e9e9e9fa;
  }
}

@media screen and (max-width: 767px) {
  .page-text {
    width: 100%;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .page-text.method.under-photo {
    color: var(--font-color);
    text-align: center;
  }

  .luna-hero-text-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    background-image: none;
    overflow: visible;
  }

  .praksa-wrapper {
    padding-top: 20px;
  }

  .mask {
    width: 100%;
  }

  .praksa-text {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .info-headline {
    color: var(--font-color);
    font-size: 24px;
    line-height: 30px;
  }

  .text-block {
    color: var(--font-color);
    font-size: 18px;
    line-height: 24px;
  }

  .bulletpoint-text {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bullet-benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .heading {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }

  .biography-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .biography-desktop {
    display: none;
  }

  .biography-desktop.mobile-biography {
    color: var(--font-color);
    font-family: Apfelgrotezk, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .numbering-rules {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 18px;
    display: flex;
  }

  .text-rules {
    font-family: Apfelgrotezk, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .rules {
    display: flex;
  }

  .text-block-3, .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .form-wrapper {
    width: 100%;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-field {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .text-field::placeholder {
    line-height: 21px;
  }

  .footer-text-desktop {
    display: none;
  }

  .join-text {
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .desktop-email-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .textarea.text-field {
    height: 25vh;
  }

  .textarea.text-field::placeholder {
    font-size: 24px;
    line-height: 21px;
  }

  .submit-button {
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 24px;
    line-height: 21px;
  }

  .copyright {
    padding-top: 140px;
  }

  .logo-copyright {
    height: 24px;
    font-size: 24px;
  }

  .quick-stack-8 {
    padding-bottom: 40px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
  }

  .luna--svg {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .location-text-mobile-div {
    margin-top: 0;
    display: block;
  }

  .mobile-join-text {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .cell-5 {
    padding-top: 60px;
  }

  .image-13 {
    font-size: 19px;
    line-height: 19px;
  }

  .image-14, .image-15 {
    display: block;
  }

  .cell-8 {
    padding-bottom: 60px;
  }

  .close-menu-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 32px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .close-menu-button.close-button-font {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    position: static;
  }

  .luna-logo {
    width: 120px;
    height: 120px;
    padding-bottom: 0;
  }

  .luna-logo-wrapper {
    background-image: linear-gradient(180deg, var(--luna-1), #eadcfe 100%, #eadcfe 100%, #e1ccfd 100%, #eadcfe);
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
    position: static;
    inset: 40px 0% auto;
  }

  .menu-text {
    color: var(--mobile-purple);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-family: Jou Legere, Impact, sans-serif;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .menu-text.mobile-button-text {
    background-color: #0000;
    background-image: linear-gradient(180deg, #e9e9e900 29%, #e9e9e95e 41%, #e9e9e9a3 58%, var(--background));
    justify-content: center;
    align-items: flex-end;
    height: 20vh;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .mobile-menu-button {
    z-index: 2;
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #0000;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 20vh;
    display: flex;
    position: fixed;
    inset: auto 0% 0;
  }

  .text-navlink {
    color: var(--font-color);
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Jou Legere, Impact, sans-serif;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
  }

  .navlink---holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: static;
    inset: auto;
  }

  .navlink---holder.mobile-holder-show {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(180deg, #eadcfe, var(--background) 12%, var(--background) 85%, #eed9b3);
    width: 100%;
    height: auto;
    margin-top: -1px;
    margin-bottom: -1px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .close-button-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    top: 0;
    bottom: 0;
  }

  .navlink {
    width: 320px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.gradient1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.gradient3 {
    background-image: linear-gradient(180deg, var(--background), var(--luna-1) 10%, var(--luna-1) 43%, var(--luna-1) 54%, #d5c2ef 97%, var(--background));
  }

  .section.gradient4 {
    background-image: linear-gradient(180deg, var(--background), var(--font-color) 15%, #090c9b 57%, var(--font));
  }

  .section.gradient4.tablet-gradient {
    background-image: linear-gradient(180deg, var(--background), var(--font-color) 16%, #090c9b 57%, var(--font));
  }

  .studio {
    padding-top: 20px;
  }

  .benefits-wrapper {
    padding-top: 0;
  }

  .e-mail-form {
    padding-top: 100px;
  }

  .mobile-menu-overlay {
    background-image: linear-gradient(180deg, var(--luna-1), var(--background) 15%, var(--background) 85%, var(--orange));
    min-height: auto;
    display: block;
    inset: 0%;
    overflow: scroll;
  }

  .location-text-mobile-wapper {
    padding-top: 40px;
  }

  .mobile-nav {
    display: none;
    overflow: auto;
  }

  .spotlight {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: static;
  }

  .luna-svg-mobile {
    width: 120px;
  }

  .praksa-anchor {
    padding-top: 20px;
  }

  .bold-text, .bold-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: flex-start;
    height: 32px;
    display: flex;
  }

  .div-block-20 {
    padding-top: 0;
  }

  .email-anchor {
    padding-top: 20px;
  }

  .text-block-5, .text-block-7 {
    font-size: 24px;
    line-height: 30px;
  }

  .checkbox-label {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-8 {
    font-size: 24px;
    line-height: 30px;
  }

  .link.w--current {
    line-height: 24px;
  }

  .text-block-9 {
    font-size: 24px;
    line-height: 30px;
  }

  .link-2.w--current {
    line-height: 24px;
  }

  .cookie-tag {
    font-size: 16px;
    line-height: 19px;
  }

  .cookie-tag.tag1 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
  }

  .button.deny {
    margin-right: 30px;
    padding-left: 4px;
    font-size: 16px;
    line-height: 16px;
  }

  .button.accept {
    margin-right: 30px;
    display: block;
  }

  .privacy-title {
    font-size: 16px;
    line-height: 19px;
  }

  .field-wrapper {
    padding-left: 4px;
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 19px;
  }

  .paragraph.bold {
    font-size: 16px;
  }

  .paragraph.padding {
    font-size: 16px;
    line-height: 19px;
  }

  .fs-manager-opener {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .preferences-container {
    width: 68vw;
    min-width: auto;
    max-width: none;
    height: 68vh;
    max-height: none;
    display: block;
  }

  .cookie-paragraph {
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-preferences-manager-wrapper {
    display: flex;
  }

  .fs-cookie-popup {
    flex: none;
    width: 100%;
    min-width: 300px;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    display: flex;
    inset: auto 0 0%;
  }

  .fs-cookie-popup.landscape-padding {
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 20px;
    right: 20px;
    bottom: 1%;
  }

  .preferences-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    display: block;
  }

  .preferences-link.align-choice {
    padding: 4px;
  }
  
  .path-7.cookie-svg-color {
    color: var(--luna-1);
  }

  .svg-6 {
    width: 16px;
    height: 16px;
  }

  .pravila-privatnosti {
    width: 80vw;
    display: none;
  }

  .pravila-privatnosti.privacy {
    width: 75vw;
    height: 78vh;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-3.open-preferences {
    text-align: left;
  }

  .div-block-26 {
    height: 69vh;
  }

  .div-block-30 {
    background-color: #27313dd9;
    display: none;
  }

  .pop-up-cookie {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (max-width: 479px) {
  .page-text {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

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

  .luna-hero-text-wrapper {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .body {
    height: 100%;
  }

  .slider {
    margin-bottom: 0;
  }

  .praksa-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mask {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .praksa-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }

  .info-headline {
    text-align: left;
  }

  .text-block {
    text-align: left;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .biography-desktop.mobile-biography {
    padding-right: 0;
    font-family: Apfelgrotezk, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .rules-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-schedule {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-rules {
    font-family: Apfelgrotezk, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }

  .rules {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .form-wrapper {
    width: 100%;
    padding-bottom: 60px;
  }

  .text-field, .text-field::placeholder {
    font-size: 24px;
    line-height: 21px;
  }

  .footer-text-desktop {
    width: 100%;
  }

  .join-text {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .desktop-email-block {
    flex-flow: column;
  }

  .textarea.text-field {
    line-height: 28px;
  }

  .textarea.text-field::placeholder {
    line-height: 21px;
  }

  .submit-button {
    font-size: 24px;
    line-height: 21px;
  }

  .copyright {
    padding-top: 180px;
    padding-bottom: 14vh;
  }

  .luna--svg {
    width: 200px;
    margin-top: 0;
  }

  .location-text-mobile-div {
    width: 100%;
  }

  .mobile-join-text {
    width: 100%;
    padding-top: 0;
  }

  .image-13, .image-14, .image-15, .image-16, .image-17, .image-18 {
    width: 19px;
    height: 19px;
  }

  .quick-stack-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .close-menu-button {
    font-size: 32px;
    line-height: 32px;
  }

  .close-menu-button.close-button-font {
    justify-content: center;
    align-items: flex-end;
    height: 80px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .luna-logo {
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .luna-logo-wrapper {
    background-image: linear-gradient(180deg, var(--luna-1), #c399fb 54%, #eadcfe 100%, #eadcfe 100%, #e1ccfd 100%, #eadcfe);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 30%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .menu-text.mobile-button-text {
    background-color: #0000;
    background-image: linear-gradient(180deg, #e9e9e900 19%, #e9e9e98a 51%, #e9e9e9b8 67%, var(--background));
    justify-content: center;
    align-items: flex-end;
    height: 14vh;
    padding-bottom: 20px;
  }

  .mobile-menu-button {
    background-color: #0000;
    background-image: none;
    height: 14vh;
    margin-bottom: 0;
    bottom: 0;
  }

  .text-navlink {
    width: auto;
    font-size: 24px;
    line-height: 24px;
  }

  .navlink---holder {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .navlink---holder.mobile-holder-show {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-image: linear-gradient(180deg, #eadcfe, var(--background) 15%, var(--background) 85%, #eed9b3);
    justify-content: center;
    align-items: center;
    height: 40%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .close-button-wrapper {
    z-index: 10;
    background-image: linear-gradient(180deg, #eed9b3, var(--background) 0%, #eed9b3 0%, var(--orange));
    height: 30%;
    min-height: auto;
  }

  .navlink {
    width: auto;
  }

  .navlink.w--current {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section.gradient2 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.gradient3 {
    background-image: linear-gradient(180deg, var(--background), var(--luna-1) 10%, var(--luna-1) 29%, var(--luna-1) 43%, #bd91f6 51%, #d5c2ef 96%, var(--background));
  }

  .section.gradient4 {
    background-image: linear-gradient(180deg, var(--background), var(--font-color) 17%, #090c9b 57%, var(--font));
  }

  .section.gradient4.tablet-gradient {
    background-image: linear-gradient(180deg, var(--background), var(--font-color) 16%, #090c9b 57%, var(--font));
  }

  .studio {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .left-arrow {
    padding-left: 20px;
  }

  .right-arrow {
    padding-right: 20px;
  }

  .mobile-menu-overlay {
    background-image: linear-gradient(180deg, var(--luna-1), var(--background) 15%, var(--background) 85%, var(--orange));
    height: 100%;
    min-height: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .mobile-nav {
    display: none;
    overflow: visible;
  }

  .section_spotlight {
    height: 100%;
  }

  .spotlight {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .luna-svg-mobile {
    width: 100px;
  }

  .luna-logo-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .praksa-anchor {
    width: 100%;
    padding-top: 20px;
  }

  .cookie-tag {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
  }

  .close-button {
    position: static;
    top: 15px;
    right: 10px;
  }

  .button.deny {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 13px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .button.deny.padding-button-right {
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .button.accept {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 18px;
    display: none;
  }

  .checkbox {
    width: 40px;
    height: 20px;
    margin-left: 0;
  }

  .privacy-title {
    color: var(--luna-1);
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .field-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
    line-height: 16px;
  }

  .grid {
    grid-template-columns: 1fr .25fr;
    width: 100%;
  }

  .paragraph {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }

  .paragraph.bold {
    font-size: 16px;
  }

  .paragraph.padding {
    padding-right: 20px;
  }

  .fs-manager-opener {
    position: static;
    bottom: 20%;
    left: 20px;
  }

  .preferences-container {
    width: 75vw;
    min-width: 220px;
    max-width: none;
    height: 60vh;
    max-height: none;
    padding: 0 15px 20px 20px;
    display: block;
    overflow: auto;
  }

  .cookie-paragraph {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .button-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    font-family: Vollkorn, serif;
    display: flex;
  }

  .fs-preferences-manager-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 1vw;
    display: flex;
    overflow: visible;
  }

  .fs-cookie-popup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 80vw;
    min-width: 250px;
    max-width: 330px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px;
      display: flex;
  }

  .fs-cookie-popup.landscape-padding {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    left: 0;
    right: 0;
    bottom: 1%;
  }

  .preferences-link {
    text-align: center;
    margin-right: 0;
    padding: 10px 5px;
    display: block;
  }

  .preferences-link.align-choice {
    line-height: 16px;
  }

  .path-7 {
    display: block;
  }

  .path-7.cookie-svg-color {
    color: var(--luna-1);
  }

  .svg-6 {
    width: 16px;
    height: 16px;
  }

  .pravila-privatnosti {
    width: 90vw;
    height: 60vh;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .pravila-privatnosti.privacy {
    width: 85vw;
    height: 68vh;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-25 {
    flex-flow: row;
  }

  .paragraph-3 {
    line-height: 24px;
    overflow: auto;
  }

  .div-block-26 {
    height: 59vh;
    padding-bottom: 0;
  }

  .div-block-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--background);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .div-block-30 {
    display: none;
  }
}

#w-node-_483bbcf8-a577-4c39-7b72-db5b091ca380-a7f0f98a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a791fba7-b1fa-77c7-f6bc-3b87e64cbfa1-a7f0f98a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cb7372f8-2611-ed45-5818-2cf7e0c1212b-a7f0f98a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6ef74919-bd1a-dca4-d018-8b5458fe44f4-a7f0f98a {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4f12e07d-c3d6-0c6e-7048-a99157367750-a7f0f98a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3fac83a2-cbbc-d341-86ab-f5f43c980a13-a7f0f98a, #w-node-fac7563e-1362-eb97-a7ca-52c81536d9d1-a7f0f98a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_10df0cb4-c4a4-5111-4045-2d92fbcedae1-a7f0f98a, #w-node-d728a55a-8fc3-fddb-31c6-ec2fd60232cf-a7f0f98a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b11b-93ac7900 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b11d-93ac7900 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b11f-93ac7900 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b137-93ac7900, #w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b141-93ac7900, #w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b14b-93ac7900, #w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b155-93ac7900 {
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-_483bbcf8-a577-4c39-7b72-db5b091ca380-a7f0f98a, #w-node-a791fba7-b1fa-77c7-f6bc-3b87e64cbfa1-a7f0f98a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb7372f8-2611-ed45-5818-2cf7e0c1212b-a7f0f98a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3fac83a2-cbbc-d341-86ab-f5f43c980a13-a7f0f98a, #w-node-fac7563e-1362-eb97-a7ca-52c81536d9d1-a7f0f98a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_483bbcf8-a577-4c39-7b72-db5b091ca380-a7f0f98a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b11a-93ac7900 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b11b-93ac7900 {
    place-self: auto;
  }

  #w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b11f-93ac7900 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_3585e018-6f8d-fdf2-b6cb-01519e40b123-93ac7900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Apfelgrotezk Fett';
  src: url('../fonts/ApfelGrotezk-Fett.woff2') format('woff2'), url('../fonts/ApfelGrotezk-Fett.woff') format('woff'), url('../fonts/ApfelGrotezk-Fett.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk';
  src: url('../fonts/ApfelGrotezk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk Brukt';
  src: url('../fonts/ApfelGrotezk-Brukt.woff2') format('woff2'), url('../fonts/ApfelGrotezk-Brukt.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk Mittel';
  src: url('../fonts/ApfelGrotezk-Mittel.woff') format('woff'), url('../fonts/ApfelGrotezk-Mittel.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk Satt';
  src: url('../fonts/ApfelGrotezk-Satt.woff') format('woff'), url('../fonts/ApfelGrotezk-Satt.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfelgrotezk';
  src: url('../fonts/ApfelGrotezk-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jou Legere';
  src: url('../fonts/Jou-Legere.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}