:root {
  --grey: #ebebeb;
  --black: #000;
  --paragraph: 16px;
  --line-height: 1.4em;
  --main-red: #ed3e60;
  --secondary-red: #93293d;
  --white: white;
  --headings: "Alley Oop", sans-serif;
  --paragraph-font: acumin-pro, sans-serif;
  --white-2: white;
  --black-2: black;
}

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

body {
  background-color: var(--grey);
  color: var(--black);
  font-family: acumin-pro, sans-serif;
  font-size: var(--paragraph);
  line-height: var(--line-height);
}

h1 {
  color: var(--main-red);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: var(--line-height);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--secondary-red);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 28px;
  line-height: var(--line-height);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

h5 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 22px;
  line-height: var(--line-height);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  color: var(--main-red);
  font-weight: 400;
  text-decoration: none;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.hero-video {
  width: 100%;
  height: 100%;
}

.title-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: absolute;
}

.title-wrapper.do-not-show-mobile {
  display: block;
}

.title-wrapper.dont-show {
  display: none;
}

.page-title {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  max-width: 600px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1em;
}

.page-title.dont-show-here2 {
  display: none;
}

.gradient-bg {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.menu-wrapper {
  z-index: 2;
  min-height: 100px;
  padding-bottom: 10px;
  position: relative;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.navbar {
  background-color: #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  display: flex;
}

.logo-image {
  width: 120px;
  margin-right: 68px;
  padding-right: 0;
}

.nav-link {
  color: var(--black);
  text-transform: capitalize;
  background-color: #fff0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all .4s;
}

.nav-link:hover {
  color: var(--secondary-red);
  background-color: #ebebeb;
}

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

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-icons {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sub-heading {
  color: #c4c4c4;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.sub-heading.dont-show-here {
  display: flex;
}

.sub-heading.dont-show-here-2 {
  display: none;
}

.button-wrapper {
  margin-top: 20px;
  position: relative;
}

.button-bg {
  background-image: url('../images/Button-Net-White.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.button-bg.dark {
  background-image: url('../images/Net-Button-BG.svg');
}

.button {
  z-index: 1;
  background-color: var(--main-red);
  background-image: linear-gradient(to bottom, var(--main-red), var(--secondary-red) 90%);
  text-transform: uppercase;
  border: 2px #000;
  justify-content: center;
  min-width: 200px;
  padding: 15px 30px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.button.dont-show-here-2 {
  display: none;
}

.page-section {
  background-image: url('../images/Top-Ribbon.svg'), url('../images/Bottom-Ribbon.svg');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.page-section.testimonials {
  background-image: linear-gradient(#0009, #0009), url('../images/Testimonial-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-left: 1rem;
  margin-right: 1rem;
}

.page-section.no-bg {
  background-image: none;
}

.page-section.gallery {
  background-image: linear-gradient(#0009, #0009), url('../images/IMG_0195.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-left: 1rem;
  margin-right: 1rem;
}

.promo-wrapper {
  background-image: linear-gradient(120deg, var(--main-red), var(--secondary-red));
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: acumin-pro, sans-serif;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.container.left {
  align-items: flex-start;
}

.promo-text {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.section-heading-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.section-heading {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: var(--line-height);
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
}

.section-heading.dark {
  background-image: linear-gradient(to bottom, var(--main-red), var(--secondary-red));
  color: var(--black);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.section-heading.dark.center {
  text-align: center;
  font-size: 50px;
}

.section-heading.dark.small {
  font-size: 30px;
}

.pole-image {
  height: 125px;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonial-wrapper {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.c-curtain {
  z-index: 2000;
  background-color: #333;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.curtain {
  background-color: #131313;
  width: 100%;
  height: 100%;
}

.grid-column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-image {
  z-index: 1;
  object-fit: cover;
  background-image: url('../images/rugby-.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.column-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.column-text.top-aligned {
  justify-content: flex-start;
}

.paragraph {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

.column-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.signature-text {
  color: var(--black);
  font-family: lindsey-signature, sans-serif;
  font-size: 40px;
  line-height: var(--line-height);
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(159deg, #666 14%, #e4e4e4 30%, #666 50%, #434343 66%, #e4e4e4 78%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 600px;
}

.block-quote {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: var(--line-height);
  background-image: url('../images/quotes-fill.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60px;
  border-left-style: none;
  border-left-width: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 0;
  font-style: italic;
  font-weight: 600;
}

.ball-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ball-image {
  width: 80px;
  margin-right: 10px;
}

.gallery-embed {
  width: 100%;
  margin-top: 20px;
}

.service-accordion {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
  text-transform: capitalize;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.dropdown-toggle.dark {
  color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.icon {
  color: var(--secondary-red);
  margin-right: 10px;
}

.accordion-open {
  background-color: #0000;
  position: relative;
}

.accordion-open.w--open {
  position: relative;
}

.dropdown-paragraph {
  flex: 1;
  margin-bottom: 20px;
}

.line-divider {
  background-image: linear-gradient(to right, var(--main-red), var(--secondary-red));
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-background {
  object-fit: fill;
  background-image: url('../images/IMG-Background.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 40px;
  left: 43px;
}

.secondary {
  z-index: 1;
  background-color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  min-width: 200px;
  padding: 15px 30px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.footer1_credit-text {
  font-size: .875rem;
}

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

.icon-embed-xsmall {
  color: var(--main-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--main-red);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.text-size-tiny {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: .75rem;
}

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

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.form-field-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.footer-wrapper {
  color: var(--white);
  background-image: linear-gradient(#0009, #0009), url('../images/Footer.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
}

.footer1_legal-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;
  justify-content: center;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: flex;
}

.footer1_legal-link {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.footer-grid {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start;
  width: 100%;
}

.menu-divider {
  background-color: var(--secondary-red);
  width: 1px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-title {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: var(--line-height);
  margin-bottom: 20px;
}

.success-message-2 {
  border: 1px solid var(--white);
  background-color: #ddd0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.error-message-2 {
  background-color: var(--main-red);
}

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

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

.product-embed {
  width: 100%;
}

.cart-link {
  background-color: #ebebeb;
  align-items: center;
  max-width: 200px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.cart-link:hover {
  background-color: #ebebeb;
}

.cart-embed {
  background-color: #ebebeb;
  width: auto;
  margin-bottom: 0;
}

.floating-cart {
  z-index: 999;
  background-color: var(--grey);
  box-shadow: 0 0 15px 1px var(--black);
  padding: 5px 20px 5px 5px;
  position: fixed;
  inset: 25% 0% auto auto;
  transform: translate(600px);
}

.utility-page-wrap {
  background-image: url('../images/Bottom-Ribbon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  display: flex;
}

._404-image {
  max-height: 150px;
  margin-bottom: 20px;
}

.html-embed {
  width: 100%;
  display: flex;
}

.paragraph-2 {
  line-height: var(--line-height);
  margin-top: 10px;
  display: flex;
}

.paragraph-3 {
  margin-top: 30px;
}

.text-span {
  font-style: normal;
}

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

.tab-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-transform: uppercase;
  background-color: #ffffff4d;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.tab-button.w--current {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.tab-button.dont-show-here-2.w--current {
  display: none;
}

.tabs {
  height: 100vh;
  display: none;
}

.tabs.dont-show {
  display: none;
}

.tabs-menu {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  width: 30%;
  max-width: 350px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.tabs-menu.donotshow {
  display: none;
}

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

.tab-image._1 {
  background-image: url('../images/Cape-Town-Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-pane {
  height: 100%;
}

.tabs-content-demo {
  flex: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-content-demo.donotshow {
  display: none;
}

.hero-section {
  z-index: 3;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.hero-section.hide-hero, .hero-section.show-hero-mobile {
  display: none;
}

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

.mobile-hero-image.mobile-banner-only, .mobile-hero-image.hide, .mobile-hero-image.show {
  display: none;
}

.mobile-hero-video {
  width: 100%;
  height: 100%;
}

.mobile-hero-video.hide, .mobile-hero-video.show {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-container {
    padding-left: 78px;
  }

  .nav-link {
    color: var(--black);
    background-color: #ebebeb;
  }

  .nav-link.contact-nav-link {
    background-color: #ebebeb;
  }

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

  .nav-link.mobile.show {
    background-color: #ebebeb;
    display: block;
  }

  .nav-icons {
    background-color: #ebebeb;
  }

  .grid-column {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .grid-image {
    width: 500px;
    max-width: 500px;
    height: 500px;
    max-height: 500px;
  }

  .column-text {
    padding: 0 45px;
  }

  .paragraph {
    padding-left: 0;
  }

  .column-image {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 45px;
    padding-right: 45px;
  }

  .footer-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .menu-divider {
    display: none;
  }

  .menu-button {
    background-color: #ebebeb;
  }

  .html-embed {
    margin-left: 0;
  }

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

  .tabs-menu {
    width: 40%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 50px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    flex-direction: column;
  }

  .section-heading {
    font-size: 40px;
  }

  .section-heading.center {
    font-weight: 700;
  }

  .pole-image {
    height: 80px;
  }

  .grid-column {
    flex-direction: column;
    display: flex;
  }

  .grid-image {
    max-width: 450px;
    max-height: 450px;
  }

  .column-text {
    padding-left: 0;
  }

  .column-image {
    margin-top: 40px;
    margin-left: 0;
  }

  .block-quote {
    font-size: 26px;
  }

  .img-background {
    margin-left: -25px;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .credit-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-grid {
    grid-row-gap: 3rem;
  }

  .tab-button {
    padding: 5px 10px;
    font-size: 12px;
  }

  .tab-button.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs {
    align-items: flex-end;
  }

  .tabs-menu {
    width: 100%;
    max-width: none;
    height: 30%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    text-align: center;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .hero-video {
    display: flex;
  }

  .hero-video.do-not-show-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-wrapper {
    text-align: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .title-wrapper.do-not-show-mobile {
    display: none;
    overflow: hidden;
  }

  .title-wrapper.dont-show.show-here {
    display: flex;
  }

  .page-title {
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    display: flex;
  }

  .page-title.dont-show-here {
    display: flex;
    overflow: hidden;
  }

  .page-title.dont-show-here2.show {
    display: flex;
  }

  .gradient-bg {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_5247.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .menu-wrapper {
    overflow: hidden;
  }

  .nav-container {
    padding-left: 63px;
  }

  .logo-image {
    width: 100px;
    max-width: 80%;
    padding-left: 40px;
  }

  .sub-heading.dont-show-here {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .sub-heading.dont-show-here-2.show {
    justify-content: center;
    display: flex;
  }

  .button-wrapper {
    margin-top: 5px;
  }

  .button-wrapper.dont-show-here {
    display: flex;
  }

  .button-bg {
    margin-top: 21px;
  }

  .button-bg.dark {
    margin-top: 10px;
    margin-left: -13px;
    padding-left: 0;
  }

  .button-bg.dontdothis {
    display: none;
  }

  .button-bg.dont-show-here {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 33px;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .button {
    width: 250px;
    margin-top: 47px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button.dont-show-here-2.show {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .button.dont-show-here {
    text-align: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .page-section {
    margin-right: 1rem;
    overflow: hidden;
  }

  .page-section.no-bg {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .page-section.adjustment {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .promo-text {
    font-size: 10px;
  }

  .section-heading {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 45px;
    display: flex;
  }

  .section-heading.dark.center.small.adjustment {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .section-heading.dark.small {
    font-size: 20px;
  }

  .pole-image {
    max-width: 70%;
    height: 100px;
    margin-left: -28px;
    margin-right: -28px;
    display: none;
  }

  .grid-column {
    align-content: stretch;
    place-items: stretch stretch;
    margin-top: -76px;
  }

  .grid-image {
    max-width: 350px;
    max-height: 350px;
    margin-top: 10px;
  }

  .column-text.top-aligned.adjust {
    margin-top: 66px;
  }

  .column-image {
    margin-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .ball-image {
    width: 60px;
    max-width: 80%;
  }

  .gallery-embed {
    margin-bottom: 20px;
  }

  .img-background {
    height: 85%;
    margin-bottom: 13px;
    margin-left: -19px;
    padding-bottom: 0;
    bottom: 54px;
    left: 35px;
  }

  .img-background.new {
    margin-bottom: -39px;
  }

  .secondary {
    margin-top: 27px;
  }

  .form-field-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    overflow: hidden;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-row-gap: 48px;
  }

  .floating-cart {
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .floating-cart.mobile-hide {
    display: block;
  }

  .text-box-style {
    font-size: 18px;
  }

  .paragraph-2 {
    margin-top: 15px;
  }

  .tab-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-button.w--current {
    background-color: var(--main-red);
    background-image: linear-gradient(2deg, var(--secondary-red), var(--main-red));
    color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-button.dont-show-here-2.w--current {
    display: flex;
  }

  .tabs {
    z-index: -2;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs.dont-show.show-here {
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: 30%;
    padding-top: 0;
    padding-bottom: 0;
    top: -100px;
    overflow: hidden;
  }

  .tabs-menu.donotshow.show {
    justify-content: center;
    display: flex;
  }

  .tab-image._1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Testimonial-BG.jpg');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: 85%;
    display: flex;
  }

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

  .tabs-content-demo.donotshow.show {
    display: block;
  }

  .hero-section {
    width: 100%;
    height: 85vh;
  }

  .hero-section.show-hero-mobile {
    display: block;
  }

  .tab-content {
    position: relative;
  }

  .mobile-hero-image {
    background-image: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .mobile-hero-image.show {
    display: flex;
  }

  .video {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#00000080, #00000080);
    background-clip: padding-box;
  }

  .mobile-hero-video {
    background-image: linear-gradient(#00000080, #00000080);
    display: flex;
  }

  .mobile-hero-video.do-not-show-mobile {
    display: none;
  }

  .mobile-hero-video.show {
    background-image: linear-gradient(#000000ad, #000000ad);
    display: flex;
  }
}

#w-node-_8b009d84-3b39-a85f-b363-8f1c0bc1a399-cf0c8f57, #w-node-_6e8e9019-f77c-060a-a842-5b4624f770e2-cf0c8f57, #w-node-f2d1bb64-92d8-b3f4-5aec-75a09453eef4-cf0c8f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2d1bb64-92d8-b3f4-5aec-75a09453eef2-cf0c8f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}


@font-face {
  font-family: 'Alley Oop';
  src: url('../fonts/Alley-Oop.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}