:root {
  --dark-purple: #1b1326;
  --dark-yellow: #feb600;
  --yellow: #fdcd54;
  --transparent: rgba(255, 255, 255, 0);
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-400: #e9e8e8;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-800: #1b114a;
  --red: #fd6866;
  --sand: #f7f6f5;
  --untitled-ui--primary600: #7f56d9;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--primary-dark: #2d0896;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--white: white;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray400: #98a2b3;
}

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

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

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

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

body {
  color: var(--dark-purple);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.f-span-link {
  color: var(--dark-purple);
  font-weight: 700;
  text-decoration: underline;
}

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

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

.f-button {
  border: 2px solid var(--dark-purple);
  background-color: var(--dark-purple);
  color: var(--yellow);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.f-button.waiting-list {
  border: 2px solid var(--dark-purple);
  background-color: var(--transparent);
  color: var(--dark-purple);
  border-radius: 4px;
  min-height: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
}

.f-button.waiting-list:hover {
  background-color: var(--dark-purple);
  color: var(--yellow);
}

.f-button.secondary {
  border: 2px solid var(--dark-purple);
  background-color: var(--transparent);
  color: var(--dark-purple);
  display: inline-block;
}

.f-button.secondary:hover {
  background-color: var(--flowui-component-library--gray-700);
  color: var(--dark-yellow);
}

.f-button.inverted {
  background-color: var(--dark-yellow);
  color: var(--dark-purple);
}

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

.f-checkbox-label {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  float: left;
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  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-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;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--transparent);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--dark-purple);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-input.focus-white {
  color: var(--flowui-component-library--white);
  border-color: rgba(228, 230, 241, .5);
}

.f-field-input.focus-white:focus {
  border-color: var(--flowui-component-library--white);
}

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

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

.f-field-label._50 {
  color: rgba(22, 0, 66, .5);
}

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

.f-field-wrapper.flex-horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.f-field-wrapper.relative {
  position: relative;
}

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

.f-account-form-block.signup {
  color: var(--flowui-component-library--white);
  width: 100%;
  max-width: 550px;
}

.f-account-form-block.manage-password {
  color: var(--flowui-component-library--white);
  width: 100%;
  max-width: 390px;
}

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

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

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

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  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-08 {
  margin-bottom: 8px;
}

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

.f-account-content-wrapper.flex {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.f-account-content-wrapper.flex.vertical {
  flex-flow: column;
}

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

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

.f-image-cover.hero-section.blurred {
  filter: blur(20px);
}

.f-account-image-wrapper {
  background-color: var(--flowui-component-library--gray-200);
  width: 50%;
}

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

.f-account-section.signup {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.form-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
}

.f-navigation-button {
  background-color: var(--yellow);
  outline-offset: 0px;
  color: var(--dark-purple);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 4px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

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

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

.f-navigation {
  z-index: 1000;
  background-color: var(--dark-purple);
  color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.f-container-regular.no-margins {
  padding-left: 0;
  padding-right: 0;
}

.f-section-large {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.f-section-large._90vh {
  height: 90vh;
}

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

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

.f-dropdown-link {
  color: var(--flowui-component-library--gray-800);
  letter-spacing: -.01em;
  background-color: rgba(107, 112, 148, 0);
  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: var(--flowui-component-library--gray-200);
}

.f-dropdown-link.w--current {
  background-color: rgba(27, 19, 38, .1);
}

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

.f-dropdown-list {
  z-index: 1001;
}

.f-dropdown-list.w--open {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  right: 0;
  overflow: hidden;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, .14);
}

.f-dropdown-icon-l {
  color: var(--flowui-component-library--white);
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.f-dropdown-toggle {
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  display: flex;
}

.f-dropdown-toggle:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.f-dropdown-toggle:focus {
  border-color: var(--yellow);
}

.f-dropdown-toggle.w--open {
  border-color: var(--yellow);
  outline-offset: 0px;
  outline: 2px solid rgba(100, 46, 255, .1);
}

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

.f-h1-heading {
  color: var(--dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

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

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

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

.step {
  background-color: var(--transparent);
  color: var(--flowui-component-library--gray-500);
  border-top: 8px solid #e9e9e8;
  padding: 0;
}

.step.w--current {
  border-top-color: var(--dark-yellow);
  background-color: var(--transparent);
  color: var(--dark-yellow);
}

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

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

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

.step-counter.active {
  color: var(--dark-yellow);
}

.step-title {
  color: var(--dark-purple);
  font-size: 16px;
  font-weight: 700;
}

.f-h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 130%;
}

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

.f-tab-button {
  border: 1px solid var(--flowui-component-library--gray-400);
  opacity: .5;
  color: var(--dark-purple);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
}

.f-tab-button.w--current {
  border-width: 2px;
  border-color: var(--dark-purple);
  opacity: 1;
  background-color: rgba(27, 19, 38, .15);
}

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

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

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

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

.tabs-content {
  width: 100%;
}

.divider-margin-24 {
  background-color: var(--flowui-component-library--gray-400);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.f-h4-heading.white.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-h4-heading.white.f-margin-bottom-24.mese-anno {
  z-index: 1;
  color: var(--dark-purple);
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  left: 24px;
}

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

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

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

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

.form-wrapper.contact {
  margin-top: 80px;
  display: none;
}

.error-message {
  background-color: var(--red);
  color: var(--sand);
  border-radius: 4px;
  padding: 16px 24px;
}

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

.mask {
  height: auto;
}

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

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

.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: rgba(0, 0, 0, .55);
}

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

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

.previous:hover {
  opacity: 1;
}

.next-button {
  background-color: var(--dark-purple);
  color: var(--yellow);
  border-radius: 4px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 16px;
  transition: background-color .2s ease-in;
}

.submit-button {
  background-color: var(--dark-purple);
  box-shadow: none;
  color: var(--yellow);
  text-align: center;
  border-radius: 8px;
  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;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  padding-bottom: 56px;
  position: relative;
}

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

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

.success-message {
  background-color: var(--transparent);
  padding: 50px;
  line-height: 1.5em;
}

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

.radio-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  color: var(--dark-purple);
  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: rgba(27, 19, 38, .4);
  background-color: rgba(205, 202, 202, .15);
  border-style: dashed;
}

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

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

.sold-out-label {
  color: var(--flowui-component-library--gray-500);
  font-size: 16px;
  font-weight: 400;
}

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

.accordion-icon_component {
  background-color: var(--dark-purple);
  -webkit-text-stroke-color: var(--dark-purple);
  border-radius: 2px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

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

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

.accordion {
  border: 1px solid var(--dark-purple);
  background-color: var(--sand);
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
}

.choises_list, .uui-faq01_component {
  width: 100%;
}

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

.arrow-icon {
  color: var(--yellow);
  margin: 0;
  position: static;
}

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

.pack-price-reduced {
  color: var(--red);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}

.body {
  color: var(--dark-purple);
  font-size: 16px;
  line-height: 1.5em;
}

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

.pack-price-original {
  color: var(--flowui-component-library--gray-500);
  font-size: 14px;
  text-decoration: line-through;
}

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

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

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

.item-price.no-margin-bottom {
  margin-top: 0;
}

.item-price.no-margin-bottom.sbarrato {
  text-decoration: line-through;
}

.select-component {
  border: 1px solid var(--flowui-component-library--gray-400);
  color: var(--dark-purple);
  background-color: #fff;
  min-height: 48px;
}

.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._1-col {
  grid-template-columns: 1fr;
}

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

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

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area.transparent {
  background-color: var(--transparent);
  color: var(--flowui-component-library--white);
}

.f-text-area.transparent::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area.transparent.focus-white {
  border-color: rgba(228, 230, 241, .5);
}

.f-text-area.transparent.focus-white:focus {
  border-color: var(--flowui-component-library--white);
}

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

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

.f-footer-small {
  background-color: var(--dark-purple);
  color: var(--flowui-component-library--white);
  padding: 72px 5%;
  position: relative;
}

.f-section-medium {
  position: relative;
}

.f-section-medium.paddingtop-80 {
  padding-top: 80px;
}

.f-section-medium.paddingbottom-120 {
  padding-bottom: 120px;
}

.username {
  color: var(--dark-purple);
  margin-left: 4px;
}

.summary {
  margin-bottom: 90px;
}

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

.price-big._20 {
  font-size: 20px;
  font-weight: 700;
}

.item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #e9e8e8;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.item-price-summary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.date-field {
  border: 1px solid var(--flowui-component-library--grey-300);
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: var(--dark-purple);
}

.date-field::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.field-icon {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.form {
  height: 100%;
}

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

.success-wrapper {
  background-color: var(--sand);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 48px;
  display: flex;
}

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

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

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

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

.f-link-contact {
  border-bottom: 1px solid var(--flowui-component-library--gray-400);
  color: var(--dark-purple);
  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: var(--dark-purple);
  transform: translate(0);
}

.username-wrapper {
  border-bottom: 1px solid var(--flowui-component-library--grey-300);
  color: var(--dark-purple);
  align-items: center;
  margin-bottom: 8px;
  padding: 12px 12px 16px;
  display: flex;
}

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

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

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

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

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

.user-account-wrapper {
  background-color: var(--transparent);
  max-width: 800px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.block-content {
  border: 1px solid var(--flowui-component-library--gray-400);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
}

.block-header {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--flowui-component-library--gray-400);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px 40px;
}

.f-section-xtra-large {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

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

.ticket_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px dashed var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  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;
}

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

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

.flex-vertical.gap-32.bg-white {
  border-top: 1px dashed var(--flowui-component-library--gray-400);
  border-right: 1px dashed var(--flowui-component-library--gray-400);
  border-left: 1px dashed var(--flowui-component-library--gray-400);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 32px;
}

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

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

.flex-vertical.gap-64.bg-sand {
  border-right: 1px dashed var(--flowui-component-library--gray-400);
  border-bottom: 1px dashed var(--flowui-component-library--gray-400);
  border-left: 1px dashed var(--flowui-component-library--gray-400);
  background-color: var(--sand);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 32px;
}

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

.ticket-img, ._w-100 {
  width: 100%;
}

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

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

.status-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--flowui-component-library--gray-400);
  text-transform: capitalize;
  border-radius: 40px;
  padding: 6px 10px 6px 8px;
  font-size: 13px;
  font-weight: 700;
}

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

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

.f-modal-line {
  background-color: var(--flowui-component-library--grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-success-message {
  background-color: var(--sand);
  padding: 40px;
}

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

.f-modal-close-link {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-modal-title-wrapper {
  color: var(--flowui-component-library--gray-900);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-modal-base-large {
  border: 1px solid var(--flowui-component-library--gray-100);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40vw;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

.popup_wrapper {
  z-index: 10000;
  opacity: 0;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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-margin-bottom-56 {
  margin-bottom: 56px;
}

.success-state {
  background-color: var(--sand);
  margin-top: 24px;
  padding: 16px;
}

.f-navigation-link {
  border-bottom: 2px solid var(--dark-purple);
  color: #fff;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

.f-navigation-link.w--current {
  border-bottom-color: var(--dark-yellow);
}

.side-image-wrapper {
  z-index: 5;
  text-align: right;
  transform-style: preserve-3d;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  display: block;
  position: relative;
  bottom: auto;
  overflow: visible;
  transform: rotateX(.001deg)rotateY(0)rotateZ(0);
}

.side-image-wrapper.organizers {
  top: 100px;
}

.side-image-wrapper.last {
  align-self: flex-end;
  height: 100%;
}

.side-image-wrapper.last.organizers {
  align-self: flex-start;
  position: relative;
  top: auto;
}

.side-image-wrapper.dancers {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  top: -80px;
  overflow: visible;
}

.badge {
  width: 165px;
  height: auto;
  margin-right: 0;
}

.badge.app_store {
  width: auto;
  margin-right: 10px;
}

.image {
  width: auto;
  height: 49px;
}

.side-content {
  z-index: 7;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  padding: 0 0% 0 0;
  display: flex;
  position: relative;
}

.side-content.last {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mio_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
}

.hero-heading.width_shorter {
  width: 97%;
}

.hero_section {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -15%;
  padding-top: 80px;
  display: block;
  position: relative;
}

.hero_section.organizer {
  margin-bottom: 0%;
}

.shape {
  background-color: #000;
  background-image: linear-gradient(135deg, #150e20, #07030c);
  width: 680px;
  height: 100%;
  max-height: 540px;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.shape.organizers {
  float: right;
  clear: none;
  text-align: right;
  background-image: linear-gradient(135deg, #c29c39, #826723);
  width: 406px;
  height: 406px;
  max-height: 406px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.side_image {
  text-align: right;
  display: block;
  position: relative;
  top: auto;
  bottom: 120px;
  left: 30px;
  right: auto;
}

.side_image.organizers {
  text-align: center;
  position: relative;
  top: -144px;
  bottom: auto;
  left: auto;
  right: -23px;
}

.side_image.organizers.last {
  z-index: 0;
  text-align: right;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 16px;
}

.side_image.last {
  z-index: 1;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side_image.dancers {
  max-width: 80%;
  bottom: auto;
  left: auto;
}

.content_wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.content_wrapper.last {
  justify-content: center;
  align-items: center;
}

.content_wrapper.last.organizers {
  justify-content: space-between;
  align-items: flex-end;
}

.content_wrapper.border_bottom {
  border-bottom: 1px solid #8298ab;
  padding-bottom: 26px;
}

.content_wrapper.padding_tablet.inverted.margin_bottom {
  margin-bottom: 190px;
}

.text_22 {
  color: #fff;
  max-width: 460px;
  margin-bottom: 40px;
  padding-top: 8px;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  text-decoration: none;
}

.text_22.width_larger {
  max-width: 100%;
}

.wrapper-cursor {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.scroll-wrapper {
  color: var(--yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 80px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-scroll {
  border: 1px solid #514c5b;
  border-radius: 500px;
  width: 100%;
  height: 100%;
  position: absolute;
}

._90-rotation {
  transform: rotate(-90deg);
}

.icon {
  flex: none;
}

.icon.absolute {
  position: absolute;
  bottom: 13px;
  right: 16px;
}

.icon.bigger {
  width: 64px;
}

.scroll-txt-wrapper {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.white {
  color: var(--flowui-component-library--white);
}

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

.month-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.side-content-2 {
  z-index: 7;
  align-self: flex-start;
  width: 50%;
  margin-top: 0;
  padding: 0 0% 0 0;
  position: relative;
}

.side-content-2.last {
  align-self: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.section.last {
  z-index: 0;
  background-image: linear-gradient(126deg, #75628f, #3a2952);
  max-height: 430px;
  padding-top: 120px;
  padding-bottom: 120px;
  bottom: auto;
}

.section.last.organizers {
  padding-top: 24px;
}

.badges {
  display: flex;
}

.heading_45 {
  color: #fff;
  max-width: 445px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 50px;
}

.nav-link {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .66);
}

.nav-link:active, .nav-link:focus, .nav-link.w--current {
  color: #fff;
}

.nav-link.left_margin {
  padding-left: 50px;
}

.copyright {
  color: #e1e9f0;
  text-align: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-weight: 300;
}

.fb_icon {
  margin-right: 14px;
}

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

.footer {
  background-color: #0f0918;
  padding-top: 25px;
  padding-bottom: 50px;
}

.events-list {
  color: var(--flowui-component-library--white);
  width: 100%;
}

.event-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(130, 152, 171, .35);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.event-title {
  grid-area: 2 / 2 / 1 / 6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 130%;
}

.event-city {
  grid-area: 1 / 7 / 1 / 9;
}

.event-place {
  grid-area: 1 / 7 / 2 / 11;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.fb-page-link {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
  width: 24px;
}

.title-subtitle {
  margin-top: 0;
  margin-bottom: 120px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.title-subtitle.organizers {
  text-align: center;
  margin-bottom: 160px;
  padding-left: 20%;
  padding-right: 20%;
}

.side_feature_content {
  order: 0;
  width: 50%;
  margin: 0;
  padding: 45px 10% 45px 0;
}

.side_feature_content.inverted {
  order: 0;
  padding-left: 10%;
  padding-right: 0%;
}

.img {
  width: 100%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label_wrapper {
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .3;
  color: #fff;
  background-color: #fccc53;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.side_feature_image {
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 0 45px;
  position: relative;
}

.side_feature_image.inverted {
  order: -1;
}

.side_feature_text {
  color: #e1e9f0;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

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

.img_box {
  z-index: 1;
  align-items: center;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
}

.section_title {
  color: #fdcd54;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.button {
  color: #0f0918;
  background-color: #fdcd54;
  border-radius: 4px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
}

.button.tickets {
  text-align: center;
  grid-area: 1 / 11 / 2 / 13;
  display: none;
}

.side_feature_label {
  color: #fdcd54;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.square_shape {
  z-index: 0;
  background-color: #362352;
  flex: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 37%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.square_shape.organizers {
  top: -14%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.square_shape.inverted {
  top: auto;
  bottom: 5%;
  left: 7%;
  right: auto;
}

.square_shape.inverted.organizers {
  top: -16%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.tool-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.tool-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-h6-heading {
  font-size: 15px;
}

.section-2 {
  margin-top: 0;
  position: relative;
}

.section-2.last {
  background-image: linear-gradient(126deg, #75628f, #3a2952);
  max-height: 430px;
  bottom: auto;
}

.fb-text-mobile {
  display: none;
}

.fb-icon-button {
  color: var(--sand);
  justify-content: center;
  align-items: center;
  width: 24px;
}

.fb-icon-button:hover {
  color: var(--yellow);
}

.summary-box-desktop {
  border: 1px solid #e9e8e8;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 48px;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.empty-state-summary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: none;
}

.empty-state-header {
  font-size: 16px;
  font-weight: 700;
}

.empty-state-header.bold {
  font-weight: 700;
}

.empty-state-text {
  color: #918a8a;
}

.empty-state-illustration {
  margin-bottom: 24px;
}

.summary-wrapper {
  margin-top: 48px;
}

.item-wrapper-noline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.subtotal-fees-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--flowui-component-library--gray-400);
  border-bottom: 1px solid var(--flowui-component-library--gray-400);
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

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

.promo-code-button {
  color: var(--dark-yellow);
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.carrello {
  display: none;
}

.summary-box-carrello {
  border: 1px solid #e9e8e8;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 48px;
  padding: 24px;
  display: flex;
}

.summary-box-mobile {
  border: 1px solid #e9e8e8;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 48px;
  padding: 24px;
  display: none;
}

.f-header-image-wrapper-notblurred {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 417px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: -40px;
  overflow: hidden;
}

.absolute-container {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.promo-code-editable {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.cancel-button {
  background-color: #adb0b6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 16px;
}

.cancel-button.static {
  border-radius: 40px;
  width: 20px;
  height: 20px;
  padding: 6px;
  position: static;
}

.popup_wrapper_profilo {
  z-index: 10000;
  opacity: 0;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-completa-profilo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--flowui-component-library--white);
  background-color: #474150;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
}

.promo-price-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--flowui-component-library--gray-400);
  border-top-width: 1px;
  border-top-color: var(--flowui-component-library--gray-400);
  flex-flow: column;
  padding-top: 8px;
  padding-bottom: 24px;
  display: flex;
}

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

.promo-price.no-margin-bottom {
  color: var(--red);
  margin-top: 0;
  font-weight: 700;
}

.eye-off {
  display: none;
}

.signup-verification {
  color: var(--flowui-component-library--white);
  text-align: center;
  width: 100%;
  max-width: 450px;
}

.reset-password-form {
  color: var(--flowui-component-library--white);
  text-align: center;
}

.ticket-bg {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.event-state {
  grid-area: 1 / 9 / 1 / 10;
}

.preloader {
  z-index: 999999999;
  background-color: var(--dark-purple);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-animation {
  width: 25vw;
}

.airtable-form {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .summary-box-desktop {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .f-button {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .f-navigation-button {
    font-weight: 700;
  }

  .success-content {
    max-width: 410px;
  }

  .hero_section {
    margin-bottom: -8%;
  }

  .loader-animation {
    width: 20vw;
  }
}

@media screen and (max-width: 991px) {
  .f-button.waiting-list {
    font-size: 14px;
  }

  .f-paragraph-regular {
    line-height: 1.6;
  }

  .f-account-container-r {
    width: 100%;
  }

  .f-image-cover {
    justify-content: flex-start;
    padding-left: 15%;
  }

  .f-image-cover.hero-section {
    object-fit: scale-down;
    padding-left: 0%;
  }

  .f-image-cover.hero-section.blurred {
    filter: blur(60px);
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 30vh;
  }

  .f-account-section {
    flex-direction: column;
    height: auto;
  }

  .swing-today-claim {
    max-width: 40%;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-container-regular.no-margins {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-h1-heading {
    font-size: 32px;
  }

  .steps-wrapper {
    margin-bottom: 40px;
  }

  .step {
    border-top-width: 5px;
  }

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

  .f-tab-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 10px;
  }

  .f-tab-menu.f-margin-bottom-56 {
    width: 100%;
  }

  .f-h4-heading {
    font-size: 20px;
  }

  .line-bottom {
    margin-top: 40px;
  }

  .radio-button {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  .radio-circle {
    margin-top: 2px;
  }

  .sold-out-label {
    font-size: 14px;
  }

  .accordion-icon_component {
    width: 32px;
    height: 32px;
  }

  .f-h3-heading {
    font-size: 24px;
  }

  .arrow-icon.right {
    width: 20px;
    height: 20px;
  }

  .pack-price-reduced {
    font-size: 18px;
  }

  .pack-price-original {
    font-size: 12px;
  }

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

  .grid._60-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid._3-col {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .f-section-medium.paddingtop-80 {
    padding-top: 0;
  }

  .price-big {
    font-size: 24px;
  }

  .price-big._20 {
    font-size: 18px;
  }

  .banner-payment {
    font-size: 16px;
  }

  .f-link-contact {
    margin-top: 24px;
    font-size: 15px;
  }

  .img-success {
    max-width: 40%;
  }

  .f-section-xtra-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .flex-vertical.gap-32.bg-white, .flex-vertical.gap-64.bg-sand {
    padding: 20px;
  }

  .f-modal-base-large {
    max-width: 80vw;
  }

  .popup_wrapper {
    opacity: 0;
    display: none;
  }

  .first-40-wrapper {
    text-align: left;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: auto;
    top: auto;
    bottom: -30px;
    right: 0;
  }

  .dont-shrink {
    flex: none;
  }

  .mobile-hidden {
    display: none;
  }

  .side-image-wrapper {
    width: 50%;
    padding-top: 0;
    padding-right: 0;
  }

  .side-image-wrapper.last.organizers {
    align-self: auto;
    width: 45%;
  }

  .side-image-wrapper.dancers {
    top: auto;
  }

  .badge {
    width: auto;
    padding-right: 16px;
  }

  .badge.app_store {
    padding-right: 0;
  }

  .image {
    height: 45px;
  }

  .side-content {
    width: 50%;
    padding-left: 0;
    padding-right: 0%;
  }

  .mio_wrapper {
    max-width: 768px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }

  .hero-heading {
    margin-bottom: 16px;
    font-size: 45px;
    line-height: 55px;
  }

  .hero-heading.width_shorter {
    width: 100%;
  }

  .hero_section {
    margin-top: 0;
    padding-top: 90px;
  }

  .shape {
    width: 450px;
    height: 90%;
    max-height: 450px;
    top: -36px;
    bottom: auto;
    left: -19%;
    right: 0;
  }

  .shape.organizers {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -29px;
    bottom: 0%;
    left: 33px;
    right: 0%;
  }

  .side_image {
    max-width: 110%;
    top: -75px;
    bottom: auto;
    left: 18px;
    right: auto;
  }

  .side_image.organizers {
    max-width: 100%;
    position: relative;
    top: -96px;
    left: auto;
    right: auto;
  }

  .side_image.organizers.last {
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .side_image.last {
    max-width: 100%;
  }

  .side_image.dancers {
    max-width: 100%;
    top: -82px;
  }

  .content_wrapper.last.organizers {
    justify-content: space-between;
    align-items: flex-end;
  }

  .content_wrapper.inverted.padding_tablet {
    padding-bottom: 0;
  }

  .content_wrapper.padding_tablet {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .content_wrapper.padding_tablet.inverted.margin_bottom.organizers {
    margin-bottom: 70px;
  }

  .text_22 {
    padding-top: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .wrapper-cursor {
    display: none;
  }

  .side-content-2 {
    width: 50%;
    padding-left: 0;
    padding-right: 0%;
  }

  .side-content-2.tablet_right_padding {
    padding-right: 45px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.last {
    padding-top: 0;
  }

  .heading_45 {
    font-size: 34px;
    line-height: 41px;
  }

  .footer {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .event-item {
    grid-template-columns: 1fr 1fr auto 1fr 1fr auto;
    align-items: center;
    justify-items: start;
  }

  .event-title {
    font-size: 16px;
  }

  .event-place {
    grid-area: span 1 / span 1 / span 1 / span 1;
    font-size: 16px;
  }

  .fb-page-link {
    grid-area: 1 / 10 / 2 / 11;
    justify-self: end;
  }

  .title-subtitle {
    margin-bottom: 70px;
  }

  .title-subtitle.organizers {
    margin-bottom: 90px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .side_feature_content {
    padding-right: 3%;
  }

  .side_feature_content.inverted {
    padding-left: 3%;
  }

  .img {
    right: 0;
  }

  .label_wrapper {
    margin-bottom: 10px;
  }

  .side_feature_image {
    text-align: left;
    flex: 1;
  }

  .side_feature_text {
    font-size: 16px;
    line-height: 25px;
  }

  .img_box {
    float: none;
    text-align: left;
  }

  .section_title {
    font-size: 14px;
    line-height: 25px;
  }

  .button.tickets {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .side_feature_label {
    font-size: 11px;
  }

  .square_shape {
    right: -10%;
  }

  .square_shape.organizers {
    top: -14%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .square_shape.inverted {
    bottom: -6%;
    left: -10%;
  }

  .square_shape.inverted.organizers {
    top: -17%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .tool-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-2.last {
    padding-top: 0;
  }

  .summary-box-desktop {
    padding-left: 16px;
    padding-right: 16px;
  }

  .summary-wrapper {
    margin-top: 32px;
  }

  .summary-box-carrello, .summary-box-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .f-header-image-wrapper-notblurred {
    width: auto;
    height: auto;
  }

  .popup_wrapper_profilo {
    opacity: 0;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .f-span-link.flex-horizontal {
    flex-direction: row;
    align-items: center;
  }

  .f-button.waiting-list {
    padding-left: 8px;
    padding-right: 8px;
  }

  .f-account-form-button.flex-horizontal {
    align-items: center;
  }

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

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

  .f-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .f-image-cover {
    padding-left: 5%;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 150px;
  }

  .f-account-section {
    flex-direction: column;
  }

  .f-navigation-logo-link {
    width: 48px;
  }

  .f-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-h1-heading {
    margin-top: 0;
  }

  .steps-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .step-counter {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .step-title {
    font-size: 14px;
  }

  .f-tab-button {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .f-accordian-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-h4-heading {
    font-size: 16px;
  }

  .slider-content-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .form-content, .form-wrapper {
    width: 100%;
  }

  .next {
    z-index: 6;
    position: fixed;
    bottom: 24px;
    right: 24px;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid rgba(131, 149, 177, .15);
    height: 80px;
    padding-bottom: 8px;
    padding-right: 8px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .previous {
    z-index: 6;
    padding: 8px 15px;
    position: fixed;
    bottom: 24px;
    left: 24px;
  }

  .radiobuttons_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .radio-button {
    font-size: 14px;
  }

  .sold-out-label {
    background-color: var(--sand);
    border-radius: 4px;
    padding: 4px 10px;
    position: absolute;
    top: -30px;
  }

  .accordion {
    padding: 16px;
  }

  .arrow-icon.right {
    width: 16px;
    height: 16px;
  }

  .pack-price-reduced {
    font-size: 16px;
  }

  .pack-price-original {
    font-size: 11px;
  }

  .item-price {
    font-size: 14px;
  }

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

  .block-content {
    padding: 24px;
  }

  .block-header {
    padding: 16px 24px;
  }

  .f-section-xtra-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-section-xtra-large.tablet-higher {
    padding-top: 80px;
  }

  .popup_wrapper {
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
    overflow: auto;
  }

  .mobile-hidden {
    display: none;
  }

  .side-image-wrapper {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .side-image-wrapper.last {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .side-image-wrapper.last.organizers {
    text-align: center;
    flex: 0 auto;
    align-self: flex-end;
    width: 70%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .side-image-wrapper.organizers {
    text-align: left;
    align-self: auto;
    width: 80%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }

  .badge {
    text-align: left;
    width: auto;
    height: auto;
    margin-bottom: 16px;
    padding-right: 10px;
    display: block;
  }

  .image {
    width: auto;
    height: 45px;
  }

  .side-content {
    text-align: center;
    flex: 0 auto;
    width: 55%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .side-content.last {
    width: 90%;
  }

  .hero-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 42px;
  }

  .hero-heading.width_shorter {
    text-align: center;
  }

  .hero_section {
    padding-top: 130px;
  }

  .shape {
    width: 340px;
    height: 80%;
    top: -18px;
    bottom: 0;
    left: -61px;
    right: 0;
  }

  .shape.organizers.last {
    text-align: center;
    width: 100%;
    max-width: 360px;
    height: 300px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .side_image.organizers {
    max-width: 100%;
    position: absolute;
    top: -52px;
    left: 31px;
  }

  .side_image.organizers.landscape {
    position: static;
  }

  .side_image.organizers.last {
    float: none;
    text-align: center;
    max-width: 360px;
    position: absolute;
    top: -14px;
    bottom: 0%;
    left: -5%;
    right: 0%;
  }

  .side_image.last {
    position: relative;
    top: 0;
  }

  .content_wrapper.last {
    flex-flow: column;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
  }

  .content_wrapper.last.organizers {
    flex-flow: wrap;
    align-content: space-between;
    justify-content: center;
    position: relative;
  }

  .content_wrapper.organizers.landscape_centered {
    text-align: center;
    flex-direction: column;
  }

  .content_wrapper.padding_tablet.inverted.margin_bottom.organizers {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .text_22 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 25px;
  }

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

  .month-wrapper {
    margin-bottom: 48px;
  }

  .side-content-2 {
    text-align: center;
    flex: 0 auto;
    width: 55%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .side-content-2.last {
    width: auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .side-content-2.tablet_right_padding {
    text-align: left;
    width: 50%;
    padding-right: 0;
  }

  .side-content-2.tablet_right_padding.organizers_landscape {
    text-align: center;
    align-self: auto;
    width: 100%;
  }

  .section {
    padding-top: 100px;
  }

  .section.last {
    max-height: 100%;
  }

  .section.organizers {
    padding-top: 60px;
  }

  .badges {
    justify-content: center;
    align-items: center;
  }

  .heading_45 {
    font-size: 28px;
    line-height: 38px;
  }

  .title-subtitle {
    padding-left: 82px;
    padding-right: 82px;
  }

  .title-subtitle.organizers {
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .side_feature_content.organizers {
    padding-right: 0%;
  }

  .label_wrapper {
    margin-bottom: 8px;
  }

  .circle.organizers {
    margin-right: 10px;
  }

  .side_feature_image {
    padding-left: 0;
    padding-right: 0;
  }

  .side_feature_image.organizers {
    flex: 0 auto;
    width: 45%;
  }

  .section_title {
    font-size: 16px;
    line-height: 20px;
  }

  .button.tickets {
    padding: 8px 16px;
  }

  .side_feature_label.organizers {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .square_shape.organizers {
    left: auto;
    right: -32px;
  }

  .square_shape.inverted.organizers {
    left: -32px;
    right: auto;
  }

  .section-2 {
    padding-top: 100px;
  }

  .section-2.last {
    max-height: 100%;
  }

  .fb-text-mobile {
    display: none;
  }

  .summary-box-desktop {
    position: static;
  }

  .popup_wrapper_profilo {
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
    overflow: auto;
  }

  .banner-completa-profilo, .promo-price {
    font-size: 14px;
  }

  .loader-animation {
    width: 50vw;
  }
}

@media screen and (max-width: 479px) {
  .f-button {
    padding: 8px 24px;
  }

  .f-button.grow {
    flex: 1;
    margin-right: 0;
  }

  .f-account-form-button.flex-horizontal, .f-field-input {
    width: 100%;
  }

  .f-field-wrapper.flex-horizontal.mobile-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .f-account-image-wrapper {
    height: 180px;
  }

  .swing-today-claim {
    max-width: 70%;
  }

  .f-navigation-button {
    padding: 8px 16px;
  }

  .f-navigation-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-end;
  }

  .f-navigation-logo-link {
    width: 40px;
  }

  .f-navigation-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .f-navigation {
    min-height: 80px;
  }

  .f-container-regular, .f-container-regular.no-margins {
    padding-left: 16px;
    padding-right: 16px;
  }

  .f-section-large {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .f-dropdown-toggle {
    padding: 8px 12px;
  }

  .f-h1-heading {
    font-size: 28px;
  }

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

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

  .step-counter {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 11px;
  }

  .step-title {
    font-size: 13px;
  }

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

  .f-tab-button {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
  }

  .f-tab-menu {
    width: 100%;
  }

  .f-tab {
    align-items: stretch;
  }

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

  .divider-margin-24 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .f-h4-heading.white.f-margin-bottom-24.mese-anno {
    font-size: 17px;
  }

  .slider-content-wrap {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .form-content {
    width: 100%;
  }

  .form-wrapper.contact {
    margin-top: 40px;
  }

  .line-bottom {
    background-color: var(--flowui-component-library--gray-400);
    margin-bottom: 0;
  }

  .mask {
    width: 100%;
    height: auto;
    position: static;
  }

  .next {
    bottom: 16px;
    right: 5%;
  }

  .mobile-nav-bottom {
    background-color: var(--sand);
    height: 72px;
  }

  .previous {
    max-width: none;
    padding-left: 0;
    display: flex;
    bottom: 16px;
    left: 5%;
  }

  .slider {
    height: auto;
    padding-bottom: 0;
  }

  .radiobuttons_wrap {
    flex-wrap: wrap;
  }

  .f-h3-heading {
    font-size: 22px;
  }

  .accordion {
    margin-bottom: 16px;
  }

  .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._1-col {
    justify-content: flex-start;
    align-items: stretch;
  }

  .grid._60-40 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    justify-content: flex-start;
  }

  .f-text-area {
    min-height: 160px;
  }

  .f-section-medium {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-section-medium.paddingtop-80 {
    padding-bottom: 0;
  }

  .summary {
    margin-bottom: 48px;
  }

  .item-wrapper, .form.flex-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .f-link-contact {
    border-bottom-style: none;
    margin-top: 16px;
  }

  .f-link-contact:hover {
    border-bottom-style: none;
  }

  .tabs {
    width: 100%;
  }

  .flex-horizontal.gap-4 {
    flex-direction: row;
    align-items: center;
  }

  .f-section-xtra-large {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .f-section-xtra-large.desk-min-height {
    min-height: auto;
    padding-top: 64px;
  }

  .f-section-xtra-large.tablet-higher {
    padding-top: 56px;
  }

  .ticket_card {
    padding: 16px;
  }

  .flex-vertical.gap-32.bg-white {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-bottom: 24px;
  }

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

  .status-label {
    font-size: 11px;
  }

  .f-modal-button-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-modal-base-large {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .popup_wrapper {
    opacity: 0;
    align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
    overflow: auto;
  }

  .f-navigation-link {
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .side-image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-image-wrapper.last {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    width: 90%;
  }

  .side-image-wrapper.last.organizers {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .side-image-wrapper.organizers {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-image-wrapper.dancers {
    justify-content: center;
    align-items: center;
  }

  .badge {
    width: 144px;
    height: auto;
    display: inline-block;
    position: relative;
    left: 0;
  }

  .badge.playstore, .image {
    width: auto;
  }

  .side-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content.last {
    width: 100%;
    margin-bottom: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mio_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-heading {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 49px;
  }

  .hero-heading.width_shorter {
    font-size: 34px;
    line-height: 42px;
  }

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

  .shape {
    text-align: center;
    width: 100%;
    height: 50%;
    max-height: 100%;
    position: absolute;
    top: 71px;
    left: auto;
    right: auto;
  }

  .shape.organizers.last {
    float: none;
    text-align: center;
    max-width: 260px;
    height: 200px;
    position: absolute;
    right: -12%;
  }

  .side_image {
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }

  .side_image.organizers.last {
    max-width: 260px;
    position: static;
    top: -33px;
    bottom: 0%;
    right: 0%;
    overflow: visible;
  }

  .side_image.dancers {
    top: auto;
  }

  .content_wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .content_wrapper.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .content_wrapper.last.organizers {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .content_wrapper.border_bottom {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .content_wrapper.inverted.padding_tablet {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .content_wrapper.padding_tablet {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content_wrapper.padding_tablet.inverted {
    margin-bottom: 0;
  }

  .content_wrapper.padding_tablet.inverted.margin_bottom.organizers {
    padding-bottom: 80px;
  }

  .text_22 {
    text-align: center;
    margin-bottom: 32px;
  }

  .scroll-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 48px;
    height: 48px;
    display: none;
  }

  .scroll-txt-wrapper {
    font-size: 12px;
    bottom: 20px;
  }

  .month-wrapper {
    display: block;
  }

  .side-content-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-content-2.last {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .side-content-2.tablet_right_padding.organizers_landscape {
    margin-bottom: 16px;
  }

  .section {
    padding-top: 32px;
  }

  .section.last {
    max-height: 100%;
  }

  .section.last.organizers {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .section.organizers {
    padding-top: 20px;
  }

  .nav-link {
    margin-left: auto;
    margin-right: auto;
  }

  .logo_link {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .copyright {
    margin-top: 0;
  }

  .footer {
    padding-bottom: 0;
  }

  .event-item {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: left;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    align-items: flex-start;
    justify-items: start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .event-date {
    width: auto;
    min-width: 40px;
    margin-right: 8px;
    font-size: 14px;
    display: block;
  }

  .event-title {
    flex: 1;
    grid-area: span 1 / span 1;
    width: 100%;
    font-size: 17px;
  }

  .event-city {
    width: 100%;
    margin-left: 48px;
    font-size: 14px;
  }

  .event-place {
    align-self: auto;
  }

  .fb-page-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--flowui-component-library--white);
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-top: -8px;
    padding: 8px;
    text-decoration: none;
    display: flex;
  }

  .title-subtitle {
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-subtitle.organizers {
    margin-bottom: 56px;
  }

  .side_feature_content {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .side_feature_content.inverted {
    margin-bottom: 64px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .side_feature_content.organizers {
    margin-bottom: 64px;
  }

  .img {
    width: 90%;
  }

  .img.organizers {
    width: 100%;
    top: auto;
    bottom: auto;
  }

  .side_feature_image {
    flex: 0 auto;
    width: 100%;
  }

  .side_feature_image.organizers {
    width: 100%;
  }

  .side_feature_image.inverted {
    text-align: left;
    order: 0;
    width: 100%;
  }

  .img_box {
    width: 100%;
  }

  .button.tickets {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .square_shape.organizers {
    top: -9%;
  }

  .square_shape.inverted.organizers {
    top: -6%;
  }

  .section-2 {
    padding-top: 32px;
  }

  .section-2.last {
    max-height: 100%;
  }

  .fb-text-mobile {
    font-size: 12px;
    display: none;
  }

  .fb-icon-button {
    border-radius: 40px;
    width: 16px;
    height: 16px;
  }

  .help-center {
    border: 1px solid var(--flowui-component-library--grey-300);
    background-color: var(--sand);
    border-radius: 4px;
    padding: 24px 24px 16px;
  }

  .summary-box-desktop {
    z-index: 5;
    margin-bottom: 0;
    padding: 16px;
    display: none;
  }

  .item-wrapper-noline {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .subtotal-fees-wrapper {
    width: 100%;
  }

  .items-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .promo-code-button {
    display: none;
  }

  .carrello {
    display: block;
    position: static;
  }

  .summary-box-carrello {
    z-index: 5;
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
  }

  .dropdown-summary.w--open {
    background-color: var(--flowui-component-library--white);
    color: var(--dark-purple);
    width: 100vw;
    display: block;
    top: 80px;
    left: 0;
    right: auto;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .2);
  }

  .summary-box-mobile {
    z-index: 5;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .f-header-image-wrapper-notblurred {
    border-radius: 4px;
    bottom: -24px;
  }

  .promo-code-editable {
    display: none;
  }

  .popup_wrapper_profilo {
    opacity: 0;
    align-items: flex-start;
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
    overflow: auto;
  }

  .banner-completa-profilo {
    flex-flow: column;
  }

  .promo-price-wrapper {
    width: 100%;
  }

  .ticket-bg {
    margin-bottom: 16px;
  }

  .ticket-bg-img {
    max-width: 70%;
  }

  .event-state {
    flex: 1;
    width: 100%;
    margin-left: 48px;
    font-size: 14px;
  }

  .loader-animation {
    width: 80vw;
  }
}

#w-node-_5166f659-fb51-faf9-749a-693a69379a9d-e5debf71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bdd0aad-e904-cd93-9dcf-577d990c1a33-e5debf71 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f0c9deb9-10fc-9b45-bad5-810c2246975a-e5debf71 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_2e59ed45-11ed-2148-b744-a43c7be04939-e5debf71 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-b15e232c-96e0-45e3-27f1-58f21c8dd911-e5debf71 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-f1a7b8cb-c769-f484-8403-8e257ab2b042-e5debf71 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-ae22ba76-a9d9-0f7c-a82c-66b50dcdedff-5627ef3a, #w-node-_01b78a70-be7a-dc47-f29b-35c520b96458-5627ef3a, #w-node-_659e60d51f2eedca5627ef42000000000023-5627ef3a, #w-node-b840ea5f-3fee-0bc7-0a33-b584deb352ff-5627ef3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb0f8a4c-b938-1049-f48f-7afc0234c6cf-5fe67190 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7659e119-cd49-0882-3ae8-f49a4abd7d68-5fe67190 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_38373bb2-d735-23a4-7b3c-05bfad52303a-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e440-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e444-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e448-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e44c-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e450-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e456-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e45a-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e45e-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e462-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e466-3efd9213 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a398d962-0d56-94f0-82b3-ff40bc17e46a-3efd9213 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59e0f295-55f6-9e26-e565-0a8c10543c25-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c29-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c2f-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c33-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c37-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c3b-3efd9213 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59e0f295-55f6-9e26-e565-0a8c10543c3f-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c43-3efd9213 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7991836a-2589-9dd6-578d-fd1715faa7b8-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e485-3efd9213 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-d0eb4089-3afc-8e22-f44c-bdc66c4d7024-3efd9213 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a398d962-0d56-94f0-82b3-ff40bc17e64c-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e650-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e654-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e658-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e65c-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e662-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e666-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e66a-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e66e-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e672-3efd9213 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a398d962-0d56-94f0-82b3-ff40bc17e676-3efd9213 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a6c0ed3-c2c4-4ee5-c57d-07feb4690423-3efd9213 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b86465ae-41e2-6aa2-2345-505526d4ecec-3efd9213 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a398d962-0d56-94f0-82b3-ff40bc17e6fa-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e6ff-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e70e-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e714-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e71a-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e720-3efd9213 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a398d962-0d56-94f0-82b3-ff40bc17e726-3efd9213 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_50a3fb55-1b6f-82f0-e9c9-bb9d630b20ca-3efd9213 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f24329c-42b7-a8be-ff4e-de000ee48306-a6c91fac, #w-node-dc557a1a-eee8-41ec-f847-dfbd4ebd02c7-a6c91fac, #w-node-_3c81b21a-7d3c-9ded-40c8-8c7df407c6ca-11f73ab8, #w-node-_24a4e2e7-f519-5409-5ca4-557ee5a9b340-11f73ab8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2ae-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2b2-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2b6-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2ba-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2be-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2c4-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2c8-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2cc-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2d0-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2d4-09de1435 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2d8-09de1435 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5166f659-fb51-faf9-749a-693a69379a9d-e5debf71 {
    align-self: center;
    justify-self: start;
  }

  #w-node-_3bdd0aad-e904-cd93-9dcf-577d990c1a33-e5debf71 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-f0c9deb9-10fc-9b45-bad5-810c2246975a-e5debf71 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2e59ed45-11ed-2148-b744-a43c7be04939-e5debf71 {
    grid-column: 4 / 5;
  }

  #w-node-b15e232c-96e0-45e3-27f1-58f21c8dd911-e5debf71 {
    grid-area: 1 / 5 / 2 / 6;
    align-self: center;
    justify-self: center;
  }

  #w-node-f1a7b8cb-c769-f484-8403-8e257ab2b042-e5debf71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb0f8a4c-b938-1049-f48f-7afc0234c6cf-5fe67190 {
    grid-column: span 8 / span 8;
  }

  #w-node-_7659e119-cd49-0882-3ae8-f49a4abd7d68-5fe67190 {
    grid-column-start: 10;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e462-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e466-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c3b-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c3f-3efd9213 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e485-3efd9213 {
    grid-column: span 7 / span 7;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e66e-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e672-3efd9213 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e726-3efd9213 {
    grid-column-start: 9;
  }

  #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2d0-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2d4-09de1435 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7991836a-2589-9dd6-578d-fd1715faa7b8-3efd9213 {
    grid-column: span 7 / span 7;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e64c-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e650-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e654-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e658-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e65c-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e662-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e666-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e66a-3efd9213, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2ae-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2b2-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2b6-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2ba-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2be-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2c4-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2c8-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2cc-09de1435 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5166f659-fb51-faf9-749a-693a69379a9d-e5debf71 {
    align-self: center;
    justify-self: auto;
  }

  #w-node-_3bdd0aad-e904-cd93-9dcf-577d990c1a33-e5debf71, #w-node-f0c9deb9-10fc-9b45-bad5-810c2246975a-e5debf71, #w-node-_2e59ed45-11ed-2148-b744-a43c7be04939-e5debf71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b15e232c-96e0-45e3-27f1-58f21c8dd911-e5debf71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f1a7b8cb-c769-f484-8403-8e257ab2b042-e5debf71 {
    justify-self: auto;
  }

  #w-node-_7659e119-cd49-0882-3ae8-f49a4abd7d68-5fe67190 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e444-3efd9213 {
    grid-column: span 2 / span 2;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e44c-3efd9213 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e456-3efd9213 {
    grid-column: span 2 / span 2;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e462-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e466-3efd9213 {
    grid-column: span 1 / span 1;
  }

  #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c25-3efd9213 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c2f-3efd9213 {
    grid-column: span 2 / span 2;
  }

  #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c3b-3efd9213, #w-node-_59e0f295-55f6-9e26-e565-0a8c10543c3f-3efd9213 {
    grid-column: span 1 / span 1;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e650-3efd9213 {
    grid-column: span 2 / span 2;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e658-3efd9213 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e662-3efd9213 {
    grid-column: span 2 / span 2;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e66e-3efd9213, #w-node-a398d962-0d56-94f0-82b3-ff40bc17e672-3efd9213 {
    grid-column: span 1 / span 1;
  }

  #w-node-a398d962-0d56-94f0-82b3-ff40bc17e726-3efd9213 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2b2-09de1435 {
    grid-column: span 2 / span 2;
  }

  #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2ba-09de1435 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2c4-09de1435 {
    grid-column: span 2 / span 2;
  }

  #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2d0-09de1435, #w-node-accd46fc-03a7-5d25-5d3f-96b55e67b2d4-09de1435 {
    grid-column: span 1 / span 1;
  }
}


