:root {
  --light-grey: #f1f1f1;
  --navy: #00344d;
  --grey-outline: #ececec;
  --white: white;
  --red: #e82817;
  --dark-grey: #595a5c;
  --mid-grey: #999;
  --charcoal: #16171a;
  --light-blue: #9ed6ff;
  --dark-red: #7a112a;
  --orange: #f96;
}

body {
  background-color: var(--light-grey);
  color: var(--navy);
  font-family: elza, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6rem;
  font-weight: 600;
  line-height: .9em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--navy);
  text-decoration: underline;
}

.navbar {
  z-index: 9999;
  border: 1px solid var(--grey-outline);
  background-color: var(--white);
  border-radius: 6rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .6rem 1rem;
}

.container {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.question-wrap {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.logo {
  width: 7rem;
}

.header-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--red);
  color: var(--white);
  border-radius: 8rem;
  justify-content: flex-start;
  align-items: center;
  padding: .7rem 1.6rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button.navy {
  background-color: var(--navy);
}

.button.menu-contact {
  display: none;
}

.button.hide {
  opacity: 0;
  transition: none;
}

.button-text {
  color: var(--white);
  margin-top: 2px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.button-icon {
  height: 10px;
}

.button-icon._1, .button-icon._2 {
  opacity: 0;
  width: 0;
}

.button-icon._3 {
  width: 5px;
}

.nav-link {
  padding-bottom: 15px;
}

.nav-link.w--current {
  color: var(--dark-grey);
}

.nav-link.hide-desktop {
  display: none;
}

.spacer-large {
  width: 100%;
  height: 10rem;
}

.bold-oblique {
  font-style: italic;
  font-weight: 600;
}

.bold-oblique.hero-title-2 {
  opacity: 0;
  display: block;
}

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

.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered {
  text-align: center;
}

.indent-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.narrow-content {
  max-width: 31rem;
}

.narrow-content.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.feature-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--red);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .8rem;
  display: flex;
}

.text-block {
  line-height: 1em;
}

.columns {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns.narrow-gap {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
}

.columns.narrow-gap.stretch {
  align-items: stretch;
}

.columns.full-width {
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.icon-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  display: flex;
}

.icon-col.smaller {
  width: 9.4rem;
}

.card {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 6rem;
}

.card.half {
  border: 1px solid var(--grey-outline);
  width: 50%;
}

.card.small-padding {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.card.small-padding._20-wide {
  width: 49%;
  min-width: 19rem;
}

.card.small-padding.full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.card-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-inner-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.service-arrows {
  width: 1.4rem;
}

.grey-text {
  color: var(--mid-grey);
}

.question {
  cursor: pointer;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: -1px;
  padding: 2rem 4rem 2rem 8rem;
}

.regular-weight {
  font-weight: 400;
}

.regular-weight.question-title {
  font-size: 2rem;
}

.question-answer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0;
  display: flex;
}

.objective-image {
  object-fit: cover;
  border-radius: 30rem;
  width: 20rem;
  height: 30rem;
}

.maple-difference {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  position: static;
}

.slider {
  background-color: #0000;
  height: 30rem;
  display: block;
}

.team-member {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--navy);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  max-width: 22rem;
  height: 22rem;
}

.mask {
  padding-top: 2rem;
  position: static;
  overflow: hidden;
}

.navy-bg {
  background-color: var(--navy);
}

.navy-bg.cta-bg {
  background-image: url('../images/CTA-Background-V2.jpg');
  background-position: 50%;
  background-size: cover;
}

.cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.white-text {
  color: var(--white);
}

.team-member-title {
  font-size: .8rem;
}

.team-member-name {
  font-size: 1.2rem;
}

.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  width: 8rem;
}

.faq {
  width: 100%;
}

.faq-single {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  cursor: pointer;
  flex-flow: column;
  margin-top: -1px;
  padding: 1rem;
  display: flex;
}

.faq-toggle {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.faq-answer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: none;
}

.faq-arrow {
  width: .6rem;
}

.relative {
  position: relative;
}

.relative.error-page {
  width: 100vw;
  height: 100vh;
}

.maple-tree {
  z-index: -1;
  opacity: .8;
  width: 44vw;
  max-width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
}

