@font-face {
  font-family: The Foregen Vintage;
  src: url('../fonts/The-Foregen-Vintage.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rinjani;
  src: url('../fonts/Rinjani-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rinjani;
  src: url('../fonts/Rinjani.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rinjani;
  src: url('../fonts/Rinjani-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-brown: #403d3a;
  --white: #fff;
  --light-orange: #de7f56;
  --light-yellow: #fbc868;
  --light-purple: #c3baee;
  --dark-orange: #cb663a;
  --cream: #f6f2ee;
  --120-gap: 120px;
  --40-gap: 40px;
  --light-green: #56b9ab;
  --dark-green: #254342;
  --dark-yellow: #ecb03b;
  --light-grey: #e9e9e9;
  --8-gap: 8px;
  --64-gap: 64px;
  --16-gap: 16px;
  --32-gap: 32px;
  --untitled-ui-gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui-gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --radius-64: 64px;
  --dark-purple: #9696be;
  --untitled-ui-gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui-primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui-gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui-gray50\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui-gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui-gray800\<deleted\|variable-0a1a9f61\>: #1d2939;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-gray500\<deleted\|variable-68f29e84\>: #667085;
  --swing-purple: #1b1326;
  --10-0-padding: 0px;
  --radius-0: 0px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.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;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.body.app {
  color: var(--dark-brown);
  font-family: DM Sans, sans-serif;
}

.h1 {
  color: var(--dark-brown);
  margin-top: auto;
  margin-bottom: auto;
  font-family: The Foregen Vintage, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.h1.centered.is-white {
  color: var(--white);
}

.display-heading-1 {
  color: var(--dark-brown);
  font-family: The Foregen Vintage, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.h2 {
  color: var(--dark-brown);
  font-family: Rinjani, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.h2.huge {
  font-size: 88px;
  line-height: 88px;
}

.h2.huge.is-yellow {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.huge.centered.is-purple.max-width {
  color: var(--white);
  width: 700px;
  max-width: 700px;
}

.h2.is-white {
  color: var(--white);
}

.h2.centered {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.centered.relative {
  z-index: 2;
  position: relative;
}

.h2.centered.is-purple-dark {
  color: #66667a;
  font-size: 3.5rem;
}

.h2.centered.is-moustard {
  color: #a6894d;
}

.h2.is-orange {
  z-index: 2;
  color: var(--light-orange);
  position: relative;
}

.h2.is-yellow {
  color: var(--light-yellow);
}

.h2.is-purple {
  color: var(--light-purple);
}

.h2.abs {
  position: absolute;
}

.h2.abs.is-red {
  color: var(--dark-orange);
}

.paragraph {
  color: var(--dark-brown);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.paragraph.medium {
  font-size: 20px;
  line-height: 24px;
}

.paragraph.medium.is-white {
  color: var(--white);
}

.paragraph.medium.is-dark-moustard {
  color: #715f36;
}

.paragraph.medium.centered {
  text-align: left;
}

.paragraph.medium.centered.hidden, .paragraph.medium.hide {
  display: none;
}

.paragraph.large {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.large.is-white {
  color: var(--white);
}

.paragraph.large.is-white.hide {
  display: none;
}

.paragraph.huge {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}

.paragraph.huge.is-cream {
  color: var(--cream);
}

.paragraph.xx-large {
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.paragraph.x-large {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}

.paragraph.x-large.bold {
  font-weight: 700;
}

.paragraph.x-large.is-dark-moustard {
  color: #745e30;
}

.paragraph.light {
  color: #767470;
}

.paragraph.is-white {
  color: var(--white);
}

.paragraph.is-white.light {
  font-weight: 300;
}

.paragraph.is-white.bold {
  font-weight: 700;
}

.paragraph.regular {
  font-size: 20px;
}

.h3 {
  color: var(--dark-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rinjani, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.h3.centered.is-white, .h3.is-white {
  color: var(--white);
}

.h3.is-white.hide {
  display: none;
}

.h3.huge {
  font-size: 64px;
  line-height: 64px;
}

.h3.tours {
  font-size: 36px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container.is-full-width {
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.container.is-full-width.hide {
  display: none;
}

.container.is-full-width.rel {
  z-index: 991;
}

.container.vert-padding-25-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  padding-bottom: 10%;
  display: flex;
}

.container.vert-padding-25-10.lemon {
  padding-top: 35%;
}

.container.vert-padding-25-10.lemon.footer {
  z-index: 2;
}

.container.first-teachers {
  z-index: 3;
  position: relative;
  top: -200px;
}

.container.vert-padding-20-0 {
  padding-top: 20%;
  padding-bottom: 20%;
}

.container.vert-padding-20-0.gap-120 {
  grid-column-gap: var(--120-gap);
  grid-row-gap: var(--120-gap);
  background-color: var(--light-yellow);
  flex-direction: column;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.musicians {
  position: relative;
  top: auto;
}

.container.dark-green {
  background-image: url('../images/negative-background-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -2px;
  padding-bottom: 550px;
}

.container.not-upscale {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.container.relative {
  flex-direction: column;
  display: flex;
  position: relative;
}

.container.tours {
  background-color: #c9c9f4;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 180px;
  display: flex;
}

.container.reviews-aftermovies {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  padding-top: 120px;
  display: flex;
}

.container.footer {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.container.footer.dancers {
  flex-direction: row;
  padding-top: 120px;
  padding-bottom: 120px;
  position: static;
  overflow: hidden;
}

.container.footer-banner-1, .container.footer-banner-1-copy {
  background-color: var(--light-green);
  align-items: center;
  height: 60px;
}

.container.footer-banner-2 {
  background-color: var(--dark-green);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.container.footer-banner-2._3 {
  background-color: #172e2d;
}

.container.rel {
  z-index: 3;
  flex-direction: column;
  display: flex;
  position: relative;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.height100 {
  height: 100%;
}

.container.scrolling {
  background-color: var(--dark-yellow);
  padding-top: 100px;
  padding-bottom: 24px;
}

.container.scrolling.photo {
  background-image: url('../images/34f9df80-a1cc-4517-adb1-2447c426fe1e.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.container.vert-padding-10-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.container.vert-padding-10-10.lemon {
  padding-top: 35%;
}

.container.vert-padding-10-10.lemon.footer {
  z-index: 2;
}

.light-orange {
  background-color: var(--light-orange);
}

.color-div {
  display: flex;
}

.dark-orange {
  background-color: var(--dark-orange);
}

.light-yellow {
  background-color: var(--light-yellow);
}

.dark-yellow {
  background-color: var(--dark-yellow);
}

.light-green {
  background-color: var(--light-green);
}

.dark-green {
  background-color: var(--dark-green);
}

.dark-brown {
  background-color: var(--dark-brown);
}

.cream {
  background-color: #f6f2ed;
}

.white {
  background-color: #fff;
}

.button {
  text-align: center;
  background-color: #d1845e;
  border-radius: 10px;
  padding: 16px;
  font-family: Rinjani, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: #cb663a;
}

.button.large {
  background-color: #d1845e;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.button.large:hover {
  background-color: #cb663a;
}

.button.large.hide {
  display: none;
}

.button.white {
  color: var(--dark-yellow);
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.smaller {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
}

.button.app-secondary {
  border: 1px solid var(--light-grey);
  color: var(--dark-brown);
  background-color: #0000;
}

.button.hide {
  display: none;
}

.h-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
}

.h-flex.sp-btw {
  justify-content: space-around;
}

.h-flex.sp-btw.top {
  align-items: flex-start;
}

.top-banner.light-green {
  color: #fff;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: The Foregen Vintage, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.top-bannar-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.top-banner-list-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
}

.top-banner-list-item._1, .top-banner-list-item._2 {
  flex: none;
  margin-right: 8vw;
}

.top-banner-text {
  color: var(--white);
  font-family: The Foregen Vintage, sans-serif;
  font-size: 20px;
}

.section {
  position: relative;
}

.section.hero {
  background-color: var(--cream);
  align-items: flex-start;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  overflow: hidden;
}

.section.hero.hide {
  display: block;
}

.section.hero._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 10%;
}

.section.hero._2.sticky {
  position: sticky;
  top: 0;
}

.section.intro {
  display: block;
  overflow: hidden;
}

.section.intro.hide {
  display: none;
}

.section.intro.sticky {
  position: static;
}

.section.summary {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.summary.hide {
  display: none;
}

.section.summary.yellow-lem {
  background-color: #fbc868;
  margin-bottom: 0;
}

.section.artists.white {
  position: relative;
}

.section.artists.light-orange.hide {
  display: none;
}

.section.sticky {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section.prices-bg {
  background-image: url('../images/negative-bckground.svg'), linear-gradient(to bottom, var(--dark-green), var(--dark-green));
  background-position: 50% 100%, 0 0;
  background-size: auto, auto;
  height: 650px;
  margin-top: -200px;
}

.section.prices-bg.hide {
  display: none;
}

.section.is--hero {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.section.padding {
  background-color: #fcc961;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.v-flex.center._200margin-btm {
  margin-bottom: 80px;
}

.v-flex._8-gap.is-white {
  color: var(--white);
}

.v-flex._8-gap.centered {
  justify-content: center;
  align-items: center;
}

.v-flex._64-gap {
  grid-column-gap: var(--64-gap);
  grid-row-gap: var(--64-gap);
}

.v-flex._64-gap.centered {
  justify-content: center;
  align-items: center;
}

.v-flex._16-gap {
  grid-column-gap: var(--16-gap);
  grid-row-gap: var(--16-gap);
}

.v-flex._16-gap.vert-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.v-flex._16-gap.vert-24._1px-border-btm {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: var(--dark-brown);
}

.v-flex._16-gap.vert-24._1px-border-btm.prizes {
  grid-column-gap: var(--40-gap);
  grid-row-gap: var(--40-gap);
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.v-flex._16-gap.vert-24-0 {
  padding-top: 24px;
  padding-bottom: 0;
}

.v-flex._16-gap.centered {
  justify-content: center;
  align-items: center;
}

.v-flex._32-gap {
  grid-column-gap: var(--32-gap);
  grid-row-gap: var(--32-gap);
  margin-top: 180px;
}

.v-flex._32-gap.centered {
  justify-content: center;
  align-items: center;
}

.v-flex._120-gap {
  grid-column-gap: var(--120-gap);
  grid-row-gap: var(--120-gap);
  align-items: center;
}

.v-flex._40-gap {
  grid-column-gap: var(--40-gap);
  grid-row-gap: var(--40-gap);
}

.v-flex._40-gap.center {
  width: 100%;
}

.v-flex._40-gap.center.hide {
  display: none;
}

.v-flex.vert-16 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.v-flex.vert-16.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.v-flex.card-deck {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  padding-left: 10%;
  padding-right: 10%;
}

.v-flex._8-gap {
  grid-column-gap: var(--8-gap);
  grid-row-gap: var(--8-gap);
}

.v-flex.v-center-12gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.v-flex._24-gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.v-flex._24-gap._100 {
  width: 100%;
}

.v-flex.centered {
  justify-content: center;
  align-items: center;
}

.navbar-menu-btn {
  padding: 0;
}

.navbar-link {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.navbar-link:hover {
  color: var(--dark-orange);
}

.navbar-link.w--current {
  color: #000;
}

.navbar-link.is-white {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.navbar-link.is-white:hover {
  color: var(--light-orange);
}

.navbar-link.is-white.button {
  margin-left: 24px;
}

.navbar-link.is-white.button:hover {
  color: var(--white);
}

.navbar-link.is-white.hide {
  display: none;
}

.navbar-link.is-dark {
  color: var(--dark-brown);
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.navbar-link.is-dark:hover {
  color: var(--light-orange);
}

.navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-logo-link.top.w--current {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  display: flex;
}

.navbar-container {
  z-index: 992;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.navbar-container.dark {
  z-index: 990;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
}

.navbar {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar._1px-border-btm.hide {
  display: none;
}

.navbar._1px-border-btm.transparent {
  z-index: 990;
  background-color: #fff0;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
}

.navbar._1px-border-btm.transparent.hide {
  display: none;
}

._1px-border-btm {
  border-bottom: 1px solid var(--light-grey);
}

.content-wrapper.col-6 {
  width: 50%;
}

.content-wrapper.prizes {
  padding-top: 120px;
  position: relative;
}

.content-wrapper.tour-first {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.content-wrapper.tour-second {
  z-index: 5;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-wrapper.col-6 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-btm-left {
  z-index: -2;
  position: absolute;
  inset: auto auto -10% -10%;
}

.centered {
  text-align: center;
}

.hero-btm-right {
  z-index: -2;
  position: absolute;
  inset: auto 5% 10% auto;
}

.background-video {
  background-color: var(--dark-green);
  width: 760px;
}

.background-video.intro {
  background-color: #25434200;
  border-radius: 32px;
}

.lemon-svg {
  z-index: -1;
  position: absolute;
  inset: 0% auto;
}

.orange-text {
  color: var(--dark-orange);
}

.light-green-text {
  color: var(--light-green);
}

.dark-brown-text {
  color: var(--dark-brown);
}

.intro-video-wrapper {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.reel-play-wrapper {
  background-image: url('../images/reel-player.svg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.sun-svg {
  z-index: -1;
  position: absolute;
  inset: -10% auto 0%;
}

.sun-svg.bottom {
  z-index: 1;
  position: relative;
  inset: auto 0% 0;
}

.teachers-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.teachers-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.teachers-grid.taster {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.teachers-pic {
  background-color: var(--cream);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.teachers {
  z-index: 3;
  object-fit: cover;
  height: 100%;
  position: static;
  inset: 0%;
}

.teachers._1, .teachers._2, .teachers._3, .teachers._4, .teachers._5 {
  position: static;
}

.teachers.alessia {
  object-fit: contain;
}

.teachers.sara {
  filter: saturate(0%);
}

.teachers._6 {
  position: static;
}

.teachers.martadominik {
  filter: brightness(112%) saturate(0%);
}

.teachers._7 {
  position: static;
}

.teachers.annaportell {
  filter: grayscale();
}

.yellow-ripple {
  z-index: 2;
  background-color: var(--light-yellow);
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto;
}

.yellow-ripple.hide {
  display: none;
}

.cream-ripple {
  z-index: 2;
  background-color: var(--cream);
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: absolute;
}

.cream-ripple.hide {
  display: none;
}

.taster-teachers {
  width: 100%;
}

.taster-teachers.centered {
  border: 2px dashed var(--light-grey);
  background-color: var(--cream);
  border-radius: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.leaf-decor {
  z-index: 1;
  position: absolute;
  inset: -40% auto auto -10%;
}

.small-lemon-decor {
  z-index: 3;
  position: absolute;
  inset: auto -5% -40% auto;
}

.taster-teachers-wrapper {
  width: 100%;
  position: relative;
}

.taster-teachers-wrapper.hide {
  display: none;
}

.flower {
  z-index: -1;
  position: absolute;
  inset: -10% auto 0%;
}

.flower.btm {
  position: static;
  inset: auto 0% 0%;
}

.page-wrapper {
  overflow: hidden;
}

.music-band-img {
  width: 100%;
  height: 320px;
  position: relative;
  bottom: 0;
}

.music-band-img._1 {
  z-index: 4;
  background-image: url('../images/theBigFive.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.music-band-img._2 {
  z-index: 4;
  background-image: url('../images/Lizzy-and-the-Old-Swing-Men.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.music-band-img._3 {
  z-index: 4;
  background-image: url('../images/TheSwingReactors.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.music-band-wrapper {
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.music-band-bg {
  z-index: 1;
  background-color: var(--light-yellow);
  width: 100%;
  height: 100%;
  position: absolute;
}

.music-band-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
  position: relative;
}

.music-band-container.left {
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.music-band-container.right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.mcs-wrapper {
  width: 100%;
}

.djs-grid {
  grid-column-gap: 8%;
  grid-row-gap: 64px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 250px 250px 250px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.djs-grid._2-col {
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 63px;
  padding-right: 63px;
}

.djs-pic {
  aspect-ratio: auto;
  background-color: #ffdaca;
  background-image: url('../images/music-placeholder-1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dj-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
}

.full-width-container {
  z-index: 2;
  height: 100vh;
  position: relative;
}

.full-width-container.dancing-feet {
  background-image: url('../images/dancing-feet.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.full-width-container.dancing-feet.radius {
  z-index: 1;
  border-radius: var(--radius-64);
  background-image: none;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.rusted-top {
  background-image: url('../images/rusted-top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.overlay-container {
  z-index: 2;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.overlay-container.hide, .tabs-wrapper.hide {
  display: none;
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.tabs-content-wrapper {
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}

.tab-link {
  background-color: var(--dark-green);
  opacity: .5;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.tab-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link-text {
  font-size: 16px;
}

.tab-link-item {
  border: 2px solid var(--dark-yellow);
  border-radius: 48px;
  flex-direction: column;
  padding: 16px 32px;
  display: flex;
}

.text-block.bold {
  font-weight: 700;
}

.subscriber-label {
  margin-top: 0;
  position: relative;
  top: -16px;
}

.subscriber-label.static {
  position: relative;
  top: 12px;
}

.red-flower-svg {
  z-index: -1;
  position: absolute;
  inset: 0% auto;
}

.tab-panel {
  width: 100%;
  padding-top: 72px;
}

.tab-panel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-panel-content.pricing {
  justify-content: space-between;
  align-items: flex-start;
}

.price-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--cream);
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding: 48px 32px;
  display: flex;
}

.price-column.hide {
  opacity: .7;
  filter: blur(6px);
  display: block;
}

.price-column.late.invisible {
  display: none;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rinjani, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.h4.btm-margin {
  margin-bottom: 16px;
}

.h4.is-cream {
  color: var(--dark-yellow);
}

.h4.is-white {
  color: var(--white);
}

.h4.margin-top-16 {
  margin-top: 16px;
}

.bold-span {
  font-weight: 700;
}

.dancers-wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.dancers-wrapper.footer {
  width: 50%;
}

.dancing-ripple {
  z-index: -1;
  background-color: var(--light-green);
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: 0% auto;
}

.dancing-ripple.cream {
  background-color: var(--cream);
}

.dancing-couple-image {
  max-height: 600px;
  position: static;
  inset: 0% auto;
}

.card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 32px;
}

.card-wrapper.beginner {
  background-color: var(--dark-yellow);
  width: 80%;
}

.card-wrapper.intermediate {
  background-color: var(--light-green);
  width: 80%;
}

.card-wrapper.advanced {
  background-color: var(--light-green);
  background-color: var(--dark-purple);
}

.card-wrapper.advanced-plus {
  background-color: var(--dark-orange);
}

.card-wrapper.pros {
  background-color: var(--dark-green);
  width: 80%;
}

.card-wrapper.solojazz {
  background-color: var(--light-yellow);
  width: 80%;
}

.lemon-top-left {
  position: absolute;
  inset: 20% auto auto 0%;
}

.lemon-top-left.footer {
  inset: auto auto 25% 0%;
}

.lemon-top-left.first {
  top: 10%;
  left: 20%;
}

.small-lemon-bottom-right {
  position: absolute;
  inset: auto 20% 20% auto;
}

.small-lemon-bottom-right.footer {
  top: 0;
  bottom: 0%;
  right: 0%;
}

.small-lemon-bottom-right.first {
  bottom: 15%;
  right: 15%;
}

.container-full {
  position: relative;
}

.white-span {
  color: var(--white);
}

.tour-top-center {
  width: 60%;
  max-width: none;
  position: relative;
}

.tour-left, .tour-right {
  width: 60%;
  max-width: none;
  position: relative;
  inset: auto auto 0%;
}

.competition-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.competition-wrapper.definitivo-hide {
  display: none;
}

.competition-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--cream);
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 48px 25px;
  display: flex;
}

.tours-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tour-col-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding: 0;
  display: flex;
  position: relative;
}

.tour-col-wrapper.hidden {
  display: none;
}

.tour-bg {
  width: 100%;
  height: 320px;
}

.tour-bg.hiking {
  background-image: url('../images/Il-Sentiero-delle-13-Chiese-a-Tramonti_1.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  height: 320px;
}

.tour-bg.beach {
  background-image: url('../images/acquachiara.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
}

.lemon-tour-1 {
  position: absolute;
  top: 50px;
  left: -50px;
}

.lemon-tour-2 {
  position: absolute;
  inset: 50px -50px auto auto;
}

.tour-image {
  width: 100%;
  position: relative;
}

.reviews-wrapper {
  grid-column-gap: var(--64-gap);
  grid-row-gap: var(--64-gap);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.review {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  width: 60%;
  padding: 48px 32px;
  display: flex;
}

.review._2 {
  justify-content: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.review._1, .review._3 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.review-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--cream);
  border-radius: 32px;
  width: 60%;
  padding: 32px;
}

.review-content.wide {
  width: 80%;
}

.where-content-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.where-content {
  grid-column-gap: var(--32-gap);
  grid-row-gap: var(--32-gap);
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.where-img {
  width: 55%;
}

.where-list-item {
  grid-column-gap: var(--16-gap);
  grid-row-gap: var(--16-gap);
  align-items: center;
  width: 100%;
}

.instagram-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  margin-top: 120px;
  display: flex;
}

.instagram-pic-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.insta-pic {
  aspect-ratio: 1;
  border-radius: 32px;
}

.insta-pic._1 {
  background-image: url('../images/ig-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-pic._2 {
  background-image: url('../images/ig-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-pic._3 {
  background-image: url('../images/ig-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-pic._4 {
  background-image: url('../images/ig-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.attendee-avatar-wrapper {
  border-radius: 100px;
  width: 80px;
  overflow: hidden;
}

.spacer {
  z-index: 2;
  opacity: .45;
  height: 100vh;
  position: relative;
}

.footer-banner-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.foter-link-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.footer-link-item {
  color: var(--white);
  text-decoration: none;
}

.disclaimer-footer {
  width: 50%;
}

.disclaimer-footer._2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.disclaimer-footer.europe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  width: 50%;
  display: flex;
}

.foter-social-link-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.footer-social-link {
  background-color: var(--light-green);
  color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--dark-orange);
}

.marquee-horizontal {
  z-index: 200;
  background-color: var(--light-green);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.yellow-span {
  color: var(--dark-yellow);
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  z-index: 2;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-bar-wrapper {
  z-index: 100;
  width: 100%;
  position: fixed;
}

.logo-white {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.logo-white.static {
  z-index: 501;
  position: relative;
}

.logo-dark {
  z-index: 2;
  opacity: 1;
  position: absolute;
  inset: 0%;
}

.logo-dark.static {
  z-index: 500;
  position: absolute;
  inset: 0%;
}

.logo-dark.relative {
  position: relative;
}

.container-marquee-loop {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.marquee-wrapper {
  width: 100%;
  height: 39em;
  position: relative;
  overflow: hidden;
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.marquee-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-item {
  border-left: 1px solid #dfdfdf3b;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.list-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  background-color: #27272700;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26em;
  height: 26em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-image.rectangular {
  width: 34em;
  transform: rotate(-3deg);
}

.marquee-image._5deg {
  transform: rotate(2deg);
}

.marquee-image._2deg {
  transform: rotate(-2deg);
}

.marquee-image._3deg {
  transform: rotate(2.5deg);
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-2.svg {
  width: 80%;
  height: 80%;
}

.cursor {
  width: 100px;
  height: 0;
  position: absolute;
}

.cursor-img {
  width: 100%;
  height: 100%;
}

.wrapper-cursor {
  z-index: 900;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.cursor-2 {
  background-color: #f2b705;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.quote {
  width: 100px;
}

.nav-wrapper {
  width: 100%;
  position: relative;
}

.nav-wrapper.white {
  border-bottom: 1px solid var(--light-grey);
  background-color: #fff;
}

.play-button {
  background-color: var(--light-orange);
  border-radius: 20px;
  padding: 12px 13px;
  text-decoration: none;
}

._2nd-video {
  background-color: #00000080;
  border-radius: 64px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-full-rel {
  width: 100%;
  height: 100%;
}

.old-price {
  opacity: .5;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: line-through;
}

.dancing-forest {
  background-image: url('../images/negative-bckground.svg');
  background-position: 50% 100%;
  background-size: cover;
  height: 300px;
}

.footer-h-flex {
  justify-content: space-between;
  width: 100%;
}

.footer-h-flex.start {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
}

.light-span {
  font-weight: 300;
}

.dark-navbar {
  z-index: 991;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.dark-navbar.dark {
  z-index: 990;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
}

.footer-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.cookie-links {
  text-decoration: none;
}

.heavy-span {
  color: var(--light-green);
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.image-7 {
  width: 64px;
}

.image-7.hide-desktop {
  display: none;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.uui-navbar01_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--light-purple);
  background-color: var(--light-purple);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--dark-purple);
  background-color: var(--dark-purple);
}

.uui-button:focus {
  background-color: var(--light-purple);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100\<deleted\|variable-35a3c723\>);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui-gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--white);
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui-gray800\<deleted\|variable-0a1a9f61\>);
}

.uui-button-secondary-gray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar01_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar01_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar01_link {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar01_link:hover {
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
}

.uui-navbar01_link.w--current {
  color: #000;
}

.uui-navbar01_dropdown-right-overlay-absolute {
  background-color: var(--untitled-ui-gray50\<deleted\|variable-8a511359\>);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--dark-purple);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-link.is-button-xsmall {
  font-size: .875rem;
}

.uui-navbar01_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: 1rem;
  margin-left: .75rem;
  font-size: .875rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-navbar01_item-button-wrapper {
  margin-top: .75rem;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar01_item-heading {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar01_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar01_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-navbar01_blog-image-wrapper {
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 11rem;
  height: 6.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar01_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_blog-item:hover {
  background-color: var(--white);
}

.uui-navbar01_dropdown-blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.uui-navbar01_dropdown-content-heading {
  color: var(--light-purple);
  letter-spacing: normal;
  margin-left: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-content-wrapper {
  z-index: 1;
  grid-row-gap: .75rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar01_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 1.25rem;
  display: flex;
  position: relative;
}

.uui-navbar01_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar01_icon-wrapper {
  color: var(--light-purple);
  flex: none;
}

.uui-navbar01_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50\<deleted\|variable-8a511359\>);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar01_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar01_heading {
  color: var(--light-purple);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar01_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar01_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar01_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar01_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar01_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar01_dropdown-toggle {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar01_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
}

.uui-navbar01_menu-dropdown {
  position: static;
}

.uui-navbar01_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar01_logo-link {
  padding-left: 0;
}

.uui-navbar01_component {
  border-bottom: 1px solid var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.mappa {
  border-radius: 32px;
}

.mappa.tablet-up {
  width: 100%;
  max-width: none;
}

.mappa-mobile {
  display: none;
}

.error-message---brix {
  background-color: #ffebde;
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy.soldout {
  max-width: 600px;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.popup-1-form---brix {
  align-items: center;
  display: flex;
  position: relative;
}

.input---brix {
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.large---brix {
  min-height: 74px;
  padding: 24px 40px;
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  inset: auto 12px auto auto;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.popup-1---brix {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 64px;
  display: flex;
  position: relative;
}

.popup-1-illustration---brix {
  margin-bottom: 24px;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.facebook-link, .instagram-link {
  color: var(--light-orange);
  text-decoration: none;
}

.artist {
  z-index: 3;
  object-fit: cover;
  height: 460px;
  position: absolute;
  inset: 0%;
}

.artist._1, .artist._2, .artist._3 {
  position: static;
}

.artist._4 {
  position: static;
  transform: translate(0);
}

.artist._5 {
  height: 100%;
  position: static;
}

.artist._5.hide {
  display: none;
}

.artist.placeholder {
  width: 100%;
  height: 100%;
}

.artist.djovengo {
  height: 100%;
  position: static;
}

.artist.djovengo.hide {
  display: none;
}

.artist.sep {
  filter: saturate(0%);
  height: 100%;
  position: static;
}

.artist.sep.hide {
  display: none;
}

.artist.pietro {
  filter: brightness(110%) saturate(0%);
  height: 100%;
  position: static;
}

.artist.pietro.hide {
  display: none;
}

.artist.alberto {
  filter: brightness(112%) saturate(0%);
  height: 100%;
  position: static;
}

.artist.alberto.hide {
  display: none;
}

.artist.sara {
  filter: saturate(0%);
  height: 100%;
  position: static;
}

.artist.sara.hide {
  display: none;
}

.artist.maxitup {
  filter: saturate(0%);
  height: 100%;
  position: static;
}

.artist.maxitup.hide {
  display: none;
}

.artist.issiaka {
  height: 100%;
  position: static;
}

.artist.issiaka.hide {
  display: none;
}

.artist.kratos {
  height: 100%;
  position: static;
}

.artist.kratos.hide {
  display: none;
}

.small-text-span {
  font-size: 40px;
  line-height: 40px;
}

.mcs-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.djs-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.djs-title-wrapper.hide {
  display: none;
}

.djs-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.total-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  margin: 0;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0 0%;
}

.previous:hover {
  opacity: 1;
}

.f-footer-detail {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-text-area {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #cdcaca;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-section-medium {
  padding: 32px 5%;
  position: relative;
}

.f-link-contact {
  color: #1b1326;
  border-bottom: 1px solid #cdcaca;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.f-link-contact:hover {
  border-bottom-width: 2px;
  border-bottom-color: #1b1326;
  transform: translate(0);
}

.radio-circle {
  margin-top: 0;
  margin-left: 0;
}

.f-h4-heading {
  color: #1b1326;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.f-h4-heading.extra {
  flex: 1;
}

.f-h4-heading.extra.soldout {
  color: #1b132666;
}

.f-h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.form-content {
  text-align: left;
  width: 100%;
}

.form-content.final {
  margin-bottom: 0;
}

.f-field-input-date {
  align-items: center;
  display: flex;
  position: relative;
}

.f-image-cover {
  object-fit: cover;
  background-color: #1b1326;
  background-image: linear-gradient(126deg, #4a4550, #170f22);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.f-image-cover.novellang {
  background-color: #f6f2ed;
  background-image: none;
}

.banner-payment {
  background-color: #ffecec;
  padding: 14px;
  font-size: 18px;
  line-height: 1.4em;
}

.next-button {
  color: #fdcd54;
  background-color: #1b1326;
  border-radius: 4px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 16px;
  transition: background-color .2s ease-in;
}

.f-modal-wrapper-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.f-dropdown-wrap {
  z-index: 999;
  background-color: #fff;
  height: auto;
  padding: 8px;
}

.success-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.success-content.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.first-40-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
}

.f-field-label {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-label.no-marg-bott {
  margin-bottom: 0;
}

.step-indicator {
  background-color: #e9e9e8;
  height: 8px;
}

.step-indicator.active {
  background-color: #feb600;
}

.f-header-image-wrapper-top {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.f-modal-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.price-big {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.f-tab {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.username-wrapper {
  color: #1b1326;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.f-modal-close-link {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: #642eff;
}

.f-footer-basic {
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button-label {
  flex: 1;
}

.step-counter {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.step-counter.active {
  color: #feb600;
}

.f-h1-heading {
  color: #1b1326;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.f-footer-small {
  color: #fff;
  background-color: #1b1326;
  padding: 72px 5%;
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid._60-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid._1-col {
  grid-template-columns: 1fr;
}

.grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.username {
  color: #1b1326;
  margin-left: 4px;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.radio-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1b1326;
  background-color: #fff;
  border: 1px solid #cdcaca;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.radio-button.sold-out {
  color: #1b132666;
  background-color: #cdcaca26;
  border-style: dashed;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.f-tab-button {
  opacity: .5;
  color: #1b1326;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  border: 1px solid #cdcaca;
  border-radius: 4px;
  padding: 10px 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.f-tab-button.w--current {
  opacity: 1;
  background-color: #1b132626;
  border-width: 2px;
  border-color: #1b1326;
}

.f-tab-button.not-active {
  pointer-events: none;
}

.f-navigation-button {
  outline-offset: 0px;
  color: #1b1326;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fdcd54;
  border-radius: 4px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  transform: translate(0, -8px);
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-content {
  position: relative;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 56px;
  position: relative;
}

.summary {
  margin-bottom: 90px;
}

.f-container-regular {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-container-regular.policy {
  max-width: 1100px;
}

.f-wrapper-left {
  width: 100%;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.center {
  text-align: center;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.form {
  height: 100%;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.f-navigation {
  color: #fff;
  background-color: #1b1326;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 16px 5%;
  display: flex;
}

.f-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: flex-start;
  width: 100%;
  padding: 12px 16px;
  display: flex;
}

.f-dropdown-toggle:hover {
  color: #fdcd54;
  border-color: #fdcd54;
}

.f-dropdown-toggle:focus {
  border-color: #fdcd54;
}

.f-dropdown-toggle.w--open {
  outline-offset: 0px;
  border-color: #fdcd54;
  outline: 2px solid #642eff1a;
}

.pack-price-reduced {
  color: #fd6866;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}

.f-h3-heading {
  letter-spacing: normal;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.form-agreements {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox-field.vertical {
  display: block;
}

.f-checkbox-field.align-top {
  align-items: flex-start;
}

.success-wrapper {
  background-color: #f7f6f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 48px;
  display: flex;
}

.f-wrapper-right {
  width: 100%;
}

.f-modal-base-large {
  background-color: #fff;
  border: 1px solid #f7f9fd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40vw;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.arrow-icon {
  color: #fdcd54;
  margin: 0;
  position: static;
}

.arrow-icon.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.choises_list {
  width: 100%;
}

.select-component {
  color: #1b1326;
  background-color: #fff;
  border: 1px solid #cdcaca;
  min-height: 48px;
}

.accordion {
  background-color: #f7f6f5;
  border: 1px solid #1b1326;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
}

.accordion.sold-out {
  color: #1b132666;
  background-color: #cdcaca66;
  border: 2px dashed #cdcaca;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.slider-content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-account-form-button.flex-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.divider-margin-24 {
  background-color: #cdcaca;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.submit-button {
  box-shadow: none;
  color: #fdcd54;
  text-align: center;
  background-color: #1b1326;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.f-paragraph-large {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.pack-price-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.steps-wrapper.hidden {
  display: none;
}

.f-checkbox {
  float: left;
  background-color: #fff;
  border-width: 2px;
  border-color: #cdcaca;
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: #160042;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

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

.f-checkbox.margin-top {
  margin-top: 4px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.step {
  color: #6b7094;
  background-color: #fff0;
  border-top: 8px solid #e9e9e8;
  padding: 0;
}

.step.w--current {
  color: #feb600;
  background-color: #fff0;
  border-top-color: #feb600;
}

.step.not-active {
  pointer-events: none;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.form-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.f-dropdown-link {
  color: #1b114a;
  letter-spacing: -.01em;
  background-color: #6b709400;
  border-radius: 4px;
  align-items: center;
  min-width: 180px;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-dropdown-link:hover, .f-dropdown-link:focus {
  background-color: #f3f5fb;
}

.f-dropdown-link.w--current {
  background-color: #1b13261a;
}

.f-button {
  color: #fdcd54;
  text-align: center;
  background-color: #1b1326;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-button:hover {
  transform: translate(0, -8px);
}

.f-button.waiting-list {
  color: #1b1326;
  background-color: #fff0;
  border: 2px solid #1b1326;
  border-radius: 4px;
  min-height: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
}

.f-button.waiting-list:hover {
  color: #fdcd54;
  background-color: #1b1326;
}

.f-button.secondary {
  color: #1b1326;
  background-color: #fff0;
  border: 2px solid #1b1326;
  display: inline-block;
}

.f-button.secondary:hover {
  color: #feb600;
  background-color: #282556;
}

.f-button.spento {
  opacity: .25;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
  margin-bottom: 40px;
}

.pack-price-original {
  color: #6b7094;
  font-size: 14px;
  text-decoration: line-through;
}

.pack-price-original.latebird {
  color: #fd6866;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

.title-accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-tab-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.f-tab-menu.f-margin-bottom-56 {
  margin-bottom: 56px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.accordion-icon_component {
  -webkit-text-stroke-color: #1b1326;
  background-color: #1b1326;
  border-radius: 2px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.f-span-link {
  color: #1b1326;
  font-weight: 700;
  text-decoration: underline;
}

.f-span-link.white {
  color: var(--white);
  background-color: #fff0;
  text-decoration: underline;
}

.uui-faq01_question {
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.wrap {
  flex-wrap: wrap;
}

.flex-horizontal.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex-horizontal.justify-center {
  justify-content: center;
  height: 100%;
}

.flex-horizontal.align-top {
  align-items: flex-start;
}

.flex-horizontal.align-top.justify-center.height-auto {
  height: auto;
}

.f-checkbox-label {
  color: #160042;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-field-input {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #1b1326;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.item-price {
  margin-top: 8px;
  font-weight: 400;
}

.item-price.margin-left {
  margin-left: 24px;
}

.f-section-large {
  padding: 48px 5% 120px;
  position: relative;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
}

.mask {
  height: auto;
}

.radiobuttons_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.mobile-nav-bottom {
  display: none;
}

.datepicker {
  cursor: pointer;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.datepicker:hover {
  border-color: #ccd5e0;
}

.datepicker:focus {
  border-color: #1b1326;
}

.datepicker::placeholder {
  color: #6b7094;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 16px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.f-dropdown-icon-l {
  color: #fff;
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.f-modal-title-wrapper {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-faq01_component {
  width: 100%;
}

.f-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-top: 12px;
  right: 0;
  overflow: hidden;
  box-shadow: 6px 6px 12px #00000024;
}

.uui-faq01_answer {
  text-align: left;
  overflow: hidden;
}

.step-title {
  color: #1b1326;
  font-size: 16px;
  font-weight: 700;
}

.popup_wrapper {
  z-index: 10000;
  opacity: 0;
  background-color: #0009;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 48px;
  padding-bottom: 48px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.f-margin-bottom-24 {
  height: auto;
  margin-bottom: 24px;
}

.item-wrapper {
  border-bottom: 1px solid #cdcaca;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.f-h5-heading.no-marg-bottom {
  margin-bottom: 0;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  margin: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0 auto;
  overflow: visible;
}

.sold-out-label {
  color: #6b7094;
  font-size: 16px;
  font-weight: 400;
}

.f-modal-button-grid {
  grid-template-rows: auto;
}

.f-dropdown {
  width: 100%;
  max-width: 240px;
  position: relative;
}

.f-dropdown-avatar {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-content {
  width: 100%;
}

.f-success-message {
  background-color: #f7f6f5;
  padding: 40px;
}

.bodyswing {
  color: var(--swing-purple);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.ticket-img {
  width: 100%;
}

.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-vertical.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-vertical.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-vertical.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.flex-vertical.gap-64.bg-sand {
  background-color: #f7f6f5;
  border-bottom: 1px dashed #cdcaca;
  border-left: 1px dashed #cdcaca;
  border-right: 1px dashed #cdcaca;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 32px;
}

.flex-vertical.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-vertical.gap-32.bg-white {
  border-top: 1px dashed #cdcaca;
  border-left: 1px dashed #cdcaca;
  border-right: 1px dashed #cdcaca;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 32px;
}

.f-section-xtra-large {
  padding: 120px 5%;
  position: relative;
}

.f-section-xtra-large.desk-min-height {
  min-height: 80vh;
}

.status-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: capitalize;
  border: 1px solid #cdcaca;
  border-radius: 40px;
  padding: 6px 10px 6px 8px;
  font-size: 13px;
  font-weight: 700;
}

.pack-name.big {
  font-size: 18px;
  line-height: 1.5em;
}

.ticket_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px dashed #cdcaca;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.ticket_card._w-100 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  border-width: 0;
  width: 100%;
  padding: 0;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-margin-bottom {
  height: auto;
  margin-bottom: 24px;
}

.f-account-image-wrapper {
  background-color: #f3f5fb;
  width: 50%;
}

.f-account-container-r {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-account-form-block {
  height: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.f-account-section {
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
}

.f-margin-bottom-41 {
  height: auto;
  margin-bottom: 24px;
}

.form-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.form-footer.padd-top {
  justify-content: center;
  margin-top: 30%;
}

.f-account-content-wrapper {
  width: 100%;
  max-width: 550px;
}

.error-state.no-margins {
  margin-left: 0;
  margin-right: 0;
}

.f-margin-bottom-42 {
  height: auto;
  margin-bottom: 24px;
}

.block-content {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
}

.block-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px 40px;
}

.f-margin-bottom-43 {
  margin-bottom: 16px;
}

.success-state {
  background-color: #f7f6f5;
  margin-top: 24px;
  padding: 16px;
}

.user-account-wrapper {
  background-color: #fff0;
  max-width: 800px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.f-margin-bottom-44 {
  height: auto;
  margin-bottom: 24px;
}

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

.pricing-anchor {
  height: 1px;
  display: block;
  position: absolute;
  top: 10%;
}

.list-extra {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.myloader {
  z-index: 2;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.4em;
  display: flex;
  position: absolute;
}

.loader_img {
  width: 48px;
}

.elenco {
  padding-left: 20px;
}

.elenco.numerato {
  margin-bottom: 40px;
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 16px;
}

.preloader {
  z-index: 99999;
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.eu_logo {
  height: 3rem;
}

.eu_logo.hide-desktop {
  display: none;
}

.user-wrapper {
  color: #1b1326;
  border-bottom: 1px solid #e4e6f1;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px 12px 16px;
}

.user-email {
  font-size: 14px;
}

.f-navigation-link {
  color: #fff;
  padding: 16px 24px;
  text-decoration: none;
  transition: all .2s;
}

.f-navigation-link:hover {
  color: var(--dark-yellow);
}

.pill-label {
  background-color: var(--dark-orange);
  letter-spacing: .5px;
  border-radius: 16px;
  margin-top: 0;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  top: -70px;
  right: -41px;
}

.pill-label.block {
  color: #fff;
  font-family: DM Sans, sans-serif;
  position: static;
}

.pill-label.block.hide {
  display: none;
}

.pill-label.hide {
  opacity: 0;
}

.error-wrapper {
  background-color: #f7f6f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 48px;
  display: none;
}

.nav {
  background-color: #0000;
}

.nav-link {
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.nav-link.dark.hide-desktop, .nav-link.hide {
  display: none;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  display: flex;
}

.nav-logo-wrapper {
  position: relative;
}

.dark-link {
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.dark-link.dark.hide-desktop, .dark-link.hide-desktop {
  display: none;
}

.warning-label {
  color: var(--dark-purple);
  margin-top: 8px;
  font-size: 13px;
}

.extra-description {
  letter-spacing: -.01em;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 14px;
  line-height: 1.8;
}

.empty-state-wrapper {
  background-color: #f7f6f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 48px;
  display: none;
}

.empty-state-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.empty-state-content.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  z-index: 3000;
  background-color: var(--dark-yellow);
  padding-top: 64px;
  padding-bottom: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.topbar.static {
  position: static;
}

.topbar.transparent {
  background-color: #0000;
}

.h1-app {
  color: var(--dark-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: The Foregen Vintage, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1em;
}

.h1-app.white {
  color: var(--white);
  background-color: #fff0;
}

.h1-app.dm-sans {
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.bottombar {
  z-index: 2000;
  border-top: 1px solid var(--light-grey);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 5%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.icon-svg {
  width: 24px;
  height: 24px;
}

.tab-link-app {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  color: var(--dark-brown);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tab-link-app.w--current {
  background-color: var(--white);
  color: var(--dark-yellow);
}

.header-container {
  overflow-wrap: break-word;
  display: inline-block;
}

.header-container.centered {
  z-index: 2;
  position: relative;
}

.content_wrapper_app {
  width: 100%;
  height: 100%;
}

.content_wrapper_app.padding-bottom {
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 24px;
}

.content_wrapper_app.padding-top {
  padding-top: 24px;
}

.content_wrapper_app.padding-top.flex-vertical {
  flex-flow: column;
  display: flex;
}

.content_wrapper_app.padding-top._32 {
  padding-top: 32px;
}

.content_wrapper_app.padding-top._32.stroke {
  border-top: 1px solid var(--light-grey);
}

.content_wrapper_app.padding-top._32.stroke.margin-top {
  margin-top: 32px;
}

.content_wrapper_app.app-flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.content_wrapper_app.app-flex-vertical.more-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.tabs-content-app {
  height: 100%;
}

.v-flex-app {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.teacher-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 64px;
}

.card-artist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22%;
  display: flex;
}

.artist-avatar {
  border-radius: 24px;
}

.section_app {
  margin-top: 164px;
}

.section_app.padding {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_app.padding.less.cream-bg {
  background-color: var(--cream);
}

.section_app.padding.less.cream-bg.last {
  padding-bottom: 20vh;
}

.section_app.padding.less.overflow-hidden {
  overflow: hidden;
}

.section_app.margin-283 {
  margin-top: 283px;
  padding-top: 56px;
}

.section_app.no-margin {
  margin-top: 0;
}

.section_app._100vh {
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h3-app {
  color: var(--dark-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rinjani, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3em;
}

.h2-app {
  color: var(--dark-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
}

.teacher-list-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.tab-artists-menu {
  border-bottom: 1px solid var(--light-grey);
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-artists {
  background-color: var(--white);
  opacity: .5;
  color: var(--dark-brown);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 5%;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.tab-link-artists.w--current {
  border-bottom: 2px solid var(--dark-yellow);
  background-color: var(--white);
  opacity: 1;
  color: var(--dark-yellow);
}

.tab-artists-content {
  padding-top: 48px;
  padding-bottom: 48px;
}

.navbar_content_wrapper.center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.app-navbar {
  color: var(--white);
  background-color: #0000;
}

.chronicles-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.chronicle-card {
  border-radius: 16px;
  overflow: hidden;
}

.app-flex-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.app-flex-horizontal.space-between {
  justify-content: space-between;
  align-items: center;
}

.wallet-img {
  border-radius: 8px;
  width: 130px;
  overflow: hidden;
}

.txt-yellow {
  color: var(--dark-yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.wallet-credits-txt {
  color: var(--dark-brown);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

.link-storico {
  color: var(--dark-brown);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.icon-history {
  width: 48px;
}

.icon-img {
  width: 100%;
  max-width: none;
}

.storico {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3-app-dmsans {
  color: var(--dark-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 130%;
}

.banner-app-warning {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fbc8684d;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  line-height: 120%;
  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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.search-input {
  color: var(--white);
  background-color: #fac04f;
  border: 1px #000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 24px 16px;
}

.search-input::placeholder {
  color: var(--white);
}

.attendee-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-grey);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.attendee-avatar-img {
  width: 100%;
  max-width: none;
}

.card-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.attendee-nationality {
  color: var(--dark-yellow);
  text-transform: uppercase;
  font-weight: 700;
}

.attendee-fullname {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.attendee-role {
  color: var(--dark-purple);
  font-size: 16px;
}

.nav-link-app {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.nav-link-app.w--current {
  color: var(--dark-orange);
}

.modal-purchase-wrapper {
  z-index: 5000;
  opacity: 0;
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.purchase-pack-form {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.credits-radio-button {
  border: 1px solid var(--light-grey);
  border-radius: 100px;
  padding: 14px;
}

.credit-radio-circle {
  margin-left: 0;
  margin-right: 8px;
}

.modal-purchase-pack {
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
  position: relative;
}

.app-field-label {
  margin-bottom: 8px;
}

.close-icon-app {
  cursor: pointer;
  background-image: linear-gradient(#fbc86880, #fbc86880);
  border-radius: 8px;
  padding: 10px;
  transition: transform .2s;
  display: inline-block;
  position: relative;
  inset: 0 24px auto auto;
}

.close-icon-app:hover {
  transform: scale(.9);
}

.app-flex-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.app-flex-vertical.right-aligned {
  justify-content: flex-start;
  align-items: flex-end;
}

.app-flex-vertical.space-between {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.packs-choice {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 16px;
  display: flex;
}

.novellang-logo {
  width: 20vw;
  max-width: none;
}

.app-input-field {
  border: 1px solid var(--dark-brown);
  color: var(--dark-brown);
  background-color: #fff;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
}

.app-input-field:active, .app-input-field:focus {
  border-color: var(--dark-orange);
}

.app-input-field.non-clickabled {
  background-color: var(--light-grey);
  pointer-events: none;
  color: #403d3a80;
}

.app-input-wrapper {
  width: 100%;
}

.app-input-wrapper-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.app-inputs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.account-activated {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.verification-required {
  background-color: #0000;
}

.text-link {
  color: var(--dark-yellow);
  font-size: 16px;
  font-weight: 500;
}

.loginsuccess {
  background-color: #0000;
}

.button-app {
  text-align: center;
  background-color: #d1845e;
  border-radius: 10px;
  padding: 16px;
  font-family: Rinjani, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.button-app:hover {
  background-color: #cb663a;
}

.button-app.large {
  background-color: #d1845e;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.button-app.large:hover {
  background-color: #cb663a;
}

.button-app.large.hide {
  display: none;
}

.button-app.white {
  color: var(--dark-yellow);
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-app.smaller {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
}

.button-app.app-secondary {
  border: 1px solid var(--light-grey);
  color: var(--dark-brown);
  background-color: #0000;
}

.app-password-settings {
  margin-top: 16px;
  margin-bottom: 16px;
}

.back-button.opacity0 {
  opacity: 0;
}

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

.credits-pack-name {
  color: var(--dark-brown);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

.pack-img {
  border-radius: 8px;
  width: 130px;
  overflow: hidden;
}

.width-100 {
  width: 100%;
}

.history-object-img-wrap {
  border-radius: 16px;
  width: 80px;
  overflow: hidden;
}

.history-object-img {
  width: 100%;
  max-width: none;
}

.transaction-category {
  color: var(--dark-yellow);
  text-transform: uppercase;
  font-weight: 700;
}

.transaction-date-time {
  color: var(--dark-purple);
  font-size: 16px;
}

.transaction-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-grey);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.timetable-img {
  border-radius: 16px;
}

.black-opacity {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.useful-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-top: 40px;
  display: flex;
}

.info-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.map-img, .google-maps {
  margin-top: 48px;
}

.bus-timetable-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 48px;
  margin-bottom: 56px;
  display: flex;
}

.left-side-link {
  color: var(--dark-brown);
}

.timetable-link {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bus-timetable-title {
  font-size: 16px;
  font-weight: 700;
}

.attachment-icon {
  width: 40px;
}

.credits-card {
  background-color: var(--light-grey);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.logout-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-brown);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.classes-video-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  width: 100%;
  display: flex;
  overflow: scroll;
}

.class-recap-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-brown);
  flex-flow: column;
  flex: none;
  width: 40vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.video-recap-thumb {
  border-radius: 8px;
}

.video-recap-details {
  flex-flow: column;
  display: flex;
}

.festival-circle {
  width: 40px;
}

.festival-circle.opacity-0 {
  opacity: 0;
}

.v-flex-prizes {
  justify-content: flex-start;
  align-items: stretch;
}

.popup-soldout {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 64px;
  display: flex;
  position: relative;
}

.soldout-popup-wrapper {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-btn-wrapper {
  padding: 8px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.close-icon {
  cursor: pointer;
  transition: transform .2s;
  position: static;
  inset: 24px 24px auto auto;
}

.close-icon:hover {
  transform: scale(.9);
}

.get-ticket-wrapper.hide {
  display: none;
}

.display-heading2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rinjani, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 88px;
}

.display-heading2.is-yellow {
  color: var(--light-yellow);
}

.empty-state-sold-out {
  background-color: #f7f6f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 48px;
  display: none;
}

.img-sold-out {
  margin-bottom: 16px;
}

.grid-3col {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: auto;
  width: 100%;
}

.grid-3col.max-w {
  grid-template-columns: 1fr 1fr 1fr;
}

.card-aftermovie {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.mc-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
}

.mc-pic {
  aspect-ratio: auto;
  background-color: #ffdaca;
  background-image: url('../images/music-placeholder-1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s-piccola {
  font-size: 30px;
}

@media screen and (min-width: 1280px) {
  .container.first-teachers {
    top: -240px;
  }

  .container.dark-green {
    padding-bottom: 400px;
  }

  .container.footer.dancers {
    padding-top: 200px;
  }

  .section.summary.yellow-lem {
    margin-bottom: 0;
  }

  .v-flex._120-gap {
    align-items: center;
  }

  .rusted-top {
    background-position: 50% 0;
    height: 250px;
  }

  .tour-top-center, .tour-left, .tour-right {
    width: 60%;
    max-width: none;
  }

  .f-modal-base-large {
    max-width: 50vw;
  }
}

@media screen and (min-width: 1440px) {
  .h3.centered.is-white {
    color: var(--white);
  }

  .container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.first-teachers {
    top: -200px;
  }

  .container.dark-green {
    padding-bottom: 400px;
  }

  .navbar-container {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .navbar._1px-border-btm {
    padding-left: 0%;
    padding-right: 0%;
  }

  .intro-video-wrapper {
    align-items: flex-end;
    display: flex;
  }

  .reel-play-wrapper {
    background-image: url('../images/reel-player.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    display: flex;
  }

  .music-band-img._1 {
    background-position: 50% 100%;
  }

  .music-band-img._2, .music-band-img._3 {
    background-size: contain;
  }

  .music-band-wrapper {
    height: 450px;
  }

  .rusted-top {
    background-position: 50%;
    height: 300px;
  }

  .tour-top-center, .tour-left, .tour-right {
    width: 60%;
    max-width: none;
  }

  .dark-navbar {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .f-container-regular.policy {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-left: 15%;
    padding-right: 15%;
  }

  .container.is-full-width {
    z-index: 991;
    position: relative;
  }

  .container.first-teachers {
    background-color: var(--white);
  }

  .container.dark-green {
    padding-bottom: 800px;
  }

  .container.not-upscale {
    z-index: 2;
  }

  .container.max-width {
    padding-left: 25%;
    padding-right: 25%;
  }

  .top-banner-text {
    color: var(--white);
    font-family: The Foregen Vintage, sans-serif;
    font-size: 20px;
  }

  .section.summary.yellow-lem {
    margin-bottom: 0;
  }

  .section.prices-bg {
    background-image: url('../images/negative-bckground.svg'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .section._100vh {
    width: 100%;
  }

  .navbar-link.is-white:hover {
    color: var(--light-orange);
  }

  .navbar-container {
    padding-left: 15%;
    padding-right: 15%;
  }

  .navbar._1px-border-btm.transparent {
    z-index: 990;
  }

  .sun-svg.bottom {
    bottom: 90px;
  }

  .teachers-pic {
    height: 460px;
  }

  .music-band-img._1 {
    background-position: 50% 100%;
  }

  .music-band-img._2 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .music-band-wrapper {
    height: 600px;
  }

  .djs-grid._2-col {
    padding-left: 16%;
    padding-right: 16%;
  }

  .full-width-container.dancing-feet.radius {
    background-image: none;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .rusted-top {
    background-image: url('../images/rusted-big.svg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .tour-top-center, .tour-left, .tour-right {
    width: 60%;
    max-width: none;
  }

  .marquee-horizontal {
    background-color: var(--light-green);
  }

  .logo-white {
    z-index: 1;
  }

  .logo-dark {
    z-index: 2;
  }

  .cursor {
    background-color: var(--dark-yellow);
    width: 100px;
    height: 100px;
  }

  .image-3 {
    width: 100%;
    height: 100%;
  }

  .nav-wrapper {
    width: 100%;
    position: relative;
  }

  ._2nd-video {
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .container-full-rel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .dark-navbar {
    padding-left: 15%;
    padding-right: 15%;
  }

  .mappa.tablet-up {
    width: 100%;
    max-width: none;
  }

  .success-content {
    max-width: 410px;
  }

  .f-navigation-button {
    font-weight: 700;
  }

  .f-container-regular.policy {
    max-width: 1200px;
  }

  .f-modal-base-large {
    max-width: 40vw;
  }

  .f-button {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .flex-horizontal.align-top.justify-center.height-auto {
    align-items: center;
    height: 100%;
  }

  .f-section-large._90vh {
    height: 90vh;
  }

  .popup_wrapper {
    opacity: 0;
    align-items: center;
    display: none;
    overflow: visible;
  }

  .empty-state-content {
    max-width: 410px;
  }

  .bottombar {
    padding-left: 15%;
    padding-right: 15%;
  }

  .app-tabs {
    width: 100%;
  }

  .grid-3col {
    place-items: stretch stretch;
  }

  .grid-3col.max-w {
    max-width: 80%;
  }

  .card-aftermovie {
    height: 100%;
  }

  .card-img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .h2.huge {
    font-size: 64px;
    line-height: 64px;
  }

  .h2.huge.is-orange, .h2.huge.is-yellow, .h2.huge.centered.is-purple.max-width {
    font-size: 60px;
    line-height: 60px;
  }

  .h2.centered.is-white, .h2.centered.relative.is-moustard, .h2.centered.is-purple-dark {
    font-size: 50px;
    line-height: 52px;
  }

  .h2.centered.is-moustard {
    font-size: 60px;
  }

  .h2.is-orange {
    font-size: 50px;
    line-height: 54px;
  }

  .paragraph.huge {
    font-size: 40px;
    line-height: 40px;
  }

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

  .h3.tours {
    font-size: 40px;
  }

  .container {
    position: relative;
  }

  .container.first-teachers {
    top: -15vh;
  }

  .container.not-upscale {
    justify-content: center;
    padding-top: 0%;
  }

  .container.tours {
    margin-top: -100px;
  }

  .container.footer.dancers {
    overflow: hidden;
  }

  .container.no-paddings {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.scrolling {
    background-color: var(--dark-yellow);
    padding-top: 124px;
    padding-bottom: 24px;
  }

  .container.scrolling.photo {
    justify-content: center;
    align-items: flex-end;
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .button.large {
    font-size: 24px;
  }

  .h-flex.sp-btw {
    flex-direction: column-reverse;
  }

  .v-flex._120-gap.center {
    width: 100%;
  }

  .v-flex.card-deck {
    padding-left: 5%;
    padding-right: 5%;
  }

  .v-flex._24-gap._100 {
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: #fff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_component.nav {
    margin-right: 0;
  }

  .navbar-menu-btn.w--open {
    background-color: #0000;
  }

  .navbar-link {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  }

  .navbar-link.is-white.button {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-menu-link-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .navbar-menu {
    border-top: 1px solid var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    flex: none;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .content-wrapper.col-6 {
    width: 100%;
  }

  .image-wrapper.col-6 {
    margin-right: auto;
    padding-right: 0;
  }

  .intro-video-wrapper {
    width: 100%;
  }

  .reel-play-wrapper {
    display: none;
  }

  .sun-svg.bottom {
    top: 48px;
  }

  .teachers-grid, .teachers-grid.taster {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .teachers-pic {
    height: 360px;
  }

  .teachers {
    height: 100%;
    inset: 0% auto;
  }

  .music-band-img._1, .music-band-img._2, .music-band-img._3 {
    height: 300px;
  }

  .music-band-wrapper {
    width: 90%;
    height: 300px;
  }

  .djs-grid {
    grid-column-gap: 3%;
    grid-row-gap: 40px;
    display: flex;
  }

  .djs-pic {
    height: 200px;
  }

  .dj-item {
    text-align: center;
    width: 200px;
  }

  .rusted-top {
    height: 200px;
  }

  .tabs-wrapper._100 {
    width: 100%;
  }

  .tab-panel-content.late {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tab-panel-content.pricing {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .price-column {
    width: 45%;
  }

  .price-column.late {
    width: 32%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h4.email {
    font-size: 20px;
  }

  .card-wrapper, .card-wrapper.beginner, .card-wrapper.intermediate, .card-wrapper.pros, .card-wrapper.solojazz {
    width: 100%;
  }

  .lemon-top-left {
    top: 25%;
    left: 0%;
  }

  .lemon-top-left.footer {
    bottom: 12.5%;
  }

  .small-lemon-bottom-right {
    bottom: 10%;
    right: 5%;
  }

  .small-lemon-bottom-right.footer {
    display: block;
    top: -40px;
  }

  .tour-top-center, .tour-left, .tour-right {
    width: 80%;
  }

  .competition-wrapper {
    flex-flow: column;
    display: flex;
  }

  .competition-wrapper.to-be-announced {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .competition-wrapper.to-be-announced.definitivo-hide {
    display: none;
  }

  .competition-column {
    width: 100%;
  }

  .tour-col-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 45%;
  }

  .tour-bg.hiking, .tour-bg.beach {
    height: 260px;
  }

  .review-content {
    width: 80%;
  }

  .review-content.wide {
    width: 100%;
  }

  .where-content-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .where-content {
    width: 100%;
  }

  .where-img {
    width: 80%;
  }

  .where-list-item {
    max-width: 75%;
  }

  .attendee-avatar-wrapper {
    width: 64px;
  }

  .disclaimer-footer.europe {
    width: 70%;
  }

  .logo-white.static {
    z-index: 501;
    position: relative;
    inset: 0%;
  }

  .logo-dark.static {
    position: absolute;
  }

  .container-marquee-loop {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-cursor {
    display: none;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar01_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar01_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar01_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar01_link {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar01_link:hover {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar01_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar01_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_large-item-content {
    width: 100%;
  }

  .uui-navbar01_blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-blog-list {
    width: 100%;
  }

  .uui-navbar01_dropdown-content-heading {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar01_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar01_dropdown-toggle {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar01_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar01_menu {
    border-top: 1px solid var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .artist {
    height: 100%;
    inset: 0% auto;
  }

  .djs-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-link-contact {
    font-size: 15px;
  }

  .radio-circle {
    margin-top: 2px;
  }

  .f-h2-heading {
    margin-top: 0;
  }

  .f-image-cover {
    justify-content: flex-start;
    padding-left: 15%;
  }

  .f-image-cover.hero-section {
    padding-left: 0%;
  }

  .f-image-cover.novellang {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
  }

  .banner-payment {
    font-size: 16px;
  }

  .first-40-wrapper {
    text-align: left;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: auto;
    right: 0;
  }

  .f-header-image-wrapper-top {
    border-radius: 16px;
  }

  .price-big {
    font-size: 24px;
  }

  .f-h1-heading {
    font-size: 32px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
  }

  .grid._60-40 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid._3-col {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .radio-button {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  .f-tab-button {
    width: 100%;
    padding: 8px 10px;
  }

  .f-container-regular.policy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .f-paragraph-regular {
    line-height: 1.6;
  }

  .f-navigation {
    position: relative;
  }

  .pack-price-reduced {
    font-size: 18px;
  }

  .f-modal-base-large {
    max-width: 80vw;
  }

  .arrow-icon.right {
    width: 20px;
    height: 20px;
  }

  .img-success {
    max-width: 40%;
  }

  .steps-wrapper {
    margin-bottom: 40px;
  }

  .step {
    border-top-width: 5px;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-button.waiting-list {
    font-size: 14px;
  }

  .line-bottom {
    margin-top: 40px;
  }

  .pack-price-original {
    font-size: 12px;
  }

  .pack-price-original.latebird {
    font-size: 18px;
  }

  .f-tab-menu.f-margin-bottom-56 {
    width: 100%;
  }

  .dont-shrink {
    flex: none;
  }

  .accordion-icon_component {
    width: 32px;
    height: 32px;
  }

  .popup_wrapper {
    align-items: flex-start;
    display: none;
  }

  .sold-out-label {
    font-size: 14px;
  }

  .flex-vertical.gap-64.bg-sand {
    padding: 20px;
  }

  .flex-vertical.gap-32 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex-vertical.gap-32.bg-white {
    padding: 20px;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 30vh;
  }

  .f-account-container-r {
    width: 100%;
  }

  .f-account-section {
    flex-direction: column;
    height: auto;
  }

  .f-account-section.novellang {
    height: 100vh;
  }

  .swing-today-claim {
    max-width: 40%;
  }

  .myloader {
    padding-left: 12%;
    padding-right: 12%;
  }

  .error-illustration {
    max-width: 40%;
  }

  .nav-link {
    padding-left: 0;
    display: none;
  }

  .nav-link.dark, .nav-link.dark.hide-desktop {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .brand {
    height: auto;
  }

  .nav-logo-wrapper {
    position: relative;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .dark-link {
    padding-left: 0;
    display: none;
  }

  .dark-link.dark, .dark-link.dark.hide-desktop {
    display: block;
  }

  .dark-link.hide-desktop {
    font-size: 1.5rem;
    line-height: 1.5;
    display: block;
  }

  .dark-link.hide-desktop.w--current {
    color: #333;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .card-artist {
    white-space: normal;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 25%;
  }

  .artist-avatar {
    border-radius: 16px;
  }

  .section_app {
    margin-top: 190px;
  }

  .section_app.padding {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section_app.margin-283 {
    margin-top: 269px;
    padding-top: 48px;
  }

  .section_app._100vh {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h3-app {
    font-size: 24px;
  }

  .h2-app {
    font-size: 32px;
  }

  .navbar_content_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .app-navbar {
    background-color: #0000;
  }

  .burger-icon {
    color: #fff;
  }

  .burger-menu-app {
    padding: 12px 5%;
  }

  .burger-menu-app.w--open {
    background-color: var(--light-yellow);
  }

  .chronicles-list {
    flex-flow: column;
    display: flex;
  }

  .wallet-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .wallet-credits-txt {
    font-size: 28px;
  }

  .icon-history {
    width: 40px;
  }

  .card-details {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .nav-menu-app {
    background-color: var(--white);
    color: var(--dark-brown);
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 6px 9px #0000001a;
  }

  .nav-link-app {
    border-bottom: 1px solid var(--light-grey);
    color: var(--dark-brown);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 5%;
    left: 0;
    right: 0;
  }

  .nav-link-app.w--current {
    background-color: var(--light-yellow);
    color: var(--white);
  }

  .close-icon-app {
    padding: 8px;
  }

  .novellang-logo {
    width: 30vw;
  }

  .button-app.large {
    font-size: 24px;
  }

  .back-button {
    padding: 12px 5%;
  }

  .back-button.w--open {
    background-color: var(--light-yellow);
  }

  .navigation-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 120%;
  }

  .credits-pack-name {
    font-size: 28px;
  }

  .pack-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .history-object-img-wrap {
    width: 64px;
  }

  .map-img, .google-maps {
    margin-top: 24px;
  }

  .bus-timetable-wrapper {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .get-ticket-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .display-heading2.is-yellow {
    font-size: 60px;
    line-height: 60px;
  }

  .img-sold-out {
    max-width: 60%;
  }

  .grid-3col.max-w {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .mc-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
  }

  .mc-pic {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .h2.huge.is-orange, .h2.huge.is-yellow {
    text-align: center;
  }

  .h2.centered.is-purple-dark {
    font-size: 44px;
    line-height: 48px;
  }

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

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

  .paragraph.medium.is-dark-moustard {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph.medium.centered {
    text-align: center;
  }

  .paragraph.large {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.huge {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph.xx-large {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph.x-large {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph.regular {
    order: 0;
  }

  .h3.footer.centered-mobile {
    text-align: center;
  }

  .container.vert-padding-25-10.lemon {
    padding-top: 50%;
  }

  .container.not-upscale {
    padding-left: 10%;
  }

  .container.tours {
    margin-top: 0;
  }

  .container.footer.dancers {
    flex-flow: column;
    overflow: hidden;
  }

  .container.scrolling {
    padding-top: 64px;
    padding-bottom: 8px;
  }

  .container.scrolling.photo {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .container.vert-padding-10-10.lemon {
    padding-top: 50%;
  }

  .button.large {
    text-align: center;
    padding: 12px;
    font-size: 18px;
  }

  .v-flex._8-gap.centered-mobile {
    justify-content: center;
    align-items: center;
  }

  .v-flex._40-gap.center {
    grid-column-gap: var(--8-gap);
    grid-row-gap: var(--8-gap);
  }

  .v-flex.card-deck {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-link {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .navbar {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .teachers-wrapper {
    margin-top: 24px;
  }

  .music-band-img._1, .music-band-img._2, .music-band-img._3 {
    height: 100%;
  }

  .music-band-wrapper {
    border-radius: 32px;
    width: 100%;
    height: 240px;
  }

  .djs-grid {
    grid-column-gap: 8%;
  }

  .tab-panel-content.late {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tab-panel-content.pricing {
    justify-content: space-between;
    align-items: flex-start;
  }

  .price-column {
    width: 48%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .price-column.late {
    justify-content: space-between;
    align-items: stretch;
    width: 80%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h4.email {
    font-size: 18px;
    line-height: 18px;
  }

  .h4.margin-top-16 {
    margin-top: 8px;
  }

  .lemon-top-left {
    inset: 15% auto auto 0%;
  }

  .small-lemon-bottom-right {
    bottom: 5%;
    right: 0%;
  }

  .small-lemon-bottom-right.footer {
    display: none;
    top: -20%;
    right: -20%;
  }

  .tour-top-center, .tour-left, .tour-right {
    width: 85%;
  }

  .competition-wrapper.to-be-announced {
    display: flex;
  }

  .competition-column {
    padding: 32px 16px;
  }

  .tours-wrapper {
    flex-direction: column;
  }

  .tour-col-wrapper {
    width: 100%;
  }

  .lemon-tour-1 {
    top: -50px;
    left: 0;
  }

  .lemon-tour-2 {
    top: -50px;
    right: 0;
  }

  .review._2, .review._1, .review._3 {
    padding-left: 0;
    padding-right: 0;
  }

  .review-content {
    width: 90%;
  }

  .where-content-wrapper {
    flex-direction: column-reverse;
  }

  .where-content, .where-img {
    width: 100%;
  }

  .where-list-item {
    grid-column-gap: var(--40-gap);
    grid-row-gap: var(--40-gap);
    max-width: 80%;
  }

  .instagram-pic-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .disclaimer-footer {
    width: 65%;
  }

  .disclaimer-footer._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .disclaimer-footer.europe {
    width: 70%;
  }

  .foter-social-link-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .level-img {
    max-width: 120px;
  }

  .marquee-wrapper {
    font-size: .7em;
  }

  .footer-content {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .cookie-links {
    color: #fff;
    text-decoration: underline;
  }

  .image-4, .image-5, .image-6 {
    width: 48px;
    height: 48px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--light-purple);
    background-color: var(--light-purple);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--white);
    color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-navbar01_link, .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--dark-purple);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar01_blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
  }

  .uui-navbar01_dropdown-content-right {
    padding: 1.5rem 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar01_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar01_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .uui-navbar01_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar01_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar01_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 20px;
    max-width: none;
    left: 24px;
    right: 24px;
  }

  .popup-1-form---brix {
    flex-direction: column;
  }

  .input---brix.large---brix {
    min-height: 64px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }

  .subscribe-button---brix {
    background-position: 67% 52%;
    width: 100%;
    min-height: 66px;
    line-height: 18px;
    position: static;
  }

  .popup-1---brix {
    max-width: none;
    padding: 32px;
  }

  .popup-1-illustration---brix {
    max-width: 28%;
    height: auto;
    margin-bottom: 16px;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .previous {
    z-index: 6;
    padding: 8px 15px;
    position: fixed;
    bottom: 24px;
    left: 24px;
  }

  .f-navigation-logo-link {
    width: 48px;
  }

  .f-section-medium {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .f-h4-heading {
    font-size: 16px;
  }

  .form-content {
    width: 100%;
  }

  .f-image-cover {
    padding-left: 5%;
  }

  .f-header-image-wrapper-top {
    border-radius: 8px;
  }

  .step-counter {
    font-size: 11px;
  }

  .f-h1-heading {
    margin-top: 0;
  }

  .radio-button {
    font-size: 14px;
  }

  .f-tab-button {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .pack-price-reduced {
    font-size: 16px;
  }

  .f-checkbox-field {
    align-items: flex-start;
  }

  .arrow-icon.app {
    width: 20px;
  }

  .accordion {
    padding: 16px;
  }

  .slider-content-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .f-account-form-button.flex-horizontal {
    align-items: center;
  }

  .steps-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .f-checkbox.margin-top {
    margin-top: 4px;
  }

  .f-accordian-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .f-button.waiting-list {
    padding-left: 8px;
    padding-right: 8px;
  }

  .pack-price-original {
    font-size: 11px;
  }

  .pack-price-original.latebird {
    font-size: 16px;
  }

  .f-span-link.flex-horizontal {
    flex-direction: row;
    align-items: center;
  }

  .flex-horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }

  .flex-horizontal.space-between {
    flex-direction: row;
  }

  .flex-horizontal.wrap {
    flex-direction: row;
    align-items: center;
  }

  .item-price {
    font-size: 14px;
  }

  .f-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .radiobuttons_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-hidden {
    display: none;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 80px;
    padding-bottom: 8px;
    padding-right: 8px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .step-title {
    font-size: 14px;
  }

  .popup_wrapper {
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
    overflow: auto;
  }

  .next {
    z-index: 6;
    position: fixed;
    bottom: 24px;
    right: 24px;
  }

  .sold-out-label {
    background-color: #f7f6f5;
    border-radius: 4px;
    padding: 4px 10px;
    position: absolute;
    top: -30px;
  }

  .sold-out-label.extra {
    background-color: #f7f6f500;
    border-radius: 0;
    padding: 0;
    position: static;
  }

  .f-section-xtra-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 150px;
  }

  .f-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .f-account-container-r.novellang {
    height: 100vh;
  }

  .f-account-section {
    flex-direction: column;
  }

  .block-content {
    padding: 24px;
  }

  .block-header {
    padding: 16px 24px;
  }

  .topbar {
    padding-top: 8px;
  }

  .h1-app {
    font-size: 56px;
  }

  .h1-app.dm-sans {
    font-size: 32px;
  }

  .bottombar {
    padding-top: 8px;
  }

  .tab-link-app {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .tab-label {
    font-size: 10px;
  }

  .text-block-2 {
    display: none;
  }

  .header-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline;
  }

  .content_wrapper_app.padding-bottom {
    padding-bottom: 16px;
  }

  .content_wrapper_app.padding-top.flex-vertical {
    padding-top: 16px;
  }

  .teacher-list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-artist {
    align-items: stretch;
    width: 28%;
  }

  .section_app {
    margin-top: 126px;
  }

  .section_app.padding {
    position: relative;
  }

  .section_app.padding.more {
    padding-bottom: 20vh;
  }

  .section_app.padding.less {
    padding-top: 24px;
    padding-bottom: 20vh;
  }

  .section_app.padding.less.cream-bg {
    padding-bottom: 24px;
  }

  .section_app.margin-283 {
    margin-top: 204px;
    padding-top: 24px;
  }

  .section_app._100vh {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-app {
    font-size: 20px;
  }

  .h2-app {
    font-size: 24px;
  }

  .wallet-img {
    width: 100px;
  }

  .wallet-info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .wallet-credits-txt {
    font-size: 24px;
  }

  .link-storico {
    margin-top: 24px;
  }

  .h3-app-dmsans {
    font-size: 20px;
  }

  .attendee-role {
    font-size: 14px;
  }

  .button-app {
    font-size: 20px;
  }

  .button-app.large {
    text-align: center;
    padding: 12px;
    font-size: 18px;
  }

  .navigation-title, .credits-pack-name {
    font-size: 16px;
  }

  .pack-img {
    width: 64px;
  }

  .pack-info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .history-object-img-wrap {
    border-radius: 8px;
  }

  .transaction-date-time {
    font-size: 14px;
  }

  .useful-info-wrapper {
    flex-flow: column;
  }

  .info-card {
    padding: 16px;
  }

  .attachment-icon {
    width: 32px;
  }

  .v-flex-prizes {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .popup-soldout {
    max-width: none;
    padding: 32px;
  }

  .soldout-popup-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-heading2.is-yellow {
    font-size: 60px;
    line-height: 60px;
  }

  .img-sold-out {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .h1, .display-heading-1 {
    font-size: 64px;
    line-height: 64px;
  }

  .h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .h2.huge {
    font-size: 44px;
    line-height: 48px;
  }

  .h2.huge.is-orange, .h2.huge.is-yellow {
    text-align: center;
    font-size: 3.25em;
    line-height: .875em;
  }

  .h2.huge.centered.is-purple.max-width {
    width: 100%;
    max-width: none;
    font-size: 2.75em;
    line-height: 1.25em;
  }

  .h2.centered.is-white {
    margin-top: 500px;
    font-size: 2.25em;
    line-height: 1.125em;
  }

  .h2.centered.relative.is-moustard, .h2.centered.is-purple-dark {
    font-size: 2.25em;
    line-height: 1.125em;
  }

  .h2.is-orange {
    font-size: 2.5em;
    line-height: .875em;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.medium.is-dark-moustard {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.huge {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph.xx-large {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph.x-large {
    font-size: 28px;
    line-height: 36px;
  }

  .h3 {
    font-size: 30px;
    line-height: 32px;
  }

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

  .h3.tours {
    font-size: 28px;
  }

  .container.is-full-width {
    overflow: hidden;
  }

  .container.vert-padding-25-10.lemon {
    padding-top: 35%;
    overflow: hidden;
  }

  .container.first-teachers {
    top: 0;
  }

  .container.vert-padding-20-0.gap-120 {
    grid-column-gap: var(--40-gap);
    grid-row-gap: var(--40-gap);
  }

  .container.dark-green {
    padding-bottom: 180px;
  }

  .container.footer.dancers {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    position: static;
  }

  .container.footer-banner-1 {
    height: auto;
  }

  .container.footer-banner-2._3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container.no-paddings {
    padding-left: 0%;
  }

  .container.scrolling {
    padding-bottom: 8px;
  }

  .container.vert-padding-10-10.lemon {
    padding-top: 35%;
    overflow: hidden;
  }

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

  .button.white.search {
    font-size: 14px;
  }

  .h-flex.sp-btw {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .section._100vh {
    height: 100vh;
  }

  .v-flex._32-gap, .v-flex._120-gap, .v-flex._120-gap.center {
    grid-column-gap: var(--64-gap);
    grid-row-gap: var(--64-gap);
  }

  .v-flex.card-deck {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-menu {
    display: block;
  }

  .navbar._1px-border-btm {
    overflow: hidden;
  }

  .content-wrapper.col-6, .image-wrapper.col-6 {
    width: 100%;
  }

  .hero-btm-left {
    display: none;
    bottom: 0%;
    left: 0%;
  }

  .hero-btm-right {
    display: none;
    right: 0%;
  }

  .background-video.intro {
    width: 100%;
  }

  .lemon-svg {
    top: 15%;
  }

  .intro-video-wrapper {
    width: 100%;
  }

  .reel-play-wrapper {
    display: none;
  }

  .sun-svg.bottom {
    top: 10px;
  }

  .teachers-grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }

  .teachers-grid.taster {
    flex-direction: column;
    display: flex;
  }

  .teachers-pic {
    height: 260px;
  }

  .teachers {
    height: 100%;
  }

  .taster-teachers.centered {
    padding-left: 8px;
    padding-right: 8px;
  }

  .small-lemon-decor {
    width: 100px;
    height: 100px;
  }

  .music-band-img._1, .music-band-img._2, .music-band-img._3 {
    height: 100%;
  }

  .music-band-wrapper {
    border-radius: 32px;
    width: 100%;
    height: 200px;
  }

  .mcs-wrapper {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .djs-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .djs-pic {
    height: 200px;
  }

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

  .full-width-container.dancing-feet.radius {
    height: 90vh;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
  }

  .tab-link-text {
    font-size: 13px;
    line-height: 16px;
  }

  .tab-link-item {
    padding: 12px;
  }

  .subscriber-label {
    font-size: 12px;
    line-height: 12px;
    top: -12px;
  }

  .subscriber-label.static {
    top: 8px;
  }

  .tab-panel {
    padding-top: 32px;
  }

  .tab-panel-content {
    flex-direction: column;
  }

  .tab-panel-content.late {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .tab-panel-content.pricing {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .price-column {
    width: 100%;
  }

  .price-column.late {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .h4.email {
    font-family: DM Sans, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
  }

  .dancers-wrapper.footer {
    width: 100%;
  }

  .dancing-ripple {
    width: 320px;
    height: 320px;
  }

  .dancing-ripple.cream {
    top: auto;
  }

  .card-wrapper, .card-wrapper.beginner {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
  }

  .card-wrapper.intermediate {
    width: 100%;
  }

  .card-wrapper.pros, .card-wrapper.solojazz {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
  }

  .lemon-top-left {
    width: 70px;
    height: 70px;
    inset: 0% auto auto -10%;
  }

  .small-lemon-bottom-right {
    width: 100px;
    height: 100px;
    inset: auto 0% -10% auto;
  }

  .small-lemon-bottom-right.footer {
    display: block;
    inset: 0% 0% auto auto;
  }

  .tour-top-center, .tour-left, .tour-right {
    width: 95%;
    max-width: none;
  }

  .competition-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .competition-column {
    width: 100%;
  }

  .lemon-tour-2 {
    width: 80px;
    top: 0;
  }

  .reviews-wrapper {
    grid-column-gap: var(--32-gap);
    grid-row-gap: var(--32-gap);
  }

  .review-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .where-list-item {
    grid-column-gap: var(--16-gap);
    grid-row-gap: var(--16-gap);
    align-items: flex-start;
    max-width: none;
  }

  .instagram-pic-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .insta-pic, .insta-pic._1 {
    border-radius: 20px;
  }

  .attendee-avatar-wrapper {
    width: 48px;
  }

  .footer-banner-1.europe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer-banner-1.policy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-banner-1.email {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .disclaimer-footer._2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .disclaimer-footer.europe {
    flex-flow: column;
    width: 100%;
  }

  .foter-social-link-list {
    justify-content: space-between;
    width: 100%;
  }

  .level-img {
    width: 100px;
    height: 100px;
  }

  .quote {
    width: 64px;
  }

  .footer-h-flex.address {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .footer-content {
    align-items: center;
    width: 100%;
  }

  .image-4, .image-5, .image-6 {
    width: 32px;
    height: 32px;
  }

  .image-7.hide-desktop {
    display: none;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
    width: 100px;
  }

  .uui-navbar01_large-item-content {
    margin-top: 1rem;
  }

  .uui-navbar01_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01_dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar01_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mappa.tablet-up {
    display: none;
  }

  .mappa-mobile {
    border-radius: 32px;
    display: block;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 16px;
    left: 16px;
    right: 16px;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .popup-1---brix {
    padding: 40px 16px 32px;
  }

  .popup-1-illustration---brix {
    max-width: 40%;
    height: auto;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .artist {
    height: 100%;
  }

  .mcs-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .previous {
    max-width: none;
    padding-left: 0;
    display: flex;
    bottom: 16px;
    left: 5%;
  }

  .f-text-area {
    min-height: 160px;
  }

  .f-section-medium {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-link-contact {
    margin-top: 16px;
  }

  .f-h2-heading {
    margin-bottom: 0;
    font-size: 22px;
  }

  .form-content {
    width: 100%;
  }

  .f-tab {
    align-items: stretch;
  }

  .step-counter {
    font-size: 11px;
  }

  .f-h1-heading {
    font-size: 28px;
  }

  .grid {
    flex-direction: column;
    grid-template-columns: minmax(100%, 100%);
    grid-auto-columns: 100%;
    grid-auto-flow: row;
    justify-content: start;
    width: 100%;
    display: flex;
  }

  .grid._60-40 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    justify-content: flex-start;
  }

  .f-tab-button {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
  }

  .f-navigation-button {
    padding: 8px 16px;
  }

  .f-navigation-container {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    height: auto;
    padding-bottom: 0;
  }

  .summary {
    margin-bottom: 48px;
  }

  .f-dropdown-toggle {
    padding: 8px 12px;
  }

  .f-modal-base-large {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 100%;
    padding-bottom: 56px;
  }

  .accordion {
    margin-bottom: 16px;
  }

  .slider-content-wrap {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .f-account-form-button.flex-horizontal {
    width: 100%;
  }

  .divider-margin-24 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .submit-button.request {
    margin-bottom: 0;
    position: static;
  }

  .steps-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 24px;
  }

  .steps-wrapper.hidden {
    display: none;
    position: absolute;
  }

  .step {
    border-top-width: 3px;
  }

  .f-navigation-content {
    justify-content: flex-end;
  }

  .f-button {
    padding: 8px 24px;
  }

  .f-button.secondary {
    display: flex;
  }

  .f-button.grow {
    flex: 1;
    margin-right: 0;
  }

  .line-bottom {
    margin-bottom: 0;
  }

  .f-tab-menu {
    width: 100%;
  }

  .flex-horizontal.gap-4 {
    flex-direction: row;
    align-items: center;
  }

  .tabs, .f-field-input {
    width: 100%;
  }

  .f-section-large {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .mask {
    width: 100%;
    height: auto;
    position: static;
  }

  .radiobuttons_wrap {
    flex-wrap: wrap;
  }

  .mobile-nav-bottom {
    background-color: #f7f6f5;
    height: 72px;
  }

  .step-title {
    font-size: 13px;
  }

  .popup_wrapper {
    opacity: 0;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
    display: none;
    overflow: auto;
  }

  .item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .next {
    bottom: 16px;
    right: 5%;
  }

  .f-modal-button-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flex-vertical.gap-64.bg-sand {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-top: 24px;
  }

  .flex-vertical.gap-32.bg-white {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-bottom: 24px;
  }

  .f-section-xtra-large {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .f-section-xtra-large.desk-min-height {
    min-height: auto;
    padding-top: 64px;
  }

  .status-label {
    font-size: 11px;
  }

  .ticket_card {
    padding: 16px;
  }

  .f-account-image-wrapper {
    height: 180px;
  }

  .f-account-container-r.novellang {
    height: 100%;
  }

  .swing-today-claim {
    max-width: 70%;
  }

  .eu_logo {
    height: 4rem;
  }

  .eu_logo.hide-desktop {
    display: none;
  }

  .f-navigation-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .pill-label {
    font-size: 10px;
    line-height: 12px;
    top: -53px;
    right: -11px;
  }

  .error-illustration {
    max-width: 60%;
  }

  .dark-link.hide-desktop {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .topbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .h1-app {
    font-size: 48px;
  }

  .h1-app.white {
    color: var(--white);
    word-break: normal;
    vertical-align: baseline;
    background-color: #fff0;
    flex-flow: wrap;
  }

  .bottombar {
    padding-bottom: 12px;
  }

  .tab-link-app {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-container {
    flex-flow: column;
    width: 100%;
  }

  .content_wrapper_app.padding-top.flex-vertical {
    padding-top: 24px;
  }

  .teacher-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-artist {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .artist-avatar {
    object-fit: cover;
    border-radius: 8px;
    height: 200px;
  }

  .section_app {
    margin-top: 116px;
  }

  .section_app.padding {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .section_app.padding.more {
    padding-top: 32px;
  }

  .section_app.margin-283 {
    margin-top: 197px;
  }

  .h3-app {
    font-size: 20px;
    line-height: 1.3em;
  }

  .teacher-list-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tab-artists-menu {
    z-index: 2999;
    position: fixed;
    inset: 116px 0% auto;
  }

  .tab-link-artists {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .tab-artists-content {
    margin-top: 48px;
  }

  .app-navbar {
    background-color: #0000;
  }

  .burger-menu-app {
    padding: 12px 5%;
  }

  .chronicle-card {
    overflow: hidden;
  }

  .app-flex-horizontal.mobile-vertical {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .icon-history {
    width: 32px;
  }

  .banner-app-warning {
    flex-flow: column;
  }

  .search-component {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .purchase-pack-form {
    justify-content: space-between;
    align-items: stretch;
  }

  .novellang-logo {
    width: 50vw;
  }

  .app-input-wrapper-horizontal {
    flex-flow: column;
  }

  .app-signup-form {
    flex-flow: column;
    display: flex;
  }

  .account-status-img {
    width: 48px;
  }

  .button-app.large {
    text-align: center;
  }

  .button-app.white.search {
    font-size: 14px;
  }

  .back-button {
    padding: 12px 5%;
  }

  .pack-img, .history-object-img-wrap {
    width: 48px;
  }

  .credits-card {
    padding: 24px;
  }

  .class-recap-video {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 75vw;
    text-decoration: none;
    overflow: hidden;
  }

  .video-recap-thumb {
    object-fit: cover;
    height: 100%;
  }

  .popup-soldout {
    padding: 40px 16px 32px;
  }

  .soldout-popup-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .display-heading2.is-yellow {
    font-size: 3.25em;
    line-height: .875em;
  }

  .img-sold-out {
    max-width: 100%;
  }

  .grid-3col.max-w {
    grid-template-columns: 1fr;
  }

  .mc-item {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
  }

  .mc-pic {
    height: 200px;
  }
}

#w-node-ad9172d8-caf4-de9f-6147-bd4c1fc645da-c88bcc33, #w-node-_087d2877-f9ed-dcaa-48ad-f542234da0ae-c88bcc33, #w-node-c96ea13a-8fb7-e6f3-c002-9e40cba28dc5-c88bcc33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-abcfb6e0-c858-6924-1338-7a5e24c602d4-c88bcc33 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-d0b80cbe-5a06-1c6a-a535-9c96098a281c-c88bcc33 {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-_0c44fec7-db1b-4d4c-18bd-af310e3eb0a2-c88bcc33, #w-node-_0c44fec7-db1b-4d4c-18bd-af310e3eb0a9-c88bcc33, #w-node-_1383cb86-3233-c6df-fb9e-484bc5697362-c88bcc33 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_019737e0-72de-61a7-ce9a-450c84ebbd15-c88bcc33 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_48e6808a-f242-ed3f-c9da-37f50addb2f9-c88bcc33 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-c5b4345d-bb4c-6f5d-b29d-ff240ef84324-c88bcc33 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_15f9ed6a-ff72-a496-48ab-2316ecaa3e08-c88bcc33, #w-node-_043327d6-4c27-ddc8-a20a-efe7c5c94965-c88bcc33, #w-node-a0001e29-0cb4-0781-db40-9d5b378e4ca5-c88bcc33, #w-node-f9ff6863-e3f7-3c42-e770-1e12720f0651-c88bcc33, #w-node-f9ff6863-e3f7-3c42-e770-1e12720f0658-c88bcc33, #w-node-_1c86358e-b1f8-cf02-5e2b-f3bd21517fa8-c88bcc33, #w-node-_4ccd736d-d2a5-0fd6-0766-6f1dba535384-c88bcc33, #w-node-f84cb749-10ab-4615-b0b4-51c7def038af-c88bcc33, #w-node-_47b6c249-5ef5-27a0-02a2-f1f2160c4654-c88bcc33, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78bb-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78bf-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78c3-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78c7-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78cb-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78d1-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78d5-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78d9-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78dd-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78e1-cb4ab0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78e5-cb4ab0c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7900-cb4ab0c8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ac7-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7acb-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7acf-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ad3-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ad7-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7add-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ae1-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ae5-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ae9-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7aed-cb4ab0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7af1-cb4ab0c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7b00-cb4ab0c8, #w-node-_58f09c8b-15f2-9664-0a5d-4a8ab57720fc-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7b74-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7b79-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7b88-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7b8e-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7b94-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7b9a-cb4ab0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ba0-cb4ab0c8 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_9bddcb6c-6194-2b58-833b-e70e96cf8759-fe8ef938, #w-node-_9bddcb6c-6194-2b58-833b-e70e96cf875d-fe8ef938, #w-node-_9bddcb6c-6194-2b58-833b-e70e96cf8761-fe8ef938, #w-node-_9bddcb6c-6194-2b58-833b-e70e96cf876a-fe8ef938 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d4f16b3-299e-5c6c-9182-ef0ec7dc57b4-92a75443 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6d4f16b3-299e-5c6c-9182-ef0ec7dc580b-92a75443 {
  grid-area: 1 / 10 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-ad9172d8-caf4-de9f-6147-bd4c1fc645da-c88bcc33, #w-node-_087d2877-f9ed-dcaa-48ad-f542234da0ae-c88bcc33, #w-node-c96ea13a-8fb7-e6f3-c002-9e40cba28dc5-c88bcc33, #w-node-abcfb6e0-c858-6924-1338-7a5e24c602d4-c88bcc33, #w-node-d0b80cbe-5a06-1c6a-a535-9c96098a281c-c88bcc33, #w-node-_0c44fec7-db1b-4d4c-18bd-af310e3eb0a2-c88bcc33, #w-node-_0c44fec7-db1b-4d4c-18bd-af310e3eb0a9-c88bcc33, #w-node-_1383cb86-3233-c6df-fb9e-484bc5697362-c88bcc33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_019737e0-72de-61a7-ce9a-450c84ebbd15-c88bcc33, #w-node-_48e6808a-f242-ed3f-c9da-37f50addb2f9-c88bcc33, #w-node-c5b4345d-bb4c-6f5d-b29d-ff240ef84324-c88bcc33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78dd-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78e1-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ae9-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7aed-cb4ab0c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ba0-cb4ab0c8 {
    grid-column-start: 10;
  }

  #w-node-_6d4f16b3-299e-5c6c-9182-ef0ec7dc57b4-92a75443 {
    grid-column: span 8 / span 8;
  }

  #w-node-_6d4f16b3-299e-5c6c-9182-ef0ec7dc580b-92a75443 {
    grid-column-start: 10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78bf-cb4ab0c8 {
    grid-column: span 2 / span 2;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78c7-cb4ab0c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78d1-cb4ab0c8 {
    grid-column: span 2 / span 2;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78dd-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af78e1-cb4ab0c8 {
    grid-column: span 1 / span 1;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7acb-cb4ab0c8 {
    grid-column: span 2 / span 2;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ad3-cb4ab0c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7add-cb4ab0c8 {
    grid-column: span 2 / span 2;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ae9-cb4ab0c8, #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7aed-cb4ab0c8 {
    grid-column: span 1 / span 1;
  }

  #w-node-d81b90cf-1e0d-f13c-35cb-dbf5e6af7ba0-cb4ab0c8, #w-node-_6d4f16b3-299e-5c6c-9182-ef0ec7dc580b-92a75443 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'The Foregen Vintage';
  src: url('../fonts/The-Foregen-Vintage.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rinjani';
  src: url('../fonts/Rinjani-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rinjani';
  src: url('../fonts/Rinjani.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rinjani';
  src: url('../fonts/Rinjani-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}