:root {
  --lime-green: #29b21f;
  --light-green: #e1ffdf;
}

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

.navbar-logo-left {
  z-index: 999;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  z-index: 999;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #f9fafb;
  background-clip: border-box;
  border: 1px #000;
  outline: 1px solid #33333317;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #617389;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0 5px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.nav-link:hover {
  color: #000;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 18px;
  line-height: 26px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #617389;
  margin-right: 10px;
  font-size: 15px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  display: none;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding: 20px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--lime-green);
  color: #fff;
  text-transform: none;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.main-cta {
  border: 1px solid var(--lime-green);
  text-align: center;
  object-fit: contain;
  order: 0;
  align-self: flex-start;
  margin-left: 0;
  display: block;
}

.button-primary.main-cta:hover {
  border-color: #32343a;
}

.button-primary.main-cta.second-cta {
  color: var(--lime-green);
  text-align: center;
  background-color: #0000;
  border-width: 2px;
  font-size: 17px;
  display: inline;
}

.button-primary.main-cta.second-cta:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary.main-cta.cta-section-button {
  border-color: var(--light-green);
  color: var(--lime-green);
  background-color: #f7f7f7;
  margin-top: 20px;
  margin-right: 30px;
}

.button-primary.main-cta.cta-section-button:hover {
  color: #fff;
  background-color: #2d352d;
  border-color: #2d352d;
}

.button-primary.header-button {
  margin-top: -5px;
}

.body {
  color: #617389;
  background-color: #f9fafb;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.text-block {
  color: #617389;
}

.text-block:hover {
  color: #000;
}