.maple-tree._2 {
  top: 3.1vw;
  left: -27.5vw;
}

.maple-wrap {
  z-index: -1;
  width: 100vw;
  height: 150%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.maple-wrap.larger {
  height: 200%;
}

.maple-wrap.overflow {
  overflow: visible;
}

.reverse-maple-tree {
  opacity: .8;
  width: 44vw;
  max-width: 1000px;
  position: absolute;
  top: 20vw;
  right: 0;
}

.reverse-maple-tree._2 {
  top: -12.9vw;
  right: -28.5vw;
}

.spacer-small {
  width: 100%;
  height: 2rem;
}

.narrow-heading {
  width: 37rem;
}

.email {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.spacer-medium {
  width: 100%;
  height: 4rem;
}

.copyright {
  color: var(--mid-grey);
  font-size: .9rem;
}

.nav-menu {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.heading-large {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1em;
}

.spacer-xlarge {
  height: 14rem;
}

.navbar-background-bar {
  z-index: 999;
  background-color: var(--light-grey);
  width: 100%;
  height: 2.4rem;
  position: fixed;
  top: -2.4rem;
}

.indent-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.slide-nav {
  display: none;
}

.team-member-meta {
  color: var(--charcoal);
  text-align: center;
  flex-flow: column;
}

.left-arrow, .right-arrow {
  display: none;
}

.team-modals {
  z-index: 9999999;
  background-color: #16171ad9;
  width: 100vw;
  height: 100vh;
  transition: all .3s;
  position: fixed;
  top: 0%;
  right: -100vw;
  overflow: hidden;
}

.team-modal {
  z-index: 99999;
  border: 1px solid var(--grey-outline);
  background-color: var(--white);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 40vw;
  max-width: 1000px;
  height: 100vh;
  padding: 3rem 3rem 8rem;
  transition: all .4s;
  position: fixed;
  top: 0;
  right: -40vw;
  overflow: scroll;
}

.team-modal-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.red-text {
  color: var(--red);
}

.close {
  cursor: pointer;
  width: 3rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.underline-link {
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  text-decoration: none;
  transition: all .2s;
}

.underline-link:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.icon {
  max-width: 6rem;
  height: 3.8rem;
  max-height: 4rem;
}

.negative-top-margin {
  margin-top: -6rem;
}

.maple-difference-animation {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50rem;
  height: 44rem;
  display: flex;
}

.maple-difference-heading {
  text-align: center;
  line-height: 1em;
}

.maple-difference-logo {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 36rem;
  height: 20.2rem;
  display: flex;
  position: relative;
}

.maple-difference-1 {
  position: absolute;
  bottom: 8rem;
  left: 0;
}

.maple-difference-2 {
  position: absolute;
  bottom: 4rem;
  left: 2rem;
}

.maple-difference-5 {
  position: absolute;
  bottom: 8rem;
  right: 0;
}

.maple-difference-6 {
  position: absolute;
  bottom: 4rem;
  right: 2rem;
}

.maple-difference-experience {
  position: absolute;
  top: 3rem;
  left: -4.5rem;
}

.white-circle {
  background-color: var(--white);
  border-radius: 10rem;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.maple-difference-label {
  position: relative;
}

.maple-difference-listen {
  position: absolute;
  top: -5rem;
}

.maple-difference-innovate {
  position: absolute;
  top: 3rem;
  right: -5rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.hero-title-1 {
  opacity: 0;
  display: block;
}

.navbar-wrapper {
  z-index: 9999;
  width: 100%;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
}

.container-small {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h2 {
  margin-top: 30px;
}

.rich-text h1 {
  text-align: center;
  margin-bottom: 20px;
}

.rich-text h3 {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 600;
}

.footer-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
    line-height: 1.5em;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 100px;
  }

  .button {
    padding: 10px 26px;
  }

  .button.navy {
    display: none;
  }

  .button.menu-contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    margin-top: 20px;
    margin-right: auto;
    display: inline-flex;
  }

  .button-text {
    font-size: 14px;
    line-height: 17px;
  }

  .nav-link {
    color: var(--navy);
    text-align: center;
    padding-left: 0;
    font-size: 20px;
  }

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

  .nav-link.hide-desktop {
    display: block;
  }

  .narrow-content {
    max-width: 350px;
  }

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

  .columns.indent-6 {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .columns.narrow-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .icon-col, .icon-col.smaller {
    width: 25%;
  }

  .card.half {
    width: 100%;
  }

  .card.small-padding._20-wide {
    width: 49%;
  }

  .heading-small {
    font-size: 14px;
    line-height: 1.2em;
  }

  .regular-weight, .regular-weight.question-title {
    font-size: 22px;
  }

  .question-toggle {
    padding-left: 0;
  }

  .objective-image {
    width: 220px;
    height: 310px;
  }

  .slide {
    width: 30%;
  }

  .slider {
    padding-left: 2rem;
  }

  .team-member-title {
    font-size: 10px;
    line-height: 1.4em;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 1.4em;
  }

  .footer {
    width: 60vw;
  }

  .faq-arrow {
    width: 8px;
  }

  .maple-tree {
    opacity: 1;
    width: 70vw;
  }

  .maple-tree._2 {
    top: -3.8vh;
    left: -55.2vw;
  }

  .reverse-maple-tree {
    opacity: 1;
    width: 70vw;
    top: 50vh;
  }

  .reverse-maple-tree._2 {
    top: 60vh;
    right: -40vw;
  }

  .copyright {
    font-size: 12px;
  }

  .nav-menu {
    border: 1px solid var(--grey-outline);
    background-color: var(--white);
    border-radius: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 60px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0%;
    transform: translate(0%);
  }

  .heading-large {
    font-size: 30px;
  }

  .indent-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    background-color: var(--navy);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: block;
    top: 10%;
    right: 5px;
    transform: translate(0, -50%);
  }

  .team-modal {
    width: 80vw;
    right: -80vw;
  }

  .menu-button {
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .menu-button.w--open {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    object-fit: contain;
    width: 60px;
    height: 47px;
  }

  .slider-icon {
    transform: scale(.5);
  }

  .lottie-animation {
    width: 38px;
    padding-top: 5px;
  }

  .brand {
    z-index: 99;
  }

  .maple-difference-animation {
    width: 500px;
  }

  .maple-difference-m {
    width: 290px;
  }

  .maple-difference-1 {
    width: 60px;
  }

  .maple-difference-2 {
    width: 80px;
  }

  .maple-difference-3 {
    width: 60px;
  }

  .maple-difference-4 {
    width: 100px;
  }

  .maple-difference-5 {
    width: 60px;
  }

  .maple-difference-6 {
    width: 80px;
  }

  .rich-text h3 {
    font-size: 14px;
  }

  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-bottom {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 12vw;
  }

  h3 {
    margin-top: 0;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.question-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spacer-large.larger-mobile {
    height: 14rem;
  }

  .hero-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .centered.left-mobile {
    text-align: left;
  }

  .indent-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-content {
    max-width: 100%;
  }

  .feature-text {
    font-size: 14px;
  }

  .text-block {
    font-size: 12px;
  }

  .columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .columns.indent-6 {
    grid-column-gap: 4%;
  }

  .columns.full-width {
    grid-row-gap: 16px;
  }

  .icon-col, .icon-col.smaller {
    width: 48%;
  }

  .card.half {
    padding: 50px 40px;
  }

  .card.small-padding._20-wide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding: 30px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .card.small-padding.full-width {
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
  }

  .heading-small {
    margin-top: 10px;
  }

  .service-arrows {
    width: 14px;
  }

  .question {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .regular-weight {
    font-size: 18px;
    line-height: 1.2em;
  }

  .objective-image {
    width: 110px;
    height: 160px;
  }

  .slide {
    width: 43%;
  }

  .slider {
    height: 270px;
  }

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

  .mask {
    padding-top: 0;
  }

  .cta {
    width: 80%;
  }

  .footer {
    width: 100%;
  }

  .footer-logo {
    width: 90px;
  }

  .faq-single {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.4em;
  }

  .maple-tree {
    z-index: 1;
    width: 80vw;
    max-width: 100%;
    top: 5vw;
    left: -20vw;
  }

  .maple-tree._2 {
    top: -9.2vh;
    left: -60.4vw;
  }

  .reverse-maple-tree {
    width: 70vw;
    max-width: 100%;
    top: 50vh;
    right: 0%;
  }

  .reverse-maple-tree._2 {
    display: none;
  }

  .spacer-small.large-mobile {
    height: 40px;
  }

  .narrow-heading {
    width: 56vw;
  }

  .spacer-medium.larger-mobile {
    height: 8rem;
  }

  .nav-menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .heading-large {
    font-size: 6.3vw;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    top: 0%;
  }

  .team-modal {
    width: 90vw;
    height: 100vh;
    padding: 50px 30px 100px;
    right: -90vw;
  }

  .close {
    width: 30px;
    top: 3rem;
    right: 3rem;
  }

  .slider-icon {
    transform: scale(.3);
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .maple-difference-animation {
    width: 100%;
    max-width: 400px;
    height: 52rem;
  }

  .maple-difference-logo {
    width: 37rem;
    height: 23rem;
  }

  .rich-text h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    margin-top: 5px;
    font-size: 18px;
  }

  .navbar {
    padding: 10px 2rem;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .spacer-large.smaller-mobile {
    height: 8rem;
  }

  .spacer-large.larger-mobile {
    height: 14rem;
  }

  .hero-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .narrow-content.margin-auto {
    width: 70%;
  }

  .feature-text {
    margin-bottom: 15px;
  }

  .card.half {
    padding: 40px 30px 50px;
  }

  .card.small-padding._20-wide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-inner-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-small {
    margin-top: 10px;
  }

  .service-arrows {
    margin-top: 5px;
  }

  .regular-weight, .regular-weight.question-title {
    font-size: 20px;
  }

  .maple-difference {
    margin-top: 6rem;
  }

  .slide {
    width: 45%;
  }

  .slider {
    height: 68vw;
  }

  .team-member-image {
    height: 45vw;
  }

  .cta {
    width: 90%;
  }

  .white-text.centered.heading-large {
    margin-top: 0;
    line-height: 1.1em;
  }

  .team-member-title {
    font-size: 9px;
  }

  .faq-single {
    padding-left: 0;
    padding-right: 0;
  }

  .maple-tree {
    top: 10vw;
    left: 0;
  }

  .maple-tree._2 {
    top: auto;
    bottom: 17.3vh;
    left: -51.8vw;
  }

  .reverse-maple-tree {
    width: 80vw;
  }

  .reverse-maple-tree._2 {
    top: 0;
    right: -18vw;
  }

  .spacer-small.hide-mobile {
    display: none;
  }

  .narrow-heading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .email {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .spacer-medium.larger-mobile {
    height: 60px;
  }

  .nav-menu {
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    transform: translate(0%);
  }

  .heading-large {
    font-size: 8vw;
  }

  .heading-large.centered-mobile {
    text-align: center;
  }

  .spacer-xlarge.smaller-mobile {
    height: 14rem;
  }

  .right-arrow {
    width: 35px;
    height: 35px;
    top: -20%;
    right: 10px;
  }

  .menu-button {
    padding-right: 0;
  }

  .slider-icon {
    margin-left: -3px;
    margin-right: 0;
  }

  .lottie-animation {
    width: 40px;
    padding-top: 0;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .maple-difference-animation {
    max-width: 380px;
    height: 360px;
    margin-bottom: 0;
  }

  .maple-difference-logo {
    width: 100%;
    height: 23rem;
  }

  .maple-difference-m {
    width: 55vw;
  }

  .maple-difference-1 {
    width: 10vw;
  }

  .maple-difference-2 {
    width: 14vw;
  }

  .maple-difference-3 {
    width: 10vw;
  }

  .maple-difference-4 {
    width: 16vw;
  }

  .maple-difference-5 {
    width: 10vw;
  }

  .maple-difference-6 {
    width: 14vw;
  }

  .maple-difference-experience {
    left: -4vw;
  }

  .white-circle {
    width: 20vw;
    height: 20vw;
  }

  .maple-difference-label {
    font-size: 2.5vw;
  }

  .maple-difference-listen {
    top: 0;
  }

  .maple-difference-innovate {
    right: -7vw;
  }

  .no-overflow {
    overflow: hidden;
  }

  .section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}


