:root {
  --lightorange: #ff723e;
  --darkorange: #e65f2b;
  --bnb-blue: #67bdc7;
  --white: white;
  --bnb-darker-blue: #2fa3b1;
  --bnb-orange: #ea5d2d;
  --blue-title: #4db6ba;
  --color: #747669;
  --black: black;
  --color-2: #73a9b3;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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: #1a1b1f;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  background-color: var(--lightorange);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--lightorange);
  filter: brightness(115%);
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--darkorange);
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: var(--lightorange);
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 22px;
}

.paragraph-small.lessbottommargin {
  margin-bottom: 0;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  padding: 25px 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../portfolio-2---wide.html');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 3.5fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../portfolio-1---wide.html');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../portfolio-2---wide.html');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../portfolio-3---wide.html');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('../svg/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('../svg/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.form {
  margin-left: 0;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 17px;
  margin-bottom: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-2 {
  margin-left: 20%;
  margin-right: 20%;
}

.spark-regular-form {
  width: 60%;
  min-width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2.spark-dark-hero-background-image {
  color: #fff;
  background-color: #4e4e4e;
  background-image: linear-gradient(76deg, #1b242a 19%, rgba(1, 20, 34, .88) 100%, rgba(0, 0, 0, 0)), url('../untitled-design.html');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
  padding-top: 120px;
}

.spark-section-2.spark-primary-color-background {
  color: var(--bnb-blue);
  background-color: #fafafa;
  padding-top: 100px;
  font-family: Lato, sans-serif;
}

.spark-form-success-2 {
  text-align: center;
  background-color: #f0ecfd;
  border-radius: 8px;
  padding: 24px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph.largersubtext {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.image-5 {
  text-align: left;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.spark-input-2 {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 26px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input-2:focus {
  border-color: #5532fa;
}

.spark-input-2::placeholder {
  color: rgba(0, 0, 0, .56);
}

.spark-max-width-730 {
  flex: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.text-span {
  color: #61fffa;
}

.spark-button-2 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-2.spark-full-width {
  text-align: center;
  background-color: #cf4b18;
  border-color: #cf4b18;
  width: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spark-button-2.spark-full-width {
  text-align: center;
  background-color: #f15c22;
  border-style: none;
  border-color: #ff7234;
  width: 100%;
  margin-top: 0;
}

.spark-button-2.spark-full-width:hover {
  background-color: #ff7234;
}

.spark-button-2.spark-full-width.spacer {
  background-color: #f15c22;
  border-style: none;
  border-radius: 16px;
  width: 14vw;
  display: block;
}

.spark-button-2.spark-full-width.spacer:hover {
  color: var(--white);
  background-color: #ff7234;
}

.spark-button-2.spark-full-width.spacer.hidden {
  display: none;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  font-family: Lato, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 65px;
}

.heading.custom {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 60px;
}

.heading.custom._2 {
  font-size: 3rem;
  line-height: 40px;
}

.hidden {
  display: none;
}

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

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

.uui-button:hover {
  border-color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100\<deleted\|variable-35a3c723\>);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

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

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

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

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
}

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

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.show-tablet {
  display: none;
}

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

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

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

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

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

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

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
}

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

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

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

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
}

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

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

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

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
  background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

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

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

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

.uui-navbar07_menu-left {
  width: 100%;
}

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

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

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

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

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

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

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: 180px;
  display: flex;
}

.uui-navbar07_logo-link {
  width: 250px;
  padding-left: 0;
}

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

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

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: -16%;
  right: auto;
}

.uui-heroheader01_image {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

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

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

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

.uui-text-size-xlarge.text-color-gray200 {
  color: var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-heading-xlarge.text-color-white {
  color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
}

.uui-heroheader01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

.uui-footer04_legal-link {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link {
  color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heroheader07_light-overlay {
  mix-blend-mode: screen;
  width: 80rem;
  min-width: 80rem;
  height: auto;
  position: absolute;
  bottom: -64%;
  right: -20%;
}

.uui-heroheader07_card-image-02 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 2rem;
  width: 31rem;
  position: absolute;
  transform: translate(-10%, 30%)rotate(30deg);
  box-shadow: 0 1px 24px 12px rgba(0, 0, 0, .05);
}

.uui-heroheader07_card-image-01 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 2rem;
  width: 31rem;
  position: absolute;
  transform: translate(20%, -20%)rotate(60deg);
  box-shadow: 0 1px 24px 12px rgba(0, 0, 0, .05);
}

.uui-heroheader07_image-wrapper {
  background-image: linear-gradient(229deg, var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>), var(--untitled-ui-gray800\<deleted\|variable-0a1a9f61\>));
  justify-content: center;
  align-items: center;
  height: 40rem;
  display: flex;
  position: relative;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-subheading.uui-text-color-gray200, .uui-text-color-gray200 {
  color: var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
}

.uui-heroheader07_content.z-index-1 {
  color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.uui-heroheader07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader07 {
  background-color: var(--untitled-ui-gray800\<deleted\|variable-0a1a9f61\>);
  overflow: hidden;
}

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

.uui-button-link:hover {
  color: var(--untitled-ui-primary800\<deleted\|variable-ddf4f85f\>);
}

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

.uui-text-size-medium.text-color-primary700 {
  color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui-primary50\<deleted\|variable-a4451441\>);
  background-color: var(--untitled-ui-primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-layout33_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout02_image {
  width: 100%;
}

.uui-layout02_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

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

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui-primary50\<deleted\|variable-a4451441\>);
  color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-layout02_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-pricing06_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing06_feature {
  display: flex;
}

.uui-pricing06_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-pricing06_divider {
  background-color: var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing06_price-text {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-pricing06_price {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-space-tiny {
  width: 100%;
  min-height: .25rem;
}

.uui-pricing06_plan {
  border: 1px solid var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-pricing06_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-pricing06_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link {
  color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
}

.uui-team09_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1rem;
  display: grid;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team09_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.uui-team09_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-team09_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team09_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-team09_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.uui-team09_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.image-6 {
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 51px;
  display: flex;
  position: static;
}

.video {
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.error {
  color: #ff4747;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(252, 180, 180, .19);
  border: 1px #000;
  border-radius: 7px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.body {
  background-color: #151936;
}

.spark-input {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding: 10px 16px 8px;
  font-size: 1rem;
}

.spark-input:active {
  border-color: #000;
}

.spark-input:focus {
  border-color: #00adba;
}

.spark-input::placeholder {
  color: rgba(0, 0, 0, .56);
}

.spark-input.ccbox {
  color: #4e4e4e;
  border-radius: 0;
  height: 40px;
  padding: 6px 12px;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, .12);
}

.spark-input.ccbox.bottommargin {
  margin-bottom: 19px;
}

.spark-input.ccbox.bottommargin.allcorners {
  border-radius: 8px;
  font-size: 14px;
}

.spark-input.ccbox.bottommargin.allcorners.errorbox {
  border-color: rgba(241, 49, 49, .66);
}

.div-block-5 {
  width: 650px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  text-decoration: underline;
}

.text-block-8 {
  text-align: center;
  width: 90%;
  margin-bottom: 32px;
}

.italic-text {
  color: #00adba;
  text-decoration: underline;
}

.field-label {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.field-label.error {
  color: red;
  margin-top: 10px;
  margin-bottom: -10px;
  padding-left: 0;
}

.field-label.error.newmargin {
  margin-top: -10px;
  margin-bottom: 10px;
}

.link-3 {
  color: #00adba;
  display: inline;
}

.text-block-5 {
  color: #cac9c9;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-5.active {
  color: #00adba;
  font-weight: 700;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-3 {
  width: 9px;
  margin-top: 4px;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  text-decoration: underline;
}

.text-block-6.inactive {
  font-weight: 400;
  text-decoration: underline;
}

.text-block-3 {
  text-align: center;
  width: 60%;
  margin-top: 0;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
}

.checkbox-label {
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .7rem;
  font-weight: 300;
}

.text-block {
  color: #11cddb;
  text-align: center;
  margin-bottom: 22px;
  font-size: 10px;
}

.spark-centered-logo {
  width: 300px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spark-form-heading {
  color: #f15c22;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7em;
  display: flex;
}

.spark-form-heading.accordian {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.spark-form-heading.accordian.left-aligned {
  text-align: center;
}

.spark-checkbox-parent {
  margin-bottom: 15px;
  padding-left: 28px;
  font-size: .875rem;
}

.italic-text-2 {
  color: #000;
  text-decoration: underline;
}

.spark-checkbox {
  border: 1px solid #abb4b4;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -28px;
}

.spark-checkbox.w--redirected-checked {
  background-color: #5532fa;
  background-image: url('../check.html');
  background-size: auto;
  border-color: #5532fa;
  width: 16px;
  height: 16px;
}

.spark-centered-form {
  background-color: #fff;
  border-radius: 12px;
  width: 388px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.spark-centered-form.spark-simple-shadow-small {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 650px;
  padding: 24px;
  box-shadow: -6px 6px 20px rgba(0, 0, 0, .2);
}

.spark-centered-form.spark-simple-shadow-small.nostyles {
  box-shadow: none;
  width: auto;
  padding: 0;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  margin-bottom: 0;
  margin-left: 80px;
  margin-right: 80px;
  padding-left: 0;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  margin-bottom: 7px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 19px;
}

.link {
  color: #000;
  text-align: left;
  padding-top: 3px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: block;
}

.text-block-12 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-2 {
  text-align: center;
  object-fit: fill;
  width: 100%;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  display: block;
}

.text-block-2.payment-page {
  text-align: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

.grid-5 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  height: 22px;
  margin-top: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.div-block-9 {
  margin-bottom: 20px;
  padding-left: 3px;
  padding-right: 5px;
}

.bold-text-2 {
  color: #000;
  font-weight: 400;
}

.ms-input-outer {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.div-block-10 {
  width: 650px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.ms-radio-wrap {
  padding-top: 8px;
  position: relative;
}

.ms-radio-wrap.card {
  padding-top: 0;
  padding-left: 0;
}

.checkout-container {
  background-color: #fff;
  border-radius: 12px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  box-shadow: -6px 6px 20px rgba(0, 0, 0, .2);
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-hide {
  display: none;
}

.ms-radio-group {
  margin-bottom: 15px;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 14px;
}

.ms-svg {
  z-index: 3;
  color: rgba(18, 19, 49, .25);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ms-radio-card {
  color: #000;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 6px;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 16px 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.icon-left {
  border-color: rgba(5, 5, 5, .16);
  border-radius: 8px;
  height: 48px;
  padding-left: 40px;
}

.ms-input.icon-left:hover, .ms-input.icon-left:focus {
  border-color: #00adba;
}

.ms-input.middle {
  border-left-style: none;
  border-radius: 0 0 5px;
  margin-bottom: 0;
}

.ms-input.middle.left {
  border-left-style: solid;
  border-radius: 0 0 0 5px;
  width: 100%;
}

.ms-input.middle.left:focus {
  border-color: #00adba;
}

.ms-input.middle.left.custom {
  border-bottom-left-radius: 0;
  min-height: 40px;
}

.ms-input.middle.right {
  color: rgba(0, 0, 0, .56);
  width: 100%;
}

.ms-input.middle.right.custom {
  border-style: solid;
  border-bottom-right-radius: 0;
  flex: 0 auto;
  min-height: 40px;
}

.ms-input.top {
  color: #000;
  white-space: normal;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
  margin-bottom: -1px;
}

.ms-input.top:focus {
  border-color: #00adba;
}

.ms-input.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ms-input.bottom.custom {
  border-top-style: none;
}

.text-block-10 {
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-10.total-price {
  font-size: 1rem;
  font-weight: 400;
}

.ms-help-text {
  opacity: .8;
  margin-top: -18px;
  margin-bottom: 15px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 90%;
  font-weight: 300;
  display: block;
}

.text-block-13 {
  text-align: center;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
}

.column {
  min-height: 100%;
  padding-left: 0;
  padding-right: 20px;
}

.ms-help-text-2 {
  opacity: .8;
  color: rgba(0, 0, 0, .38);
  margin-top: -18px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-radio-card-2 {
  color: rgba(0, 0, 0, .5);
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 6px;
  width: 100%;
  height: 48px;
  padding: 12px 16px 10px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  box-shadow: 0 5px 10px -7px rgba(0, 0, 0, .1);
}

.ms-radio-card-2:active {
  color: #fff;
  background-color: rgba(0, 173, 186, .84);
  border-style: none;
  font-weight: 700;
}

.ms-radio-card-2:focus {
  color: #fff;
  background-color: rgba(0, 173, 186, .84);
}

.darktext {
  color: #000;
}

.text-block-11 {
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.ms-input-middle-row {
  width: 100%;
  display: flex;
}

.select-field {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.select-field:active {
  border: 1px solid var(--bnb-darker-blue);
}

.select-field:focus {
  border: 1px solid var(--bnb-blue);
}

.bold-text {
  font-size: 1rem;
  font-weight: 400;
}

.div-block-8 {
  padding-left: 6px;
}

.columns {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.columns.checkout-page {
  margin-left: 10px;
  margin-right: 10px;
}

.column-2 {
  min-height: 100%;
  padding-left: 10px;
  padding-right: 0;
}

.container-3 {
  margin-bottom: 20px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.div-block-12 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  margin-bottom: 7px;
  display: block;
}

.ms-card-text-right {
  float: right;
  background-color: rgba(248, 104, 8, 0);
  border-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
}

.active {
  color: #00adba;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  color: #00adba;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.link-5 {
  display: inline;
}

.div-block-14 {
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 15px 15px 7px;
}

.paragraph {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.text-span-2 {
  text-transform: none;
  padding-right: 0;
  font-size: 100%;
  line-height: 20px;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 300;
}

.text-block-14 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.text-block-14.light {
  text-transform: none;
  margin-bottom: 0;
  font-size: 75%;
  font-weight: 300;
  line-height: 16px;
}

.text-block-14.light.ending {
  margin-bottom: 10px;
}

.text-block-14.floatright {
  float: right;
}

.text-block-14.caps {
  color: var(--bnb-orange);
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-14.caps.bottom-space {
  margin-bottom: 0;
}

.radio-button-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, .23);
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 3px 7px;
  display: block;
  position: relative;
}

.radio-button-field:hover {
  background-color: rgba(0, 0, 0, 0);
}

.radio-button-label {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, .25);
  border-radius: 6px;
  padding: 8px;
  position: relative;
}

.radio {
  object-fit: fill;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio:hover {
  border-color: var(--bnb-blue);
  background-color: rgba(0, 0, 0, 0);
}

.radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--bnb-darker-blue);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(47, 163, 177, .22);
}

.heading-2 {
  text-align: center;
  font-size: 20px;
}

.text-block-15 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 75%;
  font-weight: 300;
  line-height: 20px;
}

.text-block-15.appt-line {
  font-weight: 400;
}

.text-block-16, .text-block-17 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 75%;
  font-weight: 400;
  line-height: 22px;
}

.text-block-17.ending {
  margin-bottom: 10px;
}

.link-6 {
  color: var(--bnb-darker-blue);
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.link-6:hover {
  color: #00b5ca;
}

.div-block-15 {
  text-transform: uppercase;
  white-space: normal;
  border: 1px rgba(0, 0, 0, .25);
  border-radius: 6px;
  width: 50%;
  margin: 5px auto 25px;
  padding: 4px 11px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

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

.youtube {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3, .text-span-4, .text-span-5 {
  font-weight: 300;
}

.text-block-18 {
  letter-spacing: 1px;
  padding-top: 3px;
  font-family: Lato, sans-serif;
  font-size: 75%;
  font-weight: 400;
  line-height: 16px;
}

.modal-wrapper {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    background-color: #c9c9c9b8;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.youtube-2 {
  clear: right;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 0%;
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.video-2 {
  width: 60%;
}

.div-block-18 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  align-self: auto;
  width: 100%;
  min-width: auto;
  max-width: 800px;
  margin: auto;
  padding: 10px 40px 40px;
  display: block;
}

.image-7 {
  float: right;
  cursor: pointer;
  width: 30px;
  margin-right: -35px;
  padding-bottom: 10px;
  position: relative;
}

.link-7 {
  color: var(--bnb-darker-blue);
  letter-spacing: 0;
  font-style: italic;
  display: inline;
}

.link-7:hover {
  color: #02727f;
}

.text-block-21 {
  text-decoration: none;
}

.text-span-6 {
  margin-top: 20px;
  font-size: 25px;
  line-height: 2rem;
  display: block;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logoimage {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-19 {
  margin-top: 40px;
}

.largeheading {
  color: #fa6036;
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-stroke-color: #fa6036;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .29);
  mix-blend-mode: normal;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 65px;
  font-weight: 900;
}

.image-9 {
  width: 100%;
}

.div-block-20 {
  background-color: #393c7f;
  min-height: 300px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 30px;
  display: flex;
}

.paragraph-2, .heading-4 {
  text-align: center;
}

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

.image-10 {
  float: left;
  clear: none;
  border-radius: 50%;
  flex: none;
  max-width: 150px;
}

.div-block-22 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.instructortext {
  text-align: center;
  flex: 1 0 25%;
  order: 0;
  align-self: center;
  width: auto;
  padding: 0 39px;
}

.body-2 {
  padding-bottom: 100px;
}

.div-block-23 {
  align-self: auto;
  display: flex;
}

.instructorbio {
  align-self: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}

.midsizecap {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.image-11 {
  opacity: .17;
  width: 100%;
  padding-top: 0;
}

.button-2 {
  text-align: left;
  border-radius: 0;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 39px;
  font-size: 20px;
}

.div-block-24 {
  min-height: 500px;
}

.text-block-23 {
  text-align: center;
  font-weight: 700;
}

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

.link-8 {
  text-decoration: underline;
}

.image-12 {
  width: 50%;
}

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

.paragraph-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 55vh;
  display: flex;
}

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

.text-span-7 {
  font-size: 48px;
}

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

.heading-6 {
  color: #4db6ba;
  text-align: center;
  -webkit-text-stroke-color: #73a9b3;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
}

.section-6 {
  text-align: center;
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 6%;
}

.text-block-25 {
  color: #7b7c7f;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 200%;
}

.video-3 {
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.section-7 {
  object-fit: fill;
  display: block;
}

.image-13 {
  background-color: #fff;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -5px;
}

.image-14 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
}

.video-4 {
  object-fit: contain;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0%;
  padding-top: 0%;
  display: flex;
}

.image-15 {
  object-fit: contain;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  object-fit: fill;
  background-color: #000;
  flex: 0 auto;
  display: block;
}

.background-video-2 {
  opacity: .81;
  width: 100%;
  height: 90vh;
  position: absolute;
}

.image-16 {
  z-index: 99;
  object-fit: contain;
  flex: 0 auto;
  order: -1;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-17 {
  height: 150px;
}

.body-3 {
  background-color: #000;
}

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

.section-10 {
  background-color: #fff;
}

.section-11 {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 7%;
}

.section-12 {
  background-color: #fff;
  height: 100px;
}

.div-block-25 {
  flex-direction: row;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 7%;
  display: block;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  padding: 26px;
  font-size: 18px;
  font-style: italic;
  line-height: 32px;
  display: flex;
}

.paragraph-5.custom {
  font-size: 22px;
}

.div-block-26 {
  text-align: center;
  width: 35%;
  padding: 0;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: 6%;
}

.button-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -25px;
}

.div-block-27 {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-13 {
  height: 90vh;
  display: flex;
}

.section-14 {
  height: 90vh;
}

.background-video-3 {
  width: 100%;
  height: 90vh;
  position: absolute;
}

.background-video-3.bottom {
  opacity: .5;
}

.background-video-4 {
  opacity: 1;
  width: 100%;
  height: 65vh;
  position: absolute;
}

.section-15 {
  height: 65vh;
  position: relative;
}

.div-block-28 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  font-size: 80px;
}

.section-16 {
  height: 90vh;
  position: relative;
}

.background-video-5 {
  opacity: 1;
  width: 100%;
  height: 90vh;
  position: absolute;
}

.div-block-29 {
  width: 36%;
  position: absolute;
  top: 39%;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.section-17 {
  background-color: #fff;
  padding-top: 7%;
  padding-bottom: 7%;
}

.heading-7 {
  color: var(--blue-title);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  border-bottom: 1px #000;
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  color: var(--blue-title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #4db6ba;
  cursor: pointer;
  border: 1px #000;
  border-top: 1px solid #d8d8d8;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_accordion {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom: 0px none var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 3%;
  padding-bottom: 5%;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding: 1rem 0% 0;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
}

.div-block-30 {
  text-align: center;
}

.paragraph-7 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75));
  padding: 27px 27px 40px;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-7.paragraphs {
  font-family: Avenir;
}

.section-18 {
  background-color: #ea9169;
  padding-bottom: 60px;
}

.div-block-31 {
  border: 5px solid var(--white);
  border-radius: 0;
  justify-content: space-around;
  margin-left: 25px;
  margin-right: 25px;
  padding: 40px 26px 26px;
  display: flex;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.text-span-8 {
  color: #fff;
  background-color: #ea9169;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 35px;
  position: relative;
  bottom: -30px;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 65px;
}

.section-19 {
  background-color: #fff;
  justify-content: center;
  padding-top: 7%;
  padding-bottom: 7%;
  display: flex;
}

.div-block-32, .div-block-33 {
  background-color: rgba(0, 0, 0, 0);
  width: 30%;
}

.heading-9 {
  color: #747669;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 36px;
}

.text-block-27 {
  color: #747669;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
}

.div-block-34 {
  opacity: .48;
  color: #73a9b3;
  background-color: gray;
  width: 2px;
  margin-top: 60px;
}

.section-20 {
  background-color: #ea9169;
  background-image: url('../top.curve.orange.new.html');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 5%;
  padding-bottom: 0%;
}

.heading-10 {
  color: var(--white);
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
}

.paragraph-8 {
  color: var(--white);
  text-align: center;
  width: 50%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  padding-top: 0;
  padding-left: 20px;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 20px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5rem;
}

.rl_gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 1rem;
}

.rl_gallery21_mask {
  width: 30%;
  height: 320px;
  overflow: visible;
}

.rl_gallery21_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl-padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 1rem;
}

.rl-container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.rl_section_gallery21 {
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  height: auto;
  overflow: hidden;
}

.section-21 {
  background-color: var(--white);
  padding: 5% 7% 7%;
}

.section-22 {
  background-color: #fff;
  padding-bottom: 40px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  background-color: #62bfc4;
  background-image: url('../curve.top.blue.2.html');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.div-block-35 {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-36 {
  width: 55%;
}

.heading-12 {
  color: #747669;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-9 {
  color: #747669;
  text-align: center;
  padding-left: 10px;
  line-height: 32px;
}

.image-18 {
  margin-right: 20px;
}

.div-block-37, .div-block-38 {
  align-self: center;
}

.text-block-28 {
  text-align: center;
  padding-bottom: 5px;
  font-size: 25px;
}

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

.section-23 {
  background-color: #fff;
  padding-top: 3%;
  padding-bottom: 15px;
}

.section-24 {
  background-color: #0b3c42;
  padding: 5% 35px 3%;
  position: relative;
}

.div-block-39 {
  z-index: 99;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 3%;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.text-block-30 {
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.text-block-31 {
  z-index: 99;
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.text-block-32 {
  z-index: 99;
  color: var(--white);
  text-align: center;
  position: relative;
}

.text-block-32.second {
  margin-top: 60px;
  font-size: 18px;
}

.text-block-33 {
  z-index: 99;
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.paragraph-10 {
  z-index: 99;
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  width: 600px;
  margin: 20px auto 0;
  padding: 0 19px;
  font-size: 15px;
  position: relative;
}

.image-19 {
  width: 100%;
}

.button1 {
  background-color: #ff834b;
  padding: 10px 29px;
  font-size: 20px;
}

.button1:hover {
  color: var(--white);
  background-color: #ff7233;
}

.button1.negtopmargin {
  position: relative;
  top: -35px;
}

.button1.special {
  color: #0b1d31;
  background-color: #fff;
}

.text-span-9, .text-span-10 {
  color: #747669;
}

.text-span-11 {
  color: var(--blue-title);
}

.miniheading {
  color: #fff;
  margin-bottom: 15px;
  font-size: 30px;
  font-style: italic;
}

.link-9, .link-10, .link-11 {
  display: inline;
}

.section-25 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-20 {
  width: 250px;
}

.section-26 {
  background-color: var(--white);
  padding-bottom: 30px;
}

.text-block-34 {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
  text-align: center;
  font-size: 14px;
}

.link-12 {
  text-decoration: none;
  display: inline;
}

.link-13 {
  display: inline;
}

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

.bold-text-5 {
  font-family: Lato, sans-serif;
}

.footer-links {
  color: var(--bnb-orange);
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: inline;
}

.footer-links:hover {
  color: var(--bnb-orange);
}

.background-video-6 {
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span-12 {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 10px;
  padding: 8px 12px 5px;
  display: inline-block;
}

.text-block-36 {
  color: #fff;
  padding-top: 10px;
}

.link-14 {
  color: #fff;
}

.link-14:hover {
  color: var(--untitled-ui-gray300\<deleted\|variable-51e0117e\>);
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-13.smaller {
  padding-top: 10px;
  font-size: 40px;
}

.paragraph-11 {
  text-align: center;
  margin-bottom: 40px;
}

.video-5 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  justify-content: space-between;
  display: flex;
}

.div-block-42 {
  flex: 0 auto;
}

._3columnimage {
  display: inline-block;
}

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

.columns-2 {
  text-align: center;
}

.heading-14 {
  text-align: center;
  margin-bottom: 0;
}

.text-block-37 {
  text-align: center;
  font-size: 22px;
  font-style: italic;
}

.paragraph-12 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
}

.text-span-14 {
  color: #ff7e3d;
  font-size: 1.5rem;
  line-height: .5rem;
}

.text-span-15 {
  color: #fff;
}

.timecontainer {
  color: #747474;
  align-self: center;
  min-width: 180px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.maininfo {
  color: #747474;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.maininfo.noclass {
  text-align: center;
}

.button-4 {
  align-self: center;
}

.instructorimagesmall {
  border-radius: 0%;
  align-self: center;
  margin-right: 25px;
}

.classresult {
  border: 1px solid #eee;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 25px 30px;
  position: relative;
}

.classresult:hover {
  background-color: #fff;
}

.classresult.noclasses {
  text-align: left;
  border-width: 0;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.buttoncontainer {
  text-align: right;
  align-self: center;
  width: 140px;
}

.buttoncontainer.center {
  text-align: center;
  width: 100%;
}

.classnamemain {
  color: var(--bnb-orange);
  letter-spacing: 0;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.orangebuttonrounded {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fa6036;
  border-radius: 13px;
  width: 140px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.orangebuttonrounded:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #f67a58;
}

.orangebuttonrounded.fullwidth {
  flex: 1;
  width: auto;
}

.maintime {
  color: #585858;
  width: 90px;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.list {
  text-align: left;
  margin-bottom: 40px;
}

.timesmall {
  color: #7c7c7c;
  font-size: 14px;
}

.imagesection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: linear-gradient(rgba(245, 245, 245, .62), rgba(245, 245, 245, .62)), url('../dscf8238_1.html');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.section-28 {
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../classes-bg1.html');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: rgba(255, 255, 255, .59);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-22 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu {
  text-align: right;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 60px;
  display: block;
}

.container-8 {
  justify-content: flex-start;
  display: flex;
}

.body-4 {
  margin-top: 0;
  padding-top: 0;
}

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

.heading-15 {
  color: var(--bnb-orange);
  letter-spacing: 10px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 85px;
  font-weight: 700;
}

.button-6 {
  background-color: var(--bnb-orange);
  border-radius: 20px;
  width: 190px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.section-29 {
  background-color: #fff;
  padding-bottom: 40px;
}

.slider {
  background-color: #fff;
  padding-bottom: 0;
}

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

.uui-heading-tiny-2 {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial01_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.uui-testimonial01_client-image-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-2.text-weight-medium {
  padding-bottom: 20px;
  padding-left: 0%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.uui-testimonial01_logo {
  max-height: 3rem;
}

.uui-testimonial01_logo-wrapper {
  margin-bottom: 2rem;
}

.uui-testimonial01_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-max-width-xlarge-2 {
  width: 100%;
  max-width: 64rem;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial01 {
  align-self: center;
  position: relative;
}

.div-block-45 {
  max-width: 750px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.heading-16 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.slide-nav {
  padding-top: 10px;
}

.icon.arrows, .icon-2.arrows {
  color: #747474;
}

.div-block-46 {
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

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

.heading-18 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

.bold-text-8 {
  text-align: center;
  font-weight: 300;
}

.paragraph-13 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-9 {
  color: var(--bnb-orange);
  font-size: 26px;
}

.section-30 {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 7%;
  padding-bottom: 7%;
}

.heading-19 {
  text-align: center;
  text-transform: uppercase;
}

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

.image-23 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-47, .div-block-48, .div-block-49 {
  padding-left: 20px;
  padding-right: 20px;
}

.flex-block-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
}

.mainsection {
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../trial.class.html');
  background-position: 0 0, 50% 12%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9%;
  padding-bottom: 9%;
  font-family: Lato, sans-serif;
  font-size: 85px;
  font-weight: 700;
}

.section-31 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../dscf8238.html');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.paragraph-15 {
  text-align: center;
  max-width: 85%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
}

.div-block-50 {
  width: 300px;
}

.div-block-51 {
  width: 60%;
}

.flex-block-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.div-block-52 {
  text-align: center;
}

.section-32 {
  background-image: url('../s-bg.html');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-53 {
  text-align: center;
  background-color: rgba(255, 255, 255, .82);
  width: 30%;
  max-width: 350px;
  margin-top: 6%;
  margin-bottom: 6%;
  margin-right: 10%;
  padding: 40px 35px;
}

.flex-block-4 {
  justify-content: flex-end;
}

.smalltitle {
  color: var(--bnb-orange);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.price {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.list-2 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  line-height: 24px;
  list-style-type: none;
}

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

.list-item.check {
  background-image: url('../tick-icon.html');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 35px;
  list-style-type: none;
}

.list-item-2, .list-item-3 {
  margin-bottom: 20px;
}

.mainbutton {
  background-color: var(--bnb-orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.mainbutton:hover {
  background-color: var(--lightorange);
  color: #fff;
}

.mainbutton.rounded {
  background-color: var(--darkorange);
  border-radius: 40px;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.mainbutton.rounded:hover {
  background-color: var(--lightorange);
  color: var(--white);
}

.section-33 {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

.container-9 {
  width: 85%;
  max-width: 900px;
  padding-top: 3%;
  padding-bottom: 7%;
}

.classimage {
  border-radius: 50%;
}

.heading-20 {
  margin-bottom: 0;
}

.div-block-54 {
  background-color: rgba(11, 155, 165, 0);
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 19px;
  display: flex;
}

.link-block {
  aspect-ratio: 1;
  color: #fff;
  background-color: #10abb8;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 80%;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #fff;
  background-color: #2dd3e0;
}

.link-block:focus {
  background-color: #2dd3e0;
}

.flex-block-5 {
  margin-bottom: 25px;
}

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

.container-10 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-55 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-55.coachbox {
  padding-left: 10px;
  padding-right: 10px;
}

.coachname {
  text-align: center;
}

.coachbio {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

.image-24 {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-25 {
  padding-left: 0;
  padding-right: 0;
}

.image-26 {
  margin-left: 20px;
  margin-right: 20px;
}

.instructorimage {
  border-radius: 0%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.section-34 {
  background-image: url('../bnb.header.html');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80px;
}

.section-35 {
  background-image: url('../bnb.footer.html');
  background-position: 0 0;
  background-size: cover;
  min-height: 600px;
}

.pagecontainer {
  min-height: 500px;
  padding-bottom: 100px;
}

.headercontainer {
  padding-top: 60px;
}

.select-field-2, .select-field-3 {
  background-color: #fff;
}

.div-block-56 {
  width: 50%;
}

.flex-block-7 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-57 {
  width: 50%;
}

.centername {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.centername.smallheading {
  font-size: 36px;
  line-height: 50px;
}

.centername.centerwithicon {
  margin-top: 0;
  padding-left: 5px;
}

.div-block-58 {
  text-align: center;
  padding-top: 20px;
}

.submit-button {
  background-color: var(--bnb-blue);
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
  display: block;
}

.paragraph-16 {
  color: #202bff;
  padding-top: 20px;
  font-size: 16px;
  text-decoration: underline;
}

.section-37 {
  background-image: url('../bnb.progress.bar.html');
  background-position: 0 0;
  background-size: cover;
  min-height: 80px;
}

.div-block-59 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

.centeraddress {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.paragraph-19 {
  text-align: left;
  text-transform: none;
}

.text-span-19 {
  background-color: #addcfa;
  padding: 2px 5px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-61 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-right: 0;
  display: block;
}

.flex-block-8 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: flex-start;
  max-height: 400px;
  padding-top: 20px;
}

.buttontimeschedule {
  background-color: var(--white);
  color: #000;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #dadada;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 0;
}

.buttontimeschedule:hover {
  color: #3d65e0;
  background-color: #f1f6fe;
}

.buttontimeschedule.active {
  background-color: var(--lightorange);
  color: #fff;
  font-weight: 400;
}

.buttontimeschedule.active1 {
  color: #fff;
  background-color: #2d9ead;
  text-decoration: none;
}

.timeselectcolumn {
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 350px;
  max-width: 350px;
  height: 100%;
  margin-top: 42px;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.image-28 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.calendarembed {
  float: left;
  width: 40%;
  min-width: 350px;
}

.form-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-top: 35px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--lightorange);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.section-38 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.maincontentcontainer {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.maincontentcontainer.scaled {
  margin-top: 70px;
  transform: scale(1.15);
}

.div-block-64 {
  width: 30%;
}

.div-block-65 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 25px;
  flex-flow: column;
  flex: 1;
  padding: 20px 34px 34px;
  display: flex;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
}

.div-block-66 {
  background-color: #85c6a9;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-66.color2 {
  background-color: #51a7b6;
}

.div-block-66.color3 {
  background-color: #806bde;
}

.div-block-67 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f5ef;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  display: grid;
}

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

.heading-23 {
  text-align: center;
  flex: 1;
  align-self: center;
  display: block;
  position: relative;
}

.programtext {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 18px;
}

.programbutton {
  background-color: var(--lightorange);
}

.div-block-68 {
  text-align: center;
  padding: 17px;
}

.heading-24 {
  color: #fff;
  text-align: center;
}

.heading-24.programheader {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.html-embed-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.mainsubheading {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.mainsubheading.icon {
  padding-top: 0;
  padding-left: 5px;
}

.mapcontainer {
  width: 85%;
  max-width: 1100px;
}

.centerphone {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.smallheader {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.smalltext {
  margin-bottom: -5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}

.smalltext.disclaimer {
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 300;
}

.smalltext.smalltitle2 {
  text-transform: uppercase;
}

.smallh1 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.smallh1.extraspace {
  margin-bottom: 15px;
  font-size: 24px;
}

.smallh1.pagetitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 28px;
}

.smallh2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 30px;
}

.smallh2.packagename {
  text-align: left;
  text-transform: none;
  background-image: url('../flower.html');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  font-size: 15px;
  font-weight: 700;
}

.centerinfo {
  background-image: url('../location.html');
  background-position: 4px 0;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.apptime {
  padding-left: 35px;
  font-size: 14px;
  line-height: 18px;
}

.checkoutpricebox {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
}

.paragraph-22 {
  text-transform: uppercase;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-23 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.paymentformlabel {
  color: #484848;
  text-transform: none;
  width: 100%;
  margin-bottom: 5px;
}

.paymentformlabel.morespaceabove {
  margin-top: 20px;
}

.paymentforminput {
  color: #292a2f;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 15px;
}

.form-4 {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.div-block-70 {
  flex: 0 auto;
  width: 48.5%;
}

.div-block-71 {
  flex: 0 auto;
  width: 48%;
}

.div-block-72 {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

.link-16, .link-17 {
  display: inline;
}

.smallbluetext {
  color: #11b6d7;
  text-transform: none;
  flex: 0 auto;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.div-block-73 {
  grid-column-gap: 15px;
  flex-flow: wrap;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-74 {
  width: 100%;
  margin-bottom: 5px;
}

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

.div-block-75 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 49% 1fr 150px;
  grid-auto-columns: 1fr;
  margin-bottom: 5px;
  display: grid;
}

.div-block-75.custom {
  grid-template-columns: 49% 1fr 1fr;
  margin-bottom: 0;
}

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

.div-block-77 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-40 {
  color: #12679c;
  flex: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.paragraph-24 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

.priceoption {
  width: 265px;
  margin-top: 85px;
}

.priceoption.mainoption {
  width: 295px;
  margin-top: 0;
}

.pricesection {
  text-align: center;
  background-color: #f5f5ef;
  border-radius: 0;
  padding: 19px 22px 40px;
}

.pricepageoption {
  color: #fb9751;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.pricepageoption.emphasis {
  color: #e4530a;
  font-size: 19px;
  font-weight: 900;
}

.pricepageprice {
  color: #535457;
  font-size: 35px;
  font-weight: 700;
}

.pricepageprice.emphasis {
  color: #e4530a;
  font-weight: 900;
}

.pricepagelist {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 35px;
  padding-left: 0;
  font-size: 15px;
  line-height: 20px;
  list-style-type: none;
}

.orangeselectbutton {
  background-color: var(--lightorange);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 70%;
  padding: 4px 0;
  font-size: 15px;
  font-weight: 400;
}

.orangeselectbutton:hover {
  filter: brightness(115%);
  color: #fff;
}

.orangeselectbutton.yelloworange {
  background-color: #fb9751;
}

.orangeselectbutton.emphasis {
  width: 70%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.smalldisclaimertext {
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

.video-6 {
  border-radius: 0;
  margin-bottom: 20px;
}

.list-item-4 {
  padding-left: 30px;
}

.pricepagelistitem {
  background-image: url('../tick-icon.html');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 25px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.checkbox-field {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
}

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

.mainheading {
  color: #3a3a3b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.image-29 {
  border-radius: 0;
  margin-bottom: 20px;
}

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

.originalvalue {
  color: #959595;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: line-through;
}

.italic-text-4 {
  font-style: italic;
}

.image-30 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.subheadericon {
  flex: 0 auto;
  align-self: center;
  width: 16px;
  margin-top: 0;
  padding-top: 0;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitleiconcontainer {
  justify-content: center;
  padding-top: 15px;
  display: flex;
}

.smalltitle2 {
  color: var(--lightorange);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
}

.textareainput {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin-right: 0;
}

.selectinput {
  color: #a1a1a1;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin-right: 15px;
}

.selectinput.extramargin {
  color: #292a2f;
  margin-top: 0;
  margin-right: 0;
}

.centeredsmallertitle {
  color: #767676;
  text-align: center;
  text-transform: none;
  background-image: url('../icons8-arrow-30.html');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 45px;
  font-size: 18px;
}

.locationscontainer {
  margin-bottom: 60px;
}

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

.html-embed-3 {
  width: 300px;
}

.text-block-41 {
  color: var(--bnb-darker-blue);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-right: 20px;
  font-weight: 700;
}

.div-block-79 {
  height: 40px;
}

.section-39 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.timeresults {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 270px;
  padding-right: 15px;
  display: grid;
  overflow-y: auto;
}

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

.headersection {
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  display: flex;
}

.headersection.centerpage {
  letter-spacing: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .29), rgba(255, 255, 255, .29)), url('../bnb.stretch.3_1.html');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  padding-top: 7%;
  padding-bottom: 7%;
  font-weight: 400;
}

.headersection.homepage {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../bnb.stretch.4.html');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.headersection.classespage {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../bnb.stretch.3.html');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.headersection.shorter {
  min-height: 55vh;
}

.videooverlay {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 75px;
  line-height: 80px;
}

.searchbarcontainer {
  min-height: 60px;
}

.pagesection {
  padding: 7%;
  position: relative;
}

.pagesection.toppaddingremoved {
  padding-top: 0%;
}

.pagesection.classschedule {
  background-color: #fff;
}

.pagesection.classschedule.gradient {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../swirlbg.html'), linear-gradient(90deg, #c6dee5, #fff);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  position: relative;
}

.pagesection.benefits {
  background-image: url('../together2.html');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 140%;
  padding-top: 7%;
  padding-bottom: 7%;
}

.pagesection.faq {
  background-color: #fff;
}

.pagesection.centercontactform {
  background-image: url('../indoor-stretch2.html'), url('../indoor-stretch.html');
  background-position: 50% 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  justify-content: flex-end;
  display: flex;
}

.pagesection.gradient {
  background-image: url('../swirlbg.html'), linear-gradient(90deg, #c6dee5, #fff);
  background-position: 0 120%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  position: relative;
}

.pagesection.lessbottompadding {
  padding-bottom: 4%;
}

.pagesection.slider {
  background-color: #fff;
  justify-content: space-around;
  display: flex;
}

.classschedulecontainer {
  padding-top: 15px;
  position: relative;
}

.dateselect {
  border-bottom: 2px solid var(--bnb-darker-blue);
  border-radius: 0;
  justify-content: space-between;
  display: flex;
}

.results {
  min-height: 300px;
  padding-top: 30px;
}

.day {
  text-align: center;
  cursor: pointer;
  border: 1px #000;
  border-radius: 0;
  flex: 1;
  padding: 18px 5px;
}

.day:hover {
  background-color: #f3f3f3;
}

.day.activeday {
  background-color: var(--bnb-darker-blue);
  color: #fff;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
}

.dayofweek {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.classdate {
  color: #585858;
  font-weight: 400;
}

.form-block {
  min-width: 80%;
}

.slimcontentcontainer {
  max-width: 800px;
  margin-top: 20px;
  padding-top: 0;
}

.headerparagraph {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}

.form-5 {
  text-align: center;
}

.field-label-2 {
  text-align: left;
}

.submitcontainer {
  padding-top: 30px;
}

.textarea {
  min-height: 100px;
}

.forminput {
  border-radius: 5px;
}

.summaryitem {
  background-image: url('../flower.html');
  background-position: 0 -4px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 20px;
}

.summaryitem.centerinfo {
  background-position: 2px -4px;
}

.modal {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 34px 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modaltext {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
}

.modalcontainer {
  background-color: #fff;
  border: 1px solid rgba(0, 11, 11, .21);
  border-radius: 13px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding: 30px 34px 34px;
  display: flex;
  position: relative;
}

.image-31 {
  width: 100px;
}

.text-span-20 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.sessiondetails {
  font-size: 14px;
  line-height: 20px;
}

.activecentercontainer {
  padding-bottom: 20px;
}

.centerinfocontainer {
  text-align: center;
  background-color: rgba(255, 255, 255, .85);
  width: 380px;
  max-width: 400px;
  margin-left: 10%;
  padding: 22px 22px 60px;
  position: relative;
}

.centernameoffset {
  color: var(--bnb-orange);
  text-transform: none;
  font-size: 46px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.centeremail {
  font-size: 14px;
  line-height: 20px;
}

.businesshours {
  grid-column-gap: 3px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 75%;
  min-width: 225px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 14px;
  display: grid;
}

.daycolumn {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.timesopen {
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.businesshoursheader {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.actionbuttons {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.textsectionmain {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 26px;
}

.textsectionmain.left-align {
  text-align: left;
}

.textsectionmain.left-align.larger {
  font-size: 36px;
}

.textsectionsecondary {
  color: var(--bnb-orange);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px;
}

.textsectionsecondary.lessbottommargin {
  margin-bottom: 5px;
}

.textsectionsecondary.lessbottommargin.boldertext {
  font-weight: 400;
}

.textsectionsecondary.smaller {
  font-size: 28px;
  line-height: 26px;
}

.textsectionsecondary.black {
  color: var(--black);
}

.textsectionsecondary.left-align {
  text-align: left;
}

.textsectionsecondary.blue {
  color: var(--bnb-darker-blue);
}

.textsectionparagraph {
  text-align: center;
  width: 75%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.sectionheader {
  text-align: center;
  margin-bottom: 50px;
}

.classoptioncontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  display: flex;
}

.classtitle {
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 700;
}

.changecalendar {
  opacity: .5;
  width: 20px;
  margin-top: 30px;
  padding: 10px 5px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 12%;
  right: auto;
}

.changecalendar.prevweek {
  z-index: 999;
  width: 20px;
  margin-left: -30px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.changecalendar.nextweek {
  z-index: 999;
  width: 20px;
  margin-right: -30px;
  left: auto;
  right: 0;
}

.classtypeimage {
  border-radius: 10px;
}

.videoembedlarge {
  object-fit: fill;
  aspect-ratio: 16 / 9;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.videowrapper {
  width: 75%;
  max-width: 750px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.termoptionsbox {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  display: grid;
}

.embedcontainer {
  margin-top: 0;
  padding-top: 20px;
}

.accordian {
  width: 80%;
  max-width: 900px;
  margin: 35px auto;
}

.toggle {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 solid rgba(0, 0, 0, .28);
  border-bottom: 0 solid rgba(0, 0, 0, .29);
  border-radius: .15em;
  padding: 20px 20px 20px 0;
  font-size: 20px;
  text-decoration: none;
}

.toggle:hover {
  background-color: rgba(0, 0, 0, 0);
}

.inner {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--bnb-darker-blue) var(--bnb-darker-blue) var(--bnb-darker-blue) rgba(47, 163, 177, .62);
  color: var(--bnb-darker-blue);
  -webkit-text-stroke-color: #1a707a;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
}

.list-item-5 {
  margin-bottom: 15px;
}

.sectiontitle {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.container-11 {
  background-color: #fff;
  padding: 32px;
}

.benefitlistcontainer {
  width: 50%;
  max-width: 450px;
  margin-bottom: 0;
  margin-left: 2vw;
}

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

.benefitslistitem {
  background-image: url('../tick-icon.html');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 35px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 300;
}

.pricecontainer {
  grid-column-gap: 7%;
  grid-row-gap: 7%;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.packageoption {
  text-align: center;
  background-color: #fbf8f7;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  width: 350px;
  padding: 40px 35px 30px;
  display: flex;
}

.packageoptiontitle {
  color: var(--bnb-orange);
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.packageoptionprice {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 46px;
}

.contactsectioncontainer {
  background-image: url('../bnb.white.brush.bg.html');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 400px;
  width: 40%;
  max-width: 450px;
  margin-top: -75px;
  margin-right: 10vw;
  padding-top: 75px;
}

.contactformcontainer {
  background-color: rgba(251, 244, 242, .89);
  border-radius: 35px;
  padding: 35px 40px 22px;
  position: relative;
}

.basicsubtitle {
  color: #4b4b4b;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 25px;
  font-weight: 400;
}

.form-6 {
  padding: 26px;
}

.centerinfodetails {
  text-align: left;
  background-image: url('../right-arrow.html');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 15px;
}

.shortlocationinfo {
  width: 90%;
  margin: 25px auto 0;
  font-size: 16px;
  line-height: 20px;
}

.italic-text-5 {
  font-size: 16px;
  line-height: 16px;
}

.orangebuttonlargeround {
  background-color: var(--bnb-orange);
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 28px;
  margin-bottom: 0;
  padding: 14px 34px;
  font-size: 18px;
  text-decoration: none;
}

.orangebuttonlargeround:hover {
  color: #fff;
  background-color: #ff7a4d;
}

.orangebuttonlargeround.medium {
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 7px 0;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.orangebuttonlargeround.medium.notavailable {
  color: #fff;
  background-color: #ffb298;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 30px;
}

.orangebuttonlargeround.medium.headerbutton {
  margin-left: 0%;
  font-size: 16px;
  position: relative;
  right: 5%;
}

.buttoncontainerbasic {
  text-align: center;
  display: block;
}

.buttoncontaineroverlap {
  z-index: 999;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: -25px;
  left: 0%;
  right: 0%;
}

.buttoncontaineroverlap.centerpagecontactform {
  margin-top: 30px;
  margin-bottom: 0;
  bottom: -90px;
}

.link-18 {
  color: #1a1d1f;
  cursor: auto;
}

.inputroundednoborder {
  border: 1px solid #fff;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 38px;
}

.formlabelcontactform {
  color: #5a5a5a;
  text-transform: none;
  font-size: 15px;
}

.accordianitem {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-left: 0 solid rgba(0, 0, 0, .1);
  margin-bottom: 0;
}

.disclaimertext2 {
  color: #858585;
  -webkit-text-stroke-color: #b3b3b3;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.swoop {
  opacity: .6;
  width: 40%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: hidden;
}

.circleicon {
  width: 100px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.form-7 {
  position: relative;
}

.form-block-2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.body-8 {
  padding-top: 100px;
}

.blogtextbox {
  min-height: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.centerpagemaintitle {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.classdetailimage {
  border-radius: 10px;
  margin: 10px auto 20px;
}

.closebutton {
  opacity: .5;
  cursor: pointer;
  width: 18px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.logo2 {
  width: 200px;
  margin-left: 0;
}

.container-12 {
  justify-content: space-around;
  width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.container-13 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button-7 {
  position: relative;
}

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

.nav-menu-2 {
  text-align: center;
}

.navlink2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}

.navlink2:hover {
  color: var(--bnb-darker-blue);
}

.classescontainer {
  grid-column-gap: 60px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.imagerounded {
  border-radius: 20px;
}

.smalltitle3 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.moreinfo {
  color: var(--bnb-orange);
  -webkit-text-stroke-color: var(--bnb-orange);
  background-image: url('../icons8-arrow-30.html');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 0;
  margin-bottom: auto;
  padding-right: 30px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-toggle2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-toggle2:hover {
  color: var(--bnb-darker-blue);
}

.logocontainer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 2%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbuttoncontainer {
  aspect-ratio: auto;
  align-items: center;
  width: 180px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.stepscontainer {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.stepsimage {
  width: 150px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.stepname {
  color: var(--bnb-orange);
  text-align: center;
}

.stepdetails {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
}

.dropdown-list2 {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}

.dropdown-list2:hover {
  color: var(--bnb-darker-blue);
}

.searchcontainer1 {
  background-color: rgba(255, 255, 255, .79);
  border-radius: 15px;
  padding: 26px;
}

.searchtext {
  color: var(--bnb-orange);
  text-align: center;
}

.benefitscontainer {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.benefitname {
  text-align: center;
}

.benefitsbox {
  width: 125px;
}

.smallbueheader {
  color: var(--bnb-darker-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -5px;
}

.slidercontainer {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.slidertextcontainer {
  padding: 32px;
}

.slidericons {
  color: #000;
}

.slider-2 {
  background-color: #f1f1f1;
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 32px;
}

.left-arrow {
  margin-left: -80px;
}

.right-arrow {
  margin-right: -80px;
}

.slide {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    padding-top: 100px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-button-2.spark-full-width.spacer {
    width: 35%;
  }

  .heading {
    font-size: 3rem;
  }

  .heading.custom {
    font-size: 3.5rem;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hide-tablet {
    display: none;
  }

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

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-heroheader07_light-overlay {
    width: 76rem;
    min-width: 76rem;
    right: -10%;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout33_component {
    grid-column-gap: 2rem;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0;
  }

  .uui-layout02_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-pricing06_component {
    grid-template-columns: 1fr;
  }

  .uui-team09_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-team09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .spark-input {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-checkbox {
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-right: 6px;
  }

  .div-block-3 {
    margin-top: 45px;
  }

  .grid {
    margin-bottom: 10px;
  }

  .checkout-container {
    width: 90%;
  }

  .ms-input.icon-left {
    margin-right: 15px;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-11 {
    margin-top: 45px;
  }

  .div-block-18 {
    max-width: 750px;
  }

  .text-span-6 {
    line-height: 2rem;
  }

  .image-10 {
    border-radius: 50%;
    align-self: center;
    width: 150px;
    min-width: 150px;
    max-height: 150px;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .instructortext {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }

  .text-block-25 {
    line-height: 200%;
  }

  .image-13 {
    width: 100%;
  }

  .video-4 {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-9 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section-11 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-5.custom {
    font-size: 20px;
  }

  .div-block-26, .div-block-29 {
    width: 50%;
  }

  .section-17 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .paragraph-7.paragraphs {
    background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85));
  }

  .text-span-8 {
    font-size: 30px;
  }

  .text-block-26 {
    font-size: 12.5px;
    line-height: 50px;
  }

  .div-block-32, .div-block-33 {
    width: 45%;
  }

  .heading-9 {
    font-size: 30px;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .heading-10, .paragraph-8 {
    width: 80%;
  }

  .rl_gallery21_slide-nav {
    padding-top: 0;
    padding-left: 20px;
  }

  .rl_gallery21_mask {
    width: 40%;
    height: 220px;
  }

  .rl_gallery21_slider {
    padding-bottom: 2rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .heading-11 {
    padding-top: 40px;
  }

  .div-block-36 {
    align-self: auto;
  }

  .paragraph-9 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .section-23 {
    padding-top: 4%;
  }

  .div-block-39 {
    margin-left: 7%;
    margin-right: 7%;
  }

  .paragraph-10 {
    width: auto;
  }

  .miniheading {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .link-9, .link-10, .link-11 {
    display: inline;
  }

  .heading-13 {
    font-size: 32px;
  }

  .heading-13.smaller {
    padding-left: 6%;
    padding-right: 6%;
  }

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

  ._3columntext {
    font-size: 15px;
  }

  .heading-14 {
    font-size: 36px;
  }

  .text-span-14 {
    width: 80%;
    padding-top: 15px;
    line-height: 2rem;
    display: inline-block;
  }

  .buttoncontainer {
    width: 125px;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-45 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-2.arrows {
    color: #747474;
  }

  .paragraph-15 {
    max-width: 85%;
  }

  .div-block-50 {
    width: 240px;
  }

  .section-32 {
    background-position: 15% 0;
  }

  .div-block-53 {
    width: 40%;
    max-width: 300px;
    margin-right: 12%;
  }

  .container-9 {
    width: 85%;
  }

  .pagecontainer {
    padding-bottom: 200px;
  }

  .section-37 {
    background-image: none;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .timeselectcolumn {
    overflow: auto;
  }

  .maincontentcontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .maincontentcontainer.scaled {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    margin-top: 160px;
    margin-bottom: 80px;
  }

  .div-block-64 {
    width: 70%;
    padding-bottom: 20px;
  }

  .div-block-65 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 75%;
  }

  .smallh1, .smallh2 {
    text-align: center;
  }

  .smallh2.packagename {
    text-align: left;
  }

  .centerinfo {
    background-image: url('../location.html');
    background-position: 4px 0;
    background-repeat: no-repeat;
    background-size: 18px;
  }

  .apptime {
    background-image: url('../clock.html');
    background-position: 4px 0;
    background-repeat: no-repeat;
    background-size: 16px;
  }

  .checkoutpricebox {
    padding-bottom: 0;
  }

  .div-block-71 {
    width: 47%;
  }

  .div-block-72 {
    padding-top: 10px;
  }

  .div-block-75.custom {
    margin-bottom: 0;
  }

  .priceoption {
    width: 300px;
    margin-bottom: -50px;
  }

  .priceoption.mainoption {
    order: -1;
    width: 300px;
    margin-bottom: -50px;
  }

  .pricesection {
    border-radius: 10px;
  }

  .pricepageprice.emphasis {
    color: #1f1c1a;
  }

  .image-29 {
    border-radius: 10px;
  }

  .selectinput.extramargin {
    margin-right: 0;
  }

  .html-embed-3 {
    float: right;
    width: 400px;
    height: 75px;
    margin-bottom: 0;
  }

  .text-block-41 {
    padding-right: 15px;
  }

  .div-block-79 {
    width: 400px;
  }

  .headersection {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .headersection.centerpage {
    background-position: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .pagesection {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .pagesection.benefits {
    background-position: 100% 100%;
    padding-bottom: 7%;
  }

  .pagesection.faq.gradient {
    background-position: 0 140%, 0 0;
  }

  .pagesection.gradient {
    background-position: 0 125%, 0 0;
  }

  .classschedulecontainer {
    padding-top: 15px;
  }

  .day, .day.activeday {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .classdate {
    font-size: 14px;
  }

  .slimcontentcontainer {
    max-width: 80%;
  }

  .centerinfocontainer {
    width: 380px;
  }

  .textsectionsecondary {
    font-size: 42px;
  }

  .textsectionparagraph {
    width: 85%;
  }

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

  .classtitle {
    font-size: 13px;
    line-height: 22px;
  }

  .videowrapper {
    width: 85%;
  }

  .benefitlistcontainer {
    width: 450px;
    margin-bottom: 0;
    margin-left: 3%;
    margin-right: auto;
  }

  .benefitslist {
    margin-top: 35px;
  }

  .contactsectioncontainer {
    width: 350px;
    margin-right: 4%;
  }

  .orangebuttonlargeround.medium {
    width: 125px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .orangebuttonlargeround.medium.headerbutton {
    margin-left: 0;
    position: relative;
    right: 0%;
  }

  .swoop {
    width: 40%;
  }

  .navbar-2 {
    grid-template-columns: 200px 1fr 160px;
    padding-left: 20px;
  }

  .logo2 {
    width: 200px;
    margin-left: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .navbuttoncontainer {
    position: relative;
  }

  .dropdown-list2.w--open {
    border-width: 0;
    margin-top: 0;
    position: relative;
  }

  .menu-button-2 {
    justify-content: flex-end;
    align-items: flex-end;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .hamburger {
    color: #585858;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .dropdown2 {
    width: 100%;
    padding-left: 5px;
    display: block;
  }

  .dropdownlink2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .slidertextcontainer {
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

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

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .spark-regular-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 6.25fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
    display: grid;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-image: linear-gradient(49deg, #011727, rgba(1, 17, 29, .78) 100%, rgba(0, 0, 0, .16)), url('../untitled-design.html');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 86px;
  }

  .div-block {
    justify-content: center;
    display: block;
  }

  .spark-container-2 {
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hero-sub-paragraph.largersubtext {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .spark-button-2.spark-full-width.spacer {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../untitled-ui-logomark.html');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_legal-link:hover {
    color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_social-link:hover {
    color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-heroheader07_light-overlay {
    width: 72rem;
    min-width: 72rem;
    right: -30%;
  }

  .uui-heroheader07_card-image-02, .uui-heroheader07_card-image-01 {
    border-radius: 1.4rem;
    width: 22rem;
  }

  .uui-heroheader07_image-wrapper {
    background-image: none;
    height: 26rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout33_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-pricing06_price-text {
    font-size: 1.5rem;
  }

  .uui-pricing06_price {
    font-size: 2.25rem;
  }

  .uui-pricing06_plan {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing06_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .social-link:hover {
    color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-team09_image-wrapper {
    height: 100%;
  }

  .uui-team09_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-team09_list, .uui-team09_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .spark-container {
    width: 100%;
  }

  .image-3 {
    width: 8px;
    margin-top: 6px;
  }

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

  .text-block-3 {
    width: 70%;
  }

  .grid-2 {
    grid-column-gap: 1px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .text-block-12 {
    width: 80%;
  }

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

  .text-block-13 {
    width: 70%;
  }

  .column {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .active {
    font-size: 11px;
  }

  .div-block-15 {
    width: 85%;
  }

  .div-block-18 {
    width: 100%;
    min-width: auto;
  }

  .text-block-19, .text-block-20, .text-block-21 {
    font-size: 11px;
  }

  .form-2 {
    width: 100%;
  }

  .image-10 {
    flex: 50%;
  }

  .instructortext {
    clear: none;
    align-self: center;
    display: block;
  }

  .div-block-23 {
    flex-wrap: wrap;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-13.smaller {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-span-14 {
    width: 100%;
  }

  .timecontainer {
    text-align: right;
    align-self: flex-start;
    width: 100px;
    min-width: 100px;
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 30px;
  }

  .maininfo {
    text-align: left;
    width: 75%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 100px;
    padding-left: 10px;
    line-height: 22px;
    position: relative;
  }

  .classresult {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .classresult:hover {
    border-color: #eee;
  }

  .buttoncontainer {
    clear: none;
    text-align: center;
    order: 1;
    align-self: flex-end;
    width: 100%;
    height: auto;
    position: relative;
  }

  .classnamemain {
    text-align: left;
    line-height: 22px;
  }

  .maintime {
    text-align: right;
    width: auto;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .daycontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial01_logo {
    max-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-45 {
    max-width: 425px;
  }

  .icon-2.arrows {
    color: #747474;
  }

  .div-block-46 {
    max-width: 375px;
  }

  .div-block-53 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-60 {
    flex-flow: column;
    align-items: center;
  }

  .timeselectcolumn {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-top: -5px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .calendarembed {
    float: none;
  }

  .maincontentcontainer {
    flex-flow: column;
    align-items: center;
  }

  .maincontentcontainer.scaled {
    margin-bottom: 140px;
  }

  .div-block-65 {
    width: 90%;
  }

  .smalltext.disclaimer {
    width: 100%;
    padding-top: 10px;
    font-size: 13px;
  }

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

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

  .div-block-75 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    margin-top: 12px;
  }

  .div-block-75.custom {
    grid-template-rows: auto;
  }

  .div-block-76 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .smalltitle2 {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .centeredsmallertitle {
    font-size: 18px;
  }

  .inputfield2x {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
  }

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

  .headersection {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .headersection.centerpage {
    background-image: linear-gradient(rgba(255, 255, 255, .29), rgba(255, 255, 255, .29)), url('../newimage2.html');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .pagesection {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .pagesection.benefits {
    background-position: 50% 100%;
    background-size: contain;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .pagesection.centercontactform {
    justify-content: center;
  }

  .pagesection.gradient {
    background-position: 0 115%, 0 0;
  }

  .pagesection.lessbottompadding {
    padding-bottom: 7%;
  }

  .pagesection.slider {
    flex-flow: column;
  }

  .classschedulecontainer {
    padding-top: 15px;
  }

  .day, .day.activeday {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dayofweek {
    line-height: 18px;
  }

  .classdate {
    font-size: 15px;
    line-height: 26px;
  }

  .slimcontentcontainer {
    width: 90%;
  }

  .modalcontainer {
    position: relative;
  }

  .centerinfocontainer {
    width: 380px;
    max-width: 400px;
    margin-left: 0%;
  }

  .textsectionsecondary {
    font-size: 40px;
    line-height: 40px;
  }

  .textsectionparagraph {
    width: 90%;
    font-size: 18px;
    line-height: 34px;
  }

  .classoptioncontainer {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .classtitle {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
  }

  .videowrapper {
    width: 95%;
  }

  .accordian {
    width: 100%;
  }

  .inner {
    padding-left: 15px;
  }

  .container-11 {
    border: 1px solid #ececec;
  }

  .benefitlistcontainer {
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .pricecontainer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .packageoption {
    width: 350px;
  }

  .contactsectioncontainer {
    width: 375px;
    margin-right: 0%;
  }

  .orangebuttonlargeround.medium {
    width: 100%;
  }

  .orangebuttonlargeround.medium.notavailable {
    font-size: 16px;
  }

  .orangebuttonlargeround.medium.headerbutton {
    width: 125px;
    margin-left: auto;
    margin-right: 0;
    font-size: 15px;
  }

  .swoop {
    width: 50%;
  }

  .circleicon {
    width: 80px;
    right: 5%;
  }

  .closebutton {
    opacity: .5;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 180px 1fr 135px;
    height: 80px;
    padding-right: 20px;
  }

  .logo2 {
    width: 180px;
  }

  .mainlink {
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .classescontainer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdown-toggle2 {
    display: inline-block;
  }

  .logocontainer {
    height: 80px;
  }

  .navbuttoncontainer {
    width: 130px;
    height: 80px;
  }

  .stepscontainer {
    flex-flow: column;
  }

  .stepsimage {
    width: 70%;
  }

  .menu-button-2 {
    height: 80px;
  }

  .menu-button-2.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .hamburger {
    height: 80px;
  }

  .dropdown2 {
    vertical-align: baseline;
    width: 100%;
  }

  .slidertextcontainer {
    padding: 0;
  }
}

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

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .section-2 {
    min-width: 0%;
    max-width: 1000px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .spark-regular-form {
    margin-bottom: 0;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-image: linear-gradient(49deg, #011727 3%, rgba(1, 21, 35, .92) 100%, rgba(0, 0, 0, .16)), url('../untitled-design.html');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 84px;
    padding-bottom: 60px;
  }

  .spark-section-2.spark-primary-color-background {
    padding-top: 60px;
  }

  .spark-container-2 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .spark-hero-sub-paragraph.largersubtext {
    font-size: 22px;
    font-weight: 400;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-button-2.spark-full-width.spacer {
    width: 100%;
  }

  .heading {
    text-shadow: 0 1px 4px rgba(0, 0, 0, .78);
    font-size: 2.4rem;
    line-height: 50px;
  }

  .heading.custom {
    font-size: 2.5rem;
    line-height: 55px;
  }

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

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .uui-heroheader07_light-overlay {
    width: 64rem;
    min-width: 64rem;
    bottom: -140%;
    right: auto;
  }

  .uui-heroheader07_card-image-02, .uui-heroheader07_card-image-01 {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader07_image-wrapper {
    height: 22rem;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-team09_image-wrapper {
    padding-top: 66%;
  }

  .uui-team09_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    padding: 0;
  }

  .video {
    width: 100%;
  }

  .error {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .div-block-5 {
    width: 105%;
    margin-bottom: -8px;
    margin-left: -5px;
  }

  .text-block-8 {
    width: 100%;
  }

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

  .text-block-5.active {
    font-weight: 400;
  }

  .image-3 {
    width: 7px;
    margin-top: 7px;
  }

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

  .text-block-3 {
    width: 100%;
    font-size: 13px;
  }

  .spark-centered-logo {
    width: 200px;
    margin-bottom: 22px;
    font-size: 10px;
  }

  .spark-form-heading {
    font-size: 7vw;
  }

  .spark-centered-form.spark-simple-shadow-small {
    margin-top: 15px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

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

  .text-block-2 {
    width: 100%;
    font-size: 13px;
  }

  .div-block-10 {
    width: 105%;
    margin-bottom: -8px;
    margin-left: -5px;
  }

  .ms-radio-wrap.card {
    padding-top: 0;
  }

  .checkout-container {
    width: 100%;
    margin-top: 15px;
  }

  .ms-radio-card {
    padding-top: 10px;
  }

  .ms-input.icon-left {
    flex: 0 auto;
    min-width: auto;
    margin-right: 0;
  }

  .ms-input.icon-left:active {
    background-color: var(--white);
  }

  .text-block-13 {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .column {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

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

  .text-span-6 {
    line-height: 2rem;
  }

  .largeheading {
    line-height: 65px;
  }

  .paragraph-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-10 {
    flex: 0 auto;
  }

  .heading-6 {
    padding-top: 10px;
    font-size: 30px;
  }

  .section-6 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .text-block-25 {
    font-size: 22px;
    line-height: 200%;
  }

  .image-14 {
    width: 95%;
    padding-bottom: 35px;
  }

  .video-4 {
    width: auto;
  }

  .section-8 {
    padding: 3% 15px;
  }

  .section-9 {
    padding-bottom: 30%;
  }

  .section-11 {
    padding-bottom: 15%;
  }

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

  .paragraph-5 {
    justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .paragraph-5.custom {
    width: 85%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40% 0 0;
  }

  .div-block-26 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    right: 0%;
  }

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

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

  .div-block-29 {
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .section-17 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .heading-7 {
    font-size: 26px;
  }

  .rl-text-style-regular {
    font-size: 15px;
  }

  .rl-padding-section-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_section_faq1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-7.paragraphs {
    background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85));
    font-size: 16px;
  }

  .section-18 {
    padding-bottom: 55px;
  }

  .div-block-31 {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-8 {
    padding-top: 0;
  }

  .text-span-8 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .text-block-26 {
    width: auto;
    font-size: 15px;
  }

  .section-19 {
    flex-direction: column;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .div-block-32, .div-block-33 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-9 {
    margin-bottom: 10px;
  }

  .heading-9.second {
    margin-top: -25px;
  }

  .text-block-27 {
    margin-bottom: 0;
    line-height: 45px;
  }

  .section-20 {
    padding-top: 10%;
  }

  .heading-10 {
    width: 70%;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-8 {
    margin-bottom: 12%;
    font-size: 15px;
  }

  .rl_gallery21_slide-nav {
    padding-top: 0;
    padding-left: 10px;
  }

  .rl_gallery21_arrow-left {
    right: 5rem;
  }

  .rl_gallery21_slide {
    padding-right: 0;
  }

  .rl_gallery21_mask {
    height: 235px;
  }

  .rl-padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .section-22 {
    padding-bottom: 30px;
  }

  .heading-11 {
    padding-top: 25px;
    font-size: 32px;
  }

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

  .div-block-36 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    margin-bottom: 10px;
  }

  .paragraph-9 {
    line-height: 30px;
  }

  .image-18 {
    margin-right: 0;
  }

  .text-block-28 {
    font-size: 22px;
  }

  .text-block-29 {
    font-size: 14px;
  }

  .section-23 {
    padding: 10% 5%;
  }

  .section-24 {
    padding: 16% 4%;
  }

  .div-block-39 {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .text-block-31 {
    word-break: normal;
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph-10 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

  .button1.negtopmargin {
    position: relative;
    top: -25px;
  }

  .button1.mobile {
    margin-bottom: 10px;
  }

  .miniheading {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .76);
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-41 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .image-20 {
    width: 200px;
  }

  .section-26 {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-34 {
    font-size: 13px;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 14px;
  }

  .heading-13.smaller {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-11 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .video-5 {
    width: 90%;
  }

  ._3columntext {
    margin-bottom: -20px;
    font-size: 17px;
  }

  ._3columntext.special {
    margin-bottom: 10px;
  }

  .text-block-37 {
    width: 90%;
    margin-bottom: -20px;
    font-size: 20px;
  }

  .text-span-13 {
    word-break: normal;
    overflow-wrap: normal;
  }

  .paragraph-12 {
    margin-bottom: 15px;
  }

  .text-span-14 {
    font-size: 1.4rem;
  }

  .text-span-15 {
    font-size: 2.2rem;
  }

  .timecontainer {
    text-align: right;
    width: 100px;
    min-width: auto;
    margin-bottom: 15px;
  }

  .maininfo {
    text-align: left;
    width: 65%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .instructorimagesmall {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .classresult {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttoncontainer {
    text-align: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .classnamemain {
    text-align: left;
  }

  .orangebuttonrounded {
    margin-top: 10px;
  }

  .maintime {
    padding-right: 0;
    font-size: 16px;
  }

  .daycontainer {
    margin-left: 15px;
    margin-right: 15px;
  }

  .list {
    margin-right: 15px;
    padding-left: 35px;
  }

  .section-28 {
    background-image: linear-gradient(rgba(255, 255, 255, .58), rgba(255, 255, 255, .58)), url('../classes-bg1.html');
    background-position: 0 0, -225px 0;
  }

  .heading-15 {
    font-size: 15vw;
  }

  .uui-heading-tiny-2 {
    padding-bottom: 15px;
  }

  .uui-heading-medium-2.text-weight-medium {
    font-size: 14px;
  }

  .uui-container-large-2 {
    max-width: 90%;
  }

  .uui-page-padding-2 {
    position: relative;
  }

  .div-block-45 {
    max-width: 320px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-16 {
    width: 120%;
    line-height: 22px;
  }

  .italic-text-3 {
    font-size: 20px;
    line-height: 22px;
  }

  .icon {
    margin-right: 5px;
  }

  .icon-2 {
    margin-left: 5px;
  }

  .icon-2.arrows {
    color: #747474;
  }

  .div-block-47, .div-block-48 {
    margin-bottom: 20px;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .mainsection {
    font-size: 65px;
    line-height: 75px;
  }

  .paragraph-15 {
    max-width: 85%;
  }

  .div-block-50 {
    align-self: center;
    width: 80%;
  }

  .div-block-51 {
    order: 1;
    width: 80%;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .div-block-53 {
    background-color: rgba(255, 255, 255, .9);
    margin-top: 12%;
    margin-bottom: 12%;
  }

  .mainbutton:hover {
    background-color: var(--lightorange);
    color: #fff;
  }

  .mainbutton.rounded {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-20 {
    font-size: 22px;
  }

  .div-block-54 {
    padding: 0;
  }

  .flex-block-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex-block-6 {
    grid-template-columns: 1fr;
  }

  .coachbio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instructorimage {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .pagecontainer {
    padding-bottom: 80px;
  }

  .headercontainer {
    padding: 7% 15px 20px;
  }

  .div-block-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .timeselectcolumn {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .calendarembed {
    float: none;
    width: auto;
    min-width: auto;
  }

  .form-3 {
    margin-top: 25px;
  }

  .maincontentcontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .maincontentcontainer.scaled {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    margin-top: 0;
    margin-bottom: 60px;
    transform: none;
  }

  .div-block-64 {
    width: 90%;
    padding-bottom: 20px;
  }

  .div-block-65 {
    border-radius: 25px;
    width: 100%;
    padding: 30px 17px;
  }

  .div-block-67.programbox {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    grid-auto-flow: row;
    display: flex;
  }

  .smalltext.disclaimer {
    padding-top: 0;
  }

  .smallh1 {
    margin-top: 0;
  }

  .smallh1.extraspace {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .smallh1.pagetitle {
    margin-top: 10px;
  }

  .paymentformlabel {
    margin-bottom: 10px;
  }

  .form-4 {
    flex-flow: column;
  }

  .div-block-70, .div-block-71 {
    width: 100%;
  }

  .div-block-71.bottommargin {
    margin-bottom: 22px;
  }

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

  .div-block-73 {
    flex-flow: column;
  }

  .div-block-74 {
    margin-bottom: 15px;
  }

  .div-block-75 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    padding-top: 0;
  }

  .div-block-75.custom {
    grid-template-rows: auto auto;
    grid-template-columns: 49% 1fr;
  }

  .div-block-76 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 12px;
  }

  .priceoption, .priceoption.mainoption {
    width: 290px;
  }

  .pricepagelistitem {
    font-size: 16px;
  }

  .checkbox-field {
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .checkboxtext {
    font-size: 12px;
  }

  .mainheading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .textareainput {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 15px;
  }

  .centeredsmallertitle {
    font-size: 16px;
  }

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

  .headersection {
    padding-top: 18%;
    padding-bottom: 18%;
  }

  .headersection.centerpage {
    background-image: linear-gradient(rgba(255, 255, 255, .29), rgba(255, 255, 255, .29)), url('../newimage2.html');
    background-position: 0 0, 20%;
    padding-top: 18%;
    padding-bottom: 18%;
  }

  .videooverlay {
    font-size: 14vw;
    line-height: 16vw;
  }

  .pagesection {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .pagesection.gradient {
    padding-left: 5%;
    padding-right: 5%;
  }

  .day {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
  }

  .slimcontentcontainer {
    width: 90%;
    margin-top: 0;
  }

  .modaltext {
    font-size: 16px;
    line-height: 26px;
  }

  .modalcontainer {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-span-20 {
    font-size: 15px;
    line-height: 20px;
  }

  .centerinfocontainer {
    width: 85%;
    min-width: 300px;
  }

  .businesshours {
    width: 100%;
    max-width: 250px;
  }

  .textsectionmain {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }

  .textsectionsecondary {
    margin-top: 0;
  }

  .textsectionparagraph {
    width: 100%;
  }

  .classoptioncontainer {
    flex-flow: column;
  }

  .changecalendar {
    opacity: .5;
    width: 20px;
  }

  .accordian {
    width: 95%;
  }

  .container-11 {
    border: 1px solid #ececec;
  }

  .benefitlistcontainer {
    width: 95%;
  }

  .pricecontainer {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .packageoption {
    width: 95%;
    max-width: 350px;
  }

  .contactsectioncontainer {
    width: 100%;
    max-width: 450px;
  }

  .contactformcontainer {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .shortlocationinfo {
    margin-bottom: 20px;
  }

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

  .orangebuttonlargeround.medium {
    align-self: flex-start;
  }

  .orangebuttonlargeround.medium.headerbutton {
    width: 100px;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    right: auto;
  }

  .swoop {
    width: 55%;
  }

  .navbar-2 {
    grid-template-columns: 150px 1fr 100px;
    align-items: center;
  }

  .classescontainer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbuttoncontainer {
    justify-content: center;
    align-items: center;
    width: 100px;
  }

  .stepsimage {
    width: 80%;
  }

  .menu-button-2 {
    padding-right: 10px;
  }
}

#w-node-_24c890a8-8546-f8f6-d31e-a41b40ac4909-8f98192a, #w-node-_0ff81dc0-76eb-eff9-532e-a373f32e903c-8f98192a, #w-node-_505626ad-6e45-0769-6cf2-8220f6a10eb4-8f98192a, #w-node-_4957b001-45a4-15d1-c104-043b96f09433-8f98192a, #w-node-cd05d05f-0b45-3891-a7e6-f2b8fc1ded06-8f98192a, #w-node-_552e8ab2-e2df-f593-1c96-d4ee8e458df8-8f98192a, #w-node-fc9c0799-15f5-56b2-5b1e-ba3784acbb10-8f98192a, #w-node-d8a7ba96-41b0-8f1f-8936-6434dc16fca3-8f98192a, #w-node-ba827ffb-6f5c-67d0-502a-731935908f74-8f98192a, #w-node-_96b33430-ea0e-6d19-adfb-3525655cef91-8f98192a, #w-node-_4a4e7718-451d-c57f-a889-eedf38b08905-8f98192a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c419e498-13e8-eff5-be39-7346fe0ec8d8-fe0ec8d7 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 479px) {
  #ccnumber.w-node-_891a2b8f-d33f-1041-dbd3-b5797d3a0d4a-d20f9f4b, #ccnumber.w-node-_891a2b8f-d33f-1041-dbd3-b5797d3a0d4a-e42fdfff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


