body {
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
}
body.locked {
  overflow: hidden;
}
.button {
  /*
  background: #fff;
  color: #5a366a;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 100px;
  display: block;
  border: 2px solid #5a366a;
  margin-top: 10px;
  font-size: 21px;
  box-shadow: 2px 2px 0 1px green;
  text-align: center;
  line-height: 1.1;
  */
  border-top: 2px solid #5a366a;
  text-align: center;
  display: block;
  font: inherit;
  background-color: #f0f0f0;
  border: 0;
  color: #5a366a;
  border-radius: 100px;
  font-size: 21px;
  padding: 5px 20px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0.0625em 0 #fff;
  box-shadow: inset 0 0.0625em 0 0 #f4f4f4, 0 0.0625em 0 0 #efefef, 0 0.125em 0 0 #ececec, 0 0.25em 0 0 #e0e0e0, 0 0.3125em 0 0 #dedede, 0 0.375em 0 0 #dcdcdc, 0 0.425em 0 0 #cacaca, 0 0.425em 0.5em 0 #cecece;
  transition: 0.15s ease;
  cursor: pointer;
}
.button:active, .button:hover {
  translate: 0 0.225em;
  box-shadow: inset 0 0.03em 0 0 #f4f4f4, 0 0.03em 0 0 #efefef, 0 0.0625em 0 0 #ececec, 0 0.125em 0 0 #e0e0e0, 0 0.125em 0 0 #dedede, 0 0.2em 0 0 #dcdcdc, 0 0.225em 0 0 #cacaca, 0 0.225em 0.375em 0 #cecece;
  cursor: pointer;
}
.gform_anchor {
  scroll-margin-top: 128px;
}
@media screen and (max-width: 700px) {
  .gform_anchor {
    scroll-margin-top: 187px;
  }
}
.gform_anchor::before {
  content: "";
  display: block;
  width: 0;
  height: 128px;
  margin: -128px 0 0;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1266px;
  margin: 0 auto;
  padding: 0 30px;
  clear: both;
  position: relative;
}
.not-logo {
  flex: 1;
  width: calc(50% - 103px);
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .not-logo {
    display: none;
  }
}
ul#menu-primary, ul#menu-primary-2 {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0 20px;
}
ul#menu-primary a, ul#menu-primary-2 a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
ul#menu-primary a:hover, ul#menu-primary-2 a:hover {
  color: #5a366a;
}
header.header.clear {
  text-align: center;
  padding: 40px 0 50px;
  position: absolute;
  z-index: 400;
  left: 0;
  right: 0;
}
header.header.clear .container {
  max-width: 900px;
}
@media screen and (max-width: 370px) {
  header.header.clear .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  header.header.clear {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 550px) {
  header.header.clear {
    padding: 8px 0 12px;
    background: black;
    position: fixed;
  }
}
@media screen and (max-height: 700px) {
  header.header.clear {
    padding: 8px 0 12px;
    background: black;
    position: fixed;
  }
}
.logo-wrap {
  margin: 0 auto 10px;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 100px 100px;
}
@media screen and (max-width: 1024px) {
  .logo-wrap {
    margin: 0;
    height: 0;
  }
}
@media screen and (max-width: 550px) {
  .logo-wrap {
    margin: 0;
    height: unset;
    background: transparent;
    max-width: unset;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-height: 700px) {
  .logo-wrap {
    margin: 0;
    height: unset;
    background: transparent;
    max-width: unset;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.logo-wrap img {
  background: #000;
  display: block;
  max-width: 175px;
  border: 15px solid #000;
  border-radius: 100px 100px 0 0;
  margin-bottom: -10px;
  margin: -70px 0;
}
@media screen and (max-width: 550px) {
  .logo-wrap img {
    background: transparent;
    display: block;
    max-width: 69px;
    border: none;
    border-radius: unset;
    margin: 0;
    height: auto;
  }
}
@media screen and (max-height: 700px) {
  .logo-wrap img {
    background: transparent;
    display: block;
    max-width: 69px;
    border: none;
    border-radius: unset;
    margin: 0;
    height: auto;
  }
}
.utility {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin: 0 auto 10px;
  max-width: 1220px;
  align-items: flex-end;
}
@media screen and (max-width: 550px) {
  .utility {
    margin: 0;
    max-width: 155px;
    position: absolute;
    right: 100px;
    top: 12px;
    z-index: 200;
  }
}
@media screen and (max-height: 700px) {
  .utility {
    margin: 0;
    max-width: 155px;
    position: absolute;
    right: 100px;
    top: 12px;
    z-index: 200;
  }
}
@media screen and (max-width: 370px) {
  .utility {
    right: 75px;
  }
}
.utility .right a.dance-cta {
  background: #fff;
  color: #5a366a;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 100px;
  display: block;
  border: 2px solid #5a366a;
}
@media screen and (max-width: 550px) {
  .utility .right a.dance-cta {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media screen and (max-height: 700px) {
  .utility .right a.dance-cta {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 550px) {
  .utility .left {
    display: none;
  }
}
@media screen and (max-height: 700px) {
  .utility .left {
    display: none;
  }
}
.utility .left .socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 10px;
}
.utility .left .socials a {
  display: block;
}
.utility .left .socials svg {
  fill: #fff;
  transform: scale(1.25);
  background: #5a366a;
  overflow: hidden;
  border-radius: 8px;
}
.ham-wrap {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .ham-wrap {
    display: none;
  }
}
.ham-wrap #nav-icon1, .ham-wrap #nav-icon2, .ham-wrap #nav-icon3, .ham-wrap #nav-icon4 {
  width: 55px;
  height: 45px;
  position: relative;
  margin: 10px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ham-wrap #nav-icon1 span, .ham-wrap #nav-icon3 span, .ham-wrap #nav-icon4 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #fff;
  border: 1px solid black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ham-wrap #nav-icon1 span:nth-child(1) {
  top: 0px;
}
.ham-wrap #nav-icon1 span:nth-child(2) {
  top: 15px;
}
.ham-wrap #nav-icon1 span:nth-child(3) {
  top: 30px;
}
.ham-wrap #nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ham-wrap #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.ham-wrap #nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.home {
  /* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
}
.home h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 74px;
  font-weight: 700;
}
.home .hero-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #000, #1f2023);
  background-image: linear-gradient(180deg, #000, #1f2023);
}
.home .hero-slider.text-light {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #040404;
  background-image: none;
}
.home .hero-container {
  position: relative;
  z-index: 100;
  display: block;
  width: 82%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
.home .flex-sb-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .hero-text-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.home .static-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 14px;
  font-weight: 900;
  font-style: normal;
  font-size: 95px;
  line-height: 1;
  color: #fff;
  text-align: center;
  filter: drop-shadow(2px 2px 1px #5a366a);
}
@media only screen and (max-width: 550px) {
  .home .static-text {
    font-size: 70px;
  }
}
@media screen and (max-height: 700px) {
  .home .static-text {
    font-size: 70px;
  }
}
.home a.w-webflow-badge {
  display: none !important;
}
.home .text-rotate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.home .rotating-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 900;
  font-style: normal;
  font-size: 96px;
  line-height: 110px;
  color: #fff !important;
}
@media only screen and (max-width: 550px) {
  .home .rotating-text {
    font-size: 9vw;
    text-align: center;
  }
}
.home .ratating-text-2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.home .ratating-text-3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.home .s-hero {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 99999px;
  perspective: 99999px;
}
.home .s-hero_wrap {
  position: relative;
  z-index: 50;
  width: 30vw;
  height: 20vw;
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(-35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(-35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home .s-hero_track {
  position: relative;
  z-index: 1;
}
.home .s-hero_group-position {
  position: relative;
}
.home .s-hero_group-position.position {
  position: absolute;
  left: 0px;
  top: 69vw;
  right: 0px;
}
.home .s-hero_group-position.position.top {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 69vw;
}
.home .s-hero_site {
  position: relative;
  width: 30vw;
  height: 20vw;
  margin-bottom: 3vw;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(135deg, #3b5cdf, #edefff 86%);
  background-image: linear-gradient(315deg, #3b5cdf, #edefff 86%);
  box-shadow: -23px 23px 48px 10px rgba(49, 53, 95, 0.07);
}
.home .s-hero_site.c-2 {
  background-image: -webkit-linear-gradient(135deg, #ff700f, #ffeeed 86%);
  background-image: linear-gradient(315deg, #ff700f, #ffeeed 86%);
}
.home .s-hero_site.c-3 {
  margin-bottom: 3vw;
  background-image: -webkit-linear-gradient(135deg, #eb1fb1, #ffeded 86%);
  background-image: linear-gradient(315deg, #eb1fb1, #ffeded 86%);
}
.home .s-hero_group {
  position: relative;
  height: 69vw;
}
.home .s-hero_group.position {
  position: absolute;
  left: 0px;
  top: 69vw;
  right: 0px;
}
.home .s-hero_group.position.top {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 69vw;
}
.home .text-rotate-cell {
  position: relative;
}
.home .mt-20 {
  margin-top: 20px;
}
.home ._w-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin-top: 74px;
  margin-bottom: 0px;
  border-radius: 50%;
}
.home .text-light {
  color: #fff;
}
.home .payment-form-embed {
  margin-top: 40px;
}
.home .swipe-panel {
  position: absolute;
  z-index: 50;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #040404;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.home .image-1 {
  position: absolute;
  z-index: 30;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://uploads-ssl.webflow.com/5bcfb84ad8a198b4022c6b94/5bcfd3e3ea135225b6de2997_hero-image-2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .image-2 {
  position: absolute;
  z-index: 25;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://uploads-ssl.webflow.com/5bcfb84ad8a198b4022c6b94/5bcfd3e3d8a19879262c81d1_hero-image-1.jpg");
  background-position: 78% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .image-3 {
  position: absolute;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://uploads-ssl.webflow.com/5bcfb84ad8a198b4022c6b94/5bcfd3e2ae57fd0856c878af_hero-image-3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .lead-text {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media only screen and (max-width: 550px) {
  .home .lead-text {
    text-align: center;
  }
}
.home .text-grey {
  color: #8c8f93;
}
.home .text-block {
  font-size: 20px;
  font-weight: 300;
}
.home .big-text-link {
  /*
    background: #fff;
    color: #5a366a;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 100px;
    display: block;
    border: 2px solid #5a366a;
    margin-top: 10px;
    font-size: 26px;
    box-shadow: 2px 2px 0 1px green;
    */
  font: inherit;
  background-color: #f0f0f0;
  border: 0;
  color: #5a366a;
  border-radius: 100px;
  font-size: 26px;
  padding: 5px 20px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0.0625em 0 #fff;
  box-shadow: inset 0 0.0625em 0 0 #f4f4f4, 0 0.0625em 0 0 #efefef, 0 0.125em 0 0 #ececec, 0 0.25em 0 0 #e0e0e0, 0 0.3125em 0 0 #dedede, 0 0.375em 0 0 #dcdcdc, 0 0.425em 0 0 #cacaca, 0 0.425em 0.5em 0 #cecece;
  transition: 0.15s ease;
  cursor: pointer;
}
.home .big-text-link:active, .home .big-text-link:hover {
  translate: 0 0.225em;
  box-shadow: inset 0 0.03em 0 0 #f4f4f4, 0 0.03em 0 0 #efefef, 0 0.0625em 0 0 #ececec, 0 0.125em 0 0 #e0e0e0, 0 0.125em 0 0 #dedede, 0 0.2em 0 0 #dcdcdc, 0 0.225em 0 0 #cacaca, 0 0.225em 0.375em 0 #cecece;
  cursor: pointer;
}
.home .big-link-icon {
  margin-left: 5px;
  font-family: "Fa 300", sans-serif;
}
.home .caption-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .hero-caption.text-grey {
  margin-left: 5px;
}
.home .hero-video-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .html-embed {
  width: 120px;
  height: 120px;
}
.home .image-4 {
  width: 0px;
}
.home .hero-info-card {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #040404;
}
.home .info-card-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .business-icon {
  width: 100%;
  height: auto;
}
.home .info-card-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.home .info-short-description {
  margin-bottom: 5px;
}
.home .info-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .info-number {
  font-size: 13px;
  line-height: 20px;
}
.home .info-email {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "37c80f 0 0", sans-serif;
  color: #ff2900;
  font-size: 13px;
  text-decoration: none;
}
.home .info-email:hover {
  color: #fff;
  text-decoration: underline;
}
.home .text-rotate-track {
  width: 100%;
}
.home .div-block-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1050px) {
  .home .rotating-text {
    font-size: 9vw;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home .hero-container {
    width: 90%;
    margin-top: 0px;
  }
  .home .flex-sb-c {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home .hero-text-col {
    position: relative;
    width: 90%;
  }
  .home .text-rotate-wrap {
    margin-left: 0px;
  }
  .home .text-rotate-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home .p-wrap.mt-20 {
    width: 100%;
  }
  .home ._w-icon {
    display: none;
  }
  .home .image-2 {
    background-position: 100% 50%;
  }
  .home .hero-video-column {
    display: none;
    margin-bottom: 19px;
  }
}
@media (max-width: 479px) {
  .home .hero-text-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .image-1 {
    display: block;
  }
  .home .image-2 {
    display: block;
    background-position: -183px 0px;
  }
  .home .image-3 {
    background-position: 57% 50%;
  }
  .home .big-text-link {
    margin-top: 0px;
  }
  .home .caption-wrap {
    display: none;
  }
  .home .hero-video-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .home .info-contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-height: 650px) {
  .home .hero-container {
    margin-top: 20px;
  }
}
@media (max-height: 625px) {
  .home .text-rotate-wrap {
    display: none;
  }
}
.section.about-sfc {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
  background: #5a366a;
  /* vimeo lazyload container ::before --> to maintain 16/9 ratio & black bg before JS loaded */
  /* iframe */
}
@media only screen and (max-width: 550px) {
  .section.about-sfc {
    padding: 20px 0;
  }
  .section.about-sfc .container {
    padding: 0 20px;
  }
}
.section.about-sfc .vid-closer {
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 25;
  background: #fff;
  padding: 5px 10px;
  color: #000;
  cursor: pointer;
}
.section.about-sfc .vid-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  bottom: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 500;
  padding: 200px;
}
.section.about-sfc .vid-wrap::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
  /*16:9 ratio*/
  background-color: #000;
}
.section.about-sfc .vid-wrap iframe {
  width: 90% !important;
  height: 90% !important;
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 3;
  border: 0;
  background-color: #000;
  right: 0;
  margin-left: -45%;
  bottom: 0;
}
.section.about-sfc .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
@media screen and (max-width: 1050px) {
  .section.about-sfc .play-button {
    left: unset;
    top: unset;
    right: 60px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 450px) {
  .section.about-sfc .play-button {
    right: 50%;
    bottom: 180px;
    margin-right: -30px;
    margin-left: 0;
    margin-top: 0;
  }
}
.section.about-sfc .play-button svg {
  fill: #002E5D;
  transform: scale(4);
  filter: drop-shadow(1px 1px 2px white);
  opacity: 0.8;
}
.section.about-sfc .what-we-do {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px;
  background-position: center;
  position: relative;
  border-radius: 20px;
}
.section.about-sfc .what-we-do:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.69) 53%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(rgba(0, 15, 200, 0.5), rgba(0, 15, 200, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .section.about-sfc .what-we-do {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .section.about-sfc .what-we-do {
    padding: 30px;
  }
}
.section.about-sfc .what-we-do h2.h3 {
  font-size: 40px;
  margin: -5px 0;
  line-height: 1.2;
  filter: drop-shadow(2px 4px 0px black);
}
.section.about-sfc .what-we-do.fadein {
  opacity: 1;
  bottom: -30px;
}
.section.about-sfc .what-we-do.fadein.hide {
  opacity: 0;
}
.section.about-sfc .what-we-do .wwd-text {
  color: #ffffff;
  position: relative;
  z-index: 10;
  transition: all 1s;
}
.section.about-sfc .what-we-do .wwd-text.hidden {
  transform: translateX(-10000px);
}
.section.about-sfc .what-we-do .wwd-text.visible {
  transform: translateX(0);
}
.section.about-sfc .what-we-do .wwd-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  filter: drop-shadow(2px 2px 0px black);
}
@media only screen and (max-width: 550px) {
  .section.about-sfc .what-we-do .wwd-text p {
    font-size: 16px;
  }
}
.section.about-sfc .what-we-do .wwd-text .subheadline {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .section.about-sfc .what-we-do .wwd-text .subheadline {
    /*font-size: 18px;*/
  }
}
@media only screen and (max-width: 550px) {
  .section.about-sfc .what-we-do .wwd-text .subheadline {
    /*font-size: 16px;*/
  }
}
.section.about-sfc .what-we-do .wwd-text h3 {
  font-size: 35px;
  font-weight: 700;
  max-width: 370px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .section.about-sfc .what-we-do .wwd-text h3 {
    font-size: 25px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 550px) {
  .section.about-sfc .what-we-do .wwd-text h3 {
    font-size: 20px;
    max-width: 210px;
  }
}
.section.about-sfc .what-we-do .wwd-text .white-btn {
  width: 181px;
  margin-top: 40px;
}
section.mini-gallery {
  display: flex;
  overflow: hidden;
  background: #5a366a;
}
section.mini-gallery .img-wrap {
  flex: 1;
  padding: 10px 5px;
  background: #fff;
  border-radius: 14px 14px 0 0;
  min-width: 200px;
  height: 200px;
  opacity: 1;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
  filter: blur(0);
  /* Initial state with no blur */
}
section.mini-gallery .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
}
section.benefits {
  padding: 60px 0;
  background: #f3efef;
  color: #000;
}
section.benefits .subhead {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
}
section.benefits .headline {
  font-size: 40px;
  margin: -5px 0 30px;
  line-height: 1.2;
}
section.benefits .flexer {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
@media only screen and (max-width: 715px) {
  section.benefits .flexer {
    flex-direction: column;
    gap: 20px;
  }
}
section.benefits img {
  display: block;
}
section.benefits .left .bene {
  background-image: linear-gradient(268deg, rgba(251, 251, 251, 0) 17%, #F6F6F6 82%);
  margin: 0 0 22px;
  padding: 15px;
  border-left: 2px solid #5a366a;
  font-weight: 500;
  font-size: 22px;
  color: #656565;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "Jost", sans-serif;
}
section.benefits .right {
  width: 400px;
}
@media only screen and (max-width: 715px) {
  section.benefits .right {
    width: unset;
    display: flex;
  }
}
@media only screen and (max-width: 550px) {
  section.benefits .right {
    display: none;
  }
}
section.benefits .right .port1 {
  overflow: hidden;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin: 0 0 30px auto;
}
@media only screen and (max-width: 715px) {
  section.benefits .right .port1 {
    margin: 0;
  }
}
section.benefits .right .port2 {
  overflow: hidden;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
section.benefits .right .port2 img {
  object-fit: cover;
  height: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
section.testimonials-carousel {
  padding: 0 0 40px;
  background: #f3efef;
  color: #000;
}
section.testimonials-carousel svg {
  max-width: 40px;
}
section.testimonials-carousel .cta {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
section.testimonials-carousel img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(98%) saturate(5456%) hue-rotate(358deg) brightness(67%) contrast(96%);
}
section.testimonials-carousel .quote {
  font-size: 34px;
  line-height: 1.2;
}
section.testimonials-carousel .source {
  font-size: 30px;
  letter-spacing: 0.19px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  section.testimonials-carousel .source span:last-of-type {
    font-size: 22px;
    display: block;
    margin-top: 10px;
  }
  section.testimonials-carousel .source div:last-of-type {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  section.testimonials-carousel .source {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.testimonials-carousel .source > div {
    display: inline;
  }
  section.testimonials-carousel .source span:last-of-type {
    display: inline;
  }
}
section.testimonials-carousel .testimonial-inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.testimonials-carousel .testimonial-inner {
    flex-direction: column;
    align-items: center;
  }
}
section.testimonials-carousel .testimonial-inner .left {
  width: 50px;
}
@media screen and (max-width: 768px) {
  section.testimonials-carousel .testimonial-inner .left {
    margin-bottom: 35px;
  }
}
section.testimonials-carousel .testimonial-inner .content {
  flex: 1;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.testimonials-carousel .testimonial-inner .content {
    padding: 0;
  }
}
section.testimonials-carousel .testimonial-inner .content .content-inner {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section.testimonials-carousel .testimonial-inner .content .content-inner {
    text-align: center;
  }
}
section.testimonials-carousel .testimonial-inner .right {
  width: 50px;
}
section.testimonials-carousel .testimonial-inner .right.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  section.testimonials-carousel .testimonial-inner .right {
    display: none;
  }
  section.testimonials-carousel .testimonial-inner .right.mobile {
    display: block;
    margin: 30px auto 0;
  }
}
section.cta {
  padding: 70px 0;
}
section.cta .cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  section.cta .cta-inner {
    height: auto;
    padding: 50px 0;
  }
}
section.cta .cta-inner .cta-content {
  z-index: 10;
  position: relative;
  margin-top: 40px;
  padding: 0 60px;
  transform: rotateX(90deg);
  transition: all 2s;
}
@media screen and (max-width: 550px) {
  section.cta .cta-inner .cta-content {
    padding: 0 20px;
  }
}
section.cta .cta-inner .cta-content.visible {
  transform: rotateX(0);
}
section.cta .cta-inner .cta-content .headline {
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 40px;
}
@media screen and (max-width: 550px) {
  section.cta .cta-inner .cta-content .headline {
    font-size: 32px;
  }
}
section.cta .cta-inner .cta-content .cta-wrap {
  margin: 30px auto 0;
  max-width: 245px;
}
section.cta .cta-inner .cta-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.cta .cta-inner .cta-img-wrap img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
section.cta .cta-inner .cta-img-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 5;
}
section.events {
  padding: 10px 0 50px;
}
section.events .headline {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}
section.events .cta-wrap {
  max-width: 200px;
  margin: 0 auto;
}
section.events .events-list {
  margin: 0 auto;
  max-width: 580px;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 450px) {
  section.events .events-list {
    padding: 0;
    text-align: center;
  }
}
section.events .events-list .an-event {
  display: flex;
  margin-bottom: 80px;
  gap: 80px;
}
@media screen and (max-width: 450px) {
  section.events .events-list .an-event {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
}
section.events .events-list .an-event .diamond {
  background: grey;
  width: 70px;
  height: 70px;
  transform: rotate(45deg);
}
section.events .events-list .an-event .diamond .date {
  font-size: 40px;
  transform: rotate(315deg);
  margin-left: -30px;
  margin-top: 10px;
}
@media screen and (max-width: 450px) {
  section.events .events-list .an-event add-to-calendar-button.atcb-light {
    margin: 0 auto;
    display: block;
  }
}
section.events .events-list .an-event .details .event-name {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 12px;
}
section.events .events-list .an-event .details .event-sub {
  font-family: "Jost", sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
}
section.accordions {
  background: #5a366a;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 550px) {
  section.accordions {
    padding: 50px 0;
  }
}
section.accordions .headline {
  font-size: 40px;
}
section.accordions .accordion-container {
  border-bottom: 3px solid #fff;
  margin-top: 80px;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 550px) {
  section.accordions .accordion-container {
    margin-top: 40px;
  }
}
section.accordions .accordion-container .well {
  text-align: left;
  border-top: 3px solid #fff;
  padding: 30px 0 35px;
}
section.accordions .accordion-container .well .top {
  font-size: 35px;
  padding: 0 60px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.accordions .accordion-container .well .top {
    font-size: 28px;
  }
}
section.accordions .accordion-container .well .top .left {
  padding: 0 20px 0 0;
  line-height: 1;
}
section.accordions .accordion-container .well .top .right {
  position: relative;
  height: 40px;
  width: 40px;
}
section.accordions .accordion-container .well .top .right .one {
  width: 3px;
  background: #fff;
  border-radius: 8px;
  height: 40px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  transform: rotate(90deg);
}
section.accordions .accordion-container .well .top .right .two {
  width: 3px;
  background: #fff;
  border-radius: 8px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  transition: all 1s;
}
section.accordions .accordion-container .well .bottom {
  overflow: hidden;
  height: 0;
  transition: all 1s;
}
section.accordions .accordion-container .well.open .top .right .two {
  background: #FFB020;
  transform: rotate(90deg);
}
section.accordions .accordion-container .well.open .bottom {
  height: auto;
}
section.accordions .accordion-container .bottom-inner {
  color: #7BA4D8;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  padding-left: 20px;
}
section.accordions .accordion-container .bottom-inner h2 {
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 400;
}
section.accordions .accordion-container .bottom-inner h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}
section.accordions .accordion-container .bottom-inner h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
section.accordions .accordion-container .bottom-inner ul {
  font-size: 18px;
  padding-left: 20px;
}
section.accordions .accordion-container .bottom-inner ul li {
  padding-left: 10px;
  margin-bottom: 5px;
}
section.accordions .accordion-container .bottom-inner a {
  color: #fff;
}
.mobile-menu-wrap {
  position: fixed;
  top: 77px;
  background: #000;
  border: 10px solid #fff;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: left;
  transform: perspective(200px) rotateY(90deg);
}
@media screen and (min-width: 551px) {
  .mobile-menu-wrap {
    top: 87px;
    border-top: 3px solid #fff;
  }
}
.mobile-menu-wrap.open {
  animation: swing 0.25s cubic-bezier(0.75, 0.4, 1, 1) forwards 0.25s;
}
.mobile-menu-wrap .mobile-menu-inner {
  max-height: calc(100vh - 100px);
  overflow: scroll;
}
.mobile-menu-wrap .socials {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media screen and (max-height: 600px) {
  .mobile-menu-wrap .socials {
    display: none;
  }
}
.mobile-menu-wrap .socials a {
  display: block;
}
.mobile-menu-wrap .socials svg {
  fill: #fff;
  transform: scale(1.25);
  background: #5a366a;
  overflow: hidden;
  border-radius: 8px;
}
.mobile-menu-wrap ul#menu-mobile {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
.mobile-menu-wrap ul#menu-mobile a {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
@keyframes swing {
  to {
    transform: perspective(200px) rotateX(0deg);
  }
}
footer.footer {
  padding: 40px 0 20px;
  white-space: nowrap;
}
footer.footer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
footer.footer .header {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer.footer .flexer {
  display: flex;
  border-top: 1px solid #fff;
  padding-top: 30px;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer.footer .flexer {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .flexer {
    flex-wrap: wrap;
  }
  footer.footer .flexer .footer-part {
    width: calc(50% - 10px);
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  footer.footer .flexer .footer-part {
    width: 100%;
  }
}
footer.footer .flexer .logo {
  width: 150px;
}
@media screen and (max-width: 768px) {
  footer.footer .flexer .logo {
    width: 100%;
    text-align: center;
  }
  footer.footer .flexer .logo img {
    max-width: 100px;
  }
}
footer.footer .legals {
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
section.inner-hero {
  height: 250px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
section.inner-hero .container {
  display: flex;
  align-items: self-end;
  height: 250px;
  z-index: 20;
}
section.inner-hero .h1 {
  margin: 0;
  font-size: 60px;
  line-height: 1.1;
}
section.inner-hero .img-wrap {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
section.inner-hero .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
section.inner-hero .img-wrap:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
}
section.intro {
  padding-top: 15px;
  padding-bottom: 45px;
}
section.intro form#gform_1 {
  border: 3px solid #fff;
  border-radius: 8px;
  padding: 40px 30px 20px;
}
section.intro form#gform_1 .intro {
  font-size: 30px;
}
section.intro .open-enrollment {
  font-size: 40px;
  line-height: 1.1;
}
section.intro p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
}
section.intro .cta {
  font-size: 25px;
  color: #B026FF;
}
section.intro .cta a {
  font-size: 25px;
  color: #B026FF;
}
section.adults {
  background-color: white;
  color: black;
  padding: 65px 0;
}
section.adults a {
  color: #5a366a;
}
section.adults .container {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 760px) {
  section.adults .container {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
  }
}
section.adults .container .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  max-width: 755px;
}
section.adults .container .content .headline {
  font-size: 40px;
  line-height: 1.1;
}
section.adults .container .media {
  height: 600px;
  width: 600px;
  border-radius: 500px;
  overflow: hidden;
  min-width: 600px;
}
@media screen and (max-width: 1200px) {
  section.adults .container .media {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media screen and (max-width: 550px) {
  section.adults .container .media {
    height: 280px;
    width: 280px;
    min-width: 280px;
  }
}
section.adults .container .media img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
section.adults.rockstars {
  padding: 65px 0 10px;
}
section.adults.rockstars .container {
  flex-direction: row-reverse;
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
}
@media screen and (max-width: 760px) {
  section.adults.rockstars .container {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
  }
}
section.adults.rockstars .media {
  height: 460px;
  width: 460px;
  border-radius: 500px;
  overflow: hidden;
  min-width: 460px;
}
@media screen and (max-width: 1200px) {
  section.adults.rockstars .media {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media screen and (max-width: 550px) {
  section.adults.rockstars .media {
    height: 280px;
    width: 280px;
    min-width: 280px;
  }
}
section.studio {
  padding: 40px 0 80px;
}
section.studio .headline {
  font-size: 40px;
  margin-bottom: 20px;
}
section.schedule {
  padding: 60px 0;
}
section.schedule .headline {
  font-size: 40px;
  margin-bottom: 20px;
}
section.schedule .container {
  max-width: 768px;
}
section.schedule .schedule-wrap .day-wrap {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  margin-top: 20px;
}
section.schedule .schedule-wrap .time-wrap {
  font-size: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  section.schedule .schedule-wrap .time-wrap {
    display: block;
  }
}
section.schedule .schedule-wrap .class {
  font-family: "Jost", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 700px) {
  section.schedule .schedule-wrap .class {
    margin-bottom: 20px;
  }
}
section.schedule .schedule-wrap .time {
  min-width: 180px;
}
@media screen and (max-width: 700px) {
  section.schedule .schedule-wrap .time {
    font-size: 18px;
  }
}
section.schedule .schedule-wrap .time:after {
  content: ":";
  margin: 0 5px;
}
.page-template-template-about .headline {
  font-size: 40px;
  line-height: 1.1;
}
.page-template-template-about p {
  font-family: "Jost", sans-serif;
}
.page-template-template-about section.story {
  padding: 40px 0;
}
.page-template-template-about section.img-sep {
  border-top: 1px solid #fff;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
.page-template-template-about section.img-sep .container {
  padding: 0;
}
.page-template-template-about section.resume {
  padding: 40px 0;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 991px) {
  .page-template-template-about section.resume {
    padding: 40px 0;
  }
}
.page-template-template-about section.resume .logos {
  margin-top: 20px;
  display: flex;
  gap: 0 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-template-template-about section.resume .logos .logo {
  width: calc(20% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .page-template-template-about section.resume .logos .logo {
    width: calc(33.3% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-about section.resume .logos .logo {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .page-template-template-about section.resume .logos .logo {
    width: calc(100% - 20px);
    max-height: 130px;
  }
}
.page-template-template-about section.resume .logos .logo img.black {
  width: 100%;
  filter: grayscale(1);
}
.page-template-template-about section.staff {
  padding: 40px 0;
}
.page-template-template-about section.staff .staff-wrap {
  margin-top: 30px;
}
.page-template-template-about section.staff .staffer-flexer {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}
.page-template-template-about section.staff .staffer-flexer:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-template-template-about section.staff .staffer-flexer {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.page-template-template-about section.staff .staffer-flexer .headshot {
  width: 200px;
  background: #fff;
}
.page-template-template-about section.staff .staffer-flexer .headshot img {
  display: block;
}
.page-template-template-about section.staff .staffer-flexer .bio {
  flex: 1;
}
.viewer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 400;
  padding: 40px 20px;
  background: #000;
  height: 100vh;
  overflow: scroll;
}
.viewer .v-inner {
  padding-bottom: 50px;
}
.viewer button.lightbox-close {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 23px;
  position: fixed;
  top: 50px;
  left: 30px;
  display: flex;
  align-items: center;
  line-height: 20px;
  height: 38px;
  cursor: pointer;
}
.viewer img {
  max-height: 85vh;
  margin: 10px auto;
  display: block;
}
section.galleries .gals-wrap {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
section.galleries .gals-wrap gallery {
  width: calc(33.3% - 20px);
  padding: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  section.galleries .gals-wrap gallery {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 550px) {
  section.galleries .gals-wrap gallery {
    width: 100%;
  }
}
section.galleries .gals-wrap gallery .gallery-inner {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  color: #000;
  height: 100%;
}
section.galleries .gals-wrap gallery .gallery-inner .primary-wrap {
  height: 300px;
}
section.galleries .gals-wrap gallery .gallery-inner .primary-wrap img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  display: block;
}
section.galleries .gals-wrap gallery .gallery-inner .gal-details {
  padding: 10px 20px;
}
section.galleries .gals-wrap gallery .gallery-inner .gal-details .gal-title {
  font-size: 24px;
}
section.galleries .gals-wrap gallery .gallery-inner .gal-details .view {
  cursor: pointer;
  text-align: center;
  margin: 20px auto 10px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  border: 1px solid;
  border-radius: 3px;
  padding: 5px;
}