.image {
  margin-top: -5px;
  margin-bottom: 0;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

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

.hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.hero-split.image {
  max-width: 50%;
  margin-top: 0;
  display: flex;
}

.hero-split.cta {
  width: 65%;
  max-width: 65%;
}

.hero-split.cta-button {
  max-width: 25%;
}

.margin-bottom-24px {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.margin-bottom-24px.how-it-works {
  margin-bottom: 40px;
}

.margin-bottom-24px.cta-section-sub-heading {
  color: #fffffff2;
  margin-bottom: 0;
  font-size: 18px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  color: #1e0e62;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.heading.cta-section-heading {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.text-span {
  background-color: var(--light-green);
  border-radius: 360px;
  margin-right: 10px;
  padding: 5px 10px;
  display: inline-block;
}

.heading-2 {
  background-color: var(--light-green);
  color: var(--lime-green);
  border: 1px solid #c4f5c0;
  border-radius: 360px;
  padding: 7px 30px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.heading-2.earn-more {
  color: #000;
  background-color: #fff;
  border-color: #ececec;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 14px;
}

.heading-3 {
  display: inline;
}

.link-block {
  border: 1px #000;
}

.section-zipper-known {
  background-color: #fff;
  border: 1px solid #00000008;
  border-top-width: 0;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.div-case-mixture {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-married-think {
  text-align: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-hat-studying {
  color: #111827;
  margin-top: 10px;
  padding: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 2.5rem;
  text-decoration: none;
}

.h2-hat-studying._8-solid-reasons {
  margin-bottom: 60px;
}

.p-leather-gray {
  color: #4b5563;
  margin-top: 2rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.div-official-thousand {
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-official-thousand.first {
  background-color: #fff0;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-characteristic-chapter {
  padding: 0 20px 3.5rem;
  font-weight: 400;
  text-decoration: none;
}

.img-finger-strike {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h3-excellent-storm {
  color: #111827;
  text-transform: capitalize;
  margin-top: 30px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
}

.p-onto-nearer {
  color: #4b5563;
  margin-top: 1.25px;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.p-onto-nearer.how-it-works {
  padding-left: 20px;
  padding-right: 20px;
}

.p-onto-nearer.how-it-works._3rd {
  padding-left: 0;
  padding-right: 0;
  font-size: .9rem;
}

.p-onto-nearer.how-it-works.easy-steps {
  font-size: .9rem;
}

.p-onto-nearer.how-it-works._3rd {
  padding-left: 0;
  padding-right: 0;
}

.div-everything-represent {
  border: 1px #e5e7eb;
  padding: 0 20px 3.5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-recognize-us {
  border: 0 solid #e5e7eb;
  border-top-width: 1px;
  padding: 3.5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-lips-built {
  border: 0 solid #e5e7eb;
  border-width: 1px 0 0 1px;
  padding: 3.5rem;
  font-weight: 400;
  text-decoration: none;
}

.image-2 {
  color: #142942;
  background-color: #dfe2ff;
  border-radius: 80px 50px 20px 45px;
  padding: 20px 10px;
}

.image-2._2 {
  background-color: var(--light-green);
  border-radius: 40px 30px 25px 50px;
}

.image-2._3 {
  background-color: #dff2ff;
  border-top-left-radius: 40px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 50px;
}

.image-2._4 {
  background-color: #ffdffb;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.image-2._5 {
  background-color: #f3f1c3;
  border-radius: 10px 40px 30px 50px;
}

.image-2._6 {
  background-color: #f2dfff;
  border-top-left-radius: 55px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.image-2._7 {
  background-color: #ffdfdf;
  border-top-left-radius: 60px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 25px;
  padding: 20px 10px;
}

.image-2._8 {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.section-birthday-slow {
  background-color: #f9fafb00;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 6rem;
  font-weight: 400;
  text-decoration: none;
}

.div-planet-lack {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-range-refused {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-applied-sides {
  color: #000;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.p-advice-spell {
  color: #4b5563;
  max-width: 36rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
}

.div-gravity-poem {
  max-width: 48rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-sense-circus {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.div-sense-circus:hover {
  background-color: #fff;
}

.a-parallel-measure {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-parallel-measure:hover {
  background-color: #fff;
}

.span-single-string {
  color: #000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  display: flex;
}

.img-plan-musical {
  color: #9ca3af;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  transform: rotate(180deg);
}

.div-more-flies {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.a-company-officer {
  color: var(--lime-green);
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-company-officer:hover {
  text-decoration: underline;
}

.div-control-gold {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  margin-top: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-control-gold:hover {
  background-color: #f9fafb;
}

.img-smaller-wife {
  color: #9ca3af;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-mad-reason {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.p-bell-went {
  color: #4b5563;
  text-align: center;
  margin-top: 2.25rem;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.a-zipper-agree {
  color: var(--lime-green);
  padding: 0 0 0 10px;
  font-weight: 500;
  text-decoration: none;
}

.a-zipper-agree:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.slider-number {
  background-color: #fff;
  border: 2px solid #9a9999;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 40px;
  margin-top: -78px;
  margin-left: 15px;
  display: flex;
  position: absolute;
  left: -60px;
}

.icon-wrap {
  text-align: left;
  align-items: center;
  display: flex;
}

.range-wrapper {
  margin-top: 72px;
  position: relative;
}

.pages-number {
  margin-right: 3px;
}

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

.orange-text {
  color: #f90;
}

.icon-box {
  background-color: var(--lime-green);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  display: flex;
}

.button-wrapper {
  width: 100%;
  margin-top: 54px;
}

.blue-text {
  color: #0040ff;
}

.details-grid {
  grid-column-gap: 35px;
  grid-row-gap: 32px;
  width: 70%;
  margin-top: 44px;
}

.button {
  letter-spacing: -.035em;
  background-color: #0040ff;
  padding: 24px 52px;
  font-size: 16px;
  font-weight: 500;
}

.button.orange-button {
  background-color: #f90;
}

.range-box {
  width: 360px;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
}

.container-3.narrow-container {
  max-width: 1200px;
  position: relative;
}

.dec-element {
  position: absolute;
  inset: auto auto 0% 16px;
}

.dec-element.element-intro {
  z-index: 0;
  inset: auto -216px 113px auto;
}

.square-element {
  position: absolute;
  bottom: 27px;
  left: 29px;
}

.text-block-2 {
  margin-right: 8px;
  font-size: 14px;
  line-height: 16px;
}

.decoration-element {
  position: absolute;
  inset: auto auto 179px -226px;
}

.made-with {
  color: #000346;
  border: 1px solid #000346;
  border-radius: 4px;
  align-items: center;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: auto 32px 32px auto;
}

.made-with:hover {
  background-color: #f3f3f3;
}

.section {
  padding-top: 105px;
  padding-bottom: 105px;
}

.section.full-screen-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bubble {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-3 {
  width: 56px;
  position: relative;
  top: -1px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3em;
}

.f-feature-card-filled {
  background-color: #fff;
  border: 2px solid #0000000d;
  border-radius: 12px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  outline-offset: 0px;
  background-color: #f2fff1;
  border: 1px #000;
  border-radius: 8px;
  outline: 2px solid #29b21f17;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 15px;
  padding: 15px;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.4;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-button-neutral {
  background-color: var(--lime-green);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-max-width-large {
  max-width: 610px;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-testimonial-right-a {
  background-color: var(--lime-green);
  color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.f-testimonial-left-a {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  color: #00000080;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.f-paragraph-small.company-name {
  color: var(--lime-green);
  font-size: 13px;
}

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

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-size: 18px;
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

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

.f-testimonial-background {
  background-color: #f9fafb;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.mask {
  padding-bottom: 40px;
}

.footer-subscribe {
  background-color: #f9fafb;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  font-size: 18px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--lime-green);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
  font-weight: 400;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: var(--lime-green);
}

.footer-legal-link.micro-company-copyright {
  margin-left: 0;
}

.image-4 {
  max-width: 175px;
}

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

.lottie-animation {
  padding-left: 60px;
}

.columns {
  border: 1px solid #00000005;
  padding: 100px 20px;
}

.image-6 {
  flex: none;
  display: block;
}

.lottie-animation-2 {
  max-width: 500px;
  padding-top: 60px;
}

.column {
  padding-left: 0;
  padding-right: 10px;
  display: block;
  position: static;
}

.column-2 {
  position: static;
}

.container-5 {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto;
}

.bold-text {
  font-size: 17px;
  font-weight: 500;
}

.div-split-nice {
  max-width: 1200px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: static;
}

.div-foreign-enough {
  z-index: 10;
  background-color: #0000;
  margin: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-underline-ruler {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-carbon-period {
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-nuts-product, .a-contrast-tell {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-closely-welcome {
  width: auto;
  height: 2rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-clock-replace {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.a-chart-neighborhood {
  color: #111827;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.span-special-its {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-name-mission {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.span-eventually-lungs {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.div-bean-voyage {
  justify-content: flex-start;
  align-items: center;
  margin-left: 4rem;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-better-middle {
  color: #111827;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-better-middle:hover {
  color: #4f46e5;
}

.a-image-leg {
  color: #111827;
  margin-left: 2.5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.a-image-leg:hover {
  color: #4f46e5;
}

.div-quickly-outside {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-foreign-furniture {
  color: #fff;
  background-color: #111827;
  border-style: solid;
  border-width: 0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline-flex;
}

.a-foreign-furniture:hover {
  background-color: #374151;
}

.div-eventually-lungs {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.div-bear-cloth {
  margin: 0;
  padding: 2rem .25rem 1rem;
  font-weight: 400;
  text-decoration: none;
}

.div-rest-doing {
  grid-row-gap: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.a-influence-hardly {
  color: #111827;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.a-regular-twenty {
  color: #fff;
  background-color: #111827;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-flex;
}

.a-regular-twenty:hover {
  background-color: #6b7280;
}

.section-essential-supper {
  background-color: #fff;
  margin: 0;
  padding-top: 8rem;
  padding-bottom: 5rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-getting-provide {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.img-been-chosen {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-running-rock {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.div-contrast-tell {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-mistake-shinning {
  width: 100%;
  max-width: 28rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h1-plain-machine {
  color: #111827;
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.h1-plain-machine._2 {
  margin-bottom: 20px;
}

.p-pair-manner {
  color: #617389;
  margin-top: 1.25rem;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.p-origin-suggest {
  color: var(--lime-green);
  margin-top: 2.5rem;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}

.p-origin-suggest._2 {
  color: #000;
  margin-top: 0;
  font-size: 17px;
}

.ul-transportation-cross {
  margin-top: 1rem;
  margin-bottom: 40px;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
}

.li-end-chicken {
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.span-speak-scene {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.span-term-who {
  color: #111827;
  flex: 1;
  margin-left: .625rem;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.li-struck-function {
  align-items: center;
  margin-top: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-cave-build {
  margin-top: 2.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.div-usually-same {
  opacity: .7;
  filter: blur(16px);
  background-image: linear-gradient(to right, #44bcff, #ff44ec, #ff675e);
  border-style: solid;
  border-width: 0;
  border-radius: .75rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.a-word-open {
  color: #fff;
  background-color: #111827;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.a-word-open:hover {
  background-color: #374151;
}

.div-furniture-today {
  margin-top: 4rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.img-suggest-independent {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
}

.image-7 {
  object-fit: contain;
  max-width: 100%;
  padding-left: 40px;
  overflow: hidden;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

.container-7 {
  max-width: 1200px;
  padding: 100px 30px;
}

.column-4 {
  position: static;
}

.what-is-whatsform {
  padding: 100px 30px;
  display: none;
  overflow: hidden;
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.section-3 {
  background-color: var(--lime-green);
  background-image: linear-gradient(266deg, #53f547, #0cac00);
  padding: 40px 30px;
}

.icon-box-2 {
  background-color: #0040ff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  display: flex;
}

.details-grid-2 {
  grid-column-gap: 35px;
  grid-row-gap: 32px;
  width: 100%;
  margin-top: 44px;
}

.lottie-animation-3 {
  padding-right: 30px;
}

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

.image-9 {
  padding-top: 3px;
}

.text-span-3 {
  background-image: linear-gradient(to top, #cdd8cc, #fff0 11%);
}

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

.section-birthday-slow-2 {
  background-color: #f9fafb;
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-weight: 400;
  text-decoration: none;
}

.div-planet-lack-2 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-range-refused-2 {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-applied-sides-2 {
  color: #000;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.p-advice-spell-2 {
  color: #4b5563;
  max-width: 36rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
}

.div-gravity-poem-2 {
  max-width: 48rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-sense-circus-2 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.div-sense-circus-2:hover {
  background-color: #f9fafb;
}

.a-parallel-measure-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.span-single-string-2 {
  color: #000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
  display: flex;
}

.img-plan-musical-2 {
  color: #9ca3af;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  transform: rotate(180deg);
}

.div-more-flies-2 {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.a-company-officer-2 {
  color: #2563eb;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-company-officer-2:hover {
  text-decoration: underline;
}

.div-control-gold-2 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  margin-top: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-control-gold-2:hover {
  background-color: #f9fafb;
}

.img-smaller-wife-2 {
  color: #9ca3af;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-mad-reason-2 {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.p-bell-went-2 {
  color: #4b5563;
  text-align: center;
  margin-top: 2.25rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-zipper-agree-2 {
  color: #2563eb;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
}

.a-zipper-agree-2:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.service-icon {
  float: left;
  color: #096ad0;
  text-align: center;
  border: 1px solid #096ad0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  color: #096ad0;
  border-color: #096ad0;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer-text {
  margin-top: 8px;
}

.section-4 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.question {
  align-items: flex-start;
  display: flex;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-container {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #096ad033;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-8 {
  width: 66.66%;
}

.full-width {
  width: 100%;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  color: #000;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: #0003;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.faq-text {
  font-size: 17px;
}

.div-block-2 {
  padding-top: 50%;
  padding-bottom: 40%;
}

.image-11 {
  padding-left: 40px;
}

.image-12 {
  display: none;
  position: absolute;
  top: 25%;
  left: 49%;
}

.text-span-4 {
  color: #3bb84c;
}

.text-span-5 {
  background-image: url('../images/whatsapp-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 10px;
  display: none;
}

.hero-stack {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  box-shadow: none;
  width: 120%;
  max-width: 120%;
  margin-top: 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;
}

.image-13 {
  align-self: flex-end;
  position: absolute;
  top: 32%;
  right: 19%;
}

.button-secondary {
  color: #2ab200;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #2ab200;
  border-radius: 100000px;
  padding: 18px 40px;
  line-height: 1.111em;
  transition: transform .3s, color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-secondary:hover {
  color: #fff;
  background-color: #2ab200;
  transform: translate3d(0, 3px, .01px);
}

.button-secondary._2-buttons {
  color: #2ab200;
  border-color: #2ab200;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.button-secondary._2-buttons:hover {
  color: #fff;
}

.title.home-hero {
  color: #000;
  column-count: auto;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  position: static;
}

.title.h4-size {
  color: #193765;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title.h4-size.home-hero-logos-title {
  color: #334d74;
  margin-bottom: 40px;
  margin-right: 30px;
  font-size: 25px;
  font-weight: 600;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  background-color: #f2fbf700;
  border-bottom-style: none;
  border-bottom-color: #fff;
  border-left: 100vw solid #0000;
  min-height: 883px;
  position: absolute;
  inset: 0% 0% auto;
}

._2-buttons-wrapper {
  margin-bottom: -15px;
}

.paragraph-2 {
  color: #666;
  margin-top: 10px;
  font-size: 17px;
}

.home-hero-logos {
  margin-right: -68px;
}

.bold-text-3 {
  color: #2ab200;
}

.image-14.home-hero-shape-3 {
  position: absolute;
  inset: -44px 0 auto 48px;
}

.image-14.home-hero-1 {
  z-index: 1;
  text-align: center;
  border-radius: 16px;
  max-width: 845px;
  margin-top: -73px;
  position: relative;
}

.image-14.home-hero-3 {
  z-index: 2;
  border-radius: 14px;
  max-width: 284px;
  position: absolute;
  bottom: 81px;
  right: 0;
  box-shadow: 0 8px 34px #28282b0f;
}

.image-14.home-hero-logo {
  max-height: 40px;
  margin-right: 68px;
}

.image-14.home-hero-logo.google {
  filter: grayscale();
  max-height: 40px;
}

.image-14.home-hero-2 {
  z-index: 2;
  border-radius: 16px;
  max-width: 312px;
  position: absolute;
  left: 0;
  box-shadow: 0 8px 34px #28282b0f;
}

.image-14.home-hero-shape-1 {
  position: absolute;
  top: 76px;
  right: 184px;
}

.paragraph.home-hero {
  max-width: 675px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 25px;
}

.container-default {
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-default.home-hero {
  z-index: 1;
  padding-bottom: 0;
  position: relative;
}

.button-primary-6 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #2ab200;
  border: 1px solid #2ab200;
  border-radius: 1000000px;
  padding: 18px 40px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, color .3s, border-color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-6:hover {
  color: #193765;
  background-color: #73cfa8;
  border-color: #73cfa8;
  transform: translate3d(0, 3px, .01px);
}

.button-primary-6._2-buttons {
  background-color: #2ab200;
  border-style: solid;
  border-color: #2ab200;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.home-hero-logos-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  min-width: 100%;
  padding-top: 192px;
  padding-bottom: 192px;
}

.section-5.home-hero {
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container-medium-739px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-739px.home-hero {
  z-index: 1;
  text-align: center;
  margin-bottom: 82px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.home-hero-images-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 106px;
  display: flex;
  position: relative;
}

.section-into-future {
  background-color: #fff;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-rather-specific {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-giving-wait {
  max-width: 50rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-coast-simple {
  color: #000;
  letter-spacing: -.025em;
  margin: 0;
  padding: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.div-drew-nervous {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  max-width: none;
  margin-top: 5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-correctly-turn {
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.span-choice-band {
  background-color: #3741510d;
  width: 100%;
  height: 1px;
  margin-left: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: .375rem;
  left: 1.75rem;
}

.div-symbol-movie {
  background-color: #374151;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  width: .75rem;
  height: .75rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-moon-yes {
  margin-top: 2.5rem;
  margin-left: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h3-branch-cage {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
}

.h3-branch-cage.numbers {
  color: #247cff;
  text-align: center;
  margin-top: -2px;
  font-size: 1.3rem;
  font-weight: 500;
}

.h3-branch-cage.numbers._1 {
  font-size: 1.1rem;
}

.h3-branch-cage.numbers._2 {
  color: #ff2424;
  font-size: 1.1rem;
}

.h3-branch-cage.numbers._3 {
  color: #23c728;
  font-size: 1.1rem;
}

.h3-branch-cage.numbers._4 {
  color: #ff24f0;
  font-size: 1.1rem;
}

.p-slight-balloon {
  color: #6e6e6e;
  margin-top: 1rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.div-victory-coach {
  background-color: #cddcfd;
  border-style: solid;
  border-width: 0;
  border-radius: 9999px;
  width: 1.75rem;
  height: 1.75rem;
  margin: -7px 0 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-victory-coach._2 {
  background-color: #fdddcd;
}

.div-victory-coach._3 {
  background-color: #cdfdd4;
}

.div-victory-coach._5 {
  background-color: #fdcdf5;
}

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

.image-15 {
  display: none;
}

.text-span-6 {
  color: #2ab200;
}

.div-everything-represent-2 {
  background-color: #fff;
  border: 1px #e5e7eb;
  padding: 0 20px 3.5rem;
  font-weight: 400;
  text-decoration: none;
}

.section-zipper-known-2 {
  background-color: #fff;
  border: 1px solid #00000008;
  border-top-width: 0;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1f;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: #617389;
  margin-right: 10px;
}

.nav-dropdown-icon-2:hover {
  color: #000;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  padding: 20px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.nav-dropdown-link-2:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.text-block-3 {
  color: #617389;
  font-size: 18px;
  line-height: 26px;
}

.text-block-3:hover {
  color: #000;
}

.list-item {
  display: block;
}

.button-primary-8 {
  color: #fff;
  text-transform: none;
  background-color: #29b21f;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.button-primary-8.main-cta {
  text-align: center;
  object-fit: contain;
  border: 1px solid #29b21f;
  order: 0;
  align-self: flex-start;
  margin-left: 0;
  display: block;
}

.button-primary-8.main-cta:hover {
  border-color: #32343a;
}

.button-primary-8.main-cta.cta-section-button {
  color: #29b21f;
  background-color: #f7f7f7;
  border-color: #e1ffdf;
  margin-top: 20px;
  margin-right: 30px;
}

.button-primary-8.main-cta.cta-section-button:hover {
  color: #fff;
  background-color: #2d352d;
  border-color: #2d352d;
}

.lottie-animation-4 {
  width: 70%;
  padding-left: 30px;
  padding-right: 0;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  background-image: linear-gradient(274deg, #59ec2c, #2ab200);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-2._2 {
  align-items: flex-end;
  max-width: 35%;
}

.hero-split-2._1 {
  max-width: 65%;
}

.bold-text-5 {
  color: var(--lime-green);
}

.button-primary-9 {
  color: #fff;
  text-transform: none;
  background-color: #29b21f;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.button-primary-9.header-button {
  margin-top: -5px;
}

.nav-dropdown-icon-3 {
  color: #617389;
  margin-right: 10px;
}

.nav-dropdown-icon-3:hover {
  color: #000;
}

.text-block-4 {
  color: #617389;
  font-size: 18px;
  line-height: 26px;
}

.text-block-4:hover {
  color: #000;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1f;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.image-16 {
  margin-top: -5px;
  margin-bottom: 0;
}

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

.button-primary-10 {
  color: #fff;
  text-transform: none;
  background-color: #29b21f;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.button-primary-10.main-cta {
  text-align: center;
  object-fit: contain;
  border: 1px solid #29b21f;
  order: 0;
  align-self: flex-start;
  margin-left: 0;
  display: block;
}

.button-primary-10.main-cta:hover {
  border-color: #32343a;
}

.button-primary-10.main-cta.second-cta {
  color: #29b21f;
  text-align: center;
  background-color: #f9f9f9;
  border-width: 2px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 17px;
  display: inline;
}

.button-primary-10.main-cta.second-cta:hover {
  color: #fff;
  background-color: #32343a;
}

.hero-wrapper-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 1200px;
  display: flex;
}

.text-span-7 {
  background-image: url('../images/whatsapp-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  padding-left: 0;
  padding-right: 40px;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-23 {
  z-index: 2;
  text-align: center;
  max-width: 85%;
  padding-top: 40px;
  display: block;
  position: relative;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  place-items: center start;
}

.grid-3._2 {
  grid-template-columns: 1fr;
}

.hero-heading-left-2 {
  background-color: #0000;
  background-image: linear-gradient(#f9fafb, #f9fafb57 55%, #f9fafb), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border: 1px #e4ebf3;
  padding: 60px 30px 100px;
  position: relative;
}

.image-26 {
  width: 22%;
  position: relative;
  top: 24px;
  left: -27%;
}

.margin-bottom-24px-4 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.margin-bottom-24px-4._1 {
  font-size: 18px;
}

.image-24 {
  width: 280px;
  margin-top: -70px;
  position: relative;
  top: -210px;
  left: 38px;
}

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

.text-span-8 {
  color: #3bb84c;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-4._2 {
  text-align: left;
  font-size: 60px;
}

.container-13 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding-top: 40px;
  display: flex;
}

.text-span-9 {
  color: #000;
}

.section-jack-steep {
  background-color: #fff;
  border: 1px solid #0000000d;
  border-left: 1px #000;
  border-right: 1px #000;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-branch-rather {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-lower-four {
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-anyway-make {
  color: #111827;
  margin: 0;
  padding: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-decoration: none;
}

.bold-text-6 {
  color: #30353f;
  font-size: 23px;
  font-weight: 400;
}

.div-tie-ear {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  place-content: space-around;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-blood-only {
  object-fit: contain;
  width: 125px;
  max-width: 100%;
  height: 125px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-blood-only._22 {
  filter: grayscale();
  width: 90px;
  height: 90px;
}

.img-blood-only._222 {
  opacity: 1;
  filter: grayscale();
}

.img-seen-package {
  filter: grayscale();
  object-fit: contain;
  width: 125px;
  max-width: 100%;
  height: 125px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-seen-package._22 {
  filter: grayscale();
  width: 90px;
  height: 90px;
}

.img-seen-package._22._222 {
  width: 110px;
  height: 110px;
}

.div-married-think-2 {
  text-align: center;
  max-width: 1200px;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.margin-bottom-24px-5 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.div-characteristic-chapter-2 {
  padding: 0 20px 3.5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-case-mixture-2 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.h2-hat-studying-2 {
  color: #111827;
  margin-top: 10px;
  padding: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 2.5rem;
  text-decoration: none;
}

.section-zipper-known-3 {
  background-color: #fff;
  border: 1px solid #00000008;
  border-top-width: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.h3-real-town {
  color: #111827;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
}

.text-span-13 {
  background-color: #d3efdd;
}

.p-blood-whistle {
  color: #000;
  margin-top: 1.5rem;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.p-blood-whistle._2 {
  margin-top: 2rem;
  font-size: 17px;
  line-height: 1.5em;
}

.p-blood-whistle._1 {
  color: #3bb84c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.p-blood-whistle._1._2 {
  color: #000;
  margin-top: 2rem;
}

.green-vs-circle {
  z-index: auto;
  color: #3bb84c;
  letter-spacing: -.01em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #3bb84c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: relative;
  inset: 54vh 0% 0%;
  box-shadow: 0 5px 30px 10px #3bb84c36;
}

.div-plastic-sides {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-jungle-younger {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "."
  / minmax(0, 1fr) minmax(0, 1fr);
  max-width: 1000px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.img-silence-smell {
  object-fit: cover;
  border-style: solid;
  border-width: 0;
  border-radius: .75rem;
  margin-top: 3rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.img-silence-smell._2._22 {
  padding-left: 60px;
  padding-right: 60px;
}

.img-silence-smell._1._2 {
  object-fit: cover;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.div-interior-say {
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-interior-say._2._3 {
  border: 1px solid #0000000f;
  box-shadow: 0 2px 50px #0000000f;
}

.section-dirt-mountain {
  background-color: #3bb84c;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-weight: 400;
  text-decoration: none;
}

.section-dirt-mountain._2 {
  background-color: #f9fafb;
}

.text-span-11 {
  border: 1px #000;
  border-bottom: 5px solid #a0f0ab;
  display: inline;
}

.div-remember-faster {
  text-align: center;
  max-width: 100%;
  margin-bottom: -79px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  position: static;
}

.h2-electricity-there {
  color: #fff;
  letter-spacing: -.025em;
  margin: 0;
  padding: 0;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
}

.h2-electricity-there._2 {
  color: #000;
}

.div-native-care {
  border: 1px #000;
  margin: 0;
  padding: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.div-native-care._2 {
  border: 2px #0000000d;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.lottie-animation-5 {
  width: 125px;
}

.text-span-12 {
  background-color: #fbfac5;
}

.li-dirt-seen {
  color: #111827;
  align-items: center;
  margin-top: .5rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.section-single-locate {
  background-color: #fff;
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 80px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.section-single-locate._2 {
  padding-bottom: 8rem;
}

.ul-already-all {
  margin-top: 1rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
}

.img-these-shaking {
  color: #000;
  background-color: #3bb84c;
  border: 3px #e5fee8;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 10px;
  font-weight: 400;
  text-decoration: none;
}

.image-17 {
  width: 120%;
  max-width: none;
  margin-left: 0;
  margin-right: -159px;
  padding-left: 0;
}

.div-willing-my {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.img-leg-brown {
  width: 20px;
  height: 20px;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-closer-who {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-ask-young {
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.li-oil-west {
  color: #111827;
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.h2-loud-wonderful {
  color: #111827;
  letter-spacing: -.025em;
  margin-top: 2rem;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.span-man-whale {
  margin-left: .75rem;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
}

.div-stand-fill {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.image-18 {
  width: 100%;
  max-width: none;
  margin-left: -54px;
  padding-right: 0;
}

.image-19 {
  max-width: 100%;
  margin-right: -48px;
  padding-left: 0;
}

.button-primary-11 {
  color: #fff;
  text-transform: none;
  background-color: #29b21f;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.button-primary-11.main-cta {
  text-align: center;
  object-fit: contain;
  border: 1px solid #29b21f;
  order: 0;
  align-self: flex-start;
  margin-left: 0;
  display: block;
}

.button-primary-11.main-cta:hover {
  border-color: #32343a;
}

.button-primary-11.main-cta.cta-section-button {
  color: #29b21f;
  background-color: #f7f7f7;
  border-color: #e1ffdf;
  margin-top: 20px;
  margin-right: 30px;
}

.button-primary-11.main-cta.cta-section-button:hover {
  color: #fff;
  background-color: #2d352d;
  border-color: #2d352d;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-4._1 {
  max-width: 65%;
}

.hero-split-4._2 {
  align-items: flex-end;
  max-width: 35%;
}

.bold-text-10 {
  line-height: 1.2em;
}

.hero-subscribe-left-2 {
  background-color: #3bb84c;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-5 {
  color: #1e0e62;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-5.cta-section-heading {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.lottie-animation-6 {
  width: 70%;
  padding-left: 30px;
  padding-right: 0;
}

.margin-bottom-24px-6 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.margin-bottom-24px-6.cta-section-sub-heading {
  color: #fffffff2;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-4._2 {
  color: #000;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
}

.faq-text-2 {
  font-size: 17px;
  line-height: 1.4em;
}

.h2-applied-sides-3 {
  color: #000;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.h2-applied-sides-3.faq {
  font-size: 35px;
}

.accordion-item-2 {
  background-color: #fff;
  border: 2px solid #0000000f;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.link-3, .link-4 {
  color: #3bb84c;
}

.div-planet-lack-3 {
  background-color: #0000;
  background-image: linear-gradient(#f9fafba8, #f9fafba8), none;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 2rem;
  font-weight: 400;
  text-decoration: none;
}

.a-zipper-agree-3 {
  color: #29b21f;
  padding: 0 0 0 10px;
  font-weight: 500;
  text-decoration: none;
}

.a-zipper-agree-3:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.image-27 {
  max-width: 175px;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #29b21f;
}

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

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-legal-link-2:hover {
  color: #29b21f;
}

.footer-legal-link-2.micro-company-copyright {
  margin-left: 0;
}

.button-primary-12 {
  color: #fff;
  text-transform: none;
  background-color: #29b21f;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12:active {
  background-color: #43464d;
}

.button-primary-12.header-button {
  margin-top: -5px;
}

.button-primary-12.main-cta {
  text-align: center;
  object-fit: contain;
  border: 1px solid #29b21f;
  order: 0;
  align-self: flex-start;
  margin-left: 0;
  display: block;
}

.button-primary-12.main-cta:hover {
  border-color: #32343a;
}

.button-primary-12.main-cta.second-cta {
  color: #29b21f;
  text-align: center;
  background-color: #f9f9f9;
  border-width: 2px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 17px;
  display: inline;
}

.button-primary-12.main-cta.second-cta:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12.main-cta.cta-section-button {
  color: #29b21f;
  background-color: #f7f7f7;
  border-color: #e1ffdf;
  margin-top: 20px;
  margin-right: 30px;
}

.button-primary-12.main-cta.cta-section-button:hover {
  color: #fff;
  background-color: #2d352d;
  border-color: #2d352d;
}

.nav-dropdown-icon-4 {
  color: #617389;
  margin-right: 10px;
}

.nav-dropdown-icon-4:hover {
  color: #000;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1f;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.image-28 {
  margin-top: -5px;
  margin-bottom: 0;
}

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

.hero-wrapper-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 1200px;
  display: flex;
}

.text-span-14 {
  background-image: url('../images/whatsapp-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  padding-left: 0;
  padding-right: 40px;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-29 {
  z-index: 2;
  text-align: center;
  max-width: 85%;
  padding-top: 40px;
  display: block;
  position: relative;
}

.hero-heading-left-3 {
  background-color: #0000;
  background-image: linear-gradient(#f9fafb, #f9fafb57 55%, #f9fafb), url('../images/ooorganize-3.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border: 1px #e4ebf3;
  padding: 60px 30px 100px;
  position: relative;
}

.image-30 {
  width: 22%;
  position: relative;
  top: 24px;
  left: -27%;
}

.margin-bottom-24px-7 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.margin-bottom-24px-7._1 {
  font-size: 18px;
}

.image-31 {
  width: 280px;
  margin-top: -70px;
  position: relative;
  top: -210px;
  left: 38px;
}

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

.text-span-15 {
  color: #3bb84c;
}

.container-18 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding-top: 40px;
  display: flex;
}

.text-span-16 {
  color: #000;
}

.bold-text-11 {
  color: #30353f;
  font-size: 23px;
  font-weight: 400;
}

.margin-bottom-24px-8 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.div-case-mixture-3 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-case-mixture-3._2 {
  padding-top: 220px;
  padding-bottom: 140px;
}

.section-zipper-known-4 {
  background-color: #fff;
  border: 1px solid #00000008;
  border-top-width: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.text-span-17 {
  background-color: #d3efdd;
}

.text-span-18 {
  border: 1px #000;
  border-bottom: 5px solid #a0f0ab;
  display: inline;
}

.lottie-animation-7 {
  width: 125px;
}

.text-span-19 {
  background-color: #fbfac5;
}

.image-33 {
  width: 120%;
  max-width: none;
  margin-left: 0;
  margin-right: -159px;
  padding-left: 0;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-6._1 {
  max-width: 65%;
}

.hero-split-6._2 {
  align-items: flex-end;
  max-width: 35%;
}

.bold-text-15 {
  line-height: 1.2em;
}

.bold-text-16 {
  font-size: 17px;
  font-weight: 500;
}

.hero-subscribe-left-3 {
  background-color: #3bb84c;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-6 {
  color: #1e0e62;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-6.cta-section-heading {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.lottie-animation-8 {
  width: 70%;
  padding-left: 30px;
  padding-right: 0;
}

.margin-bottom-24px-9 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.margin-bottom-24px-9.cta-section-sub-heading {
  color: #fffffff2;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

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

.faq-text-3 {
  font-size: 17px;
  line-height: 1.4em;
}

.h2-applied-sides-4 {
  color: #000;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.h2-applied-sides-4.faq {
  font-size: 35px;
}

.link-5 {
  color: #3bb84c;
}

.div-planet-lack-4 {
  background-color: #0000;
  background-image: linear-gradient(#f9fafba8, #f9fafba8), url('../images/background-pattern.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 2rem;
  font-weight: 400;
  text-decoration: none;
}

.a-zipper-agree-4 {
  color: #29b21f;
  padding: 0 0 0 10px;
  font-weight: 500;
  text-decoration: none;
}

.a-zipper-agree-4:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.image-34 {
  max-width: 175px;
}

.body-2 {
  font-family: DM Sans, sans-serif;
}

.image-35 {
  width: 100%;
  max-width: none;
  margin-left: -54px;
  padding-right: 0;
}

.image-36 {
  max-width: 100%;
  margin-right: -48px;
  padding-left: 0;
}

.container-20 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding-top: 40px;
  display: flex;
}

.image-37 {
  width: 22%;
  position: relative;
  top: 24px;
  left: -27%;
}

.hero-wrapper-6 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-width: auto;
  max-width: 1200px;
  display: flex;
}

.image-38 {
  z-index: 2;
  text-align: center;
  max-width: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.text-span-20 {
  color: #3bb84c;
}

.text-span-21 {
  color: #000;
}

.image-39 {
  width: 280px;
  margin-top: -70px;
  position: relative;
  top: -210px;
  left: 38px;
}

.hero-heading-left-4 {
  background-color: #0000;
  background-image: linear-gradient(95deg, #f9fafb 24%, #f9fafb57 72%, #f9fafb), url('../images/ooorganize-3.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border: 1px #e4ebf3;
  padding: 60px 30px 100px;
  position: relative;
}

.bold-text-17 {
  font-size: 17px;
  font-weight: 500;
}

.margin-bottom-24px-10 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.margin-bottom-24px-10._1 {
  text-align: left;
  padding-right: 201px;
  font-size: 18px;
}

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bold-text-18 {
  color: #30353f;
  font-size: 23px;
  font-weight: 400;
}

.margin-bottom-24px-11 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.text-span-22 {
  background-color: #fbfac5;
}

.text-span-23 {
  background-color: #d3efdd;
}

.text-span-24 {
  border: 1px #000;
  border-bottom: 5px solid #a0f0ab;
  display: inline;
}

.lottie-animation-9 {
  width: 125px;
}

.image-41 {
  width: 120%;
  max-width: none;
  margin-left: 0;
  margin-right: -159px;
  padding-left: 0;
}

.image-42 {
  width: 100%;
  max-width: none;
  margin-left: -75px;
  padding-right: 0;
}

.image-43 {
  max-width: 100%;
  margin-right: -48px;
  padding-left: 0;
}

.lottie-animation-10 {
  width: 70%;
  padding-left: 30px;
  padding-right: 0;
}

.heading-7 {
  color: #1e0e62;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-7.cta-section-heading {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.hero-wrapper-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text-22 {
  line-height: 1.2em;
}

.margin-bottom-24px-12 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.margin-bottom-24px-12.cta-section-sub-heading {
  color: #fffffff2;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-7._2 {
  align-items: flex-end;
  max-width: 35%;
}

.hero-split-7._1 {
  max-width: 65%;
}

.bold-text-23 {
  font-size: 17px;
  font-weight: 500;
}

.a-zipper-agree-5 {
  color: #29b21f;
  padding: 0 0 0 10px;
  font-weight: 500;
  text-decoration: none;
}

.a-zipper-agree-5:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.div-planet-lack-5 {
  background-color: #0000;
  background-image: linear-gradient(#f9fafba8, #f9fafba8), url('../images/background-pattern.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 2rem;
  font-weight: 400;
  text-decoration: none;
}

.image-44 {
  max-width: 175px;
}

.body-3 {
  font-family: DM Sans, sans-serif;
}

.image-45 {
  max-width: 75%;
  padding-top: 40px;
  display: inline-block;
}

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

@media screen and (min-width: 1280px) {
  .button-primary.main-cta {
    padding: 15px 40px;
    font-size: 20px;
  }

  .button-primary.main-cta.second-cta {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .margin-bottom-24px.cta-section-sub-heading {
    padding-bottom: 0;
  }

  .section-zipper-known {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .div-case-mixture {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-hat-studying {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .p-leather-gray {
    margin-top: 2rem;
  }

  .div-official-thousand {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
  }

  .div-characteristic-chapter {
    padding: 0 15px 3.5rem;
  }

  .div-everything-represent {
    border-color: #e5e7eb;
    border-left-width: 1px;
    padding: 0 1.5rem 3.5rem;
  }

  .div-recognize-us {
    border-color: #e5e7eb;
    border-top-width: 1px;
    padding: 3.5rem;
  }

  .div-lips-built {
    border-color: #e5e7eb;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 3.5rem;
  }

  .section-birthday-slow {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .div-planet-lack {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-applied-sides {
    font-size: 3rem;
    line-height: 1;
  }

  .div-gravity-poem {
    margin-top: 4rem;
  }

  .a-parallel-measure {
    padding: 1.5rem;
  }

  .div-more-flies, .div-mad-reason {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .f-h3-heading {
    font-size: 40px;
    line-height: 1.3em;
  }

  .f-feature-card-filled {
    border: 1px solid #0000000f;
    border-radius: 5px;
  }

  .f-h5-heading {
    font-size: 25px;
  }

  .f-grid-three-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .f-paragraph-large {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .image-5 {
    color: #171f29;
    max-width: 125px;
  }

  .div-foreign-enough {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-underline-ruler {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-clock-replace {
    display: none;
  }

  .div-bean-voyage {
    justify-content: flex-start;
    align-items: center;
    margin-left: 4rem;
    margin-right: auto;
    display: flex;
  }

  .a-image-leg {
    margin-left: 2.5rem;
  }

  .div-quickly-outside {
    display: flex;
  }

  .a-foreign-furniture {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .section-essential-supper {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .img-been-chosen {
    display: block;
  }

  .div-running-rock {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-mistake-shinning {
    max-width: 28rem;
  }

  .h1-plain-machine {
    line-height: 1;
  }

  .div-furniture-today {
    margin-top: 4rem;
    display: none;
  }

  .section-birthday-slow-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-planet-lack-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-applied-sides-2 {
    font-size: 3rem;
    line-height: 1;
  }

  .div-gravity-poem-2 {
    margin-top: 4rem;
  }

  .a-parallel-measure-2 {
    padding: 1.5rem;
  }

  .div-more-flies-2, .div-mad-reason-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .accordion-heading:focus {
    color: #000;
  }

  .icon.accordion-icon {
    color: #00000030;
  }

  .faq-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
  }

  .faq-title:focus {
    color: #000;
  }

  .image-12 {
    left: 49%;
  }

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

  .div-rather-specific {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-coast-simple {
    font-size: 3rem;
    line-height: 1;
  }

  .div-drew-nervous {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    max-width: none;
    margin-top: 5rem;
  }

  .div-correctly-turn {
    flex-direction: column;
  }

  .span-choice-band {
    width: 100%;
    height: 1px;
    top: .375rem;
    left: 1.75rem;
  }

  .div-moon-yes {
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .div-everything-represent-2 {
    border-color: #e5e7eb;
    border-left-width: 1px;
    padding: 0 1.5rem 3.5rem;
  }

  .section-zipper-known-2 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .button-primary-8.main-cta, .button-primary-10.main-cta {
    padding: 15px 40px;
    font-size: 20px;
  }

  .button-primary-10.main-cta.second-cta {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 17px;
  }

  .margin-bottom-24px-4 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

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

  .div-branch-rather {
    padding-left: 0;
    padding-right: 0;
  }

  .div-lower-four {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-anyway-make {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-tie-ear {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    margin-top: 1rem;
  }

  .img-blood-only, .img-seen-package {
    width: 125px;
    height: 125px;
  }

  .margin-bottom-24px-5 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .div-characteristic-chapter-2 {
    padding: 0 15px 3.5rem;
  }

  .div-case-mixture-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-hat-studying-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .section-zipper-known-3 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .p-blood-whistle {
    margin-top: 1.5rem;
    padding-right: 6rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .p-blood-whistle._2, .p-blood-whistle._1 {
    padding-right: 0;
  }

  .div-plastic-sides {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-jungle-younger {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 1000px;
    margin-top: 4rem;
  }

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

  .h2-electricity-there {
    font-size: 3rem;
    line-height: 1;
  }

  .div-native-care {
    padding: 1.5rem;
  }

  .section-single-locate {
    padding-top: 5rem;
  }

  .ul-already-all {
    margin-top: 2.5rem;
  }

  .div-willing-my {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .div-closer-who {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-loud-wonderful {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 1;
  }

  .button-primary-11.main-cta {
    padding: 15px 40px;
    font-size: 20px;
  }

  .margin-bottom-24px-6 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .margin-bottom-24px-6.cta-section-sub-heading {
    padding-bottom: 0;
  }

  .faq-text-2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
  }

  .h2-applied-sides-3 {
    font-size: 3rem;
    line-height: 1;
  }

  .div-planet-lack-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-primary-12.main-cta {
    padding: 15px 40px;
    font-size: 20px;
  }

  .button-primary-12.main-cta.second-cta {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 17px;
  }

  .margin-bottom-24px-7, .margin-bottom-24px-8 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .div-case-mixture-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-zipper-known-4 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .margin-bottom-24px-9 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .margin-bottom-24px-9.cta-section-sub-heading {
    padding-bottom: 0;
  }

  .faq-text-3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
  }

  .h2-applied-sides-4 {
    font-size: 3rem;
    line-height: 1;
  }

  .div-planet-lack-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom-24px-10, .margin-bottom-24px-11, .margin-bottom-24px-12 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .margin-bottom-24px-12.cta-section-sub-heading {
    padding-bottom: 0;
  }

  .div-planet-lack-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left-container.shadow-three {
    outline-offset: 0px;
    border-style: none;
    border-width: 0;
    outline: 1px solid #33333317;
    position: sticky;
    top: 0;
    left: 0;
  }

  .button-primary.main-cta.second-cta {
    max-width: 325px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .margin-bottom-24px {
    padding-bottom: 35px;
  }

  .margin-bottom-24px.cta-section-sub-heading {
    padding-bottom: 0;
  }

  .heading.cta-section-heading {
    margin-top: 0;
  }

  .section-zipper-known {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .div-case-mixture {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-hat-studying {
    font-size: 2.25rem;
    line-height: 1;
  }

  .p-leather-gray {
    margin-top: 2rem;
  }

  .div-official-thousand {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .div-characteristic-chapter {
    padding: 0 1.5rem 3rem;
  }

  .div-everything-represent {
    border-color: #e5e7eb;
    border-left-width: 1px;
    padding: 0 1.5rem 3.5rem;
  }

  .div-recognize-us {
    border-color: #e5e7eb;
    border-top-width: 1px;
    padding: 3.5rem;
  }

  .div-lips-built {
    border-color: #e5e7eb;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 3.5rem;
  }

  .image-2._2 {
    background-color: var(--light-green);
    color: #000;
  }

  .image-2._3 {
    border-bottom-right-radius: 40px;
  }

  .image-2._4 {
    border-top-left-radius: 80px;
  }

  .section-birthday-slow {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .div-planet-lack {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-applied-sides {
    font-size: 2.25rem;
    line-height: 1;
  }

  .div-gravity-poem {
    margin-top: 4rem;
  }

  .a-parallel-measure {
    padding: 1.5rem;
  }

  .div-more-flies, .div-mad-reason {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .f-h3-heading {
    font-size: 40px;
    line-height: 1.3em;
  }

  .image-5 {
    max-width: 100%;
  }

  .div-split-nice {
    width: 1200px;
  }

  .div-foreign-enough {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-underline-ruler {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-clock-replace {
    display: none;
  }

  .div-bean-voyage {
    justify-content: flex-start;
    align-items: center;
    margin-left: 4rem;
    margin-right: auto;
    display: flex;
  }

  .a-image-leg {
    margin-left: 2.5rem;
  }

  .div-quickly-outside {
    display: flex;
  }

  .a-foreign-furniture {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .section-essential-supper {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .img-been-chosen {
    display: block;
  }

  .div-running-rock {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-mistake-shinning {
    max-width: 28rem;
  }

  .h1-plain-machine {
    line-height: 1;
  }

  .h1-plain-machine._2 {
    font-size: 40px;
  }

  .p-pair-manner {
    text-align: center;
    padding-left: 140px;
    padding-right: 140px;
    font-size: 17px;
  }

  .ul-transportation-cross {
    margin-bottom: 40px;
  }

  .div-furniture-today {
    margin-top: 4rem;
    display: none;
  }

  .section-2 {
    max-width: 1200px;
    padding-left: 0;
  }

  .container-6 {
    max-width: 1200px;
  }

  .column-3 {
    padding-right: 0;
    position: static;
  }

  .columns-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .what-is-whatsform {
    display: none;
  }

  .section-3 {
    background-image: linear-gradient(259deg, #53f547, #0cac00);
  }

  .div-block {
    width: 1200px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-birthday-slow-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-planet-lack-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-applied-sides-2 {
    font-size: 3rem;
    line-height: 1;
  }

  .div-gravity-poem-2 {
    margin-top: 4rem;
  }

  .a-parallel-measure-2 {
    padding: 1.5rem;
  }

  .div-more-flies-2, .div-mad-reason-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-10 {
    padding-left: 40px;
  }

  .image-11 {
    max-width: 120%;
    margin-top: -48px;
  }

  .text-span-4 {
    color: #3bb84c;
  }

  .hero-stack {
    background-color: #f5f7fa00;
  }

  .container-9 {
    max-width: 1200px;
  }

  .hero-wrapper-two-2 {
    align-items: center;
    max-width: 1200px;
  }

  .hero-image.shadow-two {
    box-shadow: none;
    outline-offset: 0px;
    outline: 3px #617389;
    width: 80%;
    max-width: 80%;
  }

  .bold-text-2 {
    color: #000;
  }

  .image-14.home-hero-shape-3 {
    left: 127px;
  }

  .image-14.home-hero-1 {
    margin-left: 130px;
  }

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

  .div-rather-specific {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-coast-simple {
    font-size: 3rem;
    line-height: 1;
  }

  .div-drew-nervous {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    max-width: none;
    margin-top: 5rem;
  }

  .div-correctly-turn {
    flex-direction: column;
  }

  .span-choice-band {
    width: 100%;
    height: 1px;
    top: .375rem;
    left: 1.75rem;
  }

  .div-moon-yes {
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .div-everything-represent-2 {
    border-color: #e5e7eb;
    border-left-width: 1px;
    padding: 0 1.5rem 3.5rem;
  }

  .section-zipper-known-2 {
    background-color: #f2fbf700;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-subscribe-left {
    background-image: linear-gradient(274deg, #53f547, #0cac00);
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .button-primary-10.main-cta.second-cta {
    max-width: 325px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: 500;
    display: block;
  }

  .hero-heading-left-2 {
    border-style: none;
  }

  .margin-bottom-24px-4 {
    padding-bottom: 35px;
  }

  .margin-bottom-24px-4._1 {
    font-size: 18px;
  }

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

  .div-branch-rather {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-lower-four {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-anyway-make {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-tie-ear {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    place-content: space-around;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .img-blood-only, .img-seen-package {
    width: 125px;
    max-width: 100%;
    height: 125px;
  }

  .margin-bottom-24px-5 {
    padding-bottom: 35px;
  }

  .div-characteristic-chapter-2 {
    padding: 0 1.5rem 3rem;
  }

  .div-case-mixture-2 {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-hat-studying-2 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .section-zipper-known-3 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .image-22 {
    object-fit: fill;
  }

  .p-blood-whistle {
    margin-top: 1.5rem;
    padding-right: 6rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .p-blood-whistle._2 {
    padding-right: 2rem;
  }

  .p-blood-whistle._2._3, .p-blood-whistle._1 {
    padding-right: 0;
  }

  .div-plastic-sides {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-jungle-younger {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 1000px;
    margin-top: 4rem;
  }

  .div-interior-say {
    background-color: #fff;
  }

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

  .section-dirt-mountain._2 {
    padding-bottom: 2rem;
  }

  .text-span-11 {
    background-image: linear-gradient(#0000 90% 98%, #fff);
  }

  .h2-electricity-there {
    font-size: 3rem;
    line-height: 1;
  }

  .div-native-care {
    background-color: #0000;
    padding: 1.5rem;
  }

  .text-span-12 {
    background-color: #fbfac5;
  }

  .section-single-locate {
    padding-top: 8rem;
    padding-bottom: 103px;
    overflow: hidden;
  }

  .section-single-locate._3 {
    padding-bottom: 8rem;
  }

  .ul-already-all {
    margin-top: 2.5rem;
  }

  .img-these-shaking {
    background-color: #3bb84c;
    border-style: none;
  }

  .image-17 {
    width: 140%;
    margin-right: -300px;
  }

  .div-willing-my {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .div-closer-who {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h2-loud-wonderful {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 1;
  }

  .div-stand-fill {
    padding-right: 0;
  }

  .image-18 {
    width: 115%;
    margin-left: -180px;
  }

  .image-19 {
    width: 120%;
    max-width: none;
    margin-right: -171px;
  }

  .hero-subscribe-left-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

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

  .margin-bottom-24px-6 {
    padding-bottom: 35px;
  }

  .margin-bottom-24px-6.cta-section-sub-heading {
    text-align: left;
    padding-bottom: 0;
  }

  .h2-applied-sides-3 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .accordion-item-2 {
    border-width: 2px;
  }

  .accordion-item-2:focus {
    border-width: 2px;
    box-shadow: 0 3px 20px #00000008;
  }

  .div-planet-lack-3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-12.main-cta.second-cta {
    max-width: 325px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: 500;
    display: block;
  }

  .hero-heading-left-3 {
    border-style: none;
  }

  .margin-bottom-24px-7 {
    padding-bottom: 35px;
  }

  .margin-bottom-24px-7._1 {
    font-size: 18px;
  }

  .margin-bottom-24px-8 {
    padding-bottom: 35px;
  }

  .div-case-mixture-3 {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-case-mixture-3._2 {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .section-zipper-known-4 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .image-32 {
    object-fit: fill;
  }

  .text-span-18 {
    background-image: linear-gradient(#0000 90% 98%, #fff);
  }

  .text-span-19 {
    background-color: #fbfac5;
  }

  .image-33 {
    width: 140%;
    margin-right: -300px;
  }

  .hero-subscribe-left-3 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .heading-6.cta-section-heading {
    margin-top: 0;
  }

  .margin-bottom-24px-9 {
    padding-bottom: 35px;
  }

  .margin-bottom-24px-9.cta-section-sub-heading {
    text-align: left;
    padding-bottom: 0;
  }

  .h2-applied-sides-4 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .div-planet-lack-4 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-35 {
    width: 115%;
    margin-left: -180px;
  }

  .image-36 {
    width: 120%;
    max-width: none;
    margin-right: -171px;
  }

  .hero-heading-left-4 {
    border-style: none;
  }

  .margin-bottom-24px-10 {
    padding-bottom: 35px;
  }

  .margin-bottom-24px-10._1 {
    font-size: 18px;
  }

  .image-40 {
    object-fit: fill;
  }

  .margin-bottom-24px-11 {
    padding-bottom: 35px;
  }

  .text-span-22 {
    background-color: #fbfac5;
  }

  .text-span-24 {
    background-image: linear-gradient(#0000 90% 98%, #fff);
  }

  .image-41 {
    width: 140%;
    margin-right: -300px;
  }

  .image-42 {
    width: 115%;
    margin-left: -180px;
  }

  .image-43 {
    width: 120%;
    max-width: none;
    margin-right: -171px;
  }

  .heading-7.cta-section-heading {
    margin-top: 0;
  }

  .margin-bottom-24px-12 {
    padding-bottom: 35px;
  }

  .margin-bottom-24px-12.cta-section-sub-heading {
    text-align: left;
    padding-bottom: 0;
  }

  .div-planet-lack-5 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .section-5 {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-heading-left {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.image {
    max-width: 85%;
  }

  .hero-split.cta {
    width: 100%;
    max-width: 100%;
  }

  .hero-split.cta-button {
    width: auto;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 100px;
  }

  .margin-bottom-24px.solid-reasons {
    padding-bottom: 0;
    padding-left: 100px;
  }

  .margin-bottom-24px.how-it-works {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .margin-bottom-24px.cta-section-sub-heading {
    padding-right: 0;
  }

  .heading.cta-section-heading {
    width: 100%;
  }

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

  .div-case-mixture {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-hat-studying {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h2-hat-studying._8-solid-reasons {
    margin-bottom: 40px;
    font-size: 35px;
  }

  .p-leather-gray {
    margin-top: 2rem;
  }

  .div-official-thousand {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr;
    margin-top: .5rem;
  }

  .div-official-thousand.first {
    margin-top: 0;
  }

  .div-characteristic-chapter {
    padding: 1rem 15px 2rem 10px;
  }

  .h3-excellent-storm.easy-steps {
    text-align: left;
    line-height: 1.2em;
  }

  .p-onto-nearer.how-it-works.easy-steps {
    padding-left: 0;
    padding-right: 0;
  }

  .p-onto-nearer.how-it-works.easy-steps {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .p-onto-nearer.how-it-works._3rd {
    text-align: left;
    text-align: left;
    font-size: 14px;
  }

  .div-everything-represent {
    border-color: #e5e7eb;
    border-left-width: 1px;
    padding: 2rem 15px;
  }

  .div-recognize-us {
    border-color: #e5e7eb;
    border-top-width: 1px;
    padding: 2rem;
  }

  .div-lips-built {
    border-color: #e5e7eb;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 2rem;
  }

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

  .div-planet-lack {
    padding-top: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-applied-sides {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h2-applied-sides.faq {
    margin-bottom: -16px;
  }

  .div-gravity-poem {
    margin-top: 4rem;
  }

  .a-parallel-measure {
    padding: 1.5rem;
  }

  .div-more-flies, .div-mad-reason {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .f-h3-heading {
    font-size: 35px;
  }

  .f-feature-card-filled {
    border: 1px solid #0000000f;
  }

  .f-feature-icon-wrapper-white {
    margin-bottom: 20px;
  }

  .f-h5-heading {
    font-size: 22px;
  }

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

  .f-paragraph-large {
    font-size: 16px;
    font-weight: 400;
  }

  .f-section-large {
    border: 1px solid #00000012;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-section {
    padding-bottom: 60px;
  }

  .f-testimonial-background {
    padding-bottom: 0;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

  .lottie-animation {
    width: 80%;
    max-width: 80%;
    padding-left: 0;
  }

  .lottie-animation-2 {
    max-width: 400px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-foreign-enough {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-underline-ruler {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .a-foreign-furniture {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

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

  .img-been-chosen {
    display: block;
  }

  .div-running-rock {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-mistake-shinning {
    max-width: 20rem;
  }

  .h1-plain-machine {
    font-size: 3rem;
    line-height: 1;
  }

  .h1-plain-machine._2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .div-furniture-today {
    margin-top: 4rem;
    display: none;
  }

  .container-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .lottie-animation-3 {
    margin-top: -25px;
    padding-right: 0;
  }

  .div-block {
    display: flex;
  }

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

  .div-planet-lack-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-applied-sides-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-gravity-poem-2 {
    margin-top: 4rem;
  }

  .a-parallel-measure-2 {
    padding: 1.5rem;
  }

  .div-more-flies-2, .div-mad-reason-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .section-header {
    margin-bottom: 40px;
  }

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

  .title.home-hero {
    max-width: 642px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h4-size.home-hero-logos-title {
    margin-bottom: 20px;
  }

  .home-hero-logos {
    margin-bottom: 20px;
    margin-right: -40px;
  }

  .image-14.home-hero-shape-3 {
    width: 36%;
    bottom: 54.5px;
    left: 200px;
  }

  .image-14.home-hero-1 {
    max-width: 100%;
    margin-top: -143px;
  }

  .image-14.home-hero-3 {
    max-width: 20%;
  }

  .image-14.home-hero-logo {
    margin-right: 40px;
  }

  .image-14.home-hero-2 {
    max-width: 23%;
  }

  .image-14.home-hero-shape-1 {
    width: 20%;
    display: none;
    top: -54px;
    left: auto;
    right: 3px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero-logos-wrapper {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  .section-5 {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .section-5.home-hero {
    padding-top: 82px;
  }

  .container-medium-739px.home-hero {
    margin-bottom: 68px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 88px;
  }

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

  .div-rather-specific {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-coast-simple {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-drew-nervous {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 4rem;
  }

  .span-choice-band {
    width: 90%;
  }

  .image-15 {
    display: none;
  }

  .div-everything-represent-2 {
    border-color: #e5e7eb;
    border-left-width: 1px;
    padding: 2rem 15px;
  }

  .section-zipper-known-2 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-primary-8.main-cta.cta-section-button {
    order: 1;
  }

  .lottie-animation-4 {
    order: 1;
    margin-top: 0;
    margin-bottom: -51px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-subscribe-left {
    padding-top: 30px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-2._2 {
    align-items: flex-start;
  }

  .hero-split-2._1 {
    order: 1;
    max-width: 100%;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-23 {
    margin-left: -250px;
  }

  .hero-heading-left-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-26 {
    z-index: 1;
    width: 42%;
    left: -43%;
  }

  .margin-bottom-24px-4 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-24 {
    width: 38%;
    max-width: 100%;
    margin-top: 98px;
  }

  .container-12 {
    width: 100%;
    max-width: none;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 1.3em;
  }

  .heading-4._2 {
    font-size: 35px;
    line-height: 1.2em;
  }

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

  .div-branch-rather {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-lower-four {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-anyway-make {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .div-tie-ear {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .div-tie-ear._2 {
    grid-column-gap: 10px;
  }

  .img-blood-only {
    width: 145px;
    height: 145px;
  }

  .img-blood-only._22, .img-blood-only._222 {
    width: 70px;
    height: 70px;
  }

  .img-seen-package {
    width: 145px;
    height: 145px;
    margin-top: -57px;
  }

  .img-seen-package._22 {
    width: 70px;
    height: 70px;
    margin-top: 0;
  }

  .bold-text-7 {
    font-size: 17px;
    line-height: 1.2em;
  }

  .div-married-think-2 {
    padding-bottom: 20px;
  }

  .margin-bottom-24px-5 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .margin-bottom-24px-5.how-it-works {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .div-characteristic-chapter-2 {
    padding: 1rem 15px 2rem 0;
  }

  .div-case-mixture-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-hat-studying-2 {
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .section-zipper-known-3 {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .bold-text-8 {
    font-size: 17px;
    line-height: 1.2em;
  }

  .bold-text-9 {
    font-size: 17px;
  }

  .p-blood-whistle._2._3 {
    font-size: 16px;
  }

  .green-vs-circle {
    top: 3%;
  }

  .green-vs-circle._2._222 {
    top: 20%;
  }

  .div-plastic-sides {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-jungle-younger {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 3rem;
  }

  .img-silence-smell._2._22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-silence-smell._1 {
    padding-top: 25px;
  }

  .img-silence-smell._1._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .h2-electricity-there {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-native-care {
    padding: 1.5rem;
  }

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

  .ul-already-all {
    margin-top: 2.5rem;
  }

  .image-17 {
    max-width: 90%;
    padding-top: 40px;
  }

  .div-willing-my {
    display: block;
  }

  .div-willing-my._2 {
    flex-flow: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .div-closer-who {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-loud-wonderful {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-stand-fill {
    padding-right: 60px;
  }

  .image-18, .image-19 {
    max-width: 80%;
    padding-top: 40px;
  }

  .button-primary-11.main-cta.cta-section-button {
    order: 1;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-4._1 {
    order: 1;
    max-width: 100%;
  }

  .hero-split-4._2 {
    align-items: flex-start;
  }

  .hero-subscribe-left-2 {
    padding-top: 30px;
    padding-left: 20px;
  }

  .heading-5.cta-section-heading {
    width: 100%;
  }

  .lottie-animation-6 {
    order: 1;
    margin-top: 0;
    margin-bottom: -51px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-6 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .margin-bottom-24px-6.cta-section-sub-heading {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper-4._2 {
    margin-bottom: -20px;
  }

  .h2-applied-sides-3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h2-applied-sides-3.faq {
    margin-bottom: -16px;
  }

  .div-planet-lack-3 {
    padding-top: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .button-primary-12.main-cta.cta-section-button {
    order: 1;
  }

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    margin-bottom: -40px;
  }

  .text-span-14 {
    background-position: 50%;
    background-size: 35px;
  }

  .text-span-14._2 {
    background-position: 50%;
  }

  .hero-split-5 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-29 {
    margin-left: -250px;
  }

  .hero-heading-left-3 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-30 {
    z-index: 1;
    width: 42%;
    left: -43%;
  }

  .margin-bottom-24px-7 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-31 {
    width: 38%;
    max-width: 100%;
    margin-top: 98px;
  }

  .container-17 {
    width: 100%;
    max-width: none;
  }

  .bold-text-12 {
    font-size: 17px;
    line-height: 1.2em;
  }

  .margin-bottom-24px-8 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .margin-bottom-24px-8.how-it-works {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .div-case-mixture-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-zipper-known-4 {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .bold-text-13 {
    font-size: 17px;
    line-height: 1.2em;
  }

  .bold-text-14 {
    font-size: 17px;
  }

  .image-33 {
    max-width: 90%;
    padding-top: 40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-6._1 {
    order: 1;
    max-width: 100%;
  }

  .hero-split-6._2 {
    align-items: flex-start;
  }

  .hero-subscribe-left-3 {
    padding-top: 30px;
    padding-left: 20px;
  }

  .heading-6.cta-section-heading {
    width: 100%;
  }

  .lottie-animation-8 {
    order: 1;
    margin-top: 0;
    margin-bottom: -51px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-9 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .margin-bottom-24px-9.cta-section-sub-heading {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .h2-applied-sides-4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h2-applied-sides-4.faq {
    margin-bottom: -16px;
  }

  .div-planet-lack-4 {
    padding-top: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-35, .image-36 {
    max-width: 80%;
    padding-top: 40px;
  }

  .image-37 {
    z-index: 1;
    width: 42%;
    left: -43%;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    margin-bottom: -40px;
  }

  .image-38 {
    margin-left: 0;
  }

  .image-39 {
    width: 38%;
    max-width: 100%;
    margin-top: 98px;
  }

  .hero-heading-left-4 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-24px-10 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .margin-bottom-24px-10._1 {
    padding-left: 0;
    padding-right: 40px;
    font-size: 16px;
  }

  .container-21 {
    width: 100%;
    max-width: none;
  }

  .bold-text-19 {
    font-size: 17px;
    line-height: 1.2em;
  }

  .bold-text-20 {
    font-size: 17px;
  }

  .bold-text-21 {
    font-size: 17px;
    line-height: 1.2em;
  }

  .margin-bottom-24px-11 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .margin-bottom-24px-11.how-it-works {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 40px;
  }

  .image-41 {
    max-width: 90%;
    padding-top: 40px;
  }

  .image-42, .image-43 {
    max-width: 80%;
    padding-top: 40px;
  }

  .lottie-animation-10 {
    order: 1;
    margin-top: 0;
    margin-bottom: -51px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7.cta-section-heading {
    width: 100%;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .margin-bottom-24px-12 {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .margin-bottom-24px-12.cta-section-sub-heading {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-7._2 {
    align-items: flex-start;
  }

  .hero-split-7._1 {
    order: 1;
    max-width: 100%;
  }

  .div-planet-lack-5 {
    padding-top: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
    box-shadow: none;
    box-shadow: none;
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary.main-cta.second-cta {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    padding-right: 0;
  }

  .margin-bottom-24px.solid-reasons {
    padding-left: 0;
  }

  .margin-bottom-24px.how-it-works {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .margin-bottom-24px.cta-section-sub-heading {
    font-size: 17px;
  }

  .heading {
    font-size: 45px;
  }

  .heading.cta-section-heading {
    font-size: 31px;
  }

  .section-zipper-known {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .section-zipper-known.solid-reasons {
    padding-bottom: 4rem;
  }

  .div-case-mixture {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-hat-studying {
    font-size: 30px;
    line-height: 2.5rem;
  }

  .h2-hat-studying._8-solid-reasons {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 27px;
  }

  .p-leather-gray {
    margin-top: 2rem;
  }

  .div-official-thousand {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .div-official-thousand.first {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .div-characteristic-chapter {
    padding: 2rem 0 0;
  }

  .h3-excellent-storm {
    margin-top: 1rem;
    font-size: 1.1rem;
  }

  .h3-excellent-storm.easy-steps {
    line-height: 1.4em;
  }

  .p-onto-nearer {
    font-size: 14px;
  }

  .div-everything-represent {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-planet-lack {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-applied-sides {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h2-applied-sides.faq {
    font-size: 30px;
  }

  .a-parallel-measure {
    padding: 1.5rem;
  }

  .div-more-flies, .div-mad-reason {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dec-element.element-intro {
    opacity: .5;
    bottom: -29px;
    right: 37px;
  }

  .f-h3-heading {
    font-size: 30px;
  }

  .f-feature-icon-wrapper-white {
    width: 50px;
  }

  .f-grid-three-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

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

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-section {
    padding-bottom: 60px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-three {
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    justify-content: flex-start;
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .lottie-animation {
    width: 100%;
    max-width: 90%;
  }

  .div-foreign-enough {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .div-underline-ruler {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .a-foreign-furniture {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

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

  .div-running-rock {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-plain-machine {
    font-size: 3rem;
    line-height: 1;
  }

  .div-furniture-today {
    margin-top: 4rem;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

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

  .div-planet-lack-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-applied-sides-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .a-parallel-measure-2 {
    padding: 1.5rem;
  }

  .div-more-flies-2, .div-mad-reason-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .row {
    flex-wrap: wrap;
  }

  .question-text {
    margin-top: 8px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .hero-stack {
    padding: 60px 15px 20px;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title.home-hero {
    max-width: 520px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.home-hero-logos-title {
    margin-right: 0;
  }

  .bg.home-hero {
    min-height: 70%;
  }

  .home-hero-logos {
    margin-bottom: -20px;
  }

  .image-14.home-hero-shape-3 {
    bottom: -19.5px;
    right: -42px;
  }

  .image-14.home-hero-1 {
    z-index: 1;
    margin-top: -114px;
  }

  .image-14.home-hero-logo {
    object-fit: scale-down;
    object-position: 0% 50%;
    width: 127px;
    margin-bottom: 20px;
  }

  .image-14.home-hero-logo.google {
    width: 102px;
  }

  .image-14.home-hero-shape-1 {
    top: -43px;
    left: auto;
  }

  .paragraph.home-hero {
    margin-bottom: 26px;
  }

  .button-primary-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-hero-logos-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .section-5 {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section-5.home-hero {
    padding-top: 60px;
  }

  .container-medium-739px.home-hero {
    margin-bottom: 57px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 70px;
  }

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

  .div-rather-specific {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-coast-simple {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-drew-nervous {
    margin-top: 4rem;
  }

  .image-15 {
    display: none;
  }

  .div-everything-represent-2 {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-zipper-known-2 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .lottie-animation-4 {
    width: 200px;
    margin-top: 0;
    padding-right: 20px;
  }

  .hero-subscribe-left {
    padding: 20px 15px 60px;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-primary-10.main-cta.second-cta {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-span-7 {
    background-size: 35px 35px;
  }

  .image-23 {
    margin-left: -190px;
  }

  .grid-3 {
    justify-items: stretch;
  }

  .hero-heading-left-2 {
    padding: 40px 15px 60px;
  }

  .image-26 {
    top: 76px;
  }

  .margin-bottom-24px-4 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .image-24 {
    top: -178px;
  }

  .heading-4 {
    font-size: 37px;
  }

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

  .div-branch-rather {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-lower-four {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-anyway-make {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .div-tie-ear {
    grid-row-gap: 3rem;
    margin-top: 0;
  }

  .div-tie-ear._2 {
    grid-row-gap: 0rem;
  }

  .img-blood-only {
    width: 125px;
    height: 125px;
  }

  .img-seen-package {
    width: 125px;
    height: 125px;
    margin-top: -92px;
  }

  .bold-text-7 {
    font-size: 20px;
  }

  .margin-bottom-24px-5 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .margin-bottom-24px-5.how-it-works {
    padding: 0 0 10px;
    font-size: 15px;
  }

  .div-characteristic-chapter-2 {
    flex-direction: row;
    align-items: flex-start;
    padding: 2rem 20px 0 0;
    display: block;
  }

  .div-case-mixture-2 {
    padding-bottom: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-hat-studying-2 {
    font-size: 30px;
    line-height: 2.5rem;
  }

  .section-zipper-known-3 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .bold-text-8 {
    font-size: 20px;
  }

  .bold-text-9 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .div-plastic-sides {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-jungle-younger {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 3rem;
  }

  .img-silence-smell._1 {
    margin-top: 25px;
    padding-top: 0;
  }

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

  .h2-electricity-there {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .div-native-care {
    flex-direction: column;
    justify-content: space-around;
    padding: 1.5rem;
    display: flex;
  }

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

  .ul-already-all {
    margin-top: 2.5rem;
  }

  .div-closer-who {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-loud-wonderful {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .hero-subscribe-left-2 {
    padding: 20px 15px 60px;
  }

  .heading-5 {
    font-size: 45px;
  }

  .heading-5.cta-section-heading {
    font-size: 31px;
  }

  .lottie-animation-6 {
    width: 200px;
    margin-top: 0;
    padding-right: 20px;
  }

  .margin-bottom-24px-6 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .margin-bottom-24px-6.cta-section-sub-heading {
    font-size: 17px;
  }

  .h2-applied-sides-3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h2-applied-sides-3.faq {
    font-size: 30px;
  }

  .div-planet-lack-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .button-primary-12.main-cta.second-cta {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-14 {
    background-size: 35px 35px;
  }

  .image-29 {
    margin-left: -190px;
  }

  .hero-heading-left-3 {
    padding: 40px 15px 60px;
  }

  .image-30 {
    top: 76px;
  }

  .margin-bottom-24px-7 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .image-31 {
    top: -178px;
  }

  .bold-text-12 {
    font-size: 20px;
  }

  .margin-bottom-24px-8 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .margin-bottom-24px-8.how-it-works {
    padding: 0 0 10px;
    font-size: 15px;
  }

  .div-case-mixture-3 {
    padding-bottom: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-zipper-known-4 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .bold-text-13 {
    font-size: 20px;
  }

  .bold-text-14 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .hero-subscribe-left-3 {
    padding: 20px 15px 60px;
  }

  .heading-6 {
    font-size: 45px;
  }

  .heading-6.cta-section-heading {
    font-size: 31px;
  }

  .lottie-animation-8 {
    width: 200px;
    margin-top: 0;
    padding-right: 20px;
  }

  .margin-bottom-24px-9 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .margin-bottom-24px-9.cta-section-sub-heading {
    font-size: 17px;
  }

  .h2-applied-sides-4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h2-applied-sides-4.faq {
    font-size: 30px;
  }

  .div-planet-lack-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-37 {
    top: 76px;
  }

  .image-38 {
    margin-left: auto;
  }

  .image-39 {
    top: -178px;
  }

  .hero-heading-left-4 {
    padding: 40px 15px 60px;
  }

  .margin-bottom-24px-10 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .bold-text-19 {
    font-size: 20px;
  }

  .bold-text-20 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .bold-text-21 {
    font-size: 20px;
  }

  .margin-bottom-24px-11 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .margin-bottom-24px-11.how-it-works {
    padding: 0 0 10px;
    font-size: 15px;
  }

  .lottie-animation-10 {
    width: 200px;
    margin-top: 0;
    padding-right: 20px;
  }

  .heading-7 {
    font-size: 45px;
  }

  .heading-7.cta-section-heading {
    font-size: 31px;
  }

  .margin-bottom-24px-12 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .margin-bottom-24px-12.cta-section-sub-heading {
    font-size: 17px;
  }

  .div-planet-lack-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    outline-offset: 0px;
    border-style: none;
    border-color: #0000000d;
    outline: 1px solid #3333330f;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary.main-cta {
    text-align: center;
  }

  .button-primary.main-cta.second-cta {
    text-align: center;
    margin-top: 20px;
    display: block;
  }

  .button-primary.header-button {
    margin-top: 0;
    margin-left: 0;
  }

  .hero-heading-left {
    padding-top: 20px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .container-2 {
    max-width: 100%;
    overflow: visible;
  }

  .hero-wrapper {
    min-width: auto;
    max-width: 100vw;
  }

  .hero-wrapper.cta {
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .hero-split {
    width: auto;
    max-width: none;
    display: flex;
  }

  .hero-split.image {
    max-width: none;
  }

  .hero-split.cta {
    width: auto;
    max-width: none;
  }

  .hero-split.cta-button {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .margin-bottom-24px.how-it-works {
    font-size: 16px;
    line-height: 1.4em;
  }

  .margin-bottom-24px.cta-section-sub-heading {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading {
    margin-top: 20px;
    font-size: 37px;
  }

  .heading.cta-section-heading {
    flex: 0 auto;
    align-self: auto;
    font-size: 28px;
  }

  .text-span {
    text-align: center;
    border: 1px solid #29b21f21;
    max-width: 70%;
    margin-top: -25px;
    margin-bottom: 8px;
    display: block;
  }

  .heading-2 {
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-2.earn-more {
    border-radius: 300px;
    padding-top: 9px;
    padding-bottom: 14px;
    padding-left: 20px;
  }

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

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

  .div-case-mixture {
    padding-left: 20px;
    padding-right: 15px;
  }

  .h2-hat-studying {
    font-size: 28px;
    line-height: 1.25;
  }

  .h2-hat-studying._8-solid-reasons {
    text-align: left;
    margin-bottom: -15px;
    font-size: 27px;
  }

  .p-leather-gray {
    margin-top: 1rem;
  }

  .div-official-thousand {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .div-official-thousand.first {
    grid-template-columns: 100% 100% 100%;
    grid-auto-flow: row;
    align-content: stretch;
    place-items: stretch stretch;
    display: inline-block;
  }

  .div-characteristic-chapter {
    text-align: left;
    padding-top: 1.25rem;
  }

  .h3-excellent-storm {
    text-align: left;
    margin-top: 10px;
  }

  .h3-excellent-storm.easy-steps {
    text-align: center;
    text-align: left;
    margin-top: 20px;
  }

  .p-onto-nearer {
    text-align: left;
    margin-top: 10px;
    padding-right: 0;
  }

  .p-onto-nearer.how-it-works._3rd, .p-onto-nearer.how-it-works.easy-steps, .p-onto-nearer.how-it-works._3rd, .p-onto-nearer.how-it-works.easy-steps {
    text-align: center;
  }

  .p-onto-nearer.how-it-works._3rd, .p-onto-nearer.how-it-works.easy-steps, .p-onto-nearer.how-it-works._3rd, .p-onto-nearer.how-it-works._3rd {
    text-align: left;
  }

  .div-everything-represent {
    padding-bottom: 0;
  }

  .image-2._2 {
    text-align: left;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .image-2._1 {
    padding: 10px;
  }

  .image-2._3 {
    border-top-right-radius: 35px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .image-2._4 {
    border-top-left-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .image-2._5 {
    border-bottom-left-radius: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .image-2._6 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 35px;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .image-2._7 {
    padding: 10px;
  }

  .image-2._8 {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .section-birthday-slow {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .div-planet-lack {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 1rem;
  }

  .h2-applied-sides {
    text-align: left;
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .h2-applied-sides.faq {
    margin-bottom: -15px;
  }

  .p-advice-spell {
    text-align: left;
  }

  .div-gravity-poem {
    margin-top: 2rem;
  }

  .a-parallel-measure {
    flex-direction: column;
    padding: 1.25rem 1rem;
  }

  .div-more-flies, .div-mad-reason {
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-h3-heading {
    font-size: 28px;
  }

  .f-feature-card-filled {
    margin-bottom: 20px;
  }

  .f-feature-icon-wrapper-white {
    width: 50px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .f-grid-three-column {
    margin-bottom: 0;
    display: inline-block;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-section {
    padding-top: 75px;
    padding-bottom: 40px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-block-three {
    margin-top: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .lottie-animation {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .lottie-animation-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: block;
  }

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

  .div-foreign-enough {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-underline-ruler {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-clock-replace {
    display: flex;
  }

  .div-bean-voyage, .div-quickly-outside {
    flex-direction: column;
    display: none;
  }

  .a-foreign-furniture {
    flex-direction: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section-essential-supper {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .img-been-chosen {
    display: none;
  }

  .div-running-rock {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1-plain-machine {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .h1-plain-machine._2 {
    text-align: left;
    font-size: 28px;
    line-height: 1.2em;
  }

  .p-pair-manner {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
  }

  .div-furniture-today {
    margin-top: 3rem;
  }

  .container-7 {
    max-width: none;
    padding: 60px 15px;
  }

  .what-is-whatsform {
    display: none;
  }

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

  .section-3 {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lottie-animation-3 {
    width: 200px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .section-birthday-slow-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .div-planet-lack-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-applied-sides-2 {
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .div-gravity-poem-2 {
    margin-top: 2rem;
  }

  .a-parallel-measure-2 {
    flex-direction: column;
    padding: 1.25rem 1rem;
  }

  .div-more-flies-2, .div-mad-reason-2 {
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .col {
    margin-bottom: 0;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

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

  .icon.accordion-icon {
    font-size: 25px;
  }

  .image-12 {
    max-width: none;
  }

  .text-span-5 {
    padding-left: 40px;
    font-size: 35px;
    display: inline;
  }

  .hero-stack {
    padding-bottom: 0;
  }

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

  .button-secondary {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-secondary._2-buttons {
    margin-left: 0;
    margin-right: 0;
  }

  .title.home-hero {
    max-width: 480px;
    font-size: 40px;
    line-height: 1.107em;
  }

  .title.h4-size {
    font-size: 18px;
  }

  ._2-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .home-hero-logos {
    margin-right: -20px;
  }

  .image-14.home-hero-shape-3 {
    z-index: -1;
    bottom: -11.5px;
    right: -13px;
  }

  .image-14.home-hero-1 {
    border-radius: 10px;
    max-width: 110%;
    margin-top: -79px;
    display: none;
  }

  .image-14.home-hero-3 {
    border-radius: 10px;
  }

  .image-14.home-hero-logo {
    width: 100px;
    margin-right: 20px;
  }

  .image-14.home-hero-logo.google {
    width: 85px;
  }

  .image-14.home-hero-2 {
    border-radius: 10px;
  }

  .image-14.home-hero-shape-1 {
    display: none;
    top: -26px;
    left: auto;
    right: -10px;
  }

  .paragraph.home-hero {
    margin-bottom: 22px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary-6 {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .button-primary-6._2-buttons {
    margin-left: 0;
    margin-right: 0;
  }

  .section-5 {
    padding-top: 98px;
    padding-bottom: 98px;
    overflow: hidden;
  }

  .section-5.home-hero {
    padding-top: 40px;
  }

  .container-medium-739px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-739px.home-hero {
    margin-bottom: 48px;
  }

  .home-hero-images-wrapper {
    margin-bottom: 60px;
  }

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

  .div-rather-specific {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-coast-simple {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .div-drew-nervous {
    grid-template-columns: minmax(0, 1fr);
    max-width: 28rem;
    margin-top: 3rem;
  }

  .div-correctly-turn {
    flex-direction: column;
  }

  .span-choice-band {
    width: 1px;
    height: 100%;
    margin-left: 6.5px;
    padding-right: 0;
    top: 1.75rem;
    left: .375rem;
  }

  .div-moon-yes {
    margin-left: 1.5rem;
  }

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

  .column-6 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

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

  .image-15 {
    margin-top: -44px;
    margin-left: -29px;
    display: block;
  }

  .div-everything-represent-2 {
    padding-bottom: 0;
  }

  .section-zipper-known-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-dropdown-link-2 {
    text-align: center;
  }

  .bold-text-4 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .button-primary-8.main-cta {
    text-align: center;
  }

  .lottie-animation-4 {
    width: 200px;
    margin-top: 0;
    margin-bottom: -63px;
    padding-left: 0;
    padding-right: 40px;
  }

  .button-primary-9.header-button {
    margin-top: 0;
    margin-left: 0;
  }

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

  .button-primary-10.main-cta {
    text-align: center;
  }

  .button-primary-10.main-cta.second-cta {
    text-align: center;
    margin-top: 20px;
    display: block;
  }

  .hero-wrapper-3 {
    flex-flow: column-reverse;
    min-width: auto;
    max-width: 100vw;
  }

  .text-span-7 {
    background-position: 50%;
    background-size: 30px 30px;
    padding-left: 0;
    padding-right: 20px;
  }

  .hero-split-3 {
    flex-direction: column;
    width: auto;
    max-width: none;
    display: flex;
  }

  .image-23 {
    max-width: 155%;
    margin-left: -185px;
    position: relative;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: block;
  }

  .hero-heading-left-2 {
    outline-offset: 0px;
    background-size: auto, 900px 900px;
    border-style: none;
    outline: 1px #33333317;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 420px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .image-26 {
    position: relative;
    top: 250px;
    left: -130%;
    transform: rotate(160deg);
  }

  .margin-bottom-24px-4 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-4._1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 1.5em;
  }

  .image-24 {
    flex: 0 auto;
    width: 80%;
    max-width: none;
    position: relative;
    top: 400px;
    left: -82.5vw;
  }

  .container-12 {
    flex-direction: column;
    max-width: 100%;
    display: flex;
    overflow: visible;
  }

  .heading-4 {
    text-align: left;
    margin-top: 20px;
    font-size: 37px;
    line-height: 1.1em;
  }

  .heading-4._2 {
    font-size: 37px;
    line-height: 1.1em;
  }

  .container-13 {
    flex-flow: row;
    max-width: 100%;
    padding-top: 0;
    display: flex;
  }

  .section-jack-steep {
    z-index: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
  }

  .div-branch-rather {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-lower-four {
    padding-bottom: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-anyway-make {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .div-tie-ear {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    align-content: stretch;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 10px;
  }

  .div-tie-ear._2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .img-blood-only {
    width: 125px;
    max-width: 100%;
    height: 125px;
    margin-top: -25px;
  }

  .img-blood-only._22 {
    width: 70px;
    height: 70px;
  }

  .img-blood-only._222 {
    width: 80px;
    height: 70px;
  }

  .img-seen-package {
    width: 125px;
    max-width: 100%;
    height: 70px;
    margin-top: -25px;
  }

  .img-seen-package._22, .img-seen-package._22._222 {
    width: 70px;
    height: 70px;
  }

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

  .margin-bottom-24px-5 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-5.how-it-works {
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
  }

  .div-characteristic-chapter-2 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2rem;
    padding-right: 0;
    display: flex;
  }

  .div-case-mixture-2 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .h2-hat-studying-2 {
    text-align: left;
    font-size: 28px;
    line-height: 1.25;
  }

  .section-zipper-known-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-blood-whistle {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .p-blood-whistle._2 {
    font-size: 16px;
  }

  .p-blood-whistle._2._3 {
    padding-right: 15px;
  }

  .p-blood-whistle._1 {
    font-size: 16px;
  }

  .green-vs-circle {
    clear: none;
    position: absolute;
    top: 8%;
  }

  .green-vs-circle._2 {
    display: none;
  }

  .div-plastic-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-jungle-younger {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
    max-width: 28rem;
    margin-top: 3rem;
  }

  .img-silence-smell._1 {
    margin-top: 3rem;
  }

  .div-interior-say._2 {
    margin-top: 73px;
  }

  .div-interior-say._2._3 {
    margin-top: 0;
  }

  .div-interior-say._2._3._22 {
    margin-top: 80px;
  }

  .section-dirt-mountain {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .h2-electricity-there {
    text-align: left;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .div-native-care {
    padding: 1.25rem 1rem;
  }

  .lottie-animation-5 {
    margin-left: -10px;
  }

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

  .ul-already-all {
    margin-top: 1.25rem;
  }

  .image-17 {
    width: auto;
    max-width: 105%;
    margin-top: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .div-willing-my {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-willing-my._2 {
    flex-direction: column-reverse;
  }

  .div-closer-who {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .h2-loud-wonderful {
    margin-top: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .span-man-whale {
    font-size: 16px;
  }

  .div-stand-fill {
    padding-right: 0;
  }

  .image-18 {
    width: auto;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .image-19 {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .button-primary-11.main-cta {
    text-align: center;
  }

  .bold-text-10 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .heading-5 {
    margin-top: 20px;
    font-size: 37px;
  }

  .heading-5.cta-section-heading {
    flex: 0 auto;
    align-self: auto;
    font-size: 28px;
  }

  .lottie-animation-6 {
    width: 200px;
    margin-top: 0;
    margin-bottom: -63px;
    padding-left: 0;
    padding-right: 40px;
  }

  .margin-bottom-24px-6 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-6.cta-section-sub-heading {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .hero-wrapper-4._2 {
    margin-bottom: 0;
  }

  .faq-text-2 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .h2-applied-sides-3 {
    text-align: left;
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .h2-applied-sides-3.faq {
    margin-bottom: -15px;
  }

  .accordion-item-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-planet-lack-3 {
    background-color: #0000;
    background-image: linear-gradient(#f9fafb94, #f9fafb94), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 300px;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 1rem;
  }

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

  .button-primary-12.header-button {
    margin-top: 0;
    margin-left: 0;
  }

  .button-primary-12.main-cta {
    text-align: center;
  }

  .button-primary-12.main-cta.second-cta {
    text-align: center;
    margin-top: 20px;
    display: block;
  }

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

  .hero-wrapper-5 {
    flex-flow: column-reverse;
    min-width: auto;
    max-width: 100vw;
  }

  .text-span-14 {
    background-position: 50%;
    background-size: 30px 30px;
    padding-left: 0;
    padding-right: 20px;
  }

  .hero-split-5 {
    flex-direction: column;
    width: auto;
    max-width: none;
    display: flex;
  }

  .image-29 {
    max-width: 155%;
    margin-left: -62%;
    position: relative;
  }

  .hero-heading-left-3 {
    outline-offset: 0px;
    background-size: auto, 900px 900px;
    border-style: none;
    outline: 1px #33333317;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 420px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .image-30 {
    position: relative;
    top: 250px;
    left: -130%;
    transform: rotate(160deg);
  }

  .margin-bottom-24px-7 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-7._1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 1.5em;
  }

  .image-31 {
    flex: 0 auto;
    width: 80%;
    max-width: none;
    position: relative;
    top: 400px;
    left: -82.5vw;
  }

  .container-17 {
    flex-direction: column;
    max-width: 100%;
    display: flex;
    overflow: visible;
  }

  .container-18 {
    flex-flow: row;
    max-width: 100%;
    padding-top: 0;
    display: flex;
  }

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

  .margin-bottom-24px-8 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-8.how-it-works {
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
  }

  .div-case-mixture-3 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .section-zipper-known-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lottie-animation-7 {
    margin-left: -10px;
  }

  .image-33 {
    width: auto;
    max-width: 105%;
    margin-top: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .bold-text-15 {
    font-size: 25px;
    line-height: 1.2em;
  }

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

  .heading-6 {
    margin-top: 20px;
    font-size: 37px;
  }

  .heading-6.cta-section-heading {
    flex: 0 auto;
    align-self: auto;
    font-size: 28px;
  }

  .lottie-animation-8 {
    width: 200px;
    margin-top: 0;
    margin-bottom: -63px;
    padding-left: 0;
    padding-right: 40px;
  }

  .margin-bottom-24px-9 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-9.cta-section-sub-heading {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .faq-text-3 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .h2-applied-sides-4 {
    text-align: left;
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .h2-applied-sides-4.faq {
    margin-bottom: -15px;
  }

  .div-planet-lack-4 {
    background-color: #0000;
    background-image: linear-gradient(#f9fafb94, #f9fafb94), url('../images/background-pattern.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 300px;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 1rem;
  }

  .image-35 {
    width: auto;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .image-36 {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .container-20 {
    flex-flow: row;
    max-width: 100%;
    padding-top: 0;
    display: flex;
  }

  .image-37 {
    position: relative;
    top: 250px;
    left: -130%;
    transform: rotate(160deg);
  }

  .hero-wrapper-6 {
    flex-flow: column-reverse;
    min-width: auto;
    max-width: 100vw;
  }

  .image-38 {
    max-width: 100%;
    margin-left: 0%;
    padding-top: 60px;
    position: relative;
  }

  .image-39 {
    flex: 0 auto;
    width: 80%;
    max-width: none;
    position: relative;
    top: 400px;
    left: -82.5vw;
  }

  .hero-heading-left-4 {
    outline-offset: 0px;
    background-size: auto, 900px 900px;
    border-style: none;
    outline: 1px #33333317;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    display: block;
    position: static;
    overflow: hidden;
  }

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

  .margin-bottom-24px-10 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-10._1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 1.5em;
  }

  .container-21 {
    flex-direction: column;
    max-width: 100%;
    display: flex;
    overflow: visible;
  }

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

  .margin-bottom-24px-11 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-11.how-it-works {
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
  }

  .lottie-animation-9 {
    margin-left: -10px;
  }

  .image-41 {
    width: auto;
    max-width: 105%;
    margin-top: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .image-42 {
    width: auto;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .image-43 {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .lottie-animation-10 {
    width: 200px;
    margin-top: 0;
    margin-bottom: -63px;
    padding-left: 0;
    padding-right: 40px;
  }

  .heading-7 {
    margin-top: 20px;
    font-size: 37px;
  }

  .heading-7.cta-section-heading {
    flex: 0 auto;
    align-self: auto;
    font-size: 28px;
  }

  .bold-text-22 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .margin-bottom-24px-12 {
    text-align: left;
    font-size: 16px;
  }

  .margin-bottom-24px-12.cta-section-sub-heading {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .div-planet-lack-5 {
    background-color: #0000;
    background-image: linear-gradient(#f9fafb94, #f9fafb94), url('../images/background-pattern.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 300px;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 1rem;
  }
}

#w-node-_4a9d2659-dc0b-3e55-7f75-416b68ecac55-5e153c4e, #w-node-_0f7fcfb5-b20d-d090-d4d4-c9cef87ae43b-5e153c4e, #w-node-_0b03c1ac-da76-816c-0cd3-a516ce2e1c13-5e153c4e {
  justify-self: end;
}

#w-node-_4a18e0c1-156c-a465-b733-cb65da9e3b4f-0820ddcc {
  align-self: center;
}

#w-node-_4a18e0c1-156c-a465-b733-cb65da9e3b5f-0820ddcc {
  justify-self: end;
}

#w-node-_4a88dca2-3c8d-a29f-da42-b860d58b1a1c-0820ddcc {
  align-self: stretch;
}

#w-node-_24fb0640-00eb-f84f-a3ce-418a1be85c7a-0820ddcc {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_0f7fcfb5-b20d-d090-d4d4-c9cef87ae43b-5e153c4e, #w-node-_54f50975-4330-8647-11be-9a6630af0b18-5e153c4e, #w-node-_0b03c1ac-da76-816c-0cd3-a516ce2e1c13-5e153c4e, #w-node-_24fb0640-00eb-f84f-a3ce-418a1be85c7a-0820ddcc, #w-node-c49cff76-c4fb-50bd-4288-fe605d2437e8-0820ddcc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_046d9d00-2c57-a04d-52f6-5ac60d1934f2-5e153c4c, #w-node-b0b76280-8788-2b16-71ce-477597f5d9d1-5e153c4e {
    justify-self: auto;
  }
}


