:root {
  --white: white;
  --gold: #ffd802;
  --black: black;
  --old-lace: #fff7e3;
  --coral: #ff6e1c;
  --orange: #ffa602;
  --dim-grey: #6b6b6b;
  --gainsboro: #e4e4e4;
  --yellow: #ffee57;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.5px;
  text-shadow: 0 1px 3px rgba(95, 95, 95, .25);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
}

.form {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form.popup {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  max-width: 460px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.header {
  border: 4px solid #000;
  border-radius: 20px;
  height: 64px;
  margin-left: 20px;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  box-shadow: 9px 11px 0 -4px #000;
}

.body {
  font-family: Actaywide, sans-serif;
}

.cloud {
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 68px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px #000;
}

.cloud.yellow {
  background-color: var(--gold);
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  width: 20%;
  box-shadow: 6px 6px #000;
}

.cloud.header {
  flex: 1;
  justify-content: flex-start;
  width: 70%;
  margin-left: auto;
  padding-right: 10px;
}

.cloud.classes {
  z-index: 1;
  width: 240px;
}

.splinter {
  z-index: 1;
  background-image: url('../images/rightright_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 47px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.splinter.back {
  z-index: 0;
  background-image: url('../images/rightleft-black.svg');
  top: 54px;
  left: 6px;
}

.splinter.back.left {
  background-image: url('../images/rightright-black.svg');
  left: auto;
  right: 6px;
}

.splinter.yellow {
  background-image: url('../images/rightright.svg');
  left: auto;
  right: 0;
}

.splinter.white {
  background-image: url('../images/right-white.svg');
  left: auto;
  right: 0%;
}

.container-2 {
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.nab-block {
  color: #000;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 4px;
  padding: 8px 14px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .4s;
}

.nab-block:hover {
  background-color: var(--gold);
}

.nab-block:active, .nab-block.w--current {
  background-color: var(--black);
  color: var(--white);
}

.nab-block.hide {
  display: none;
}

.nav-text {
  text-align: center;
  text-transform: uppercase;
  font-size: .9em;
  text-decoration: none;
}

.nav-text.big {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1;
}

.line {
  background-color: var(--black);
  border-radius: 20px;
  width: 0;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--gold);
  background-image: url('../images/833fe6fc7cc8f38bd142794885684350.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 4px solid #000;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.text {
  margin-top: 4px;
  display: inline-block;
}

.text.page {
  z-index: 1;
  color: var(--black);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.text.page.margin-left {
  cursor: pointer;
  margin-left: 40px;
  text-decoration: none;
}

.text.page.margin-left:hover {
  color: #ffc205;
}

.text.page.margin-left.left {
  margin-left: 0;
  margin-right: auto;
}

.text.page.absolute {
  font-size: 1.5em;
  position: absolute;
  top: 55px;
  left: 55px;
}

.logo {
  cursor: pointer;
  width: 140px;
}

.light {
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -90px;
}

.light-big {
  width: 31px;
  margin-left: 30px;
  transform: translate(0, -31px);
}

.light-small {
  width: 30px;
  transform: scale(.7)rotate(-89deg);
}

.image {
  width: 144px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 245px;
  padding-left: 60px;
  padding-right: 40px;
  display: grid;
}

.contacts {
  padding-top: 60px;
}

.footer-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
}

.footer-text {
  color: var(--black);
  font-size: 14px;
  display: inline-block;
}

.content {
  margin-bottom: 28px;
}

.content.hor {
  flex-direction: column;
  display: flex;
}

.socials {
  align-items: center;
  display: flex;
}

.social {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  display: flex;
}

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

.nav.mobile {
  display: none;
}

.page-selection {
  cursor: pointer;
  background-image: url('../images/Vector-5.svg'), url('../images/Vector-3.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, 250px;
  border: 4px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 77px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 6px 6px #000;
}

.page-selection:hover {
  box-shadow: 4px 4px 0 0 var(--gold), 6px 6px 0 0 var(--black);
}

.page-selection.active {
  background-color: var(--gold);
  cursor: not-allowed;
  background-image: url('../images/Vector-7.svg'), url('../images/Vector-2.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, 250px;
}

.page-selection.active:hover {
  box-shadow: 6px 6px 0 0 var(--black);
}

.clouds {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cloud-centre {
  width: 217px;
  margin-top: -30px;
  margin-left: 22px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.cloud-left {
  width: 64px;
  margin-top: -10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.cloud-right {
  width: 46px;
  margin-top: -14px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.form-header {
  z-index: 1;
  background-color: var(--gold);
  background-image: url('../images/form-title-right-dots-bg.svg'), url('../images/group-1.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  border: 4px solid #000;
  border-radius: 30px;
  width: 100%;
  min-height: 60px;
  padding: 40px 83px;
  position: relative;
}

.form-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Cairo, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1;
}

.form-content {
  background-color: var(--white);
  border: 4px solid #000;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -35px;
  padding-top: 70px;
  display: flex;
}

.form-content.pops {
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text {
  color: var(--black);
  text-transform: none;
}

.text-block-4 {
  text-align: center;
  max-width: 620px;
  font-size: 16px;
  position: relative;
}

.divider {
  background-color: var(--black);
  border-radius: 30px;
  width: 320px;
  height: 3px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.inputs {
  min-width: 480px;
  max-width: 480px;
  margin-top: 48px;
}

.inputs.pops {
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-top: 0;
}

.input {
  cursor: auto;
  background-color: #eee;
  border: 3px solid #000;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 20px;
}

.input.comment {
  min-width: 240px;
  max-width: 100%;
  min-height: 80px;
}

.button {
  background-color: var(--black);
  box-shadow: 6px 6px 0 0 var(--white), 9px 8px 0 0 #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  width: 275px;
  min-width: 275px;
  min-height: 60px;
  margin: 40px auto;
  padding: 24px 40px 16px;
  line-height: 1;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  box-shadow: 6px 6px 0 0 var(--gold), 9px 8px 0 0 #000;
}

.button.classes {
  z-index: 1;
  text-align: center;
  width: 195px;
  min-width: 195px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 20px 10px;
  position: relative;
}

.button.main {
  padding-top: 20px;
}

.button.center {
  margin-top: 32px;
  margin-bottom: 0;
}

.button.no-botton-padding {
  margin-left: 0;
  display: block;
}

.button.no-botton-padding._0 {
  margin-top: 0;
}

.button.no-botton-padding.right {
  margin-right: 40px;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section.main-page {
  padding-top: 60px;
  padding-bottom: 20px;
}

.section.hide {
  display: none;
}

.base-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.base-container.horizont {
  display: flex;
}

.base-container.contacts {
  max-width: 1500px;
  padding-top: 0;
}

.wrapper {
  border: 4px solid #000;
  border-radius: 30px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.background {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-3 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.image-4 {
  z-index: 2;
  position: absolute;
  top: 20%;
  left: 10%;
}

.image-4.yellow {
  left: auto;
  right: 5%;
}

.image-4.down {
  top: 60%;
  left: 2%;
}

.image-4.right {
  top: 60%;
  left: auto;
  right: 10%;
  transform: rotate(90deg);
}

.cell {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 4px solid #000;
  border-radius: 30px;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 2%;
  position: relative;
  overflow: hidden;
}

.cell.feed {
  padding: 0%;
}

.cell-text {
  z-index: 1;
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 30px;
  max-width: 340px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 30px 40px;
  position: relative;
}

.cell-text.max420 {
  max-width: 420px;
}

.cell-text.wedding {
  max-width: 600px;
}

.bg-cell {
  background-image: linear-gradient(rgba(255, 236, 86, .33), rgba(255, 236, 86, .33)), url('../images/Vector-11.svg'), linear-gradient(130deg, rgba(255, 238, 87, .16) 45%, #ffb802);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-cell.wedding {
  background-image: linear-gradient(#ff8500, #ff8500), url('../images/Vector-11.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-6 {
  width: 900px;
  max-width: 200%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  object-fit: contain;
  width: 80%;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: -20%;
}

.image-8.wedding {
  width: 60%;
  bottom: 0%;
  right: 0%;
}

.about {
  background-color: var(--gold);
  border: 4px solid #000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.dialog {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 600px;
  display: grid;
  position: relative;
}

.image-9 {
  z-index: 0;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 250px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.palm {
  z-index: 1;
  object-fit: contain;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  width: 206px;
  position: relative;
}

.image-11 {
  width: 160px;
  position: relative;
  left: -81px;
}

.image-12 {
  width: 130px;
  position: relative;
  left: -107px;
}

.image-13 {
  width: 240px;
  position: relative;
}

.image-14 {
  width: 160px;
  position: relative;
  right: -25px;
}

.image-15 {
  width: 120px;
  position: relative;
  right: -30px;
}

.image-16 {
  width: 140px;
  position: relative;
}

.sunny {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-18 {
  object-fit: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-19 {
  width: auto;
  height: 340px;
  position: absolute;
}

.image-20 {
  min-height: 320px;
  position: absolute;
}

.image-21 {
  height: 340px;
}

.dialog-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  min-height: 320px;
  display: flex;
}

.text-block-5 {
  color: var(--black);
  text-align: center;
  width: 300px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 16px;
  line-height: 1.4;
  position: absolute;
}

.text-block-5.block {
  margin-left: -60px;
}

.text-block-5.down {
  width: 340px;
  margin-top: 80px;
  margin-left: 0;
  font-size: 18px;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Vector-5.svg'), url('../images/Vector-3.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border: 4px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77px;
  transition: box-shadow .4s;
  display: flex;
  box-shadow: 5px 5px #000;
}

.tab-link-tab-1:hover {
  box-shadow: 8px 8px 0 0 var(--gold);
}

.tab-link-tab-1.w--current {
  background-color: var(--gold);
  box-shadow: 5px 5px 0 0 var(--black);
  background-image: url('../images/Vector-7.svg'), url('../images/Vector-2.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border: 4px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77px;
  transition: all .4s, box-shadow .4s;
  display: flex;
}

.tabs {
  width: 100%;
  max-width: 1500px;
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1500px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.tabs-content {
  width: 100%;
  max-width: 1500px;
  margin-top: 40px;
  overflow: hidden;
}

.tab-pane-tab-1 {
  max-height: 100%;
  overflow: hidden;
}

.tab-pane-tab-1.border {
  border: 4px solid #000;
  border-radius: 30px;
}

.adult-main {
  background-color: var(--gold);
  justify-content: space-between;
  height: 600px;
  display: flex;
  position: relative;
}

.child-main {
  background-color: #ffa602;
  background-image: url('../images/Vector-18.svg');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: contain;
  justify-content: space-between;
  height: 600px;
  display: flex;
}

.left-block {
  z-index: 1;
  background-image: url('../images/Vector-14.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.center-block {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/adults-hero-mask.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.center-block.kids {
  display: none;
}

.right-block {
  z-index: 1;
  background-image: url('../images/Vector-14.svg');
  background-position: 0%;
  background-size: cover;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.image-22 {
  width: 280px;
  position: absolute;
}

.image-22.dancer {
  z-index: 1;
  object-fit: contain;
  width: 70%;
  max-width: none;
  top: auto;
  bottom: 5%;
  left: -5%;
  right: auto;
}

.image-22.dancer.right {
  z-index: 11;
  width: 70%;
  max-width: none;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -5%;
}

.image-22.dancer.right.hide {
  display: block;
  bottom: 0%;
  right: 0%;
}

.image-22.downcloud {
  z-index: 2;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-22.downcloud.right {
  z-index: 12;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-22.uppercloud {
  z-index: 2;
  width: 140px;
  display: block;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 300px;
}

.image-22.uppercloud.left {
  left: 300px;
  right: auto;
}

.image-22.arrow {
  z-index: 1;
  width: 70%;
}

.image-22.arrow.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.divider-banner {
  z-index: 1;
  background-color: var(--white);
  border: 4px #000;
  border-style: none solid;
  width: 20px;
  height: 100%;
  display: none;
  position: relative;
  transform: rotate(0);
}

.images {
  width: 70%;
  height: 100%;
  position: static;
}

.image-25 {
  width: 300%;
  max-width: 300%;
  display: block;
  position: absolute;
}

.heading {
  color: var(--gold);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  text-shadow: 4px 4px 0 var(--black);
  font-family: Cairo, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.heading.small {
  text-shadow: 4px 4px 0 var(--black);
  margin-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 3em;
}

.heading.left {
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.4;
}

.heading.contact {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-shadow: none;
  margin-bottom: 40px;
  font-size: 2em;
}

.div-block-7 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-7.center {
  align-items: center;
}

.paragraph {
  text-align: left;
  width: 480px;
  margin-bottom: 48px;
}

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

.paragraph-2 {
  text-align: center;
  font-size: 16px;
}

.paragraph-2.orange {
  color: var(--coral);
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.paragraph-2.main {
  margin-top: 40px;
  font-size: 1.5em;
}

.div-block-9 {
  z-index: 2;
  background-image: url('../images/kids-hero-mask.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  padding-top: 5%;
  padding-left: 5%;
  position: relative;
}

.div-block-10 {
  margin-bottom: 20px;
}

.div-block-11 {
  align-items: center;
  display: flex;
}

.div-block-12 {
  width: 30%;
  position: static;
}

.image-30 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-31 {
  z-index: 3;
  width: 220px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-32 {
  z-index: 0;
  width: 180px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -60%;
  right: auto;
}

.image-34 {
  z-index: 2;
  width: 540px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
}

.menu-button, .image-35, .image-36, .image-38, .image-39 {
  display: none;
}

.page-description {
  border: 4px solid #000;
  border-radius: 30px;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 60px 5%;
  position: relative;
  overflow: hidden;
}

.right-down-cloud {
  z-index: 1;
  width: 210px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-down-cloud {
  z-index: 1;
  width: 210px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-down-cloud._140px {
  width: 140px;
}

.bg-images {
  background-color: var(--orange);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-images.contact-page {
  background-color: var(--gold);
}

.ray-orange {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.studio-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
  position: relative;
}

.paragraph-3 {
  color: #6b6b6b;
  font-family: Actaywide, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-3.text {
  margin-bottom: 68px;
  font-family: Actay, sans-serif;
}

.top-dots {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.top-dots.left {
  transform-style: preserve-3d;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.video {
  border: 4px #000;
  border-radius: 30px;
  max-width: 1100px;
  margin: 60px auto;
  overflow: hidden;
}

.video.hide {
  display: none;
}

.youtube {
  border: 4px solid #000;
  border-radius: 30px;
  overflow: hidden;
}

.light-1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 70px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-15deg);
}

.ray-yellow {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-description {
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 30px;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: flex;
  position: relative;
}

.form-contact-us {
  width: 50%;
}

.div-block-13 {
  border: 4px solid #000;
  border-radius: 30px;
  margin-top: 20px;
  padding: 40px 60px;
}

.div-block-14 {
  margin-bottom: 38px;
  display: flex;
}

.div-block-15 {
  width: 50%;
  padding-right: 40px;
}

.div-block-16 {
  align-self: flex-start;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 1.4em;
  line-height: 1;
}

.heading-2.hide {
  display: none;
}

.heading-2.big {
  font-size: 2.5em;
}

.heading-2.contact {
  margin-bottom: 12px;
}

.div-block-17 {
  margin-right: 12px;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.days {
  color: var(--dim-grey);
}

.time {
  color: var(--coral);
  text-align: center;
  border: 2px solid #000;
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}

.time.empty, .time.start {
  display: none;
}

.time.contact {
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.time.begginer-level-1 {
  background-color: #a0b5ff;
  overflow: hidden;
}

.time.teens-1216 {
  background-color: #ffb950;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
}

.time.teddy-bears {
  background-color: #ff75f1;
}

.time.kids-911 {
  background-color: #beff9f;
}

.time.adults-2 {
  background-color: #c67dff;
  width: 100%;
}

.time.adults-latin {
  background-color: #f45656;
}

.time.kids-611 {
  background-color: #89f8ff;
}

.time.kids69 {
  background-color: #fff845;
}

.time.kids411 {
  background-color: #ff9eb6;
}

.time.adults-3 {
  background-color: #1fe87b;
}

.div-block-19 {
  min-width: 100px;
}

.div-block-20 {
  margin-bottom: 38px;
  display: flex;
}

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

.div-block-21.margin-right {
  margin-right: 60px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-list-2 {
  background-color: #f9f9f9;
  background-image: url('../images/Vector-21.svg'), url('../images/Vector-20.svg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border: 4px solid #000;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: -30px;
  padding: 70px 40px 40px;
  font-size: 16px;
  display: none;
  position: static;
}

.dropdown-list-2.open {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.dropdown {
  width: 100%;
  min-height: 66px;
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

.dropdown.hide {
  display: none;
}

.dropdown-toggle-2 {
  width: 100%;
  display: flex;
}

.text-block-7 {
  background-color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 16px;
  padding: 10px;
  line-height: 1;
  display: inline-block;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  line-height: 1;
}

.dropdown-toggle-3, .dropdown-toggle-4, .dropdown-toggle-5 {
  display: flex;
}

.dropdown-toggle-6 {
  background-color: var(--yellow);
  background-image: url('../images/dotter-orange.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 4px solid #000;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 65% 35%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: none;
}

.div-block-26.classes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto 35%;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-26.wedding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 65% 35%;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.div-block-27 {
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 30px;
  padding: 40px 30px;
  display: block;
}

.div-block-27.show {
  display: block;
}

.div-block-28 {
  background-image: linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  object-fit: contain;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 4px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-28.bg-lvl-1 {
  background-image: url('../images/img-classes-beginners-1.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 50% 30%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.div-block-28.lvl2 {
  background-image: url('../images/Group-182.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 480px, auto;
}

.div-block-28.latin-2 {
  background-image: url('../images/Group-183.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 480px, auto;
}

.div-block-28.child-46 {
  background-image: url('../images/Group-187.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 420px, auto;
}

.div-block-28.child-69 {
  background-image: url('../images/Group-188.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 50% 30%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 420px, auto;
}

.div-block-28.child-911 {
  background-image: url('../images/Group-189.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 50% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 380px, auto;
}

.div-block-28.child-1216 {
  background-image: url('../images/Group-184.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 50% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 420px, auto;
}

.div-block-28.child-hiphop {
  background-image: url('../images/Group-185.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 80% 20%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 620px, auto;
}

.div-block-28.child-stretching {
  background-image: url('../images/Group-186.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: 480px, auto;
}

.div-block-28.wedding {
  background-image: url('../images/Group-46-1.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.div-block-29 {
  background-color: #ffee57;
  background-image: url('../images/Frame-98.svg'), url('../images/Layer-2-2.svg'), url('../images/inspire-label.svg'), url('../images/Group-70.svg'), url('../images/dots-black.svg');
  background-position: 100% 0, 35% 30%, 80% 80%, 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover, auto;
  border: 4px solid #000;
  border-radius: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-30 {
  background-color: var(--gold);
  border: 3px solid #000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 14px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.div-block-30.white {
  background-color: var(--white);
}

.div-block-30.days {
  background-color: var(--yellow);
  box-shadow: none;
  color: var(--black);
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 7%;
  padding-right: 7%;
}

.div-block-30.tag {
  font-size: 18px;
}

.div-block-30.long {
  width: 210px;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px 50px;
  display: grid;
}

.div-block-31.margin-left-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-left: 0;
  display: grid;
}

.div-block-31.margin-0 {
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 0;
}

.div-block-31.days {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-31.tag {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  display: flex;
}

.div-block-31.tag._100 {
  width: 100%;
}

.red {
  color: #ff6e1c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.text-block-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
}

.text-span {
  color: var(--dim-grey);
  font-style: normal;
}

.image-42 {
  width: 60px;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 5%;
}

.div-block-32 {
  flex-direction: row;
  flex: 0 auto;
  display: flex;
}

.image-45 {
  width: 24px;
  margin-right: 10px;
}

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

.div-block-34 {
  background-color: var(--coral);
  background-image: url('../images/Layer-2-1.svg'), url('../images/corner-dots-2.svg'), url('../images/corner-dots-3.svg'), url('../images/Layer-2.svg'), url('../images/bg-spiral-element-2.svg');
  background-position: 100% 100%, 0 0, 100% 0, 0 100%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  border: 4px solid #000;
  border-radius: 30px;
  padding: 10% 14%;
}

.div-block-34.schedule {
  background-color: var(--orange);
  background-image: url('../images/Layer-2-1.svg'), url('../images/corner-dots-2.svg'), url('../images/corner-dots-3.svg'), url('../images/Layer-2.svg'), url('../images/Vector-23.svg');
  background-position: 100% 100%, 0 0, 100% 0, 0 100%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
}

.div-block-34.private {
  background-color: var(--yellow);
  background-image: url('../images/Layer-2-1.svg'), url('../images/corner-dots-2.svg'), url('../images/corner-dots-3.svg'), url('../images/Vector-25.svg'), url('../images/Layer-2.svg');
  background-position: 100% 100%, 0 0, 100% 0, 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover, auto;
}

.div-block-35 {
  background-color: var(--coral);
  background-image: url('../images/dancing-couple-2.png'), url('../images/bg-spiral-element-1.svg');
  background-position: 50%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border: 4px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-35.child {
  background-image: url('../images/bg-spiral-element-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-35.child.schedule {
  background-color: var(--orange);
  background-image: url('../images/Vector-24.svg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
}

.div-block-35.mobile {
  display: none;
}

.div-block-35.schedule {
  background-color: var(--orange);
  background-image: url('../images/Vector-24.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35.private {
  background-color: var(--yellow);
  background-image: url('../images/Vector-26.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-35.private.child {
  background-image: url('../images/Vector-26.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-36 {
  background-color: var(--black);
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.div-block-36.hide {
  display: none;
}

.image-46 {
  width: 24px;
}

.left-up-cloud {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-37 {
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 30px;
  max-width: 540px;
  margin-top: 50px;
  margin-bottom: 22px;
  padding: 30px 40px;
}

.div-block-37.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-9 {
  margin-bottom: 12px;
}

.text-block-10 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.text-block-10.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-2 {
  color: var(--black);
  font-style: italic;
}

.text-block-11 {
  font-size: 18px;
}

.text-block-13 {
  background-color: var(--white);
  color: var(--dim-grey);
  text-align: left;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Actaywide, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
}

.text-block-14 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #ff9f00;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 4px 6px;
  font-size: .6em;
}

.text-block-14.schedule {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  font-size: .7em;
}

.text-block-14.adult {
  text-align: left;
  text-transform: none;
  background-color: rgba(255, 255, 255, .4);
  font-size: .8em;
  display: inline-block;
  position: relative;
}

.div-block-40 {
  background-color: #ffa100;
  background-image: url('../images/corner-dots-3.svg'), url('../images/Layer-2.svg'), url('../images/Layer-2-1.svg'), url('../images/corner-dots-2.svg'), url('../images/Vector-27.svg');
  background-position: 100% 0, 0 100%, 100% 100%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
  background-size: auto, auto, auto, auto, contain;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  border: 4px solid #000;
  border-radius: 30px;
  width: 100%;
  margin-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Cairo, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
}

.div-block-43 {
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.form-block-2 {
  border: 3px solid #000;
  border-radius: 30px;
  min-width: 540px;
  max-width: 600px;
  padding: 40px;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-50 {
  width: 30px;
}

.text-block-16 {
  margin-top: 10px;
  font-size: 12px;
}

.text-span-3 {
  color: #fc5f36;
}

.text-span-4 {
  color: #5a7bf1;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.div-block-47 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px 8px;
  display: flex;
}

.div-block-47.kids411 {
  background-color: #ff9eb6;
}

.div-block-47.kids611 {
  background-color: #88f9ff;
}

.div-block-49 {
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 30px;
  min-height: 300px;
  margin-top: 0;
  padding: 10px;
}

.schedule-title {
  background-color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  flex: 0 auto;
  width: 10%;
  padding: 20px 10px;
  font-family: Cairo, sans-serif;
  font-weight: 800;
}

.schedule-title.day {
  width: 12%;
}

.schedule-time {
  color: #979797;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 10%;
  min-height: 40px;
  line-height: 1;
  display: flex;
}

.schedule-time.grey {
  background-color: #f4f4f4;
}

.schedule-time.active {
  color: var(--black);
}

.table-wrapper {
  overflow: scroll;
}

.table-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-content: space-around;
  justify-content: space-between;
  align-items: stretch;
  min-height: 45px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.table-row.stick {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
}

.table-container {
  margin-top: 10px;
  overflow: scroll;
}

.table-box {
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 12.5%;
  margin-top: 0;
  display: flex;
}

.table-box.grey {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
}

.table-box.grey.start {
  text-transform: uppercase;
  justify-content: center;
  width: 10%;
}

.popup {
  z-index: 99999;
  background-color: rgba(107, 107, 107, .6);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-51 {
  align-items: center;
  display: flex;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-52 {
  width: 36px;
}

.image-54 {
  width: 100%;
}

.div-block-52 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-56 {
  display: none;
}

.image-57 {
  align-self: center;
  display: none;
}

.image-58 {
  width: 80%;
}

.text-block-20 {
  font-size: 1em;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #000;
  border-radius: 15px;
}

.field-label {
  margin-top: 30px;
}

.preloader-v5---brix {
  z-index: 99999;
  background-color: #f6f5ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-v5-logo-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-v5-lottie-wrapper---brix {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 4px;
  display: flex;
  overflow: hidden;
}

.preloader-v6-lottie---brix {
  color: var(--coral);
  width: 140px;
}

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

.h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.recaptcha {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 53px;
  }

  .cloud {
    margin-bottom: 40px;
  }

  .cloud.yellow {
    display: none;
  }

  .cloud.classes {
    width: 190px;
  }

  .nab-block {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nab-block.center {
    text-align: center;
    flex-direction: column;
    max-width: 320px;
    margin-bottom: 16px;
    position: relative;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text.page.margin-left {
    margin-left: 0;
  }

  .text.page.margin-left.left {
    margin-left: auto;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contacts {
    padding-top: 0;
  }

  .footer-title, .content {
    text-align: center;
  }

  .nav {
    display: none;
  }

  .nav.mobile {
    z-index: 1222;
    background-color: var(--white);
    background-image: url('../images/Vector-29.svg'), url('../images/Vector-30.svg');
    background-position: 0%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    border: 4px solid #000;
    border-radius: 30px;
    flex-direction: column;
    height: auto;
    margin: 120px 15px 0;
    padding-top: 60px;
    padding-bottom: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cloud-centre {
    width: 210px;
  }

  .divider.center {
    margin-left: auto;
    margin-right: auto;
  }

  .button.classes {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.center {
    display: block;
  }

  .button.no-botton-padding {
    margin-top: 24px;
    display: block;
  }

  .button.no-botton-padding.right {
    margin-right: 0;
  }

  .button.no-botton-padding.center {
    margin-left: auto;
    margin-right: auto;
  }

  .section.main-page {
    padding-top: 20px;
  }

  .image-4, .image-4.down, .image-4.right {
    display: none;
  }

  .cell {
    background-color: var(--old-lace);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 2%;
  }

  .cell-text {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cell-text.wedding {
    max-width: 100%;
  }

  .bg-cell {
    z-index: 1;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border: 4px solid #000;
    border-radius: 30px;
    justify-content: center;
    height: auto;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: relative;
  }

  .bg-cell.wedding {
    padding-bottom: 0;
  }

  .image-6 {
    display: none;
  }

  .image-8 {
    width: auto;
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .image-8.wedding {
    width: 70%;
    height: auto;
    top: auto;
    bottom: 0%;
  }

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

  .image-18 {
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dialog-text.up {
    margin-top: -40px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    height: 65px;
  }

  .tab-pane-tab-1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .tab-pane-tab-1.border {
    padding-left: 0;
    padding-right: 0;
  }

  .center-block.kids {
    display: block;
  }

  .image-22.dancer, .image-22.dancer.right.hide {
    display: none;
  }

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

  .paragraph-2 {
    color: var(--black);
    text-decoration: none;
  }

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

  .div-block-11 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-30 {
    display: none;
  }

  .image-32 {
    left: 0%;
  }

  .image-34 {
    display: none;
  }

  .menu-button {
    border: 3px solid #000;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 0;
    padding: 8px;
    display: block;
  }

  .image-35 {
    width: 35%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-36 {
    width: 30%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-38 {
    object-fit: cover;
    width: 1500px;
    max-width: none;
    display: block;
    position: absolute;
    top: -30%;
    bottom: 0%;
    left: -75%;
    right: auto;
  }

  .image-38.round {
    opacity: .2;
    width: 900px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-39 {
    width: 100%;
    max-width: none;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .page-description {
    margin-top: 0;
  }

  .studio-description {
    grid-template-columns: 1fr;
  }

  .video {
    position: relative;
  }

  .image-40 {
    display: none;
  }

  .contact-description {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-contact-us, .div-block-15 {
    width: 100%;
  }

  .div-block-16.center {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    text-align: left;
  }

  .time {
    align-items: flex-start;
    width: 70%;
    margin-left: auto;
    margin-right: 0;
  }

  .time.empty {
    background-color: var(--gainsboro);
    color: var(--dim-grey);
    text-align: center;
    align-items: center;
    margin-right: auto;
    padding: 20px;
    display: block;
  }

  .time.start {
    color: var(--dim-grey);
    text-align: left;
    text-transform: uppercase;
    border-style: none;
    border-radius: 0;
    width: auto;
    margin-left: 20px;
    margin-right: auto;
    padding-top: 12px;
    display: block;
  }

  .time.contact {
    display: inline;
  }

  .time.adults-2 {
    width: 70%;
  }

  .text-block-7 {
    white-space: pre-wrap;
    line-height: 1.2;
  }

  .dropdown-toggle-6 {
    padding: 24px 20px;
  }

  .div-block-26 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .div-block-26.classes, .div-block-26.wedding {
    grid-template-rows: auto auto;
  }

  .div-block-27 {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-radius: 0;
    padding: 0;
    display: block;
  }

  .div-block-27.white {
    background-color: var(--white);
    border-style: solid;
    border-radius: 30px;
    padding: 30px;
  }

  .div-block-28 {
    align-items: center;
    min-height: 280px;
  }

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

  .div-block-30.white {
    flex: 1;
    margin-bottom: 0;
  }

  .div-block-30.days {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31 {
    padding: 24px 0;
  }

  .div-block-31.margin-0 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31.days {
    grid-template-columns: 1fr;
  }

  .div-block-31.tag {
    position: relative;
  }

  .div-block-33 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .div-block-34 {
    background-image: url('../images/Layer-2-1.svg'), url('../images/Layer-2.svg'), url('../images/bg-spiral-element-2.svg');
    background-position: 100% 100%, 0 100%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
    padding: 30px 20px;
  }

  .div-block-35 {
    min-height: 400px;
    display: none;
  }

  .div-block-35.mobile {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/dancing-couple-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }

  .div-block-35.mobile.child, .div-block-35.mobile.hide {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-35.schedule.hide, .div-block-35.private.child.hide, .div-block-35.private.hide {
    display: none;
  }

  .div-block-37 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 24px;
  }

  .div-block-38 {
    width: 70%;
  }

  .text-block-13 {
    margin-bottom: 8px;
    font-family: Actaywide, sans-serif;
    font-size: 1em;
  }

  .text-block-14 {
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    line-height: 1.4;
  }

  .text-block-14.schedule, .text-block-14.adult {
    font-size: 1em;
  }

  .div-block-39 {
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
  }

  .div-block-40 {
    background-color: var(--orange);
    background-image: url('../images/Vector-27.svg');
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: scroll;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-50.padding {
    margin-right: 15px;
  }

  .div-block-46 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-48 {
    background-color: var(--white);
    width: 100%;
  }

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

  .div-block-52 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 41px;
    line-height: 107%;
  }

  .cloud.classes {
    order: -1;
  }

  .footer {
    padding-top: 70px;
  }

  .cloud-centre {
    width: 170px;
    margin-top: -20px;
  }

  .cloud-left, .cloud-right {
    display: none;
  }

  .form-title {
    font-size: 1.5em;
  }

  .form-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.main-page {
    padding-top: 0;
  }

  .base-container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    border-style: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .background {
    display: none;
  }

  .cell {
    padding: 30px 20px;
  }

  .cell-text, .cell-text.max420 {
    max-width: 100%;
  }

  .image-21 {
    height: 250px;
  }

  .tab-pane-tab-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading.left {
    font-size: 3em;
  }

  .page-description {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .right-down-cloud, .left-down-cloud {
    width: 140px;
  }

  .studio-description {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-3.text {
    margin-bottom: 40px;
  }

  .video {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .light-1 {
    display: none;
  }

  .contact-description {
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .div-block-21.margin-right {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .dropdown-list-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-3 {
    font-size: 1.2em;
  }

  .div-block-27 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .red {
    margin-bottom: 0;
  }

  .div-block-32 {
    align-items: center;
  }

  .div-block-36 {
    width: 40px;
    height: 40px;
  }

  .form-block-2 {
    min-width: 100%;
    max-width: 100%;
  }

  .preloader-v5-lottie-wrapper---brix {
    height: 56px;
  }

  .preloader-v6-lottie---brix {
    width: 140px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 120%;
  }

  .form {
    flex-direction: column;
  }

  .cloud {
    width: 80%;
    max-width: 210px;
  }

  .cloud.header {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .splinter {
    background-image: url('../images/rightright_1.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .nav-text.btn {
    font-size: .7em;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .text.page.margin-left {
    margin-top: 20px;
  }

  .text.page.absolute {
    margin-bottom: 40px;
    margin-right: 10px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .light {
    display: none;
  }

  .grid {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    z-index: 5;
    background-color: var(--white);
    flex-direction: column;
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav.mobile {
    width: auto;
    height: auto;
    margin-top: 80px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
    position: absolute;
  }

  .cloud-centre {
    width: 150px;
    height: 77px;
    margin-top: -10px;
  }

  .form-header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-header.close {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-title {
    font-size: 1.2em;
  }

  .form-content.pops {
    padding-top: 50px;
  }

  .text-block-4 {
    max-width: 320px;
    font-size: 14px;
    font-weight: 700;
  }

  .divider {
    width: 100%;
    margin: 40px auto;
  }

  .inputs {
    min-width: auto;
    max-width: 100%;
    margin-top: 24px;
  }

  .input {
    min-height: 48px;
    margin-bottom: 10px;
  }

  .input.comment {
    min-width: auto;
    max-width: 100%;
  }

  .button {
    width: 100%;
    min-width: 100%;
    margin-top: 20px;
  }

  .button.main {
    width: 210px;
    min-width: 210px;
    min-height: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.center {
    width: 210px;
    min-width: 180px;
    font-size: 12px;
    display: block;
  }

  .button.no-botton-padding {
    width: 210px;
    min-width: 210px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .base-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cell {
    background-image: url('../images/Vector-10.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-cell {
    background-image: linear-gradient(rgba(255, 236, 86, .33), rgba(255, 236, 86, .33)), linear-gradient(130deg, rgba(255, 238, 87, .16) 45%, #ffb802);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .about {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dialog {
    min-height: auto;
  }

  .image-19 {
    height: auto;
    position: relative;
  }

  .image-20 {
    position: relative;
  }

  .image-21 {
    height: auto;
    position: relative;
  }

  .dialog-text {
    min-width: auto;
    min-height: auto;
    position: relative;
  }

  .text-block-5 {
    width: 180px;
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
  }

  .text-block-5.block {
    width: 240px;
  }

  .text-block-5.down {
    width: 260px;
    margin-top: 40px;
    font-size: .9em;
    line-height: 1.2;
  }

  .tab-link-tab-1 {
    background-image: url('../images/Vector-3.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    background-image: url('../images/Vector-2.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 45%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs {
    max-width: 100%;
  }

  .tabs-menu {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    max-width: 100%;
  }

  .tab-pane-tab-1 {
    border-style: none;
    overflow: hidden;
  }

  .tab-pane-tab-1.border {
    border-style: none;
  }

  .adult-main {
    background-color: var(--white);
    border: 4px solid #000;
    border-radius: 0 0 30px 30px;
    height: auto;
    margin-top: -30px;
    padding: 50px 20px 20px;
    display: block;
  }

  .child-main {
    background-color: var(--white);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 4px solid #000;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: auto;
    margin-top: -30px;
    padding: 50px 20px 20px;
  }

  .center-block {
    background-color: var(--white);
    background-image: url('../images/black.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 4px solid #000;
    border-radius: 30px;
    max-width: 100%;
    padding: 40px 20px;
    position: relative;
  }

  .center-block.kids {
    display: flex;
  }

  .right-block {
    background-color: var(--gold);
    border: 4px solid #000;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 350px;
    display: flex;
  }

  .image-22.dancer.right {
    width: 210px;
    max-width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    right: 0%;
  }

  .image-22.dancer.right.hide {
    display: none;
  }

  .image-22.downcloud.right {
    width: 200px;
    position: absolute;
  }

  .image-22.uppercloud.left {
    width: 200px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .image-22.arrow.right {
    width: 80%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .images {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-25 {
    display: none;
    top: auto;
    bottom: -19%;
    left: auto;
    right: auto;
  }

  .heading {
    text-shadow: 2px 2px 0 var(--black);
    font-size: 2.5em;
  }

  .heading.small {
    text-shadow: 2px 2px 0 var(--black);
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .heading.left {
    text-shadow: 2px 2px 0 var(--black);
    font-size: 1.8em;
  }

  .heading.contact {
    margin-bottom: 16px;
    font-size: 1.5em;
  }

  .div-block-7.center {
    height: auto;
  }

  .paragraph.center {
    width: auto;
    margin-bottom: 0;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .div-block-12 {
    background-color: var(--orange);
    background-image: url('../images/Vector-18.svg');
    background-position: 0 0;
    background-size: cover;
    border: 4px solid #000;
    border-radius: 30px;
    display: block;
    overflow: hidden;
  }

  .image-30 {
    width: 80%;
    display: block;
    position: absolute;
  }

  .image-31 {
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-32 {
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .image-34 {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .page-description {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .studio-description {
    max-width: none;
  }

  .paragraph-3 {
    line-height: 1.4;
  }

  .top-dots {
    display: none;
  }

  .video {
    border-style: solid;
    border-radius: 35px;
  }

  .youtube {
    border-style: none;
  }

  .contact-description {
    border-radius: 20px;
    max-width: 100%;
    margin-top: 0;
    padding: 20px 10px;
  }

  .div-block-13 {
    border-style: none;
    border-radius: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    margin-bottom: 40px;
  }

  .div-block-15 {
    padding-right: 0;
  }

  .div-block-16.center {
    width: auto;
    position: relative;
  }

  .heading-2 {
    font-size: 1em;
  }

  .heading-2.hide {
    display: block;
  }

  .heading-2.big {
    font-size: 1.5em;
  }

  .div-block-17 {
    flex: none;
    width: 24px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
  }

  .time {
    font-size: .8em;
  }

  .time.empty {
    width: 90%;
  }

  .div-block-19 {
    min-width: auto;
  }

  .div-block-21.margin-right {
    margin-bottom: 40px;
  }

  .dropdown-list-2 {
    padding-left: 12px;
    padding-right: 12px;
    display: none;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .heading-3 {
    white-space: pre-wrap;
    font-size: 1em;
  }

  .dropdown-toggle-6 {
    background-size: contain;
  }

  .div-block-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27.white {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-28.bg-lvl-1 {
    background-size: contain, auto;
    min-height: 380px;
  }

  .div-block-28.lvl2 {
    background-position: -40%, 0 0;
    background-size: 340px, auto;
    min-height: 320px;
  }

  .div-block-28.latin-2 {
    background-size: 380px, auto;
  }

  .div-block-28.child-911 {
    background-position: 50% 10%, 0 0;
  }

  .div-block-28.child-hiphop {
    background-position: 120% 20%, 0 0;
    background-size: 420px, auto;
  }

  .div-block-28.child-stretching {
    background-size: 420px, auto;
  }

  .div-block-28.wedding {
    background-image: url('../images/Group-46-1.png'), linear-gradient(315deg, #ffa602 1%, var(--gold) 45%, white 47%);
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
  }

  .div-block-30 {
    font-size: .9em;
  }

  .div-block-30.white {
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-30.tag {
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-31.tag {
    width: 100%;
  }

  .div-block-33 {
    margin-bottom: 0;
  }

  .div-block-34.private {
    background-image: url('../images/Layer-2.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .div-block-35.mobile {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: flex;
  }

  .div-block-35.mobile.show {
    background-image: url('../images/dancing-couple-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-9 {
    font-size: .8em;
  }

  .text-block-10.center {
    text-align: left;
  }

  .div-block-38 {
    width: 80%;
  }

  .div-block-40 {
    border-radius: 20px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-6 {
    line-height: 1.2;
  }

  .form-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    flex-wrap: wrap;
    align-self: center;
  }

  .popup {
    display: block;
  }

  .image-56 {
    z-index: 12;
    display: block;
    position: relative;
  }
}

#w-node-_990aac41-2477-3b63-c398-b1b4f73fd884-0e681e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb0273d8-a43b-19d1-21ef-4ff1d55c0351-0e681e11 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-df6d07bc-424c-80e8-f489-19f504094e91-0e681e11 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2d6041fa-c81f-7ff4-11fe-a7ba65685feb-65685fe7 {
  align-self: center;
}

#w-node-_2d6041fa-c81f-7ff4-11fe-a7ba65685ff4-65685fe7, #w-node-_2d6041fa-c81f-7ff4-11fe-a7ba65685ffd-65685fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2d6041fa-c81f-7ff4-11fe-a7ba6568600b-65685fe7 {
  align-self: end;
  justify-self: end;
}

#w-node-f4ecb7a4-83f5-8e1f-7da8-8dc552d948c8-52d9486e {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_331133d4-0dfe-4844-fa64-2699482b79c8-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ad2fcef-2fe1-9ed7-d694-914e885d4746-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cf35c719-ee49-0c56-98c6-0658d67dc188-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_5e122cbf-3eb5-d690-2e2a-b031ea650985-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f1cae47e-0094-e768-729b-645cf0fc072e-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f1cae47e-0094-e768-729b-645cf0fc0750-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-f1cae47e-0094-e768-729b-645cf0fc0751-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_109068ee-0c76-0589-8c31-29706e5a541e-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_109068ee-0c76-0589-8c31-29706e5a5440-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_109068ee-0c76-0589-8c31-29706e5a5441-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_507d500a-9105-6fc0-bd81-645354f598cf-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_507d500a-9105-6fc0-bd81-645354f598f1-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_507d500a-9105-6fc0-bd81-645354f598f2-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a0e6da9f-a1a6-66fe-8795-e7d353fce00f-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a0e6da9f-a1a6-66fe-8795-e7d353fce031-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a0e6da9f-a1a6-66fe-8795-e7d353fce032-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1fd87a33-3885-617e-4d4d-f51ad7ae3699-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d2c9ea1-9e1c-4cd0-4be0-529ca09ec347-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_2d2c9ea1-9e1c-4cd0-4be0-529ca09ec369-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d2c9ea1-9e1c-4cd0-4be0-529ca09ec36a-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8c3a0925-31f8-1ced-4f45-23f271e2767f-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8c3a0925-31f8-1ced-4f45-23f271e27699-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8c3a0925-31f8-1ced-4f45-23f271e2769a-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e0b478a7-2662-fcfc-0fad-c972cb4df4a9-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e0b478a7-2662-fcfc-0fad-c972cb4df4c2-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e0b478a7-2662-fcfc-0fad-c972cb4df4c3-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_137c5e80-9962-5d8d-339e-43ccdad328e3-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_137c5e80-9962-5d8d-339e-43ccdad32908-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_137c5e80-9962-5d8d-339e-43ccdad32909-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_706a80c7-f858-fae3-89ec-8fdfca24c2a4-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_706a80c7-f858-fae3-89ec-8fdfca24c2be-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_706a80c7-f858-fae3-89ec-8fdfca24c2bf-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6fce355b-dea1-7436-cfa9-ae5c42432bed-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6fce355b-dea1-7436-cfa9-ae5c42432c13-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fce355b-dea1-7436-cfa9-ae5c42432c14-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ddfd6d3d-d395-bbf5-7be0-f27cfd2db83a-0e681e13 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ddfd6d3d-d395-bbf5-7be0-f27cfd2db853-0e681e13 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ddfd6d3d-d395-bbf5-7be0-f27cfd2db854-0e681e13 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_663e4ffd-17c5-efae-b90f-ba9601c92bb1-0e681e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddd0aa76-0650-a49e-67ab-ff81e97630e3-0e681e14 {
  align-self: center;
  justify-self: center;
}

#w-node-_000dc6fc-4bb3-aef7-0985-ffc9024cde58-0e681e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_000dc6fc-4bb3-aef7-0985-ffc9024cde65-0e681e14 {
  align-self: center;
  justify-self: center;
}

#w-node-c0802229-1b78-0237-af70-9b97dc465664-0e681e14, #w-node-ad9c14d4-4eb8-0c59-5ef6-8c4e7dd9c533-0e681e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_55a50bce-f03b-49dd-c240-32e1b0b1ca33-0e681e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_63ce50c2-e7eb-197d-079d-3c58325fadba-0e681e14 {
  align-self: end;
  justify-self: center;
}

#w-node-_2bec3b42-7720-5058-c9a6-b248d0cc7f38-0e681e14, #w-node-_39db4abc-c4b4-fbdf-5649-89906c68b407-0e681e14 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-d4138ebd-82fb-1d21-f68e-96783a19dd60-0e681e16 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_000739b4-615a-abd9-04d4-4aa5f8bbe390-0e681e16, #w-node-_24e07526-0b20-4a97-21a8-818bdde27b7c-0e681e16, #w-node-_8cec3c9e-4140-de51-2f23-e031ef2d697b-0e681e16, #w-node-ade008a6-6fa6-2219-af47-fab87e852b47-0e681e16, #w-node-ab0bc121-6e35-708c-76aa-329e8522e33d-0e681e16, #w-node-df771af3-3a31-ff0c-090d-638157b1c364-0e681e16, #w-node-_8c6d1751-9923-3cea-3e85-9476db6b29aa-0e681e16, #w-node-_906d9879-4fc6-81bd-e743-44950f87a5ca-0e681e16 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab502-0e681e16 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab50c-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab52a-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab535-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab56d-0e681e16, #w-node-e9593267-7501-9c66-43a9-bba38758daaf-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab58b-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab596-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab5a3-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab5c9-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab5d4-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab5e1-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab5ee-0e681e16 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c4d7f2b9-5219-c5b2-71ee-778cc7bf0ac1-0e681e17 {
  align-self: center;
}

#w-node-_5e096efe-b8fb-beac-2a5e-1d2e9073e2e0-0e681e17, #w-node-_06edda6e-1094-8572-fcfe-4c03a16324c3-0e681e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5ad38925-15c3-f9bf-e52a-c3e47dc86c5b-0e681e17 {
  align-self: end;
  justify-self: end;
}

#w-node-_65c4a6dd-2fde-6c37-6dc6-178ec1d69b14-0e681e19 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_65c4a6dd-2fde-6c37-6dc6-178ec1d69b37-0e681e19 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-_65c4a6dd-2fde-6c37-6dc6-178ec1d69b38-0e681e19 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-eb0273d8-a43b-19d1-21ef-4ff1d55c0351-0e681e11 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2d6041fa-c81f-7ff4-11fe-a7ba65685feb-65685fe7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d6041fa-c81f-7ff4-11fe-a7ba65685ff4-65685fe7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2d6041fa-c81f-7ff4-11fe-a7ba65685ffd-65685fe7 {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-_2d6041fa-c81f-7ff4-11fe-a7ba6568600b-65685fe7 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: center;
  }

  #w-node-_9ad2fcef-2fe1-9ed7-d694-914e885d4746-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-cf35c719-ee49-0c56-98c6-0658d67dc188-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-f1cae47e-0094-e768-729b-645cf0fc072e-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-f1cae47e-0094-e768-729b-645cf0fc0750-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-_109068ee-0c76-0589-8c31-29706e5a541e-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-_109068ee-0c76-0589-8c31-29706e5a5440-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-_507d500a-9105-6fc0-bd81-645354f598cf-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-_507d500a-9105-6fc0-bd81-645354f598f1-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-a0e6da9f-a1a6-66fe-8795-e7d353fce00f-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-a0e6da9f-a1a6-66fe-8795-e7d353fce031-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-_2d2c9ea1-9e1c-4cd0-4be0-529ca09ec347-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-_2d2c9ea1-9e1c-4cd0-4be0-529ca09ec369-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-_8c3a0925-31f8-1ced-4f45-23f271e2767f-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-_8c3a0925-31f8-1ced-4f45-23f271e27699-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-e0b478a7-2662-fcfc-0fad-c972cb4df4a9-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-e0b478a7-2662-fcfc-0fad-c972cb4df4c2-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-_137c5e80-9962-5d8d-339e-43ccdad328e3-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-_137c5e80-9962-5d8d-339e-43ccdad32908-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-_706a80c7-f858-fae3-89ec-8fdfca24c2a4-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-_706a80c7-f858-fae3-89ec-8fdfca24c2be-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-_6fce355b-dea1-7436-cfa9-ae5c42432bed-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-_6fce355b-dea1-7436-cfa9-ae5c42432c13-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-ddfd6d3d-d395-bbf5-7be0-f27cfd2db83a-0e681e13 {
    grid-row-start: 2;
  }

  #w-node-ddfd6d3d-d395-bbf5-7be0-f27cfd2db853-0e681e13 {
    grid-column: 1 / 2;
  }

  #w-node-c0802229-1b78-0237-af70-9b97dc465664-0e681e14 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55a50bce-f03b-49dd-c240-32e1b0b1ca33-0e681e14 {
    order: -9999;
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2bec3b42-7720-5058-c9a6-b248d0cc7f38-0e681e14 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d4138ebd-82fb-1d21-f68e-96783a19dd60-0e681e16, #w-node-dce1c4ca-9dec-391c-9e56-3f6fc69ab502-0e681e16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_65c4a6dd-2fde-6c37-6dc6-178ec1d69b14-0e681e19 {
    grid-row-start: 2;
  }

  #w-node-_65c4a6dd-2fde-6c37-6dc6-178ec1d69b37-0e681e19 {
    grid-column: 1 / 2;
  }
}


@font-face {
  font-family: 'Blogfonts';
  src: url('../fonts/blogfonts.com.url') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actaywide';
  src: url('../fonts/actaywide-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actay';
  src: url('../fonts/actay-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}