:root {
  --yellow: #ffd710;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.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 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: #000c;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 170%;
}

.page-wrapper {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/rsz_pool-transformed.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}

.page-content {
  background-color: var(--yellow);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  position: relative;
}

.page-content.vertical-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.hero {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.second-image {
  grid-column-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #000000e0;
  text-align: left;
  font-size: 16px;
}

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

.paragraph.white {
  text-align: center;
  margin-right: 0;
}

.paragraph.center-align.corporate {
  margin-top: 20px;
}

.image {
  width: 250px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 12px;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  box-shadow: 4px 4px 7px #0003;
}

.button:hover {
  border-radius: 0;
  transform: scale(1.05);
  box-shadow: 4px 4px 7px #00000080;
}

.button.phone {
  display: none;
}

.button.full-spread {
  width: 100%;
}

.h1-heading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.h1-heading.pad-fix {
  margin-top: 0;
  padding-top: 5px;
}

.h1-heading.margin {
  margin-bottom: 20px;
}

.h1-heading.core-main {
  color: var(--yellow);
  text-align: center;
  -webkit-text-stroke-color: transparent;
  font-size: 40px;
  line-height: 60px;
}

.h1-heading.cursive {
  margin-top: 0;
  font-style: italic;
}

.h1-heading.cap-width {
  max-width: 500px;
}

.h1-heading._10px-margin {
  margin-bottom: 10px;
}

.h1-heading.y-o-text {
  font-size: 3rem;
}

.zoom-link {
  color: #000;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.zoom-link:hover {
  text-decoration: underline;
}

.main-wrapper {
  color: #000000b8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  display: flex;
}

.links {
  height: 100%;
  min-height: 100%;
}

.social_handle {
  color: #000;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social_handle:hover {
  transform: scale(1.2);
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.txt {
  color: #fff;
  margin-top: 1px;
  position: relative;
  top: 2px;
}

.div-block {
  position: absolute;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.phonelink {
  width: 28px;
}

.sub-hero {
  font-weight: 300;
}

.sub-hero.margin {
  margin-bottom: 30px;
}

.split-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.contentb {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  border: 2px solid #000;
  flex-direction: column;
  padding: 22px;
  display: flex;
}

.div-block-2 {
  text-align: left;
}

.icon-image {
  width: 24px;
  margin-bottom: 0;
}

.flex-horizontally {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.flex-wide-socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.div-block-3 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  align-items: center;
  padding: 5px 9px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.vertical-divider {
  background-color: #000;
  width: 1px;
  height: 20px;
}

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

.box {
  background-color: var(--yellow);
  text-align: center;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 1rem;
  padding: 4rem 2rem;
  display: flex;
  overflow: hidden;
}

.box.center {
  text-align: center;
  padding: 4rem 2rem;
}

.box.read-light {
  max-width: 800px;
}

.box.is-relative {
  padding-top: 5rem;
  position: relative;
}

.white {
  color: #fff;
}

.mask {
  width: 325px;
  overflow: visible;
}

.arrowbox_right {
  background-color: #f7f7fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 25px;
  display: flex;
  inset: auto 0% 50% auto;
}

.arrowbox_right.shadow-small {
  background-color: #f7f7fb00;
  border: 2px solid #000;
  border-radius: 0;
  width: 55px;
  height: 55px;
  padding: 0;
  inset: -16% 0% auto auto;
}

.arrowbox-right {
  background-color: #f7f7fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 25px;
  display: flex;
  inset: auto auto 50% 2.5%;
}

.arrowbox-right.shadow-small {
  background-color: #f7f7fb00;
  border: 2px solid #000;
  border-radius: 0;
  width: 55px;
  height: 55px;
  padding: 0;
  inset: -16% 65px auto auto;
}

.slide-nav {
  display: none;
}

.slidecard {
  grid-row-gap: 1.5rem;
  text-align: left;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
}

.arw {
  filter: invert();
}

.spin {
  transform: rotate(180deg);
}

.slide-box {
  width: auto;
  height: auto;
  margin-right: 35px;
}

.card-heading {
  font-size: 1.8rem;
}

.label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.para-card {
  height: auto;
  min-height: 135px;
}

.image-2 {
  filter: invert();
}

.stars {
  grid-column-gap: 6px;
  margin-bottom: 0;
}

.storeicon {
  width: 24px;
}

.starsbar {
  grid-column-gap: 6px;
}

.stars-bar {
  grid-column-gap: 6px;
  margin-bottom: 0;
}

.name {
  font-weight: 700;
}

.smalldisclaimer {
  font-size: 14px;
  font-weight: 300;
}

._6-boxes {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.icon_logo {
  width: 62px;
}

.header {
  z-index: 1000;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  position: static;
  top: 0;
}

.header:hover {
  transform: scale(1.05);
}

.header.no-margin {
  text-align: center;
}

.text-span {
  text-transform: uppercase;
  font-weight: 700;
}

.spancircle {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  transform: rotate(-90deg);
}

.intro-para {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
}

.intro-para.center {
  text-align: center;
}

.date-block {
  width: 100%;
  margin-bottom: 20px;
}

.tank {
  text-transform: uppercase;
}

.tank.margin {
  margin-bottom: 20px;
}

.quick-stack {
  width: 100%;
  padding: 0;
}

.flex-head {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 8px 12px;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  box-shadow: 4px 4px 7px #0003;
}

.button-2:hover {
  border-radius: 15px;
  transform: scale(1.05);
  box-shadow: 4px 4px 7px #00000080;
}

.contentb-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  border: 2px solid #000;
  flex-direction: column;
  padding: 22px;
  display: flex;
}

.he-txt {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Apercu condensed pro, sans-serif;
  font-weight: 700;
}

.he-txt.pad-fix {
  margin-top: 0;
  padding-top: 5px;
}

.he-txt.cursive {
  margin-top: 0;
}

.paragraph-2 {
  color: #000000e0;
  text-align: left;
  font-size: 14px;
}

.y-o-text {
  color: #705d00;
}

.y-o-text.bold-yellow {
  text-transform: uppercase;
}

.text-span-2 {
  text-decoration: underline;
}

.big-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .8rem .9rem;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  box-shadow: 4px 4px 7px #0003;
}

.big-button:hover {
  border-radius: 15px;
  transform: scale(1.05);
  box-shadow: 4px 4px 7px #00000080;
}

.text-content {
  color: #ffd60f;
  background-color: #e5400e;
  border-radius: 5px;
  padding: .55rem 2.45rem;
  font-size: 1rem;
  font-weight: 800;
}

.top-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: center;
  padding: .25rem 1rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.top-info.margin-bottom-1 {
  margin-bottom: 1rem;
}

.black {
  color: #2e2600;
}

.bold-yellow {
  color: #4b3e01;
}

.footer-text-sentence {
  align-items: flex-start;
  margin: 10px 5px;
  display: flex;
}

.squiggle-link-text {
  color: #333;
  text-decoration: none;
}

.circle-text {
  z-index: 200;
  width: 150px;
  display: block;
  position: fixed;
  inset: auto 40px 40px auto;
}

.footer-text-wrapper {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.content-section {
  margin-top: 20px;
  position: relative;
}

.content-section.first {
  margin-top: 40px;
}

.div-block-4 {
  height: 1px;
}

.nav-squiggle-link {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.nav-squiggle-link.w--current {
  text-decoration: none;
}

.title {
  color: #bda208;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  flex: 1;
  max-width: 900px;
  margin: 0 auto;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.5em;
  position: static;
}

.title.mobile {
  display: none;
}

.chapter-number {
  font-size: 4em;
  line-height: 1.2em;
  position: sticky;
  top: 80px;
}

.text-span-3 {
  font-style: italic;
}

.dot {
  color: #333;
  background-color: #3333331a;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: background-color .35s;
}

.dot.w--current {
  background-color: #333;
}

.blog-text {
  margin-bottom: 20px;
}

.large-numbers-mobile {
  z-index: -1;
  opacity: .5;
  color: #fff;
  text-align: right;
  margin-top: -20px;
  font-size: 9em;
  font-weight: 400;
  line-height: 1em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.title-wrapper {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: visible;
}

.footer {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.typed-js-title {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.footer-squiggle-lottie {
  width: 30em;
  position: absolute;
  inset: auto 0% 0%;
}

.text-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.intro {
  text-align: justify;
  display: block;
}

.nav-squiggle-lottie {
  width: 20em;
  position: absolute;
  inset: auto 0% 0%;
}

.chapter-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
}

.bg-pink {
  z-index: -100;
  background-color: var(--yellow);
  opacity: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.footer-text {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
}

.footer-text:active {
  color: #333;
}

.footer-squiggle-link {
  margin-left: 10px;
  margin-right: 0;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.title-section {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.side-nav {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-link {
  font-size: 1em;
  position: static;
}

.nav-link.w--current {
  color: #333;
  font-size: 1em;
}

.author {
  color: #dbd1ab;
  text-align: center;
  margin-bottom: 80px;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-bar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.my-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 60px;
  display: block;
  position: static;
}

.number-wrapper {
  margin-left: -160px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-bar-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.color-black {
  color: #000;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-0 {
  margin: 0 0;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    max-width: 100%;
    height: auto;
    min-height: 100vh;
  }

  .page-content {
    max-width: 800px;
  }

  .page-content.vertical-flex {
    flex-direction: row;
  }

  .h1-heading.pad-fix {
    margin-top: 0;
  }

  .h1-heading.y-o-text {
    font-size: 2.7rem;
  }

  .main-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .social-links {
    flex-direction: row;
  }

  .contentb {
    flex: 1;
  }

  .box {
    border-bottom: 2px solid #000;
    max-width: 800px;
    margin-bottom: 0;
  }

  .arrowbox_right {
    padding: 20px 15px;
  }

  .arrowbox_right.shadow-small {
    top: -17%;
  }

  .arrowbox-right {
    padding: 20px 15px;
  }

  .arrowbox-right.shadow-small {
    top: -17%;
  }

  .arw, .spin {
    height: 30px;
  }

  .slide-box {
    margin-right: 30px;
  }

  ._6-boxes {
    padding: 20px;
  }

  .header {
    max-width: 100%;
    margin-bottom: 0;
  }

  .he-txt.pad-fix {
    margin-top: 0;
  }

  .circle-text {
    width: 250px;
    margin-bottom: -60px;
    margin-left: -79px;
  }

  .footer-text-wrapper {
    align-items: flex-start;
    display: flex;
  }

  .intro-wrapper {
    max-width: 60%;
  }

  .nav-squiggle-link.w--current {
    padding-bottom: 25px;
  }

  .title {
    font-size: 6em;
  }

  .chapter-number {
    font-size: 3em;
    top: 120px;
  }

  .text-wrapper {
    max-width: 60%;
  }

  .intro {
    font-size: 1em;
  }

  .side-nav {
    inset: 0% 0% 0% auto;
  }

  .author {
    font-size: 3em;
  }

  .my-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .number-wrapper {
    margin-left: -100px;
    margin-right: -100px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.1rem;
  }

  .page-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-content.vertical-flex {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .second-image {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph {
    font-size: 18px;
  }

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

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

  .h1-heading {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .h1-heading.y-o-text {
    font-size: 2rem;
  }

  .main-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .sub-hero {
    font-size: 18px;
  }

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

  .flex-wide-socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .box {
    border-bottom: 1px solid #0000001c;
    margin-bottom: 0;
  }

  .mask {
    width: 85%;
  }

  .arrowbox_right {
    padding: 19px 10px;
  }

  .arrowbox_right.shadow-small {
    top: -11%;
  }

  .arrowbox-right {
    padding: 19px 10px;
  }

  .arrowbox-right.shadow-small {
    top: -11%;
  }

  .slidecard {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    height: auto;
  }

  .slide-box {
    margin-right: 30px;
  }

  .card-heading {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  ._6-boxes {
    padding: 0;
  }

  .icon_logo {
    width: 42px;
  }

  .header {
    margin-bottom: 0;
  }

  .header.no-margin {
    margin-top: 20px;
  }

  .split-grid-2 {
    grid-template-columns: 1fr;
  }

  .he-txt {
    color: #000;
    font-size: 1.8rem;
  }

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

  .big-button {
    font-size: 1.25rem;
  }

  .top-info {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .top-info.margin-bottom-1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .circle-text {
    width: 200px;
  }

  .content-section {
    margin-top: 30px;
  }

  .nav-squiggle-link, .nav-squiggle-link.w--current {
    padding-bottom: 23px;
  }

  .title {
    font-size: 5em;
  }

  .dot {
    width: 8px;
    height: 8px;
  }

  .title-wrapper {
    justify-content: space-between;
  }

  .intro {
    text-align: justify;
    line-height: 1.5em;
  }

  .chapter-heading {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .side-nav {
    padding-left: 15px;
    padding-right: 15px;
    inset: 0% 0% 0% auto;
  }

  .nav-link, .nav-link.w--current {
    text-align: right;
  }

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

  .number-wrapper {
    margin-left: -80px;
  }

  .nav-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 1.8rem;
    line-height: 130%;
  }

  h3 {
    font-size: 1.3rem;
  }

  p {
    font-size: 1rem;
  }

  .page-wrapper {
    padding: 0;
  }

  .page-content {
    margin-bottom: 20px;
    padding: 35px 20px;
  }

  .page-content.vertical-flex {
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero {
    margin-bottom: 10px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.center-align {
    font-size: 14px;
  }

  .paragraph.center-align.corporate {
    font-size: 12px;
  }

  .image {
    width: 225px;
    min-width: 100%;
  }

  .button.phone {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 13px;
    font-size: 18px;
    display: block;
  }

  .h1-heading.pad-fix {
    margin-bottom: 0;
  }

  .h1-heading.margin {
    margin-bottom: 15px;
  }

  .h1-heading.cursive {
    font-size: 28px;
  }

  .h1-heading.section-heading {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .h1-heading.no-margin {
    margin-bottom: 0;
  }

  .zoom-link {
    font-size: 15px;
  }

  .emojipedia {
    display: inline-block;
    position: relative;
    top: -2px;
  }

  .phonelink {
    width: 24px;
  }

  .sub-hero {
    font-size: 16px;
  }

  .sub-hero.margin {
    font-size: 16px;
    line-height: 140%;
  }

  .sub-hero.extra-apdding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block {
    letter-spacing: 1px;
  }

  .contentb {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px;
  }

  .box {
    padding: 3rem 1rem;
  }

  .mask {
    width: 100%;
  }

  .arrowbox_right {
    width: 50px;
    height: 50px;
    inset: 70px auto auto 58px;
  }

  .arrowbox_right.shadow-small {
    display: none;
    inset: auto 0% 50% auto;
  }

  .arrowbox-right {
    width: 50px;
    height: 50px;
    bottom: 50%;
    left: 0%;
    right: auto;
  }

  .arrowbox-right.shadow-small {
    display: none;
    inset: -7% 0% auto auto;
  }

  .slide-nav {
    margin-top: -15px;
  }

  .slidecard {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    height: auto;
    min-height: 375px;
  }

  .slider {
    padding-right: 0;
  }

  .arw, .spin {
    height: 20px;
  }

  .slide-box {
    width: 100%;
    margin-right: 20px;
    padding-left: 0;
  }

  .card-heading {
    font-size: 1.6rem;
  }

  ._6-boxes {
    margin-bottom: 20px;
  }

  .header {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 10px;
    line-height: 12px;
  }

  .header.no-margin {
    text-align: center;
    margin-bottom: 0;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 10px;
    line-height: 14px;
  }

  .intro-para {
    font-size: 18px;
  }

  .intro-para.no-margin {
    margin-bottom: 0;
  }

  .intro-para.center {
    text-align: center;
  }

  .flex-head {
    display: block;
  }

  .contentb-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .he-txt {
    text-transform: uppercase;
    font-size: 24px;
  }

  .he-txt.pad-fix {
    margin-bottom: 0;
    font-size: 26px;
  }

  .he-txt.cursive {
    font-size: 28px;
  }

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

  .big-button {
    padding-top: .4rem;
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .sm-txt {
    font-size: 12px;
  }

  .text-content {
    padding: .45rem 1.05rem;
  }

  .nav-menu {
    background-color: #e7e1e1;
    align-content: center;
    margin-bottom: 0;
  }

  .intro-wrapper {
    max-width: 100%;
  }

  .title {
    margin-left: -50px;
    margin-right: -50px;
    font-size: 2.5em;
  }

  .title.mobile {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 2em;
    line-height: 1.4em;
    display: block;
  }

  .chapter-number {
    font-size: 1.55em;
    position: static;
  }

  .large-numbers-mobile {
    margin-top: -80px;
    margin-right: -20px;
    display: block;
  }

  .title-wrapper {
    display: none;
  }

  .footer-squiggle-lottie {
    width: 20em;
  }

  .text-wrapper {
    max-width: 100%;
  }

  .intro {
    text-align: left;
    line-height: 1.4em;
  }

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

  .footer-text {
    font-size: 1.25em;
  }

  .footer-squiggle-link {
    padding-bottom: 23px;
  }

  .title-section {
    justify-content: flex-start;
    margin-top: 30%;
  }

  .side-nav {
    display: none;
    inset: 0% 0% 0% auto;
  }

  .nav-link {
    text-align: right;
  }

  .author {
    font-size: 2em;
    display: none;
  }

  .my-container {
    padding-top: 50px;
  }

  .number-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    inset: 0% auto 0% 0%;
  }

  .nav-bar-wrapper {
    overflow: hidden;
  }
}

#w-node-_948aa6f3-e7a9-fbb2-8769-c6598262f2fe-df79c2cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_948aa6f3-e7a9-fbb2-8769-c6598262f2ff-df79c2cc, #w-node-f9b0cad6-b36a-2c91-11c0-9d78bce74949-501c9172, #w-node-f9b0cad6-b36a-2c91-11c0-9d78bce74954-501c9172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercu condensed pro';
  src: url('../fonts/Apercu-Condensed-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}