:root {
  --white: white;
  --paragraph: #383838;
  --white-smoke: #f6f6f6;
  --green: #66be54;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 500;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
}

p {
  color: var(--paragraph);
  font-family: Inter, sans-serif;
}

a {
  color: #222;
  border-bottom: 1px #000;
  text-decoration: none;
}

.s-hero {
  color: #fff;
  align-items: center;
  height: 100vh;
  padding-top: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-img {
  z-index: 1;
  background-image: url('../images/Home-Banner-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-content-wrapper {
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.subheader {
  opacity: .75;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.subheader.full-opacity {
  opacity: 1;
}

.heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 70px;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.nav-outer-wrapper {
  z-index: 3;
  padding: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-inner-wrapper {
  z-index: 99;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  transform: translate(5%);
}

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

.social-icon {
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-icon:hover {
  transform: translate(0, -10%);
}

.social-icon.footer {
  margin-left: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-1300 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.no-bottom-margin {
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.section.grey {
  background-color: var(--white-smoke);
  padding-left: 0;
  padding-right: 0;
}

.section.footer {
  color: #fff;
  background-color: #000;
}

.section.logos {
  background-color: var(--white-smoke);
  padding-left: 50px;
  padding-right: 50px;
}

.top-header-wrapper {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.top-header-wrapper.with-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.top-header-left {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.top-header-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.fullsize-img-wrapper {
  z-index: 1;
  background-color: var(--white-smoke);
  color: #fff;
  text-align: center;
  background-image: url('../images/full-bg-section-img.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-center-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 50px;
}

.full-width-slider-wrapper {
  overflow: hidden;
}

.google-maps-embed {
  height: 60vh;
  margin-top: 60px;
}

.card-img-outer-wrapper {
  margin-bottom: 30px;
}

.card-img-inner-wrapper {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.card-img-inner-wrapper.img-2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
}

.footer-grid {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.footer-right {
  justify-content: space-between;
  display: flex;
}

.footer-link {
  opacity: .75;
  color: #fff;
  font-size: 18px;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
}

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

.logo-grid-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-grey {
  opacity: .35;
  filter: grayscale();
  height: 50px;
}

.heading-3 {
  max-width: 80%;
  font-family: Manrope, sans-serif;
}

.case-study-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-collection-list {
  margin-top: 100px;
}

.card-heading {
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.btn-secondary {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 20px 50px;
  font-size: 20px;
  transition: color .5s cubic-bezier(.165, .84, .44, 1), background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.btn-secondary:hover {
  color: #000;
  background-color: #fff;
}

.object-list {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  cursor: grab;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.object-card-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.object-list-wrapper {
  height: 100%;
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.object-card-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}

.object-card-content-wrapper {
  height: 100%;
  padding: 35px;
  position: relative;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.object-item {
  height: 100%;
  margin-left: 25px;
  margin-right: 25px;
}

.hero-bg-overlay {
  z-index: 1;
  opacity: .7;
  background-image: linear-gradient(0deg, #000, #000000a1);
  position: absolute;
  inset: 0%;
}

.hero-content-left {
  max-width: 60%;
}

.hero-content-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 75%;
  display: flex;
}

.image {
  width: 200px;
}

.arrow-right {
  opacity: .25;
  cursor: pointer;
  width: 45px;
  margin-left: 25px;
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
}

.arrow-right:hover {
  opacity: 1;
}

.arrow-left {
  opacity: .25;
  cursor: pointer;
  width: 45px;
  transition: opacity .2s;
}

.arrow-left:hover {
  opacity: 1;
}

.heading-5 {
  margin-top: 0;
}

.s-fullsize {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu-outer-wrapper {
  z-index: 99999;
  background-color: #000;
  justify-content: center;
  align-items: flex-end;
  max-width: 50vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-inner-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.menu-transition-wrapper {
  z-index: 99999999;
  background-color: #000;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-tagline {
  color: #fff;
  margin-bottom: 0;
}

.footer-heading {
  margin-bottom: 25px;
}

.footer-list-item {
  opacity: .75;
  margin-bottom: 10px;
}

.read-more {
  font-size: 18px;
}

.read-more-wrapper {
  display: flex;
}

.read-more-arrow {
  margin-left: 5px;
  font-size: 18px;
}

.card-overlay-wrapper {
  background-color: #6f90bbbf;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.card-heading-inside {
  color: #fff;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.hero-reveal-transition-box {
  z-index: 999999;
  background-color: #000;
  display: none;
  position: fixed;
  inset: 0%;
}

.fullsize-img-outer-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fullsize-img-wrapper-2 {
  z-index: 1;
  background-image: url('../images/full-size-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.fullsize-img-transition-overlay {
  z-index: 2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.image-2 {
  width: 100px;
}

.hero-content-hidden-wrapper {
  overflow: hidden;
}

.menu-btn {
  align-items: center;
  display: flex;
}

.image-3 {
  cursor: pointer;
  width: 35px;
}

.footer-link-item {
  margin-bottom: 10px;
}

.top-bar {
  z-index: 99;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #3b3b3b;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.top-bar-link {
  color: #fff;
  font-size: .85rem;
  text-decoration: underline;
}

.links-overlay {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.links-overlay-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  color: #fff;
  background-color: #4268fb;
  border-bottom-style: none;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 13rem;
  padding: .75rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.links-overlay-link.links-overlay-link-black {
  background-color: #0c0c0c;
  border: 1px solid #313131;
}

.links-overlay-link-text-outer-wrapper {
  overflow: hidden;
}

.links-overlay-link-text-inner-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  position: relative;
}

.links-overlay-link-text.links-overlay-link-text-absolute {
  position: absolute;
}

.nav-link-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  color: #ad9152;
}

.navigation-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-wrapper {
  align-items: center;
  display: flex;
}

.navigation-left {
  align-items: stretch;
  width: 60%;
  min-height: 60px;
  display: flex;
}

.navigation-details {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}

.navigation-text-link {
  color: #828282;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.navigation-text-link:hover {
  color: #ad9152;
}

.navigation-wrap {
  z-index: 99;
  background-color: #fbf7ee;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.link-accent {
  position: absolute;
  bottom: 14px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.toggle {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle:hover, .toggle.w--open {
  color: #ad9152;
}

.arrow-gold {
  margin-left: 12px;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #fbf7ee;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0 auto;
}

.brand {
  align-items: center;
  width: 200px;
  margin-right: 40px;
  display: flex;
}

.container-navigation {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  height: 100%;
  position: static;
}

.arrow-link-wrapper {
  color: #ad9152;
  align-items: center;
  margin-top: 24px;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.dropdown-wrapper {
  padding: 60px 3% 100px;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.menu-wrap {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.search-link {
  margin-right: 24px;
}

.dropdown-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.navigation-title {
  color: #000;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
}

.navigation-column {
  padding-right: 32px;
}

.nav-button {
  color: #fff;
  background-color: #ad9152;
  border-radius: 2px;
  padding: 14px 36px;
  font-size: 16px;
}

.image-square {
  border-radius: 4px;
  height: 204px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 11px 21px 40px -5px #81818152;
}

.text-logo {
  color: #000;
  font-size: 28px;
}

.navigation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
}

.navigation-line-break {
  z-index: 9999;
  background-color: #0414341a;
  max-width: 1280px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.text-step {
  font-size: .85rem;
  font-weight: 700;
}

.accordion1_item-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ll-product-card1 {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f2f4f7;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.ll-product-card1.ll-product-card--selected {
  background-color: #f4ffe5;
  border-width: 2px;
  border-color: #000;
}

.row-new {
  width: 15%;
}

.ll-product-card__title {
  font-size: 1rem;
  font-weight: 700;
}

.cta1_button-content {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordion1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.accordion1_item-content {
  min-height: 0;
  transition: max-height .2s;
  display: none;
  overflow: hidden;
}

.accordion1_item-content.is-active-accordion {
  display: block;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.cta-012 {
  justify-content: space-between;
  display: flex;
}

.cta-012.cta-new {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1rem;
  font-size: .75rem;
}

.show-tablet {
  display: none;
}

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

.hero1_content-left {
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 55%;
  display: flex;
  overflow: visible;
}

.custom-css {
  display: none;
}

.ll-button-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.accordion1_item-title {
  font-weight: 700;
}

.list1_component {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.ll-button--icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  inset: auto 1.5rem auto auto;
}

.slider1_component {
  height: 100%;
  position: relative;
}

.ll-selector-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.ll-product-card__pricing {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 2.5rem;
  display: flex;
}

.text-hero-tablet {
  font-size: .75rem;
}

.accordion1_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-bottom: 2px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.accordion1_item-header:focus-visible, .accordion1_item-header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.accordion1_arrow-wrapper {
  transition: transform .2s;
}

.accordion1_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.hero1_photo-gallery {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.hero1_photo-gallery-item_container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero1_photo-gallery_right-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  display: flex;
}

.swiper-slide_inner {
  position: relative;
}

.pb_ring--inner-circle {
  background-color: #000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto;
}

.hero1_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.buybox1_trust-icon-ctas-2 {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.image-wrapper_widescreen {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.list1_checkmark {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  display: flex;
}

.ll-cta-pricing_pricing {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.icon-hero-tablet {
  height: 3rem;
}

.swiper-button_icon {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.hero1_photo-gallery_left-column {
  aspect-ratio: 1;
  background-color: #f6f6f6;
  width: 75%;
  position: relative;
  overflow: hidden;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-slide_image-wrap {
  width: 100%;
  overflow: hidden;
}

.custom-code {
  display: none;
}

.hero1_content-right_container {
  text-align: left;
  padding-top: 2rem;
}

.nutrition-facts_row-value {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .15rem;
  padding-bottom: .15rem;
  display: flex;
}

.nutrition-facts_row-value.last-child {
  border-bottom-style: none;
}

.nutrition-facts_row-value.is-bold {
  font-weight: 700;
}

.ll-cta-pricing__price {
  font-weight: 600;
}

.ll-cta-pricing__price.ll-cta-pricing__price--savings {
  color: #053321;
  background-color: #dcfae6;
  border-radius: 4px;
  padding-left: .35rem;
  padding-right: .35rem;
  font-size: .75rem;
  font-weight: 600;
}

.ll-cta-pricing__price.ll-cta-pricing__price--compare {
  font-weight: 400;
  text-decoration: line-through;
}

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

.ll-product-card__label1 {
  color: #fff;
  background-color: #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: -.5rem auto auto;
}

.pageblock-component {
  outline-offset: 0px;
  border: 1px #053321;
  border-radius: 8px;
  outline: 3px #dcfae6;
  position: relative;
  overflow: hidden;
}

.review-stars1_component {
  grid-column-gap: .5rem;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.benefits-selector {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hero1_content-right {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.text-size-tiny {
  font-size: .75rem;
}

.fs_accordion-2_icon-2 {
  margin-right: 0;
  font-size: 1rem;
  position: relative;
}

.swiper-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  transition: box-shadow .2s, color .2s, border-color .2s, transform .2s;
}

.swiper-button:active {
  transform: scale(.92);
}

.swiper-button.is-v1 {
  z-index: 1;
  transform-origin: 50%;
  border: 2px solid #1d4ed800;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 50% auto auto 1.2rem;
  transform: translate(0, -50%);
  box-shadow: 0 0 1rem #1d4ed800;
}

.swiper-button.is-v1:hover {
  border-color: #000;
}

.swiper-button.is-v1:active {
  box-shadow: 0 0 1rem #85858533;
}

.swiper-button.is-v1.is-next {
  left: auto;
  right: 1.2rem;
}

.text-size-small {
  font-size: .8rem;
}

.hero1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.button.is-cta {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.ll-product-card__radio {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto auto auto 1rem;
  box-shadow: 0 0 0 1px #e7e7e7;
}

.scarcity1_component {
  grid-column-gap: .5rem;
  outline-offset: 0px;
  color: #000;
  background-color: #f4ffe5;
  border-radius: 8px;
  outline: 3px solid #f6f6f6;
  align-items: center;
  font-size: .875rem;
  position: relative;
  overflow: hidden;
}

.slider_component {
  position: relative;
}

.slider_component.is-v1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.nutrition-facts_row {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nutrition-facts_row.sub-header {
  border-bottom: 8px solid #000;
  padding-bottom: .5rem;
}

.nutrition-facts_row.header {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  font-size: 1.65rem;
  font-weight: 700;
}

.nutrition-facts_row.content {
  border-bottom: 4px solid #000;
}

.nutrition-facts_row.last {
  border-bottom: 2px solid #000;
}

.spinner {
  display: none;
}

.hero1_photo-gallery_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.pb_ring--inner-border {
  opacity: 0;
  border: 1px solid #000;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  animation: 1s ease-out infinite pulsate;
  position: absolute;
}

.review-stars1_content-right {
  border-left: 1px solid #c7c7c7;
  margin-left: .5rem;
  padding-left: .5rem;
}

.nutrition-facts_component1 {
  border: 4px solid #000;
  padding: 1rem;
  font-size: .875rem;
}

.ll-product-card__details {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 2.5rem;
  line-height: 1.2;
  display: flex;
}

.hero1_photo-gallery_item--content {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  flex-flow: column;
  display: flex;
}

.benefits-selector_item {
  aspect-ratio: 1;
  background-color: #fafafa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ll-cta-pricing {
  justify-content: space-between;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.ll-product-selector--two_column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.pb_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  border-radius: 8px;
  flex-flow: row;
  align-items: center;
  padding: .7rem 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: auto;
}

.icon-1x1-medium {
  height: 2.5rem;
}

.review-stars1_image {
  width: auto;
  height: 1rem;
}

.hero1_content-left_container {
  width: 100%;
  position: sticky;
  top: 4rem;
}

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

.display-row.xx-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.display-row.x-small {
  grid-row-gap: 1rem;
}

.hero1_photo-gallery_item {
  aspect-ratio: 1;
  color: #000;
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero1_photo-gallery_item.is-tablet {
  background-color: #e4e4e4;
}

.hero1_photo-gallery_item.is-featured {
  background-color: #fafafa;
}

.ll-product-card__price--each {
  font-size: .75rem;
  font-weight: 400;
}

.ll-cta-pricing_message {
  font-weight: 600;
}

.ll-product-card__content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pb_ring {
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list1_item {
  grid-column-gap: .25rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.ll-product-card__price {
  font-size: .875rem;
  font-weight: 700;
}

.swiper-navigation.is-v1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -2.4rem;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper.is-v1 {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

._2rem-spacer {
  width: 2rem;
  height: 2rem;
}

.navigation-split {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  height: 100%;
  padding: 0 1.25rem;
  display: flex;
}

.div-block-133 {
  display: none;
}

.dropdowncard {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: auto;
  flex-direction: column;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.8rem;
  display: flex;
}

.experience-row2-col-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.promo-overlay {
  opacity: .75;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.promo-overlay.z-index-1 {
  z-index: 1;
}

.m-navigation-button-wrapper {
  z-index: 52;
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

._10px-spacer-2 {
  width: 10px;
  height: 10px;
}

.dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.experience-row2-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experience-row2-content-2.white {
  color: #fff;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.list-wrap-grove {
  background-color: #111;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.list-wrap-grove.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.promo-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  max-height: 55vh;
  display: flex;
}

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

.announcement-wrapper {
  z-index: 7;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.announcement-wrapper.blk {
  text-transform: capitalize;
  background-color: #000;
}

.announcement-wrapper.blk:hover {
  background-color: #111;
}

.menu-link {
  font-size: 15px;
  font-weight: 400;
}

.logo-card-2 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  display: flex;
  overflow: visible;
}

.price-card {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-direction: column;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion_title-wrapper-2 {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown-list-wide-2 {
  background-color: #0000;
}

.dropdown-list-wide-2.w--open {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  inset: auto 0%;
}

.content-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.link-text-hov {
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.2;
}

.accordion_arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.hamburger {
  width: 50px;
  height: 50px;
}

.navigation-dropdown-2 {
  position: relative;
}

.navigation-dropdown-2.is-static {
  position: static;
}

.accordion_description-wrapper-2 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.accordion_description-wrapper-2.white {
  color: #fff;
}

.logo-image {
  flex: none;
  max-width: 150px;
}

.promo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.promo-wrapper:hover {
  flex: 15%;
}

.promo-section {
  cursor: pointer;
}

.list-grove {
  min-width: 140px;
  top: 100%;
}

.list-grove.w--open {
  background-color: #0000;
  min-width: 260px;
  max-height: 100vh;
  left: 17rem;
}

.list-grove.is-partner {
  left: -125%;
}

.list-grove.is-partner.w--open {
  min-width: 400px;
}

.list-grove.is-v2 {
  left: -125%;
}

.link-text {
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
}

.systemimgxl {
  z-index: 2;
  object-fit: cover;
  border: 5px solid #000;
  border-radius: 250px;
  width: 12rem;
  height: 12rem;
  position: relative;
  overflow: hidden;
}

.progress-bar_wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.link-3-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-3-grove:hover {
  color: #fff;
  padding-left: 1rem;
}

.menu-hidden-desktop {
  color: #e5e5e5;
  letter-spacing: -.02em;
  border: 2px solid #121212;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.icon-1x1-medium-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.progress-bar {
  background-color: #fff;
  border-radius: 600rem;
  width: 0%;
  height: 2px;
}

.div-block-502 {
  padding-top: 1.5rem;
}

.accordion_title {
  color: var(--paragraph);
  font-size: 2rem;
}

.exp-img-2 {
  z-index: 2;
  object-fit: cover;
  border: 5px solid #111;
  border-radius: 250px;
  width: 125px;
  height: 125px;
  position: relative;
}

.more-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: none;
}

.nav-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}

.nav02 {
  z-index: 99;
  background-color: var(--white);
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 2px 16px 35px #0907250f;
}

.nav02.minus {
  background-color: #000;
}

.dropdowncard-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: auto;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  overflow: visible;
}

.content-brands {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: grid;
}

._1rem-spscer {
  width: 1rem;
  height: 1rem;
}

.navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion_list-wrapper {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.icon_wrap {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.icon_wrap.rel {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion_item-2 {
  position: relative;
  overflow: hidden;
}

.text-color-white-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-color-white-2.text-align-center.z-index-2 {
  z-index: 2;
  position: relative;
}

.navigation-logo {
  max-width: 175px;
}

.image-53 {
  max-height: 250px;
}

.div-block-173 {
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 2rem;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.navigation-side {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.navigation-side.right {
  justify-content: flex-end;
}

.navigation-side.left.show-tablet {
  display: none;
}

.navigation-side.align-left {
  justify-content: flex-start;
}

.navigation-toggle-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 8px 4px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle-3.w--current {
  color: #642eff;
}

.systemsubitems {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.experience-row2-col-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.system-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.icon-5 {
  background-color: #2a2a2a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: .6rem;
}

.accordion_title-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion_title-wrapper:hover {
  color: #4292ff;
}

.accordion_title-wrapper.link {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.experience-row2-col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu-beyond {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.paragraph-small-2 {
  color: #222;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.button-2 {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  padding: 1rem 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button-2:hover {
  background-color: #4da03c;
}

.button-2.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.button-2.is-icon:hover {
  color: #fff;
}

.button-2.is-icon.is-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.3;
}

.button-2.is-icon.is-nav:hover {
  color: #fff;
}

.button-2.is-icon.is-nav.is-first {
  color: #091243;
}

.button-2.is-icon.is-nav.is-first:hover {
  color: #fff;
}

.button-2.is-icon.is-nav.is-second {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #0000;
  padding-left: 18px;
  padding-right: 18px;
}

.button-2.is-icon.is-nav.is-second:hover {
  color: #091243;
  background-color: #fff;
}

.button-2.is-icon.is-nav.is-second.black {
  color: var(--paragraph);
}

.button-2.is-icon.is-secondary {
  color: #fff;
}

.button-2.is-icon.is-secondary:hover {
  color: #091243;
  background-color: #fff;
}

.promo-image-wrapper {
  object-fit: fill;
  background-image: url('../images/way-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 33.33%;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.promo-image-wrapper.two {
  background-image: url('../images/exp-img-1.webp');
}

.promo-image-wrapper.three {
  background-image: url('../images/exp-img-2.webp');
}

.paragraph-medium {
  letter-spacing: -.08px;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-medium.textcolor-light-gray {
  color: #666;
}

.accordion_item-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #222;
  margin-bottom: 0;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.menu-mob-container {
  z-index: 15;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding-top: 125px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-3 {
  color: var(--paragraph);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s;
  display: block;
  overflow: visible;
}

.nav-link-3.w--current {
  color: #aae925;
}

.modelcontaienr {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.nav-text-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: none;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header-form-lead {
  background-color: #fff;
  width: 100%;
  max-width: 486px;
  padding: 32px;
}

.header-grid-lead {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.form-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.checkbox-link {
  color: #59595f;
  text-decoration: underline;
}

.header-buttons {
  grid-template-rows: auto;
  max-width: 420px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  border-radius: 0;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.form-text-field::placeholder {
  color: #59595f;
}

.form-text-field.text-area {
  min-height: 140px;
}

.form-text-field.icon-left {
  padding-left: 2.5rem;
}

.h1-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading.text-color-white {
  color: #fff;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.award-image {
  width: 80px;
  height: 80px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-section-lead {
  background-image: radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0006, #0006), url('../images/Home-Banner-2.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 80px 5%;
  position: relative;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 24px;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.header-column {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

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

.icon-x-small {
  color: var(--green);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.input-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.overline-regular.text-color-gray-200 {
  color: #d0d0d2;
}

.form-field-label {
  color: #252527;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.button-secondary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--green);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 1rem 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

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

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-color-orange-501 {
  color: #66be54;
}

.icon-x-small-2 {
  color: #66be54;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #734573;
}

.content-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.content-image-large {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-image-large.background-brown-100 {
  background-color: #f2eeee;
}

.content-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.image-fill-2 {
  width: 100%;
  height: auto;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small.column-center {
  justify-content: flex-start;
  align-items: center;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-image-wrapper {
  background-color: #fff;
  width: 100%;
}

.h4-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.content-feature-line {
  background-color: #d4d4d4;
  flex: 1;
  width: 1px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.subheading-regular {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.stat-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-1x1-medium-3 {
  width: 2rem;
  height: 2rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: #2d62ff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
  font-weight: 600;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small-2 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.text-color-alternate {
  color: #fff;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.text-weight-medium {
  font-weight: 500;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.text-size-regular {
  font-size: 1rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

.hide {
  display: none;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.text-color-secondary {
  color: #222;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-3.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button-3.is-large {
  padding: 1rem 2rem;
}

.button-3.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-size-small-2 {
  font-size: .875rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-large {
  font-size: 1.5rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall-2 {
  width: 100%;
  padding-top: .5rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.padding-xxsmall {
  padding: .25rem;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.background-color-tertiary {
  background-color: #dd23bb;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.icon-height-medium {
  height: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-2x2 {
  width: 2rem;
}

.image-54 {
  width: 100%;
}

.faq-content {
  margin-top: 0;
  overflow: hidden;
}

.faq-paragraph {
  color: #bcb8d0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
}

.title-heading {
  color: #0a071b;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
}

.faq-question {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 32px;
  text-decoration: none;
}

.faq-container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-question-bar {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.faq-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
}

.faq-wrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title {
  color: #0a071b;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-item-wrapper {
  border: 1px solid var(--paragraph);
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #0d0d0d14;
}

.accordion-item-wrapper.v3 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 1rem;
  overflow: visible;
}

.accordion-item-wrapper.v3:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v3.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.v3.first {
  border-top-width: 0;
  padding-top: 0;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.btn-square-secondary {
  color: #0d0d0d;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #0d0d0d;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-secondary:hover {
  color: #fff;
  background-color: #0d0d0d;
  transform: translate3d(0, -4px, .01px);
}

.btn-square-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-square-secondary.small.accordion-btn {
  transform-style: preserve-3d;
  transition: none;
}

.btn-square-secondary.small.accordion-btn:hover {
  color: #0d0d0d;
  background-color: #fff;
  border-color: #0d0d0d;
  transform: none;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 884px;
}

.card {
  background-color: #fff;
  border: 1px solid #cfcfcf;
}

.card.accordion-v3 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px 74px;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.line-square-icon {
  width: 25px;
  height: 25px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.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;
}

.field-validation-wrap {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: .8rem;
  display: flex;
  position: absolute;
  inset: auto 0% 30% auto;
}

.multi-form3_input-field {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.toast-form {
  background-color: #2ec86226;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: .8rem;
  padding: .4rem;
  display: flex;
  position: absolute;
  inset: auto 0% 30% auto;
}

.toast-form.red {
  background-color: #e4002326;
}

.toast-form.red.error-input {
  display: none;
  inset: 0%;
}

.toast-form.valid-input {
  margin-right: 0;
  display: none;
  inset: 0%;
}

.form_input-2 {
  border: 1px solid #eff0f6;
  border-radius: 0;
  height: auto;
  min-height: 4.125rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  display: flex;
  box-shadow: 0 2px 6px #13124212;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.form_input-2.is-icon-left {
  padding-left: 2.75rem;
}

.multi-form3_field-label_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.margin-bottom-18.margin-small {
  margin-bottom: 1rem;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 700;
}

.form_field-label.no-bottom-margin {
  margin-bottom: 0;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4-2.is-no-bottom-margin {
  margin-bottom: 0;
}

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

.multi-form3_field-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._6rem-spacer {
  width: 6rem;
  height: 6rem;
}

.success-message {
  background-color: var(--white);
  height: 100%;
}

.div-block-1130 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.check-success {
  width: 35px;
  height: 35px;
}

.form-section {
  background-image: radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0006, #0006), url('../images/Home-Banner-2.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 80px 5%;
  position: relative;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .dropdown-list-wide-2.w--open {
    width: 80vw;
  }

  .systemimgxl {
    margin-left: -1rem;
  }
}

@media screen and (max-width: 991px) {
  .s-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .heading {
    font-size: 50px;
  }

  .nav-outer-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-social-inner-wrapper {
    flex-flow: row;
  }

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

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

  .top-header-wrapper {
    flex-direction: column;
  }

  .top-header-left {
    width: 100%;
  }

  .top-header-right {
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }

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

  .footer-grid {
    grid-row-gap: 75px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid-left {
    margin-bottom: 25px;
  }

  .heading-3 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .case-study-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-bg-overlay {
    opacity: .75;
    background-image: linear-gradient(0deg, #000, #000);
  }

  .hero-content-right {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .image {
    width: 30px;
  }

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

  .image-3 {
    width: 30px;
  }

  .top-bar, .links-overlay {
    display: none;
  }

  .nav-link-2 {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .nav-link-2:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .link-accent {
    bottom: 0;
  }

  .toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .toggle:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .toggle.w--open {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .navigation-feature-block {
    display: none;
  }

  .menu-button {
    color: #fff;
    background-color: #ad9152;
    border-radius: 2px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #8f753a;
  }

  .dropdown-container {
    padding: 0;
  }

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

  .cta-012 {
    justify-content: space-between;
    align-items: center;
  }

  .show-tablet {
    display: block;
  }

  .hero1_content-left {
    border-bottom-width: 1px;
    border-bottom-color: #000;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    position: static;
    overflow: visible;
  }

  .ll-button-holder {
    z-index: 5;
  }

  .hide-tablet {
    display: none;
  }

  .hero1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
  }

  .buybox1_trust-icon-ctas-2 {
    align-items: center;
  }

  .swiper-slide_image-wrap.padding-16 {
    background-color: #e4e4e4;
    padding: 16px;
  }

  .custom-code {
    display: none;
  }

  .hero1_content-right_container {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    top: 0;
  }

  .hero1_content-right {
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: visible;
  }

  .swiper-button.is-v1 {
    display: none;
  }

  .hero1_heading {
    font-size: 2.25rem;
  }

  .scarcity1_component {
    text-align: left;
  }

  .hero1_photo-gallery_row {
    padding-bottom: 10px;
  }

  .benefits-selector_item {
    aspect-ratio: auto;
    height: 100%;
  }

  .ll-cta-pricing {
    border-top-style: none;
    font-size: 1rem;
  }

  .ll-product-selector--two_column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pb_container {
    text-align: left;
  }

  .hero1_content-left_container {
    max-width: 100%;
  }

  .hero1_photo-gallery_item {
    aspect-ratio: auto;
    height: 100%;
  }

  .hero1_photo-gallery_item.is-tablet {
    color: #000;
    background-color: #d8d8d8;
  }

  .text-features-cta {
    font-size: .85rem;
  }

  .swiper-navigation.is-v1 {
    inset: auto 0% 0%;
  }

  .navigation-split {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: grid;
    position: relative;
  }

  .div-block-133 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .dropdowncard {
    max-width: none;
    padding: 12px;
  }

  .m-navigation-button-wrapper {
    background-color: #fff;
    justify-content: center;
    width: 50px;
    display: flex;
  }

  .m-navigation-button-wrapper.red.is-phone {
    border: 2px solid #000;
    height: 50px;
  }

  .list-wrap-grove {
    box-shadow: none;
  }

  .announcement-wrapper {
    display: none;
  }

  .logo-card-2 {
    min-height: 100px;
  }

  .price-card {
    height: auto;
  }

  .dropdown-list-wide-2.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .content-grove {
    width: 100%;
  }

  .hamburger {
    z-index: 99;
    border: 2px solid #000;
    position: relative;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .promo-section {
    max-width: 100dvw;
  }

  .list-grove.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .systemimgxl {
    width: 140px;
    height: 140px;
  }

  .menu-hidden-desktop {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: block;
  }

  .exp-img-2 {
    width: 140px;
    height: 140px;
  }

  .dropdowncard-content {
    max-width: none;
    padding: 12px;
  }

  .content-brands {
    width: 100%;
  }

  .grid-three-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-side {
    justify-content: flex-end;
  }

  .navigation-side.right {
    width: auto;
  }

  .navigation-side.left {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-side.left.show-tablet {
    width: auto;
    display: flex;
  }

  .navigation-side.align-left {
    display: none;
  }

  .navigation-toggle-3 {
    justify-content: space-between;
    width: 100%;
  }

  .experience-row2-col-content-2 {
    z-index: 2;
    background-color: #000;
    position: relative;
  }

  .accordion_title-wrapper.link {
    border-bottom: 1px solid #222;
  }

  .nav-menu-beyond {
    background-color: #171230;
    height: auto;
    display: block;
    position: absolute;
    top: 90px;
  }

  .menu-mob-container {
    padding-top: 105px;
    padding-bottom: 55px;
    overflow: scroll;
  }

  .nav-link-3 {
    align-self: center;
  }

  .header-form-lead {
    max-width: none;
  }

  .header-grid-lead {
    grid-template-columns: 1fr;
  }

  .form-block {
    align-items: center;
  }

  .h1-heading {
    font-size: 55px;
  }

  .header-column {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

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

  .content-features {
    grid-template-columns: 1fr 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v3:hover {
    transform: translate(6px);
  }

  .card.accordion-v3 {
    padding: 64px 48px;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-content-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

  .hero-social-inner-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .social-icon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-icon.footer {
    margin-left: 0;
    margin-right: 50px;
  }

  .section.grey {
    max-width: 100vw;
    overflow: hidden;
  }

  .top-header-right {
    justify-content: center;
  }

  .top-header-right.left {
    justify-content: flex-start;
  }

  .case-study-card-wrapper {
    margin-bottom: 50px;
  }

  .content-center-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 35px;
  }

  .full-width-slider-wrapper {
    overflow: visible;
  }

  .footer-grid {
    display: block;
  }

  .footer-block-wrapper {
    margin-bottom: 50px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-right {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .case-study-grid {
    display: block;
  }

  .hero-content-left {
    max-width: 100%;
  }

  .nav-button {
    display: none;
  }

  .navigation-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .hero1_component {
    grid-row-gap: 2rem;
  }

  .list1_checkmark {
    margin-top: .125rem;
  }

  .swiper-button_icon {
    width: .8rem;
    height: .8rem;
  }

  .hero1_content-right_container {
    position: relative;
  }

  .hero1_heading {
    font-size: 2rem;
  }

  .list1_item {
    margin-bottom: .15rem;
  }

  .promo-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    max-height: none;
    display: grid;
  }

  .announcement-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .promo-wrapper {
    min-height: 30dvh;
  }

  .systemimgxl, .exp-img-2 {
    border-width: 5px;
    width: 125px;
    height: 125px;
  }

  .navigation-buttons.centred {
    justify-content: center;
  }

  .navigation-logo.w--current {
    padding-left: 0;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .navigation-side {
    width: 100%;
  }

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

  .h1-heading {
    font-size: 36px;
  }

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

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

  .column-tiny {
    text-align: left;
  }

  .content-grid, .content-features {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h4-heading {
    font-size: 32px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-question {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .btn-square-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .card.accordion-v3 {
    padding: 40px 32px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .form_field-label {
    font-size: 17px;
    line-height: 1.5;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .multi-form3_field-wrapper {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    padding-top: 4rem;
    padding-left: 25px;
    padding-right: 25px;
  }

  .subheader.full-opacity {
    text-align: center;
  }

  .heading {
    font-size: 35px;
  }

  .nav-outer-wrapper {
    padding: 30px 25px;
  }

  .hero-social-inner-wrapper {
    justify-content: center;
    align-items: center;
  }

  .section {
    padding: 2rem 25px;
  }

  .section.no-bottom-margin {
    padding-top: 75px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.grey {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .section.logos {
    padding: 75px 25px;
  }

  .heading-2 {
    text-align: left;
    font-size: 25px;
  }

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

  .footer-right {
    justify-content: center;
  }

  .case-study-collection-list {
    margin-top: 50px;
  }

  .object-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 25px;
  }

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

  .fullsize-img-outer-wrapper {
    text-align: center;
  }

  .image-3 {
    width: 25px;
  }

  .heading-6 {
    font-size: 25px;
  }

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

  .navigation-link-grid {
    grid-template-columns: 1fr;
  }

  .navigation-wrapper {
    display: none;
  }

  .navigation-text-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .toggle.w--open {
    background-color: #fbf7ee;
  }

  .navigation-title {
    margin-bottom: 20px;
  }

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

  .ll-product-card1 {
    padding-left: 2rem;
  }

  .cta-012.cta-new {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero1_content-left {
    align-items: center;
  }

  .text-hero-tablet {
    font-size: .65rem;
    line-height: 1.2;
  }

  .hero1_photo-gallery {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    width: 100%;
  }

  .hero1_photo-gallery-item_container {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
  }

  .hero1_photo-gallery_right-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }

  .list1_checkmark {
    margin-top: 0;
  }

  .icon-hero-tablet {
    height: 1.4rem;
  }

  .hero1_photo-gallery_left-column {
    aspect-ratio: auto;
    flex: none;
  }

  .hero1_content-right_container {
    position: relative;
  }

  .ll-cta-pricing__price {
    font-size: .75rem;
  }

  .benefits-selector {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .ll-product-card__radio {
    width: 1rem;
    height: 1rem;
    left: .5rem;
  }

  .scarcity1_component {
    line-height: 1.3;
  }

  .hero1_photo-gallery_row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .benefits-selector_item {
    aspect-ratio: 1;
  }

  .ll-cta-pricing {
    font-size: .75rem;
  }

  .ll-product-selector--two_column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pb_container {
    font-size: .7rem;
    line-height: 1.3;
  }

  .review-stars1_image {
    height: .85rem;
  }

  .hero1_photo-gallery_item {
    aspect-ratio: 1;
  }

  .text-features-cta {
    font-size: .7rem;
  }

  .swiper-navigation.is-v1 {
    height: 2rem;
    inset: auto 0% 0%;
  }

  .navigation-split {
    position: sticky;
  }

  .experience-row2-col-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .experience-row2-content-2 {
    background-color: #000;
    position: relative;
  }

  .promo-container {
    display: flex;
  }

  .announcement-wrapper {
    display: none;
  }

  .navigation-buttons {
    flex-flow: column;
    align-items: stretch;
  }

  .navigation-logo.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .experience-row2-col-content-2 {
    z-index: 2;
    background-color: #000;
    position: relative;
  }

  .experience-row2-col-2 {
    background-color: #000;
  }

  .button-2.is-icon, .button-2.is-icon.is-secondary {
    flex: 1;
  }

  .button-group {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .button-group.margin-bottom {
    width: 100%;
  }

  .header-grid-lead {
    grid-template-columns: 1fr;
  }

  .header-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .header-section-lead {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .button-primary {
    width: 100%;
  }

  .content-image-large {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .stat-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-question {
    padding: 16px;
  }

  .btn-square-secondary.small.accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .card.accordion-v3 {
    padding: 38px 24px;
  }

  .multi-form3_field-label_wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .form_field-label {
    font-size: 15px;
  }

  .form-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

#w-node-d40a7d88-4b3c-7dd5-3693-6de13f7c574c-60f2d434 {
  justify-self: end;
}

#w-node-a2989f4d-188b-643a-e3b2-1ad5c8ac8bab-c8ac8ba8 {
  align-self: center;
}

#w-node-a2989f4d-188b-643a-e3b2-1ad5c8ac8bbb-c8ac8ba8 {
  justify-self: end;
}

#w-node-a2989f4d-188b-643a-e3b2-1ad5c8ac8bbf-c8ac8ba8, #w-node-a2989f4d-188b-643a-e3b2-1ad5c8ac8bcc-c8ac8ba8, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aedb3-a285b1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73aedd2-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aedd7-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aeddc-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aede1-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aede7-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aeded-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aedf3-a285b1e7 {
  justify-self: start;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73aeed5-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aeedd-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aeef4-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aef0d-a285b1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73aef10-a285b1e7 {
  justify-self: start;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73aef12-a285b1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73aef15-a285b1e7 {
  justify-self: start;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73aef65-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aef6f-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aef70-a285b1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73aefe2-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aefe7-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aefec-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aeff1-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aeff6-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73aeffb-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af005-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af00a-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af00f-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af014-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af019-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af01e-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af023-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af028-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af02d-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af032-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af037-a285b1e7 {
  justify-self: start;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73af03b-a285b1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73af03c-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af041-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af046-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af04b-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af05f-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af064-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af069-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af06e-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af073-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af078-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af082-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af087-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af08c-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af091-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af096-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af09b-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0a0-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0a5-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0aa-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0af-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0b4-a285b1e7 {
  justify-self: start;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0b8-a285b1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0b9-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0be-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0c3-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0c8-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0d9-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0de-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0e3-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0e8-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0ed-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0f2-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0f7-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af0fc-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af101-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af106-a285b1e7 {
  justify-self: start;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73af10a-a285b1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73af10b-a285b1e7 {
  justify-self: start;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73af10e-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af18f-a285b1e7, #w-node-f8d240b2-1193-4c1f-a4cc-97fee73af1bc-a285b1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d240b2-1193-4c1f-a4cc-97fee73af1fa-a285b1e7 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d40a7d88-4b3c-7dd5-3693-6de13f7c574c-60f2d434 {
    justify-self: center;
  }

  #w-node-a2989f4d-188b-643a-e3b2-1ad5c8ac8bbb-c8ac8ba8 {
    justify-self: auto;
  }

  #w-node-_194d7fd1-856a-22fd-b62a-6676f0ad9328-f0ad9268 {
    justify-self: center;
  }
}


