:root {
  --black: black;
  --white: white;
  --lightgray: #d9d9d9;
  --green: #00ff56;
  --sky-blue: #73ddff;
  --gray: #8c8c8c;
  --cornflower-blue: #738aff;
  --coral: #ff8359;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@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 {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 2.06vw;
  line-height: 1.3;
}

h1 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.54em;
  font-weight: 500;
  line-height: 1.15;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.53em;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.02em;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.8;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--lightgray);
  margin-bottom: 0;
  font-size: .96em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1.1em;
  font-size: 1em;
}

li {
  line-height: 2;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-top: 2em;
  margin-bottom: 1em;
}

figcaption {
  color: var(--lightgray);
  text-align: center;
  margin-top: .8em;
  font-size: .7em;
  line-height: 1.4;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000008f 48%, #0000003b 74%, #0000001a 85%, #0000);
  justify-content: center;
  align-items: center;
  padding: .6em;
  display: block;
  position: sticky;
  top: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 3.44em;
  margin-right: 3.44em;
  display: flex;
}

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

.main-links {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1.06em;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .65;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.01em 1.06em;
  transition: opacity .3s;
  display: flex;
}

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

.nav-text {
  color: #fff;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.2;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .08em solid var(--green);
  background-image: linear-gradient(264deg, #73ffa2, #000 50%);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .63em .9em;
  font-size: 2vw;
  text-decoration: none;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section.gap-1 {
  grid-row-gap: 1.4em;
  margin-top: 0;
  margin-bottom: 2em;
}

.section.gap-1.sticky {
  height: 100vh;
  margin-top: 5em;
  margin-bottom: 0;
  padding-top: 0;
}

.section.vertical-padding.negative-margin {
  padding-top: .2em;
}

.section.vertical-padding.negative-margin.eat {
  padding-top: 2em;
}

.section.vertical-padding.negative-margin.eat.new {
  margin-top: 100px;
}

.section.vertical-padding.negative-margin.eat.small {
  padding-top: .2em;
}

.section.vertical-padding.negative-margin.eat.small.evans {
  padding-bottom: 2.4em;
}

.section.vertical-padding.negative-margin.local-biz {
  margin-top: 11px;
  padding-top: 0;
}

.section.vertical-padding.global-padding.new {
  padding-top: 0;
  padding-bottom: 2em;
}

.section.sticky, .section.sticky.pics {
  height: 150vh;
}

.section.footer {
  margin-top: 100px;
}

.section.new {
  margin-top: 101px;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.half-padding.vertical-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container.global-padding.vertical-padding.new {
  padding-bottom: 2em;
}

.container.global-padding.vertical-padding.new.tings {
  padding-top: 3em;
}

.container.vertical-padding.new {
  padding-top: 2em;
}

.heading-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.01em;
  font-weight: 500;
  line-height: 1.3;
}

.shadow-top-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff0, #fff 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.shadow-top-text.heading-large {
  background-image: linear-gradient(#00ff19, #fff 70%);
}

.heading-large {
  color: var(--green);
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 3.1em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-large.gray {
  width: auto;
}

.heading-large.light {
  flex: none;
  font-weight: 400;
}

.heading-large.light.light-gray {
  color: var(--black);
}

.heading-large.testimonial {
  color: var(--green);
  width: 8ch;
}

.heading-large.shrink {
  width: 99%;
  font-size: 3.1em;
}

.heading-large.intro-animation {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.heading-large.bullet {
  padding-left: .2em;
  padding-right: .2em;
}

.heading-large.bessiestown {
  font-size: 3em;
}

.heading-large.new {
  text-align: center;
  font-size: 2.7em;
}

.logo-looping {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.showcase-looping {
  grid-column-gap: 0px;
  grid-row-gap: .76em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.showcase-row {
  grid-column-gap: 1.25em;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: hidden;
}

.showcase-row.shadow-top {
  flex: 0 auto;
  position: relative;
  transform: translate(-10%);
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-radius: 1.3em;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10.11em;
  height: 10.11em;
  display: block;
  overflow: hidden;
}

.card.gallery-big {
  width: 15em;
  height: 15em;
  font-size: 2vw;
  line-height: 1.3;
}

.sc-image-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.cover-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px none var(--green);
  color: #73ffa2;
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: inline-block;
}

.logo-img {
  height: 6em;
}

.nav-cta.button {
  border-color: var(--green);
  background-image: linear-gradient(264deg, #00ff56, #000 50%);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-cta.button:hover {
  transform: scale(.95);
}

.loop-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
  overflow: hidden;
}

.split-col-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.about {
  color: #00ff56;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.27em;
  font-weight: 500;
  line-height: 1.5;
}

.split-col-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-top: -.7em;
  display: block;
}

.paragraph-large {
  color: gray;
  font-size: 1.39em;
  line-height: 2.1;
}

.side-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .4em;
  padding-right: .4em;
  display: flex;
  position: relative;
}

.middle-column {
  grid-row-gap: .52em;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1.9em;
  display: flex;
}

.middle-column.align-center {
  padding-top: 3.5em;
}

.round-gradient-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 6.06em;
  height: 6.06em;
  padding: .13em;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.round-gradient-btn:hover {
  transform: scale(.9);
}

.round-gradient-btn.lg {
  width: 6.35em;
  height: 6.35em;
  padding: .115em;
  font-size: 1.15em;
  line-height: 1.2;
  transition-property: none;
}

.round-gradient-btn.lg:hover, .round-gradient-btn.green:hover {
  transform: none;
}

.round-gradient-btn.medium {
  width: 5.1em;
  height: 5.1em;
  transition-property: none;
}

.round-gradient-btn.medium:hover {
  transform: none;
}

.round-gradient-btn.intro-animation {
  position: absolute;
  left: 50%;
  box-shadow: 0 0 40px 20px #00000085;
}

.gradient-btn-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(225deg, #00ff56 10%, #000 68%);
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.round-btn-text {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-size: .9em;
}

.round-btn-text.hp-button {
  color: #a7a7a7;
  text-shadow: 1px 1px 2px #f3f3f333;
  font-size: .7em;
  font-weight: 400;
}

.round-btn-border {
  background-image: linear-gradient(185deg, #00ff56 36%, #000);
  border: 1px #000;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.container-row {
  grid-column-gap: 4.6em;
  border-top: 1px #f5f9f0;
  border-bottom: 1px none var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-left: 2.1em;
  padding-right: 2.1em;
  display: flex;
  position: relative;
  inset: 0%;
}

.shadow-buttom-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #4d4d4d, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}

.shadow-buttom-text.title-medium {
  color: var(--green);
  background-image: linear-gradient(0deg, #fff, #fff);
}

.black-frame {
  background-color: var(--black);
  width: 100%;
  height: 6em;
}

.black-frame.top {
  border-bottom-right-radius: 3.8em;
  border-bottom-left-radius: 3.8em;
}

.black-frame.bottom {
  border-top-left-radius: 3.8em;
  border-top-right-radius: 3.8em;
  height: 6em;
}

.black-frame.bottom.new {
  height: 5em;
  padding-top: 0;
}

.big-card {
  background-color: #fff;
  border-radius: 1.7em;
  width: 13.2em;
  height: 81vh;
  max-height: 20em;
  position: relative;
  top: 0;
  overflow: hidden;
}

.big-card.front-left {
  object-fit: cover;
  border: 2px #01ff56;
  position: absolute;
  top: -1%;
  left: -21%;
  transform: rotate(-15deg);
}

.big-card.front-right {
  object-fit: cover;
  border: 2px #01ff56;
  position: absolute;
  top: -1%;
  right: -21%;
  transform: rotate(15deg);
}

.heading-medium {
  font-size: 2.53em;
  font-weight: 500;
  line-height: 1.25;
}

.heading-medium.margin-bottom {
  color: var(--green);
  margin-bottom: .9em;
}

.heading-medium.chat-text {
  font-size: 1em;
}

.capsule-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .08em solid #73ffa2;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 8.4em;
  height: 3.8em;
  font-size: .8em;
  display: inline-block;
  overflow: hidden;
}

.capsule-button.orange {
  border-color: var(--green);
}

.capsule-button.hidden-phone {
  position: relative;
}

.capsule-button.cta {
  box-shadow: 0 16px 20px 13px #00000078;
}

.capsule-button.cyan {
  border-color: var(--sky-blue);
}

.capsule-button-inner {
  background-image: linear-gradient(270deg, var(--green), var(--black) 56%);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .7em;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.capsule-button-inner.orange {
  background-image: linear-gradient(270deg, var(--green), var(--black) 83%);
}

.capsule-button-inner.cyan {
  background-image: linear-gradient(270deg, #59fff1, #61ddf5a3 20%, #64cdf77a 29%, #6f9efd00 56%);
}

.capsule-button-inner.new:hover {
  width: 100%;
}

.short-width {
  max-width: 63ch;
  display: block;
}

.gray {
  color: var(--gray);
}

.gray.faqs {
  color: var(--white);
}

.pop {
  color: var(--white);
  font-size: .8em;
  display: inline-block;
}

.pop.heading-large.inline {
  font-size: 3.3em;
}

.pop.underlined-green {
  padding-bottom: .3em;
}

.pop.underlined-red {
  background-image: url('../images/thick_underline.svg');
  padding-bottom: .2em;
}

.pop.underlined-red.new {
  padding-bottom: .5em;
}

.inline {
  display: inline-block;
}

.big-round-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10.53em;
  height: 10.53em;
  display: block;
  overflow: hidden;
}

.gap-0-1 {
  grid-column-gap: .15em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .1em .1em .9em;
  display: flex;
  overflow: hidden;
}

.underlined-green {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: url('../images/underline-green.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .1em;
  padding-bottom: .1em;
  padding-right: .1em;
  display: inline-block;
}

.underlined-green.thick {
  background-image: url('../images/thick_underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.underlined-green.new {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: .4em;
}

.green-gradient-inner {
  background-image: linear-gradient(225deg, var(--green) 14%, #000 52%);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.green-gradient-inner.orange {
  background-image: linear-gradient(225deg, var(--green) 14%, #00ff56 53%, #000 89%);
}

.green-gradient-border {
  background-image: linear-gradient(297deg, var(--green) 36%, var(--black) 87%);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.green-gradient-border.orange {
  background-image: linear-gradient(297deg, var(--green) 36%, var(--black));
  border: 1px solid #000;
}

.small-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 18ch;
  padding-top: 2.3em;
  padding-left: 4em;
  display: flex;
}

.gradient-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 3px solid #73ffa2;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24.5em;
  padding: .1em;
  display: flex;
  overflow: hidden;
}

.gradient-box-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(198deg, #00ff56, #5ef49ad1 13%, #7bf96870 32%, #70fd9f1f 48%, var(--black) 58%);
  border-radius: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3.6em 4.05em;
  display: flex;
}

.sub-heading-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 2.17;
}

.global-padding {
  justify-content: space-between;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.global-padding.vertical-padding {
  padding-bottom: 0;
  overflow: hidden;
}

.global-padding.vertical-padding.flex-frame.new {
  padding-bottom: 2em;
}

.global-padding.vertical-padding.new {
  padding-top: 2em;
  padding-bottom: 2em;
}

.global-padding.vertical-padding.new.nobutton {
  padding-bottom: .2em;
}

.global-padding.flex-frame {
  background-color: #0000;
  border-top: 1px solid #424443;
  padding-top: 30px;
}

.rotated-slides {
  object-fit: cover;
  border-radius: 1.8em;
  width: 14.4em;
  height: 14.4em;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rotated-slides.slide1 {
  transform-origin: 0 100%;
  transform: translate(-7%, -50%);
}

.rotated-slides.slide2 {
  perspective-origin: 50%;
  transform-origin: 0 100%;
  transform: rotate(-15deg)translate(8%, -47%);
}

.rotated-slides.slide3 {
  transform-origin: 0 100%;
  transform: rotate(-30deg)translate(18%, -44%);
}

.rotated-slides.slide4 {
  transform-origin: 0 100%;
  transform: rotate(-45deg)translate(29%, -39%);
}

.rotated-slides.slide5 {
  transform-origin: 0 100%;
  transform: rotate(-60deg)translate(38%, -30%);
}

.full-height {
  width: 100%;
  height: 63vh;
  margin-top: 69px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.texts-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.3em;
  padding-right: 1.1em;
  display: flex;
}

.pottential-text {
  grid-column-gap: 0px;
  grid-row-gap: .1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-and-button {
  grid-column-gap: .6em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: .4em;
  display: flex;
}

.heading-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 1.3;
}

.round-btn-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 4px undefined undefined;
  background-color: var(--black);
  cursor: pointer;
  background-image: linear-gradient(225deg, #73ffa2, #73ffa200 55%);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.backgrounds-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
}

.rotated-img-1 {
  object-fit: cover;
  border-radius: 1.6em;
  width: 9.6em;
  height: 9.6em;
  transform: translate(1.7em, 4.1em)rotate(-30deg);
}

.rotated-img-2 {
  object-fit: cover;
  border-radius: 1.6em;
  width: 11em;
  height: 11em;
  transform: translate(-1.8em, 1em)rotate(15deg);
}

.rotated-img-3 {
  object-fit: cover;
  border-radius: 1.5em;
  width: 13.4em;
  height: 13.4em;
  margin-bottom: 6em;
  transform: translate(-.1em, 2.2em)rotate(-15deg);
}

.small-font {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 2;
}

.small-font.gray.long-height {
  line-height: 2;
}

.small-font.underlined-green {
  padding-bottom: .5em;
  font-size: 1.4em;
}

.small-font.new {
  margin-bottom: 8px;
}

.back-images-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.3em;
  display: flex;
}

.front-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1.8em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 15.3em;
  height: 15.3em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.back-image {
  object-fit: cover;
  border-radius: 1.8em;
  width: 12.4em;
  height: 12.4em;
}

.pricing-box-border {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(312deg, #73ffa2, #fff0 50%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.pricing-box-border.lite {
  background-image: linear-gradient(312deg, var(--sky-blue), #fff0 50%);
}

.pricing-box-border.max {
  background-image: linear-gradient(312deg, #738aff, #fff0 50%);
}

.price-wrapper {
  grid-row-gap: .3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .4em;
  display: flex;
}

.image-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.6em;
  height: 3.6em;
  display: flex;
}

.sub-heading-center {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.77em;
  font-weight: 500;
}

.text-xsmall {
  color: #8c8c8c;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .505em;
  font-weight: 400;
}

.price {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.01em;
  font-weight: 400;
}

.get-button-inner {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding: .51em 5.2em;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.features-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-text {
  color: #fff;
  letter-spacing: 0;
  padding-right: .6em;
  font-family: Poppins, sans-serif;
  font-size: .505em;
  font-weight: 400;
  display: inline-block;
}

.membership {
  grid-column-gap: 0px;
  grid-row-gap: 1.1em;
  border: 4px undefined undefined;
  background-color: #000;
  background-image: linear-gradient(230deg, var(--green), #73ffa2b3 13%, #73ffa280 23%, #73ffa257 31%, #73ffa200 45%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.46em 1em;
  display: flex;
}

.membership.lite, .membership.max {
  background-image: none;
}

.get-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(258.35deg, #73ffa2, #73ffa200 54%);
  border: 3px solid #73ffa2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: transform .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.get-button:hover {
  transform: scale(.95);
}

.get-button.lite {
  border-color: var(--sky-blue);
  background-image: none;
}

.get-button.max {
  border-color: var(--cornflower-blue);
  background-image: none;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.features-item {
  padding-bottom: .18em;
}

.subscribe-content {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 59%;
  display: flex;
}

.subscribe-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12.1em;
  height: 18.4em;
  display: flex;
  overflow: hidden;
}

.subscribe-form {
  background-image: linear-gradient(305deg, var(--green), #000);
  border-radius: 10em;
  margin-bottom: 0;
  padding: 0 .1em .1em;
  display: block;
  position: relative;
}

.testimonial-container {
  grid-column-gap: -90px;
  grid-row-gap: -90px;
  flex-direction: column;
  align-items: center;
  width: 20%;
  height: 16.8em;
  display: flex;
  position: relative;
}

.testimonial-content {
  background-color: #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 52%;
  display: flex;
}

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.align-center.eat {
  height: 20px;
}

.subscribe-container {
  width: 100%;
}

.hidden-label {
  z-index: -10;
  color: #fff0;
  position: absolute;
}

.email-input {
  background-color: var(--black);
  background-image: linear-gradient(186deg, var(--green), #53b775 15%, #3b8353 26%, #265335 36%, #000 54%, #000);
  color: var(--white);
  border-style: none;
  border-radius: 10em;
  margin-bottom: 0;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
  padding-left: 2em;
  font-size: 1.01em;
}

.email-input:focus {
  border-color: #b2ffcc;
}

.email-input::placeholder {
  color: #fff;
}

.submit-button {
  z-index: 10;
  border: .13em solid var(--green);
  background-color: #0000;
  background-image: linear-gradient(225deg, var(--green), #36784c78 40%, #0000 50%);
  border-radius: 10em;
  padding: 1.17em 2em;
  font-size: .8em;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translate(0, -50%);
}

.submit-button:hover {
  transform: scale(.94)translate(0, -55%);
}

.footer-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  background-image: none;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-background.new {
  margin-top: 100px;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.heading-xsmall {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: .6em;
  padding-bottom: .1em;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 1.3;
}

.footer-links-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-container.new {
  text-align: left;
}

.regular-text {
  letter-spacing: 0;
  padding-top: .34em;
  padding-bottom: .34em;
  font-family: Poppins, sans-serif;
  font-size: .632em;
  font-weight: 400;
}

.regular-text.light-gray.inviz {
  color: var(--black);
}

.regular-text.light-gray.digmedia {
  color: var(--white);
}

.regular-text.light-gray.matt {
  color: var(--gray);
  font-weight: 400;
}

.regular-text.light-gray.matt:hover {
  color: var(--green);
}

.footer-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 20%;
  height: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.credits-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  top: -60px;
  left: -209px;
}

.credits-container.new {
  text-align: left;
}

.footer-lists {
  width: 33.3%;
}

.footer-lists.new {
  text-align: left;
}

.customer-profiles {
  object-fit: cover;
  border-radius: 100%;
  width: 7.1em;
  height: 7.1em;
  position: absolute;
  box-shadow: 0 2px 20px 12px #0003;
}

.customer-profiles.first {
  width: 6.1em;
  height: 6.1em;
  top: 0;
}

.customer-profiles.last {
  width: 8.1em;
  height: 8.1em;
  bottom: 0;
}

.customer-profiles.middle {
  top: 45%;
  transform: translate(0, -50%);
}

.gallery-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.gallery-text-wrapper.right {
  align-items: flex-end;
}

.heading-regular {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.02em;
  font-weight: 500;
  line-height: 1.2;
}

.heading-regular.gray {
  color: var(--green);
}

.heading-regular.short-box {
  margin-bottom: -.2em;
}

.slides {
  border-radius: 1.9em;
  width: 12.13em;
  height: 16.7em;
  overflow: hidden;
}

.gallery-container {
  grid-column-gap: 2em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  display: flex;
  transform: rotate(345deg);
}

.long-box {
  border: 4px undefined undefined;
  background-color: var(--black);
  background-image: linear-gradient(190deg, #00ff56, #00ff56 35%, #ff967300 54%);
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.8em 4em 2.8em 2em;
  display: flex;
}

.short-box-inner {
  grid-row-gap: 1.4em;
  background-color: var(--black);
  background-image: linear-gradient(217deg, var(--green), transparent 58%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.25em 1.6em;
  display: flex;
}

.short-box-inner.cyan {
  background-image: linear-gradient(217deg, #00ff56, #00ff56 17% 29%, #00ff56 48%, #738aff00 58%);
}

.small-paragraph {
  color: #ccc;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .55em;
  font-weight: 400;
  line-height: 1.8;
}

.small-paragraph.faqs-ans {
  color: #00c227;
}

.short-box-border {
  background-image: linear-gradient(246deg, var(--green), #738aff00 97%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .1em;
  display: flex;
  overflow: visible;
}

.short-box-border.cyan {
  background-image: linear-gradient(243deg, #00ff56, #00ff56 39% 70%, #6e9ffc2e 88%, #738aff00 97%);
}

.box-list-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.box-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-title-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
}

.round-button-small-inner {
  background-color: var(--black);
  cursor: pointer;
  background-image: linear-gradient(225deg, #00ff56, #738aff00 57%);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.round-button-small-inner.cyan {
  background-image: linear-gradient(225deg, #00ff56, #00ff56 28%, #6f9efd00 57%);
}

.short {
  grid-row-gap: 1em;
  flex-direction: column;
  width: 26ch;
  display: flex;
}

.small-col {
  grid-row-gap: 2em;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 27%;
  height: 100%;
  display: flex;
}

.big-col {
  perspective: 500px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 21em;
  display: flex;
  position: relative;
}

.white-background {
  background-color: #000;
  background-image: linear-gradient(to bottom, black, #000 6%, white 11%, var(--white) 88%, #000 94%, var(--black));
  color: var(--black);
}

.white-background.container {
  overflow: visible;
}

.loop-container {
  flex: none;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.round-btn-small {
  background-image: linear-gradient(296deg, var(--green) 34%, var(--black) 83%);
  border-radius: 100%;
  width: 2.7em;
  height: 2.7em;
  padding: .1em;
  font-size: 1em;
  display: inline-block;
}

.sub-heading-big {
  font-size: 2.02em;
  font-weight: 500;
}

.white-arrow {
  width: 43%;
}

.flex-frame {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.underlined-link {
  color: var(--white);
  background-image: url('../images/underline-green.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .5em;
}

.underlined-link:visited {
  color: var(--white);
}

.vertical-padding {
  padding-top: 6em;
  padding-bottom: 0;
}

.vertical-padding.new {
  padding-top: 0;
}

.left-align {
  text-align: left;
  padding-right: 5.5em;
}

.light-gray {
  color: var(--lightgray);
}

.half-padding {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

.long-box-border {
  background-image: linear-gradient(306deg, var(--green), var(--black) 85%);
  border-radius: 2em;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
}

.long-box-border.new {
  margin-top: 50px;
}

.round-button-small {
  background-image: linear-gradient(284deg, var(--green), transparent 84%);
  border-radius: 100%;
  width: 1.4em;
  height: 1.4em;
  padding: .1em;
  font-size: 1em;
}

.round-button-small.cyan {
  background-image: linear-gradient(284deg, #00ff56, #00ff56 43%, #6f9efd00 84%);
}

.video-container {
  border-radius: 2em;
  width: 16em;
  height: 21em;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.video-container.sec {
  transform-style: preserve-3d;
  transform: translate3d(0, -7%, -50px)translate(0, -50%);
}

.video-container.third {
  transform-style: preserve-3d;
  transform: translate3d(0, -14%, -100px)translate(0, -50%);
}

.video-container.forth {
  transform-style: preserve-3d;
  transform: translate3d(0, -21%, -150px)translate(0, -50%);
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.background-video.video-2 {
  background-image: linear-gradient(#fffb00, #0000), url('../images/sc1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.background-video.video-3 {
  background-image: linear-gradient(#f0e, #0000), url('../images/customer2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.background-video.video-4 {
  background-image: linear-gradient(#0f5, #0000), url('../images/main.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.navbar-links {
  display: flex;
}

.menu-button {
  display: none;
}

.title-medium {
  font-size: 1em;
}

.underlined-red {
  background-image: url('../images/red-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .1em;
}

.footer-border {
  background-image: linear-gradient(27deg, var(--green), var(--black));
  border-radius: 2em 2em 0 0;
  width: 100%;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
}

.footer-border.base {
  background-image: none;
}

.mask {
  height: auto;
  max-height: 4.5em;
  overflow: hidden;
}

.sticky-flex-box {
  z-index: -2;
  grid-row-gap: 1.4em;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  margin-top: 7vh;
  display: flex;
  position: sticky;
  top: 0%;
}

.sticky-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper {
  margin-top: 20px;
  position: absolute;
  top: 25%;
  transform: translate(0, -14.7em);
}

.drawer-menu {
  display: none;
  position: absolute;
}

.link.gallery:hover {
  color: var(--green);
}

.line {
  background-color: var(--white);
  width: 2em;
  height: .1em;
  display: none;
}

.tablet-cta {
  z-index: 997;
  justify-content: center;
  padding-bottom: 2em;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.btn-wrap {
  grid-column-gap: .75em;
  align-items: center;
  display: flex;
}

.sticky-area {
  display: block;
  position: absolute;
  inset: -40% -10%;
}

.sticky-btn {
  position: relative;
}

.sticky-btn:hover {
  width: 17%;
}

.sticky-btn.new {
  width: 16.9863%;
  height: 82.2991%;
}

.sticky-btn.new:hover {
  width: 17%;
}

.center-row {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: .6em;
  display: flex;
}

.small-arrow {
  width: 1.2em;
  padding-left: .1em;
}

.gradient-top {
  background-image: linear-gradient(#0009, #0000 75%);
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  border-radius: 100%;
  width: 2em;
  height: 2em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  height: 81vh;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
  display: flex;
}

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

.utility-page-form {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 19.5em;
  display: flex;
}

.password-field {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding: 1.23em 1em;
  font-size: 1em;
}

.password-field::placeholder {
  color: var(--white);
}

.body {
  min-height: 100vh;
}

.padding-bottom {
  padding-bottom: 3em;
}

.grid-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr .75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 10.1em;
  display: grid;
  position: relative;
}

.bottom-fix {
  position: absolute;
  bottom: 0;
}

.error-message {
  color: #ff3535;
  background-color: #0000;
  font-size: .7em;
}

.success-message {
  border: .1em solid var(--green);
  background-color: #0000;
  background-image: linear-gradient(191deg, var(--green), #2c603d61 49%, transparent 74%);
  color: var(--white);
  text-align: left;
  border-radius: 10em;
  padding-left: 2em;
  padding-right: 2em;
}

.close-menu-trigger {
  width: 4em;
  height: 3em;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.faq-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  width: 88%;
  padding-top: 1.3em;
  padding-bottom: .2em;
  display: flex;
  overflow: hidden;
}

.question-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-title {
  font-size: 1em;
  font-weight: 500;
}

.faq-plus {
  background-color: var(--white);
  border-radius: 20px;
  width: .6em;
  height: .07em;
}

.faq-plus.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.text-span, .text-span-2 {
  color: var(--green);
}

.interest-text {
  color: var(--gray);
  font-size: .9em;
}

.virtual-text {
  color: var(--green);
}

.members-text {
  font-style: italic;
}

.postcode {
  color: #fdfdfd;
  font-size: 1em;
  font-weight: 400;
}

.spacer-section {
  height: 2px;
}

.spacer-section.footer {
  height: 65px;
}

.spacer-section.local-biz {
  height: auto;
}

.spacer-section.small-spacer-2px {
  height: 2px;
}

.eat-section-main {
  padding-top: 10px;
}

.things-green-section {
  padding-top: 0;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-circles.eat {
  border-bottom-style: none;
  padding-top: 0;
}

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

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

.centered-subheading {
  color: var(--gray);
  text-align: center;
  letter-spacing: .1em;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.link-2 {
  color: var(--green);
}

.link-2:hover {
  color: var(--white);
}

.accommo-section-top {
  margin-top: 0;
  padding-top: 0;
}

.spacer-section-big {
  height: 50px;
}

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

.gallery-pics-section {
  padding-top: 50px;
  padding-bottom: 49px;
}

.gallery-div {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-pic {
  border: 2px solid #474948;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-hover:hover {
  color: var(--green);
}

.gallery-pics-section-copy {
  padding-top: 50px;
  padding-bottom: 49px;
}

.in-progres-spacer {
  padding-top: 20px;
  padding-bottom: 10px;
}

.container-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph {
  color: var(--gray);
  letter-spacing: .1em;
  text-indent: 0;
  font-size: .5em;
  font-weight: 400;
}

.local-services-section {
  padding-top: 25px;
}

@media screen and (min-width: 1440px) {
  .section.gap-1.sticky {
    margin-top: 7.6em;
  }

  .section.vertical-padding.negative-margin {
    padding-top: 4.3em;
  }

  .section.sticky {
    margin-top: 196px;
    padding-top: 208px;
  }

  .section.sticky.pics {
    margin-top: 53px;
    padding-top: 101px;
  }

  .container.global-padding.vertical-padding.new.tings {
    padding-top: 4.9em;
  }

  .shadow-top-text.heading-large {
    background-image: linear-gradient(#00f452 38%, #fff 70%);
    margin-bottom: 0;
  }

  .heading-large {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 2.8em;
  }

  .heading-large.intro-animation {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-large._24 {
    margin-bottom: 40px;
  }

  .logo-looping {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-img {
    width: auto;
    height: 4em;
  }

  .round-gradient-btn.intro-animation {
    box-shadow: 0 3px 20px 20px #000;
  }

  .round-btn-border {
    background-image: linear-gradient(185deg, var(--green) 36%, #000);
  }

  .container-row.new {
    top: 0%;
  }

  .shadow-buttom-text {
    background-image: linear-gradient(to top, #555, #fff);
  }

  .global-padding.vertical-padding.new.nobutton {
    padding-top: 4em;
  }

  .small-font.underlined-green {
    font-size: 1.1em;
  }

  .mask {
    overflow: hidden;
  }

  .negative-margin {
    margin-top: -6em;
    margin-bottom: -4em;
  }

  .spacer-section {
    height: 57px;
  }

  .team-circles.eat {
    padding-top: 119px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

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

  .action-section {
    padding-top: 122px;
  }

  .paragraph {
    font-size: .4em;
  }

  .local-services-section {
    padding-top: 150px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 4.5em;
  }

  p {
    margin-bottom: 0;
  }

  .navbar {
    width: 100%;
    margin-bottom: 3em;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .navbar-container {
    margin-left: 2em;
    margin-right: 2em;
  }

  .logo {
    z-index: 999;
    position: relative;
  }

  .navbar-link, .button {
    justify-content: center;
  }

  .section.gap-1.sticky {
    height: 48vh;
    margin-top: 8.3em;
    padding-top: 0;
  }

  .section.sticky {
    height: 50vh;
  }

  .section.sticky.pics {
    height: 100vh;
  }

  .heading-title {
    font-size: 1.14em;
    line-height: 1.3;
  }

  .heading-large {
    margin-top: 5px;
    font-size: 3.8em;
    line-height: 1.2;
  }

  .heading-large.testimonial {
    width: 100%;
  }

  .heading-large.bessiestown {
    font-size: 3em;
  }

  .heading-large.new {
    margin-top: 0;
  }

  .logo-looping {
    padding-top: 0;
    padding-bottom: 0;
  }

  .showcase-row {
    grid-column-gap: .85em;
    flex-direction: row;
    align-items: center;
  }

  .card {
    border-radius: 1.5em;
    width: 10.8em;
    height: 10.8em;
  }

  .card.shadow-top {
    position: relative;
  }

  .logo-img {
    height: 6.6em;
  }

  .nav-cta {
    display: none;
  }

  .loop-text {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .about {
    font-size: 1.43em;
  }

  .paragraph-large {
    font-size: 1.57em;
  }

  .round-gradient-btn {
    font-size: .915em;
  }

  .round-gradient-btn.lg {
    font-size: 1.3em;
  }

  .gradient-btn-inner {
    cursor: pointer;
  }

  .big-card.front-left {
    left: -10%;
  }

  .big-card.front-right {
    right: -10%;
  }

  .heading-medium {
    font-size: 2.85em;
  }

  .heading-medium.chat-text {
    font-size: 1.2em;
  }

  .capsule-button {
    font-size: .9em;
  }

  .short-width {
    align-self: center;
    margin-left: auto;
    margin-right: 0;
  }

  .big-round-image {
    width: 11.9em;
    height: 11.9em;
  }

  .gap-0-1 {
    padding-top: .6em;
    padding-bottom: .6em;
  }

  .underlined-green.thick {
    background-image: url('../images/thick_underline.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .small-container {
    padding-top: 1.9em;
  }

  .sub-heading-small {
    font-size: 1.58em;
  }

  .global-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .rotated-slides {
    width: 15.5em;
    height: 15.5em;
  }

  .full-height {
    height: 50vh;
    margin-top: 6px;
    padding-top: 0;
  }

  .heading-small {
    font-size: .85em;
  }

  .backgrounds-container {
    padding-left: 5em;
    padding-right: 5em;
    position: relative;
  }

  .rotated-img-1 {
    width: 11.4em;
    height: 11.4em;
  }

  .rotated-img-2 {
    width: 13em;
    height: 13em;
    transform: translate(-1.8em, 4.5em)rotate(15deg);
  }

  .rotated-img-3 {
    width: 15.9em;
    height: 15.9em;
    transform: translate(1.2em, 2.2em)rotate(-15deg);
  }

  .small-font {
    font-size: .85em;
  }

  .small-font.underlined-green {
    font-size: 1.9em;
  }

  .back-images-container {
    height: 16.4em;
  }

  .front-image {
    width: 16.4em;
    height: 16.4em;
  }

  .back-image {
    width: 13em;
    height: 13em;
  }

  .sub-heading-center {
    font-size: 2em;
  }

  .text-xsmall {
    font-size: .57em;
  }

  .price {
    font-size: 1.14em;
  }

  .features-text {
    font-size: .57em;
  }

  .membership {
    padding-left: 1.3em;
    padding-right: 1.4em;
  }

  .subscribe-image {
    width: 13.67em;
    height: 20.07em;
  }

  .testimonial-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 15em;
  }

  .testimonial-content {
    grid-row-gap: .75em;
    width: 100%;
  }

  .align-center {
    margin-top: 0;
    padding-top: 0;
  }

  .email-input {
    padding-top: 2.4em;
    padding-bottom: 2.4em;
    padding-left: 2.2em;
  }

  .submit-button {
    padding: 1.3em 2.1em;
  }

  .heading-xsmall {
    font-size: .85em;
  }

  .regular-text {
    font-size: .71em;
  }

  .footer-cta {
    padding-top: 1.9em;
    padding-bottom: 1.9em;
  }

  .credits-container {
    top: -45px;
    left: -121px;
  }

  .customer-profiles {
    position: relative;
  }

  .customer-profiles.first, .customer-profiles.last {
    width: 12.1em;
    height: 12.1em;
  }

  .customer-profiles.middle {
    width: 13em;
    height: 13em;
    top: 0%;
    bottom: 0;
    transform: translate(0);
  }

  .heading-regular {
    font-size: 2.57em;
  }

  .slides {
    width: 13.7em;
    height: 18.08em;
  }

  .long-box, .short-box-inner {
    border-radius: 2.5em;
  }

  .small-paragraph {
    font-size: .62em;
  }

  .short-box-border {
    border-radius: 2.5em;
  }

  .heading-title-small {
    font-size: .9em;
  }

  .short {
    width: 29ch;
  }

  .round-btn-small {
    font-size: .8em;
  }

  .sub-heading-big {
    font-size: 2.3em;
  }

  .underlined-link {
    padding-bottom: .7em;
  }

  .half-padding {
    padding-left: .5em;
    padding-right: .5em;
  }

  .long-box-border {
    border-radius: 2.5em;
  }

  .round-button-small {
    font-size: 1.2em;
  }

  .navbar-links {
    display: none;
  }

  .menu-button {
    z-index: 999;
    cursor: pointer;
    width: 1.55em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .menu-button:active, .menu-button:focus {
    background-color: #0000;
  }

  .title-medium {
    font-size: 1.13em;
  }

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

  .mask {
    max-height: 5.4em;
  }

  .drawer-menu {
    border-top: .1em solid var(--cornflower-blue);
    border-bottom: .1em solid var(--cornflower-blue);
    border-left: .1em solid var(--cornflower-blue);
    background-image: linear-gradient(210deg, var(--green), var(--black) 43%);
    border-radius: 4em;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    right: 0;
  }

  .link {
    color: var(--gray);
    font-size: 2em;
    line-height: 2;
  }

  .link:hover {
    color: var(--white);
  }

  .link.gallery {
    font-size: 1.3em;
  }

  .link.gallery.link-2 {
    color: var(--green);
  }

  .link.gallery.link-2:hover {
    color: var(--white);
  }

  .menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 18%;
    padding-bottom: 9%;
    display: flex;
  }

  .text-block {
    font-size: .9em;
    line-height: 1.8;
  }

  .line {
    background-color: var(--white);
    border-radius: 50px;
    width: 100%;
    height: .15em;
    margin-bottom: .5em;
    display: block;
  }

  .dark-back {
    transform-origin: 100% 0;
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .tablet-cta {
    display: none;
  }

  .grid-row {
    grid-column-gap: 7px;
    grid-template-rows: minmax(11.25em, 1fr) minmax(11.25em, 1fr);
    grid-template-columns: 1fr 1fr .75fr .5fr;
    place-content: space-between stretch;
    place-items: stretch stretch;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .close-menu-trigger {
    z-index: 999;
    cursor: pointer;
    height: 3.4em;
    position: absolute;
    right: .7em;
  }

  .faq-container {
    padding-top: 1.7em;
  }

  .container-2 {
    max-width: 728px;
  }

  .centered-heading {
    font-size: 5em;
  }

  .centered-subheading {
    font-size: 1em;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .gallery-section {
    padding-top: 41px;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .bottom-para {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 4.5em;
  }

  .section.gap-1 {
    margin-bottom: 6em;
  }

  .section.gap-1.sticky {
    margin-top: .4em;
  }

  .section.sticky {
    height: auto;
  }

  .section.sticky.pics {
    height: 50vh;
  }

  .container.visible {
    margin-top: 3em;
    overflow: visible;
  }

  .container.margin-top {
    margin-top: 18em;
  }

  .heading-title {
    font-size: 1.28em;
  }

  .heading-large {
    margin-top: 0;
    font-size: 4.5em;
  }

  .heading-large.shrink {
    margin-bottom: 1em;
  }

  .heading-large.new {
    font-size: 3em;
  }

  .logo-looping {
    padding-top: 0;
    padding-bottom: 0;
  }

  .showcase-row {
    grid-column-gap: .96em;
  }

  .card {
    width: 12.15em;
    height: 12.15em;
  }

  .logo-img {
    height: 8.2em;
  }

  .split-col-1 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 3em;
  }

  .about {
    font-size: 1.6em;
  }

  .split-col-2 {
    width: 100%;
  }

  .paragraph-large {
    font-size: 1.76em;
  }

  .side-column {
    padding-top: 22px;
    padding-bottom: 19px;
  }

  .middle-column {
    padding-top: 1.9em;
    padding-bottom: 3.2em;
  }

  .round-gradient-btn {
    font-size: 1.2em;
  }

  .round-gradient-btn.lg {
    font-size: 1.46em;
  }

  .big-card {
    width: 16em;
    max-height: 24em;
    transform: translate(24%)rotate(15deg);
  }

  .big-card.front-left {
    height: 82vh;
    max-height: 24em;
    left: 43%;
    transform: translate(-50%)rotate(-15deg);
  }

  .big-card.front-right {
    top: 0%;
    left: 43%;
    right: 0%;
    transform: translate(-50%)rotate(-15deg);
  }

  .heading-medium {
    font-size: 3.25em;
  }

  .heading-medium.chat-text {
    font-size: 1.7em;
  }

  .capsule-button {
    font-size: 1em;
  }

  .short-width {
    margin-right: auto;
  }

  .big-round-image {
    width: 13.38em;
    height: 13.38em;
  }

  .gap-0-1 {
    grid-column-gap: 1em;
    text-align: center;
    width: 92%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .small-container {
    grid-row-gap: 2.5em;
    width: 100%;
    padding-bottom: 4em;
    padding-left: 8em;
    padding-right: 13em;
  }

  .gradient-box {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading-small {
    font-size: 1.77em;
  }

  .global-padding.vertical-padding {
    padding-bottom: 2em;
  }

  .global-padding.flex-frame {
    padding-top: 49px;
  }

  .rotated-slides {
    width: 16.1em;
    height: 16.1em;
  }

  .full-height {
    max-height: 40.1em;
    position: relative;
    overflow: hidden;
  }

  .text-and-button {
    grid-column-gap: 1.25em;
  }

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

  .backgrounds-container {
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    overflow: hidden;
  }

  .rotated-img-1 {
    width: 14.2em;
    height: 14.2em;
    transform: translate(1.7em, 3.8em)rotate(-30deg);
  }

  .rotated-img-2 {
    width: 16.12em;
    height: 16.12em;
    transform: translate(-1.8em, 6em)rotate(15deg);
  }

  .rotated-img-3 {
    width: 19.7em;
    height: 19.7em;
  }

  .small-font {
    font-size: 1.4em;
  }

  .small-font.underlined-green {
    font-size: 2.9em;
  }

  .pricing-box-border {
    border-radius: 2.9em;
    width: 66%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding: .3em;
    display: block;
  }

  .pricing-box-border.lite {
    background-image: linear-gradient(211deg, var(--sky-blue), #fff0 84%);
  }

  .pricing-box-border.max {
    background-image: linear-gradient(207deg, #738aff, #fff0 86%);
  }

  .sub-heading-center {
    font-size: 2.25em;
  }

  .text-xsmall {
    font-size: .8em;
  }

  .price {
    font-size: 1.28em;
  }

  .features-text {
    font-size: .64em;
  }

  .membership {
    font-size: 1.4em;
  }

  .subscribe-content {
    padding-top: 1.5em;
  }

  .subscribe-image {
    width: 20.07em;
  }

  .testimonial-container {
    width: 114%;
  }

  .testimonial-content {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .subscribe-container {
    font-size: 1.2em;
  }

  .footer-background {
    border-radius: 3.5em;
    padding-top: 4em;
  }

  .footer-content {
    grid-column-gap: 4.5em;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-xsmall {
    font-size: 1.5em;
  }

  .regular-text {
    font-size: 1.4em;
  }

  .credits-container {
    align-items: center;
    margin-right: auto;
    top: 0;
    left: auto;
  }

  .footer-lists {
    width: auto;
  }

  .customer-profiles.first, .customer-profiles.last, .customer-profiles.middle {
    width: 14.62em;
    height: 14.62em;
  }

  .heading-regular {
    font-size: 2.89em;
  }

  .slides {
    width: 15.4em;
    height: 21.15em;
  }

  .short-box-inner {
    width: 100%;
  }

  .small-paragraph {
    font-size: 1em;
  }

  .short-box-border {
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .short {
    width: 52ch;
  }

  .small-col {
    width: 100%;
    padding-bottom: 0;
  }

  .big-col {
    width: 100%;
    height: 21em;
    padding-top: 77%;
  }

  .round-btn-small {
    font-size: 1em;
  }

  .sub-heading-big {
    font-size: 3.8em;
  }

  .flex-frame {
    flex-direction: column;
  }

  .flex-frame.global-padding.vertical-tablet {
    overflow: hidden;
  }

  .flex-frame.footer {
    flex-direction: column-reverse;
    align-items: center;
  }

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

  .long-box-border {
    margin-bottom: 2em;
  }

  .round-button-small {
    font-size: 1.6em;
  }

  .video-container {
    width: 22em;
    height: 28.87em;
  }

  .title-medium {
    font-size: 1.27em;
  }

  .footer-border {
    border-radius: 3.5em;
    padding: 1px .3em .3em;
  }

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

  .sticky-flex-box {
    height: auto;
    position: relative;
  }

  .sticky-part {
    position: relative;
    top: 0%;
    transform: translate(-50%);
  }

  .content-wrapper {
    position: relative;
    top: 0%;
    transform: none;
  }

  .drawer-menu {
    background-image: linear-gradient(210deg, var(--green), var(--black) 43%);
  }

  .link {
    font-size: 3.9em;
  }

  .link.gallery.link-2 {
    color: var(--green);
    font-size: 1.2em;
  }

  .text-block {
    font-size: 1.6em;
  }

  .line {
    height: .2em;
  }

  .tablet-cta {
    padding-bottom: 2.8em;
    font-size: 1.2em;
  }

  .small-arrow {
    width: 1.7em;
  }

  .faq-container {
    width: 100%;
  }

  .faq-title {
    font-size: 1.3em;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .centered-subheading {
    font-size: 1.5em;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-section {
    padding-top: 40px;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .bottom-para {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 3vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 11.5em;
  }

  .navbar-container {
    margin-left: 2.4em;
    margin-right: 2.4em;
  }

  .section.gap-1 {
    grid-row-gap: 2.75em;
    margin-top: 7em;
    margin-bottom: 13em;
  }

  .section.vertical-padding {
    overflow: hidden;
  }

  .section.vertical-padding.negative-margin {
    padding-bottom: .2em;
  }

  .section.vertical-padding.negative-margin.eat.small {
    padding-top: 2em;
    padding-bottom: .2em;
  }

  .section.sticky {
    justify-content: center;
  }

  .section.sticky.pics {
    height: 26vh;
  }

  .section.extra-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .container.margin-top {
    margin-top: 25em;
  }

  .heading-title {
    font-size: 2.2em;
  }

  .shadow-top-text.heading-large {
    background-image: linear-gradient(#00ff19, #fff 41%);
  }

  .heading-large {
    font-size: 5.9em;
    line-height: 1.4;
  }

  .heading-large.testimonial {
    line-height: 1.4;
  }

  .heading-large.new {
    font-size: 4.7em;
  }

  .logo-looping {
    padding-top: 0;
    padding-bottom: 0;
  }

  .showcase-looping {
    grid-row-gap: 2.75em;
  }

  .showcase-row {
    grid-column-gap: 2.75em;
  }

  .card {
    border-radius: 3em;
    width: 19.5em;
    height: 19.5em;
  }

  .logo-img {
    height: 11.7em;
  }

  .about, .paragraph-large {
    font-size: 3em;
  }

  .side-column {
    padding-top: 22px;
  }

  .middle-column {
    grid-row-gap: 2.5em;
  }

  .middle-column.align-center {
    padding-top: 4.5em;
    padding-bottom: 7em;
  }

  .round-gradient-btn {
    font-size: 2em;
  }

  .round-gradient-btn.lg {
    font-size: 3.5em;
  }

  .round-gradient-btn.lg.footer {
    font-size: 2.7em;
  }

  .round-gradient-btn.lg.menu {
    font-size: 2.6em;
  }

  .round-gradient-btn.medium {
    font-size: 1.7em;
  }

  .container-row {
    grid-column-gap: 8em;
  }

  .black-frame.top {
    border-bottom-right-radius: 6em;
    border-bottom-left-radius: 6em;
    height: 15em;
    margin-top: 0;
  }

  .black-frame.bottom {
    border-top-left-radius: 6em;
    border-top-right-radius: 6em;
    height: 10em;
  }

  .big-card {
    border-radius: 5.2em;
    width: 25em;
    max-height: 39.5em;
    transform: translate(18%)rotate(15deg);
  }

  .big-card.front-left {
    height: 81vh;
    left: 39%;
  }

  .heading-medium {
    font-size: 5.8em;
    line-height: 1.5;
  }

  .heading-medium.chat-text {
    font-size: 2.2em;
  }

  .capsule-button {
    font-size: 1.8em;
  }

  .capsule-button.cta {
    border-width: .18em;
    width: 9.3em;
    height: 4em;
  }

  .short-width {
    max-width: 67ch;
  }

  .inline {
    display: inline;
  }

  .big-round-image {
    width: 22em;
    height: 22em;
  }

  .gap-0-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .underlined-green {
    background-image: url('../images/underline-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .underlined-green.thick {
    background-image: url('../images/thick_underline.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: .2em;
  }

  .small-container {
    grid-row-gap: 2.5em;
    width: 100%;
    padding-top: 0;
    padding-bottom: 3.5em;
    padding-left: 0;
  }

  .gradient-box {
    border-radius: 3.1em;
    width: 100%;
    padding: .3em;
  }

  .gradient-box-inner {
    background-image: linear-gradient(196deg, #59fff1, #5eeaf4d1 11%, #68bdf970 30%, #7098fd1f 45%, #738aff00 59%);
    border-radius: 3.1em;
  }

  .sub-heading-small {
    font-size: 2.7em;
  }

  .global-padding {
    padding-left: 2.4em;
    padding-right: 2.5em;
  }

  .global-padding.vertical-padding {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .rotated-slides {
    width: 21.5em;
    height: 21.5em;
  }

  .text-and-button {
    margin-top: 1em;
  }

  .heading-small {
    font-size: 2.7em;
  }

  .backgrounds-container {
    width: 113%;
    overflow: visible;
  }

  .rotated-img-1 {
    border-radius: 3.1em;
    width: 19em;
    height: 19em;
    transform: translate(-2.7em, 1em)rotate(-30deg);
  }

  .rotated-img-2 {
    border-radius: 3.1em;
    width: 21.5em;
    height: 21.5em;
    transform: translate(3.5em, 6em)rotate(15deg);
  }

  .rotated-img-3 {
    border-radius: 3.1em;
    width: 27em;
    height: 27em;
    margin-bottom: 8.8em;
    transform: translate(1.2em, 6em)rotate(-15deg);
  }

  .small-font {
    font-size: 2.5em;
  }

  .small-font.gray.long-height {
    margin-bottom: -.2em;
    font-size: 2.6em;
  }

  .small-font.underlined-green {
    font-size: 3.7em;
  }

  .back-images-container {
    height: 30em;
  }

  .front-image {
    border-radius: 3em;
    width: 30em;
    height: 30em;
  }

  .back-image {
    border-radius: 3em;
    width: 24.5em;
    height: 24.5em;
  }

  .pricing-box-border {
    border-radius: 5em;
    width: 100%;
    margin-bottom: 8em;
  }

  .pricing-box-border.max {
    margin-bottom: 0;
  }

  .price-wrapper {
    grid-row-gap: .4em;
  }

  .image-holder {
    display: none;
  }

  .sub-heading-center {
    font-size: 3.7em;
  }

  .text-xsmall {
    font-size: 1.6em;
  }

  .text-xsmall.pricing {
    color: var(--white);
    font-size: 1.4em;
  }

  .price {
    font-size: 1.85em;
  }

  .get-button-inner {
    width: 100%;
  }

  .get-button-inner.lite {
    background-image: linear-gradient(299deg, var(--sky-blue), transparent 54%);
  }

  .get-button-inner.max {
    background-image: linear-gradient(270deg, var(--cornflower-blue), transparent 54%);
  }

  .features-list {
    width: 100%;
  }

  .features-text {
    font-size: 1.3em;
  }

  .membership {
    grid-row-gap: 2em;
    border-radius: 3.5em;
    padding-top: 3em;
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .membership.lite {
    background-image: linear-gradient(221deg, var(--sky-blue), var(--black) 55%);
    border-radius: 3em;
  }

  .membership.max {
    background-image: linear-gradient(230deg, var(--cornflower-blue), var(--cornflower-blue) 0%, var(--cornflower-blue) 0%, var(--cornflower-blue) 0%, var(--black) 45%);
  }

  .get-button {
    width: 100%;
    font-size: 2.2em;
  }

  .get-button.lite, .get-button.max {
    overflow: hidden;
  }

  .list {
    line-height: 2.2;
  }

  .subscribe-content {
    width: 100%;
  }

  .subscribe-image {
    border-radius: 100%;
    width: 72vw;
    height: 72vw;
  }

  .subscribe-form {
    padding: .1em .2em .2em;
    font-size: 1.6em;
  }

  .testimonial-container {
    grid-column-gap: 3.5em;
    height: auto;
  }

  .testimonial-content {
    grid-row-gap: 2.5em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .submit-button {
    border-width: .2em;
    padding: 1.5em 2.1em;
    right: .8em;
  }

  .footer-background {
    background-image: none;
    border-radius: 4.5em;
    padding-top: 14em;
    padding-bottom: 2em;
    padding-left: 10px;
  }

  .footer-content {
    grid-column-gap: 5.75em;
    width: 100%;
  }

  .heading-xsmall {
    font-size: 2.5em;
  }

  .footer-links-container {
    grid-row-gap: 8px;
  }

  .regular-text {
    font-size: 2em;
  }

  .regular-text.light-gray.matt {
    font-size: 1.7em;
  }

  .footer-cta {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .credits-container {
    grid-row-gap: 1em;
  }

  .customer-profiles {
    flex: none;
  }

  .customer-profiles.first, .customer-profiles.last, .customer-profiles.middle {
    width: 19em;
    height: 19em;
  }

  .heading-regular {
    font-size: 5.7em;
  }

  .heading-regular.short-box {
    margin-bottom: .2em;
  }

  .slides {
    width: 21em;
    height: 28.84em;
  }

  .gallery-container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .long-box {
    border-radius: 4.8em;
    padding: 4.5em 2.4em 4.5em 2.7em;
    position: relative;
  }

  .short-box-inner {
    grid-row-gap: 4.5em;
    border-radius: 4.8em;
    padding: 4.5em 2.4em;
  }

  .small-paragraph {
    font-size: 1.93em;
    line-height: 1.75;
  }

  .short-box-border {
    border-radius: 4.8em;
    width: 100%;
    margin-bottom: 8em;
    padding-bottom: .3em;
    padding-left: .3em;
    padding-right: .3em;
  }

  .short-box-border.cyan {
    margin-bottom: 0;
  }

  .box-list-wrapper {
    grid-row-gap: 2em;
  }

  .box-item {
    grid-column-gap: 1.75em;
  }

  .heading-title-small {
    font-size: 2.35em;
  }

  .short {
    width: 100%;
  }

  .big-col {
    perspective: 430px;
    height: 136vw;
    padding-top: 136%;
  }

  .round-btn-small {
    font-size: 1.7em;
  }

  .sub-heading-big {
    font-size: 6.3em;
    font-weight: 500;
    line-height: 1.3;
  }

  .underlined-link {
    padding-bottom: 1.3em;
  }

  .vertical-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .long-box-border {
    border-radius: 4.8em;
    margin-bottom: 8em;
    padding-bottom: .3em;
    padding-left: .3em;
    padding-right: .3em;
  }

  .round-button-small {
    font-size: 2.6em;
  }

  .round-button-small.faq {
    display: none;
  }

  .video-container {
    border-radius: 3.5em;
    width: 100%;
    height: 112vw;
  }

  .video-container.sec {
    transform: translate3d(0, -12%, -60px)translate(0, -50%);
  }

  .video-container.third {
    transform: translate3d(0, -24%, -120px)translate(0, -50%);
  }

  .video-container.forth {
    transform: translate3d(0, -36%, -180px)translate(0, -50%);
  }

  .menu-button {
    width: 3em;
    padding-top: 3.3em;
    padding-bottom: 1.4em;
  }

  .title-medium {
    font-size: 2.5em;
    font-weight: 500;
  }

  .footer-border {
    background-image: linear-gradient(94deg, var(--cornflower-blue), var(--black));
    border-radius: 4.5em;
    margin-top: 4em;
  }

  .block {
    position: absolute;
    top: 10%;
    right: 10%;
  }

  .mask {
    max-height: 7.1em;
  }

  .hidden-phone {
    display: none;
  }

  .drawer-menu {
    background-image: linear-gradient(221deg, var(--green), var(--black) 33%);
    border-top-width: .3em;
    border-bottom-width: .3em;
    border-left-width: .3em;
    border-radius: 4.5em;
  }

  .link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3.5em;
    font-weight: 500;
    line-height: 1;
  }

  .link.gallery.link-2 {
    font-size: 1.1em;
  }

  .menu-wrapper {
    padding-top: 15em;
    padding-bottom: 12.1em;
  }

  .text-block {
    font-size: 2em;
  }

  .line {
    border-radius: 50px;
    height: .3em;
    margin-bottom: .8em;
  }

  .menu-small-text {
    color: var(--gray);
    margin-top: .3em;
    font-size: 1.7em;
  }

  .dark-back {
    display: none;
  }

  .tablet-cta {
    padding-bottom: 2em;
  }

  .btn-wrap {
    padding-left: 1em;
    display: inline-block;
  }

  .small-arrow {
    width: 2.6em;
  }

  .play-pause-button {
    width: 5em;
    height: 5em;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
  }

  .padding-bottom {
    padding-bottom: 6em;
  }

  .grid-row {
    grid-template-rows: minmax(29em, 1fr) minmax(29em, 1fr) minmax(29em, 1fr) minmax(29em, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .faq-container {
    padding-top: 3.5em;
  }

  .faq-title {
    padding-bottom: .5em;
    font-size: 2.3em;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-top: -1px;
    margin-bottom: 24px;
    font-size: 5em;
  }

  .centered-subheading {
    font-size: 2em;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .link-2.bewcas {
    color: var(--white);
  }

  .link-2.bewcas:hover {
    color: var(--green);
  }

  .gallery-pics-section {
    padding-top: 20px;
  }

  .gallery-pic {
    border-width: 1px;
  }

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

  .gallery-pics-section-copy {
    padding-top: 20px;
  }

  .paragraph {
    font-size: 2em;
  }

  .bottom-para {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 4vw;
  }
}

#w-node-dc460ac0-9ce1-2c75-af84-ac84b5b2e021-b23f27a8, #w-node-dc460ac0-9ce1-2c75-af84-ac84b5b2e02d-b23f27a8, #w-node-dc460ac0-9ce1-2c75-af84-ac84b5b2e038-b23f27a8, #w-node-dc460ac0-9ce1-2c75-af84-ac84b5b2e043-b23f27a8, #w-node-dc460ac0-9ce1-2c75-af84-ac84b5b2e04d-b23f27a8, #w-node-dc460ac0-9ce1-2c75-af84-ac84b5b2e057-b23f27a8, #w-node-_824fb449-25e4-8e7d-287e-4a7185121f64-b23f27a8, #w-node-_824fb449-25e4-8e7d-287e-4a7185121f6f-b23f27a8, #w-node-_824fb449-25e4-8e7d-287e-4a7185121f79-b23f27a8, #w-node-_824fb449-25e4-8e7d-287e-4a7185121f83-b23f27a8, #w-node-_824fb449-25e4-8e7d-287e-4a7185121f8d-b23f27a8, #w-node-_824fb449-25e4-8e7d-287e-4a7185121f97-b23f27a8, #w-node-f0916e75-93aa-9611-6425-f30c4adc7c63-3028a6c7, #w-node-f0916e75-93aa-9611-6425-f30c4adc7c6e-3028a6c7, #w-node-f0916e75-93aa-9611-6425-f30c4adc7c78-3028a6c7, #w-node-f0916e75-93aa-9611-6425-f30c4adc7c82-3028a6c7, #w-node-f0916e75-93aa-9611-6425-f30c4adc7c8c-3028a6c7, #w-node-f0916e75-93aa-9611-6425-f30c4adc7c96-3028a6c7, #w-node-_4582ccb6-b7eb-655b-150d-0e8df8e79665-8309e229, #w-node-_4582ccb6-b7eb-655b-150d-0e8df8e79670-8309e229, #w-node-_4582ccb6-b7eb-655b-150d-0e8df8e7967b-8309e229, #w-node-_4582ccb6-b7eb-655b-150d-0e8df8e79684-8309e229, #w-node-_4582ccb6-b7eb-655b-150d-0e8df8e7968d-8309e229, #w-node-_4582ccb6-b7eb-655b-150d-0e8df8e79696-8309e229, #w-node-f0a1b817-66a8-40aa-a6e9-ba270dad036e-cca3101d, #w-node-f0a1b817-66a8-40aa-a6e9-ba270dad037a-cca3101d, #w-node-f0a1b817-66a8-40aa-a6e9-ba270dad0385-cca3101d, #w-node-c66e6921-fd67-a626-055f-e0fa8ed54440-cca3101d, #w-node-c66e6921-fd67-a626-055f-e0fa8ed5444b-cca3101d, #w-node-c66e6921-fd67-a626-055f-e0fa8ed54456-cca3101d, #w-node-e39904f7-131b-2683-6570-d8c3d07dff0d-3b0a33a3, #w-node-e39904f7-131b-2683-6570-d8c3d07dff19-3b0a33a3, #w-node-e39904f7-131b-2683-6570-d8c3d07dff24-3b0a33a3, #w-node-e39904f7-131b-2683-6570-d8c3d07dff2f-3b0a33a3, #w-node-e39904f7-131b-2683-6570-d8c3d07dff39-3b0a33a3, #w-node-e39904f7-131b-2683-6570-d8c3d07dff43-3b0a33a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-dc460ac0-9ce1-2c75-af84-ac84b5b2e02d-b23f27a8, #w-node-dc460ac0-9ce1-2c75-af84-ac84b5b2e038-b23f27a8, #w-node-_824fb449-25e4-8e7d-287e-4a7185121f6f-b23f27a8, #w-node-_824fb449-25e4-8e7d-287e-4a7185121f79-b23f27a8, #w-node-f0916e75-93aa-9611-6425-f30c4adc7c6e-3028a6c7, #w-node-f0916e75-93aa-9611-6425-f30c4adc7c78-3028a6c7, #w-node-_4582ccb6-b7eb-655b-150d-0e8df8e79670-8309e229, #w-node-_4582ccb6-b7eb-655b-150d-0e8df8e7967b-8309e229, #w-node-f0a1b817-66a8-40aa-a6e9-ba270dad037a-cca3101d, #w-node-f0a1b817-66a8-40aa-a6e9-ba270dad0385-cca3101d, #w-node-c66e6921-fd67-a626-055f-e0fa8ed5444b-cca3101d, #w-node-c66e6921-fd67-a626-055f-e0fa8ed54456-cca3101d, #w-node-e39904f7-131b-2683-6570-d8c3d07dff19-3b0a33a3, #w-node-e39904f7-131b-2683-6570-d8c3d07dff24-3b0a33a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


