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

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

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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-divider-2 {
  outline-offset: 0px;
  background-color: #000;
  border: 0 #000;
  outline: 0 #000;
  width: 1px;
  height: 24px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.48px;
  margin: 16px 0;
  padding: 8px 20px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.logo-tablet-menu {
  height: 100%;
}

.nav-arrow {
  filter: invert();
}

.navbar-absolute {
  -webkit-text-fill-color: inherit;
  background-color: #fffffffa;
  background-clip: border-box;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-tablet {
  display: none;
}

.nav-item-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-menu {
  text-align: right;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  position: static;
}

.image-4 {
  align-self: center;
  margin-right: 0;
}

.nav-menu-wrapper {
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.text-block-3 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.team-link {
  color: #333;
  letter-spacing: -.48px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: none;
}

.team-link:hover {
  opacity: 1;
  color: #1a1b1fbf;
}

.team-link.w--current {
  color: #035925;
  text-align: right;
  -webkit-text-stroke-color: #035925;
}

.nav-link-cust {
  color: #333;
  letter-spacing: -.48px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: none;
}

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

.nav-link-cust.w--current {
  color: #035925;
  text-align: right;
  -webkit-text-stroke-color: #035925;
}

.nav-dropdown-link {
  color: #000;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #1a1b1fbf;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: #035925;
}

.hamburger-menu-bar {
  background-color: #fff;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.secondary-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #1a1b1f;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 20px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

.secondary-button:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #43464d;
  border: 1px solid #43464d;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  border-radius: 10px;
  width: 225px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  background-color: #fffffff7;
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.button-text-wrap-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-5.bottom-wrap {
  color: #000;
  position: absolute;
  bottom: -100%;
}

.button-white-menu {
  aspect-ratio: auto;
  pointer-events: auto;
  color: #1a1b1f;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fafafa;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 9px 23px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-flex;
  position: static;
  overflow: visible;
}

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

.button-white-menu:active {
  background-color: #43464d;
  border-color: #43464d;
}

.nav-link {
  color: #333;
  letter-spacing: -.48px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: none;
}

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

.nav-link.w--current {
  color: #035925;
  text-align: right;
  -webkit-text-stroke-color: #035925;
}

.brand {
  align-self: auto;
  align-items: center;
  min-width: 5.2em;
  height: auto;
  display: flex;
}

.brand.w--current {
  min-width: auto;
  max-width: 5.9em;
  height: auto;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.clip {
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-line {
  background-color: #000000bf;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  margin-left: -80px;
  margin-right: 0;
  display: flex;
}

.logo {
  vertical-align: baseline;
  max-width: 5.9em;
  height: auto;
  margin-top: 0;
  display: inline-block;
  position: static;
  top: auto;
  bottom: auto;
}

.text-span-21 {
  color: #025925;
  font-size: 52px;
  font-weight: 300;
}

.home-1-banner-labels-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 14px;
  margin-bottom: -6px;
  margin-left: 4px;
  display: flex;
}

.home-hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.home-hero-section.landing-banner {
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.education {
  font-family: Noto Sans, sans-serif;
  font-size: 47px;
  font-weight: 300;
  line-height: 52px;
}

.label {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  margin-left: 0;
  margin-right: -30px;
  display: flex;
}

.hero-button-1 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #035925;
  border: 1px solid #035925;
  border-radius: 8px;
  align-self: auto;
  padding: 12px 25px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
}

.hero-button-1:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hero-button-1:active {
  filter: none;
  background-color: #43464d;
  border-color: #43464d;
}

.text-white-2 {
  color: #000;
  margin-left: -8px;
  font-weight: 400;
}

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

.hero-faces {
  width: 250px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: -8px;
  left: -17px;
}

.home-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 325px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.heading {
  color: #000;
  margin-top: -24px;
  margin-bottom: 0;
  margin-right: -100px;
  font-size: 43px;
  font-weight: 400;
  line-height: 41px;
}

.hero-div-block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.home-hero-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 0;
}

.avatar {
  border-radius: 100%;
  position: absolute;
  box-shadow: 0 0 0 3px #4d68eb;
}

.avatar._4 {
  z-index: 3;
  border: 1px solid #000;
  height: 90px;
  inset: auto auto -188px -12px;
  box-shadow: 0 2px 5px #ffffffe0;
}

.avatar._5 {
  z-index: 2;
  mix-blend-mode: normal;
  border: 1px solid #000;
  height: 100px;
  position: absolute;
  inset: auto 49% -85px -29px;
  box-shadow: 0 2px 5px #ffffffe0;
}

.avatar._7 {
  z-index: 2;
  border: 1px solid #000;
  height: 80px;
  margin-left: 0;
  inset: auto 39% -122px auto;
  box-shadow: 0 2px 5px #ffffffe0;
}

.avatar._3 {
  inset: auto -8% 50% auto;
}

.avatar._3.hide-mobile-portrait {
  z-index: 2;
  border: 1px solid #000;
  height: 85px;
  inset: -51px auto auto 88px;
  box-shadow: 0 2px 5px #ffffffe0;
}

.avatar._2 {
  z-index: 2;
  opacity: 1;
  outline-offset: 0px;
  border: 1px solid #000;
  outline: 3px #333;
  max-width: 100%;
  height: 100px;
  inset: -152px 114px auto auto;
  box-shadow: 0 2px 5px #ffffffe0;
}

.avatar._6 {
  z-index: 2;
  border: 1px solid #000;
  max-width: 100%;
  height: 80px;
  inset: -101px auto 0% -18%;
  box-shadow: 0 2px 5px #ffffffe0;
}

.hero-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fafafa;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 32px;
  transition: all .2s;
}

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

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

.home-message-container {
  background-color: #fff0;
  border: 0 #000;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 940px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-section-message {
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: linear-gradient(0deg, #fff, #fff);
  border: 1px #000;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px 10px;
  position: relative;
}

.home-message-wrapper {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-message-content {
  color: #000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #ffffffc2;
  background-clip: border-box;
  border: 1px dashed #000;
  border-radius: 12px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px 0;
  display: flex;
  box-shadow: 2px 8px 16px 9px #fff3;
}

.text-box {
  color: #000;
  text-align: left;
  margin: 14px auto 24px 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
}

.scroll-link-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.32px;
  direction: ltr;
  align-self: auto;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 24px;
  margin-left: 20px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.scroll-link-block-2:hover {
  color: #fff;
}

.one-text {
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
}

.module-slider-nav {
  display: none;
}

.one-name {
  margin-bottom: 12px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

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

.padding-bottom.padding-large {
  margin-top: 40px;
}

.website {
  width: 30%;
  margin-right: 5%;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.module-arrow {
  color: #24292e;
  background-color: #ffffffc2;
  border: 1px dashed #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: background-color .1s ease-out;
  display: flex;
  position: absolute;
  inset: 16% auto auto 1%;
}

.module-arrow:hover {
  color: #ffffffc2;
  -webkit-text-stroke-color: #ffffffc2;
  background-color: #32343ac2;
  border: 0 #ffffffc2;
}

.module-arrow.right {
  border: 1px dashed #000;
  flex-flow: row;
  inset: 16% 1% auto auto;
}

.module-arrow.right:hover {
  color: #ffffffc2;
  background-color: #32343ac2;
  border: 0 #000;
}

.home-section-module {
  width: 100%;
  max-width: 940px;
  margin: 10px auto -20px;
  padding: 0;
  font-family: Noto Sans, sans-serif;
  overflow: hidden;
}

.suppliers, .referrals, .checkout {
  width: 30%;
  margin-right: 5%;
}

.home-module-content {
  padding: 0 0 3rem;
}

.module-heading {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.module-component {
  background-color: #0000;
  height: auto;
  margin-bottom: 10px;
}

.affiliates {
  width: 30%;
  margin-right: 5%;
}

.home-module-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.feature-list {
  align-self: stretch;
}

.module-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.two-image {
  opacity: .88;
  border: 1px #000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 18px;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.home-module-wrapper {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-family: Noto Sans, sans-serif;
  font-size: 37px;
  font-weight: 500;
}

.business-block {
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 12px;
  padding-bottom: 24px;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.business-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-text-wrap-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-6.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.text-block-11 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-span-22 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

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

.text-span-23 {
  margin-left: 2px;
  font-family: Noto Sans, sans-serif;
  font-size: 19px;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
}

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

.button-text-wrap-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-7.bottom-wrap-white {
  color: #000;
  font-size: 14px;
  position: absolute;
  bottom: -100%;
}

.text-block-12 {
  color: #031d86;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-13 {
  filter: invert();
  color: #031d86;
  transform: rotate(90deg);
}

.text-block-13, .text-span-24, .text-block-14 {
  font-family: Noto Sans, sans-serif;
}

.testimony-left-2 {
  max-width: 32rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
  position: sticky;
  top: 30%;
}

.person-image-4 {
  object-fit: cover;
  width: 2.5rem;
  height: 2.5rem;
}

.home-testimony-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-company-5 {
  font-family: Noto Sans, sans-serif;
}

.image-88 {
  filter: grayscale(34%);
  position: absolute;
  inset: auto auto -47% 1%;
}

.image-88:hover {
  filter: grayscale(34%);
}

.testimony-text-2 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.testimony-text-2.text-weight-bold {
  font-family: Noto Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.person-image-5 {
  object-fit: cover;
  width: 2.5rem;
  height: 2.5rem;
}

.home-section-testimony {
  max-width: 760px;
  margin: 0 auto 40px;
  font-family: Noto Sans, sans-serif;
}

.home-testimony-content {
  padding-bottom: 50px;
}

.testimony-text-3 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.testimony-text-3.text-weight-bold {
  font-family: Noto Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.paragraph-14 {
  font-family: Noto Sans, sans-serif;
}

.home-testimony-component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.button-testimonio {
  color: #fff;
  text-align: center;
  background-color: #035925;
  border: 1px solid #035925;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  padding: 14px 25px;
  font-family: Noto Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .1s ease-out;
}

.button-testimonio:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

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

.testimony-text-5 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.testimony-text-5.text-weight-bold {
  font-family: Noto Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.home-testimony-wrapper {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.person-image-1 {
  object-fit: cover;
  width: 2.5rem;
  height: 2.5rem;
}

.testimony-client-details-1-15 {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: flex;
}

.testimony-text-1 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.testimony-text-1.text-weight-bold {
  font-family: Noto Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-name-5 {
  font-family: Noto Sans, sans-serif;
}

.testimony-client-wrapper-2 {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  margin-top: 2rem;
  display: flex;
}

.testimony-item {
  background-color: #fafbfc;
  border: 1px solid #e1e4e8;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18rem;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  position: sticky;
}

.testimony-item._1 {
  background-color: #fff;
  border-style: dashed;
  border-color: #000;
  border-radius: 12px;
  top: 30%;
}

.testimony-item._3 {
  background-color: #fff;
  border-style: dashed;
  border-color: #000;
  border-radius: 12px;
  top: 34%;
}

.testimony-item._5 {
  background-color: #fff;
  border-style: dashed;
  border-color: #000;
  border-radius: 12px;
  top: 38%;
}

.testimony-item._2 {
  color: #fff;
  background-color: #000;
  border: 1px dashed #fff;
  border-radius: 12px;
  top: 32%;
}

.testimony-item._4 {
  color: #fff;
  background-color: #000;
  border-style: dashed;
  border-color: #fff;
  border-radius: 12px;
  top: 36%;
}

.testimony-client-line {
  color: #333;
  background-color: #333;
  border: 1px #000;
  width: 1px;
  height: 1.25rem;
  margin-left: .75rem;
  margin-right: .75rem;
}

.heading-38 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.person-image-3, .person-image-2 {
  object-fit: cover;
  width: 2.5rem;
  height: 2.5rem;
}

.testimony-right {
  flex-direction: column;
  align-items: center;
}

.testimony-client-wrapper-1 {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  margin-top: 2rem;
  display: flex;
}

.testimony-text-4 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.testimony-text-4.text-weight-bold {
  font-family: Noto Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.testimony-client-details-2 {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: flex;
}

.testimony-image-wrapper {
  border-radius: 50%;
  flex: none;
  margin-right: 1rem;
  overflow: hidden;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.embed {
  display: none;
}

.client-logo-1 {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  margin-left: 50px;
  margin-right: -30px;
  padding-left: 0;
  transition: opacity .4s;
}

.client-logo-1:hover {
  opacity: 1;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.overline {
  color: #72767d;
  text-align: left;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: -3rem;
}

.home-logos-marquee {
  max-width: 940px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.home-logo-left-gradient {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.paragraph-no-margin {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.contacts-detail {
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.image-contact {
  filter: none;
  outline-offset: 0px;
  color: #035925;
  background-color: #0000;
  border: 1px #035925;
  outline: 3px #333;
  margin-right: -5px;
}

.site-footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.site-navbar-brand {
  margin-top: -12px;
  margin-left: 0;
  display: flex;
}

.title-small {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.brand-image {
  max-width: 100%;
  margin-top: 21px;
  margin-left: 2px;
}

.site-footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.site-footer-copyright-center {
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.site-footer-container {
  border: 1px dashed #000;
  border-radius: 12px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  max-width: 940px;
  height: 1px;
  margin: 30px auto 15px;
}

.site-footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.image-phone {
  filter: none;
  outline-offset: 0px;
  color: #035925;
  background-color: #0000;
  border: 1px #035925;
  outline: 3px #333;
  margin-right: 0;
}

.brand-text {
  color: #153b9f;
  margin-top: 25px;
  margin-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.site-section-footer {
  float: none;
  clear: none;
  outline-offset: 0px;
  text-transform: none;
  mix-blend-mode: normal;
  background-color: #ffffffc2;
  border-bottom: 1px solid #e4ebf3;
  outline: 0 #333;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 15px;
  font-family: Noto Sans, sans-serif;
  position: relative;
  overflow: visible;
}

.image-email {
  filter: none;
  outline-offset: 0px;
  color: #035925;
  background-color: #0000;
  border: 1px #035925;
  outline: 3px #333;
  margin-right: 0;
}

.heading-16 {
  color: #333;
  margin-top: 10px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.play-button-hover-2 {
  z-index: 10;
  color: #035925;
  letter-spacing: -.32px;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
  bottom: 16px;
  right: 16px;
  transform: scale(.85);
}

.play-button-hover-2:hover {
  transform: scale(1.2);
}

.secondary-button-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #1a1b1f;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

.secondary-button-2:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #43464d;
  border: 1px solid #43464d;
}

.play-button-icon-2 {
  z-index: 7;
  filter: contrast(200%);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  overflow-wrap: normal;
  background-color: #fff0;
  align-self: auto;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  inset: auto 32px 42px auto;
}

.about-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.image-23 {
  align-self: center;
  margin-right: -5px;
}

.publisher-image-wrapper {
  border-radius: 50%;
  flex: none;
  margin-right: 1rem;
  overflow: hidden;
}

.inner-banner-paragraph {
  max-width: 450px;
}

.inner-banner-paragraph.blog-2 {
  color: #000;
  max-width: 421px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
}

.button-text-wrap-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-4.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.publisher-post-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  margin-top: .5rem;
  display: flex;
}

.author-image {
  object-fit: cover;
  border: 1px #000;
  width: 3rem;
  height: auto;
}

.about-inner-banner-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.about-inner-banner-wrap.blog-2 {
  width: 65%;
  padding-top: 20px;
  display: block;
}

.image-22 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.about-hero-section {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 147px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.about-flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  order: 0;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-12 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.image-24 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-32 {
  color: #333;
  font-weight: 400;
}

.author-expertise {
  color: #000;
  text-transform: none;
  font-size: .9rem;
}

.testimony-client-details-1-4 {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: block;
}

.about-services-banner-video {
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  margin-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-country {
  color: #000;
  text-transform: capitalize;
  font-size: .9rem;
}

.post-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: static;
}

.about-base-container {
  text-align: left;
  border: 0 #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.about-inner-banner {
  border: 0 #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 60px;
  display: flex;
}

.text-block-30 {
  color: #fff;
  align-self: center;
}

.play-button {
  z-index: 5;
  background-color: #035925;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.author-name {
  color: #000;
  text-transform: capitalize;
  margin-right: 0;
  font-size: .9rem;
}

.categories {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin: auto 0;
  text-decoration: none;
  display: flex;
}

.button-s {
  color: #fff;
  text-align: center;
  background-color: #100617;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.button-s.is-small.is-xsmall {
  text-transform: uppercase;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: .7rem;
}

.button-s.is-small.is-xsmall.is-new-category-tag {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  color: #100617;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  background-color: #fae7c9ad;
  border: 2px #fae7c9ad;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: .25rem .5rem;
  font-family: Noto Sans, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.text-block-31 {
  letter-spacing: -.32px;
  align-self: center;
}

.about-section-label {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #333;
  letter-spacing: -.32px;
  background-color: #fafafa00;
  border: 1px dashed #000;
  border-radius: 50px;
  flex-flow: row;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: 4px;
  padding: 4px 12px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: static;
}

.number-text-wrapper {
  padding-top: 10px;
}

.section-2 {
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.section-2.gray-bg {
  background-color: #fafafa00;
  max-width: 940px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.large-text {
  color: #000;
  letter-spacing: -1.4px;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1em;
}

.large-text.team-page {
  font-size: 25px;
}

.home-2-number-cell {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.image-25 {
  filter: invert();
  color: #fff0;
}

.home-2-numbers-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.base-container-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.small-paragraph {
  letter-spacing: -.28px;
  font-size: 14px;
}

.about-section {
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.home-1-gray-card-image {
  object-fit: cover;
  background-color: #fff0;
  border-radius: 4px;
  width: 45%;
  max-width: 530px;
}

.gray-card-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 426px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.solution-list-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #ebebeb;
  flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-3 {
  font-weight: 600;
}

.solutions-list {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.solution-button-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.gray-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa00;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  display: flex;
}

.without-space {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.base-container-15 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block-15 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-89 {
  filter: invert();
  margin-right: 0;
}

.image-26 {
  filter: invert();
  margin-left: 2px;
  margin-right: 0;
}

.heading-6 {
  color: #000;
  margin-top: 30px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.text-block-33 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-90 {
  filter: invert();
  margin-right: 0;
}

.text-block-34 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.inner-labels-wrapper {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 36%;
  display: flex;
  position: relative;
}

.inner-labels-wrapper.blog-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  max-width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  order: 1;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-27 {
  margin-right: 0;
}

.contact-hero-section {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 147px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.section-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  letter-spacing: -.32px;
  background-color: #fafafa00;
  border: 1px dashed #000;
  border-radius: 50px;
  flex-flow: row;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 4px 12px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: static;
}

.text-block-35 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.base-hero-section {
  border: 0 #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section-label-plus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  color: #333;
  letter-spacing: -.32px;
  mix-blend-mode: normal;
  background-color: #035925;
  border: 1px solid #035925;
  border-radius: 50px;
  flex-flow: row;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 4px 14px 4px 12px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  position: static;
}

.section-label-plus:hover {
  background-color: #000;
  border-style: solid;
  border-color: #000;
}

.section-label-plus:active {
  background-color: #43464d;
  border-color: #43464d;
}

.inner-banner-text-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.inner-banner-text-wrap.blog-2 {
  order: 0;
  width: 65%;
}

.text-block-36 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.link-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-transform: none;
  align-self: center;
  align-items: center;
  padding-left: 4px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.inner-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #fff3;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.video-label.inner-page {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff0;
  border: 1px dashed #000;
  justify-content: flex-start;
  align-items: center;
}

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

.base-container-13 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contacts-form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 60%;
  min-height: 484px;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px;
  display: flex;
}

.success-message-2 {
  text-align: center;
  background-color: #ddd0;
  font-weight: 500;
}

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

.contacts-paragraph {
  color: #000;
}

.form-contacts {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.contacts-divider {
  background-color: #ebebeb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.error-message-2 {
  color: #002c11;
  text-align: center;
  background-color: #0000;
  margin-top: 40px;
  padding: 0;
}

.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.contact-section.gray-bg {
  background-color: #fafafa00;
  max-width: 940px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 20px;
  font-family: Noto Sans, sans-serif;
}

.contacts-content-wrapper {
  align-self: flex-start;
  width: 50%;
  margin-top: 30px;
  padding-right: 40px;
}

.image-62 {
  filter: invert();
  margin-left: 2px;
  margin-right: 0;
}

.text-block-37 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.text-block-72 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-71 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-31 {
  color: #000;
  margin-top: 30px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.text-block-73 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.team-hero-section {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 147px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.image-63 {
  margin-right: 0;
}

.text-block-74 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.founder-text-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
}

.founder-quote-text {
  color: #fff;
  letter-spacing: -.52px;
  max-width: 574px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
}

.founder-quote-text.black {
  color: #000;
  font-size: 25px;
  font-weight: 400;
}

.founder-name {
  flex-flow: column;
  display: flex;
}

.team-founder-image {
  background-image: url('../images/guillermo_2.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex: 1;
}

.team-member-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding-top: 10px;
  display: flex;
}

.base-container-16 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.founder-text {
  color: #fff;
  letter-spacing: -.28px;
  font-size: 14px;
  line-height: 1.5em;
}

.founder-text.gray-text {
  color: #585858;
}

.team-section {
  max-width: 940px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.quotes-icon {
  height: 24px;
}

.founder-name-wrapper {
  flex-flow: column;
  display: flex;
}

.founder-quote {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.founder-quote.home-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.team-founder-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.team-member-photo {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.text-block-120 {
  margin-right: 4px;
}

.play-button-icon-7 {
  z-index: 7;
  filter: contrast(200%);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  overflow-wrap: normal;
  background-color: #fff0;
  align-self: auto;
  margin-left: auto;
  margin-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  inset: auto 32px 42px auto;
  overflow: visible;
}

.button-text-wrap-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-15.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.text-block-117 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-122 {
  text-decoration: none;
}

.div-block-43 {
  margin-top: 0;
  padding-top: 0;
}

.text-block-119 {
  color: #333;
  font-weight: 400;
}

.post-base-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-115 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.container-8 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.post-inner-banner {
  border: 0 #fff;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.play-button-3 {
  z-index: 5;
  background-color: #035925;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.text-block-118 {
  text-decoration: none;
}

.image-98 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.testimony-client-details-1-14 {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: block;
}

.post-services-banner-video-2 {
  aspect-ratio: auto;
  border-radius: 10px;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  margin-top: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-hero-section-3 {
  z-index: 0em;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 147px;
  padding-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.heading-42 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-99 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.secondary-button-3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #1a1b1f;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 20px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

.secondary-button-3:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #43464d;
  border: 1px solid #43464d;
}

.text-block-121 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-116 {
  margin-left: 4px;
  margin-right: 4px;
}

.play-button-hover {
  z-index: 10;
  color: #035925;
  letter-spacing: -.32px;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
  bottom: 16px;
  right: 16px;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1.2);
}

.div-block-42 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.post-inner-banner-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.post-inner-banner-wrap.blog-2 {
  width: 65%;
}

.ste-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.section-10 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-10.gray-bg {
  background-color: #fff0;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.base-container-21 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: -20px;
  margin-right: auto;
}

.rich-text-style-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.heading-43, .bold-text-4 {
  font-size: 21px;
}

.heading-44 {
  color: #000;
}

.base-container-22 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.text-white-5 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.section-11 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-11.gray-without-top-space {
  background-color: #fff0;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 40px;
}

.section-11.gray-bg {
  background-color: #fff0;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.home-3-about-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 70%;
  max-width: 599px;
  display: flex;
}

.home-3-about-photo-2 {
  background-image: url('../images/kids.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 550px;
  display: flex;
}

.about-photo-text-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000006b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30px;
  grid-auto-columns: 1fr;
  place-items: center end;
  padding: 10px 30px;
  display: grid;
}

.home-3-about-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.plus-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.plus-button.mb10 {
  margin-bottom: 10px;
}

.values-img {
  object-fit: cover;
  border-radius: 10px;
  flex: 1;
  width: 48%;
}

.values-tab-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-12 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-105 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.values-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.text-block-113 {
  text-decoration: none;
}

.section-8 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.image-93 {
  align-self: center;
  margin-right: 0;
}

.values-tabs-content {
  margin-top: 40px;
}

.div-block-37 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-103 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-102 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.text-block-109 {
  text-decoration: none;
}

.values-images-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  height: 100%;
  max-height: 344px;
  display: flex;
}

.image-96 {
  filter: invert();
  margin-left: 2px;
}

.text-block-100 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-110 {
  text-decoration: none;
}

.values-tab-link {
  color: #585858;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  padding: 4px 12px;
  line-height: 1.5em;
}

.values-tab-link:hover {
  background-color: #ebebeb;
}

.values-tab-link.w--current {
  color: #fff;
  background-color: #035925;
  border-color: #035925;
}

.values-heading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-99 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-text-wrap-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-13.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.base-container-23 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-94 {
  align-self: center;
  margin-right: 0;
  font-size: 12px;
}

.values-tabs {
  height: auto;
  margin-top: 40px;
}

.values-tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.button-text-wrap-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-14.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.paragraph-7 {
  font-size: 15px;
}

.center-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-104 {
  margin-right: 4px;
}

.text-block-101 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-112 {
  text-decoration: none;
}

.section-label-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.image-95 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.values-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.text-block-111 {
  text-decoration: none;
}

.heading-11 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.values-tab-pane {
  background-color: #fafafa;
  border-radius: 10px;
  height: auto;
  padding: 20px;
  font-family: Noto Sans, sans-serif;
}

.text-block-114 {
  text-decoration: none;
}

.text-block-106 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-97 {
  filter: invert();
  margin-left: 2px;
}

.text-white-6 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.light-gray-card {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fafafa;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 310px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
}

.black-card {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 310px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
  transform: rotate(6deg);
}

.primary-card {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #035925;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 310px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
  transform: rotate(-6deg);
}

.why-us-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.why-us-section.without-top-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-label-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.heading-7 {
  text-align: center;
  max-width: 550px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-15 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.card-image {
  object-fit: cover;
  border-radius: 4px;
  width: 90px;
  height: 102px;
  box-shadow: 0 8px 24px #00000040;
}

.home-1-cards-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.text-block-123 {
  margin-right: 4px;
}

.button-text-wrap-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-16.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.text-block-124 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-125 {
  color: #031d86;
  text-decoration: none;
}

.div-block-44 {
  margin-top: 0;
  padding-top: 0;
}

.text-block-126 {
  color: #333;
  font-weight: 400;
}

.text-block-127 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-100 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.heading-45 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-101 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-128 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-129 {
  margin-left: 4px;
  margin-right: 4px;
}

.div-block-45 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.handy-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.heading-46, .bold-text-5 {
  font-size: 21px;
}

.heading-47 {
  color: #000;
}

.text-white-7 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.heading-48 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-130 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.section-12 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.image-102 {
  align-self: center;
  margin-right: 0;
}

.div-block-46 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-131 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-132 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-103 {
  filter: invert();
  margin-left: 2px;
}

.text-block-133 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-134 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-text-wrap-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-17.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.base-container-24 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-104 {
  align-self: center;
  margin-right: 0;
  font-size: 12px;
}

.button-text-wrap-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-18.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.paragraph-16 {
  font-size: 15px;
}

.text-block-135 {
  margin-right: 4px;
}

.text-block-136 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-105 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-137 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-106 {
  filter: invert();
  margin-left: 2px;
}

.text-white-8 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.heading-49 {
  text-align: center;
  max-width: 550px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-17 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-block-138 {
  margin-right: 4px;
}

.button-text-wrap-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-19.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.check-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.text-block-139 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-140 {
  color: #333;
  font-weight: 400;
}

.text-block-141 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-107 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.heading-50 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-108 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-142 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-143 {
  margin-left: 4px;
  margin-right: 4px;
}

.div-block-50 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-13 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-13.gray-bg {
  background-color: #fff0;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.heading-51 {
  font-size: 21px;
}

.heading-52 {
  color: #000;
}

.text-white-9 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.section-14 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-14.gray-without-top-space {
  background-color: #fff0;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 40px;
}

.heading-53 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-144 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-109 {
  align-self: center;
  margin-right: 0;
}

.div-block-51 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-145 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-146 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-110 {
  filter: invert();
  margin-left: 2px;
}

.text-block-147 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-148 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-text-wrap-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-20.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.base-container-25 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-111 {
  align-self: center;
  margin-right: 0;
  font-size: 12px;
}

.button-text-wrap-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-21.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

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

.text-block-149 {
  margin-right: 4px;
}

.text-block-150 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-112 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-151 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-113 {
  filter: invert();
  margin-left: 2px;
}

.text-white-10 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.heading-54 {
  text-align: center;
  max-width: 550px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-19 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-block-152 {
  margin-right: 4px;
}

.button-text-wrap-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-22.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.visit-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.text-block-153 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-154 {
  color: #333;
  font-weight: 400;
}

.text-block-155 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-114 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.heading-55 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-115 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-156 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-157 {
  margin-left: 4px;
  margin-right: 4px;
}

.div-block-55 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-15 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-15.gray-bg {
  background-color: #fff0;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.heading-56 {
  font-size: 21px;
}

.heading-57 {
  color: #000;
}

.text-white-11 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.section-16 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-16.gray-without-top-space {
  background-color: #fff0;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 40px;
}

.heading-58 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-158 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-116 {
  align-self: center;
  margin-right: 0;
}

.div-block-56 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-159 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-160 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-117 {
  filter: invert();
  margin-left: 2px;
}

.text-block-161 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-162 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-text-wrap-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-23.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.base-container-26 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-118 {
  align-self: center;
  margin-right: 0;
  font-size: 12px;
}

.button-text-wrap-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-24.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

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

.text-block-163 {
  margin-right: 4px;
}

.text-block-164 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-119 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-165 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-120 {
  filter: invert();
  margin-left: 2px;
}

.text-white-12 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.heading-59 {
  text-align: center;
  max-width: 550px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-21 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-block-166 {
  margin-right: 4px;
}

.button-text-wrap-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-25.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.referral-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.text-block-167 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.div-block-60 {
  margin-top: 0;
  padding-top: 0;
}

.text-block-168 {
  color: #333;
  font-weight: 400;
}

.text-block-169 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-121 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.heading-60 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-122 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-170 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-171 {
  margin-left: 4px;
  margin-right: 4px;
}

.section-17 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-17.gray-bg {
  background-color: #fff0;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.heading-61 {
  font-size: 21px;
}

.heading-62 {
  color: #000;
}

.text-white-13 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.section-18 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-18.gray-without-top-space {
  background-color: #fff0;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 40px;
}

.heading-63 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-172 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-123 {
  align-self: center;
  margin-right: 0;
}

.text-block-173 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-174 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-124 {
  filter: invert();
  margin-left: 2px;
}

.text-block-175 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-176 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-text-wrap-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-26.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.base-container-27 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-125 {
  align-self: center;
  margin-right: 0;
  font-size: 12px;
}

.button-text-wrap-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-27.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.paragraph-22 {
  font-size: 15px;
}

.text-block-177 {
  margin-right: 4px;
}

.text-block-178 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-126 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.heading-64 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-block-179 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-127 {
  filter: invert();
  margin-left: 2px;
}

.text-white-14 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.base-container-20 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-180 {
  color: #000;
  margin-right: 4px;
}

.button-text-wrap-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-28.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.text-block-181 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.div-block-64 {
  margin-top: 0;
  padding-top: 0;
}

.text-block-182 {
  color: #333;
  font-weight: 400;
}

.text-block-183 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-128 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.heading-65 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-129 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-184 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.affiliate-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.text-block-185 {
  margin-left: 4px;
  margin-right: 4px;
}

.section-19 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-19.gray-bg {
  background-color: #fff0;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.base-container-28 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-66 {
  font-size: 21px;
}

.heading-67 {
  color: #000;
}

.text-white-15 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.section-20 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-20.gray-without-top-space {
  background-color: #fff0;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 40px;
}

.heading-68 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-186 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-130 {
  align-self: center;
  margin-right: 0;
}

.text-block-187 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-188 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-131 {
  filter: invert();
  margin-left: 2px;
}

.text-block-189 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-190 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-text-wrap-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-29.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.base-container-29 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-132 {
  align-self: center;
  margin-right: 0;
  font-size: 12px;
}

.button-text-wrap-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-30.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.paragraph-23 {
  font-size: 15px;
}

.text-block-191 {
  margin-right: 4px;
}

.text-block-192 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-133 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.heading-69 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-block-193 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-134 {
  filter: invert();
  margin-left: 2px;
}

.text-block-194 {
  margin-right: 4px;
}

.button-text-wrap-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-31.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.text-block-195 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.div-block-68 {
  margin-top: 0;
  padding-top: 0;
}

.text-block-196 {
  color: #333;
  font-weight: 400;
}

.text-block-197 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-135 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.heading-70 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.supplier-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.image-136 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-198 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-199 {
  margin-left: 4px;
  margin-right: 4px;
}

.div-block-69 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-21 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-21.gray-bg {
  background-color: #fff0;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.heading-71 {
  font-size: 21px;
}

.heading-72 {
  color: #000;
}

.section-22 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-22.gray-without-top-space {
  background-color: #fff0;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 40px;
}

.heading-73 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-200 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-137 {
  align-self: center;
  margin-right: 0;
}

.div-block-70 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-201 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-202 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-138 {
  filter: invert();
  margin-left: 2px;
}

.text-block-203 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-204 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-text-wrap-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-32.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.base-container-30 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-139 {
  align-self: center;
  margin-right: 0;
  font-size: 12px;
}

.button-text-wrap-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-33.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.paragraph-24 {
  font-size: 15px;
}

.text-block-205 {
  margin-right: 4px;
}

.text-block-206 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-140 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.heading-74 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-block-207 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-141 {
  filter: invert();
  margin-left: 2px;
}

.text-block-208 {
  margin-right: 4px;
}

.button-text-wrap-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-34.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.text-block-209 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-210 {
  color: #333;
  font-weight: 400;
}

.text-block-211 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.partner-bg-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.image-142 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.heading-75 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-143 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-212 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-213 {
  margin-left: 4px;
  margin-right: 4px;
}

.div-block-74 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-23 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-23.gray-bg {
  background-color: #fff0;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.heading-76 {
  font-size: 21px;
}

.heading-77 {
  color: #000;
}

.section-24 {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.section-24.gray-without-top-space {
  background-color: #fff0;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 40px;
}

.heading-78 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-214 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-144 {
  align-self: center;
  margin-right: 0;
}

.div-block-75 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-215 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-216 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-145 {
  filter: invert();
  margin-left: 2px;
}

.text-block-217 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-218 {
  margin-left: 4px;
  margin-right: 4px;
}

.button-text-wrap-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-35.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.base-container-31 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-146 {
  align-self: center;
  margin-right: 0;
  font-size: 12px;
}

.button-text-wrap-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-36.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.paragraph-25 {
  font-size: 15px;
}

.text-block-219 {
  margin-right: 4px;
}

.text-block-220 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-147 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.heading-79 {
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-block-221 {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-148 {
  filter: invert();
  margin-left: 2px;
}

.heading-80 {
  color: #333;
  margin-top: 10px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.play-button-hover-3 {
  z-index: 10;
  color: #035925;
  letter-spacing: -.32px;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
  bottom: 16px;
  right: 16px;
  transform: scale(.85);
}

.play-button-hover-3:hover {
  transform: scale(1.2);
}

.secondary-button-4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #1a1b1f;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

.secondary-button-4:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #43464d;
  border: 1px solid #43464d;
}

.play-button-icon-8 {
  z-index: 7;
  filter: contrast(200%);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  overflow-wrap: normal;
  background-color: #fff0;
  align-self: auto;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: absolute;
  inset: auto 32px 42px auto;
}

.image-149 {
  align-self: center;
  margin-right: -5px;
}

.button-text-wrap-37 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-37.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.services-3-background-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.image-150 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.div-block-80 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.image-151 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-222 {
  color: #333;
  font-weight: 400;
}

.text-block-223 {
  color: #fff;
  align-self: center;
}

.play-button-4 {
  z-index: 5;
  background-color: #035925;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.terms-hero-section {
  max-width: 900px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-block-224 {
  letter-spacing: -.32px;
  align-self: center;
}

.inner-terms-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.inner-terms-wrap.blog-2 {
  width: 100%;
}

.text-block-83 {
  color: #fff;
  align-self: center;
}

.text-block-85 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-33 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-82 {
  color: #fff;
  align-self: center;
}

.secondary-button-9 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #1a1b1f;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

.secondary-button-9:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #43464d;
  border: 1px solid #43464d;
}

.div-block-32 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.category-case {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin: auto 0;
  text-decoration: none;
  display: flex;
}

.text-block-86 {
  margin-right: 4px;
}

.button-text-wrap-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-9.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.image-71 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.platheo-hosting {
  color: #000;
  text-transform: none;
  font-size: .9rem;
}

.head-7 {
  color: #025925;
  object-fit: fill;
  flex-flow: row;
  margin-top: 5px;
  margin-bottom: -27px;
  margin-right: 40px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: static;
}

.div-block-28 {
  padding-top: 10px;
}

.text-block-84 {
  margin-left: 4px;
  margin-right: 4px;
}

.inner-terms-paragraph {
  max-width: 450px;
}

.inner-terms-paragraph.blog-2 {
  color: #000;
  max-width: 100%;
  margin-top: 20px;
  font-size: 15px;
}

.terms-base-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  max-width: 890px;
  box-shadow: none;
  background-color: #ffffff3b;
  border: 1px dashed #00000070;
  border-radius: 27px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.text-block-225 {
  color: #fff;
  align-self: center;
}

.text-block-226 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-81 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-227 {
  color: #fff;
  align-self: center;
}

.div-block-81 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-228 {
  margin-right: 4px;
}

.button-text-wrap-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-38.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.image-152 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-82 {
  padding-top: 10px;
}

.text-block-229 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-230 {
  color: #fff;
  align-self: center;
}

.text-block-231 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-82 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-232 {
  color: #fff;
  align-self: center;
}

.div-block-83 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-233 {
  margin-right: 4px;
}

.button-text-wrap-39 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-39.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.image-153 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-84 {
  padding-top: 10px;
}

.text-block-234 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-235 {
  color: #fff;
  align-self: center;
}

.text-block-236 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-83 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-237 {
  color: #fff;
  align-self: center;
}

.div-block-85 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-238 {
  margin-right: 4px;
}

.button-text-wrap-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-40.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.image-154 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-86 {
  padding-top: 10px;
}

.text-block-239 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-240 {
  color: #fff;
  align-self: center;
}

.text-block-241 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-84 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-242 {
  color: #fff;
  align-self: center;
}

.div-block-87 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-243 {
  margin-right: 4px;
}

.button-text-wrap-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-41.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.image-155 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-88 {
  padding-top: 10px;
}

.text-block-244 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-245 {
  color: #fff;
  align-self: center;
}

.text-block-246 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-85 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-247 {
  color: #fff;
  align-self: center;
}

.div-block-89 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-248 {
  margin-right: 4px;
}

.button-text-wrap-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-42.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.image-156 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-90 {
  padding-top: 10px;
}

.text-block-249 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-250 {
  color: #fff;
  align-self: center;
}

.text-block-251 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-86 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-252 {
  color: #fff;
  align-self: center;
}

.div-block-91 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-253 {
  margin-right: 4px;
}

.button-text-wrap-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-43.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.image-157 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-92 {
  padding-top: 10px;
}

.text-block-254 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-255 {
  color: #fff;
  align-self: center;
}

.text-block-256 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-87 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-257 {
  color: #fff;
  align-self: center;
}

.div-block-93 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-258 {
  margin-right: 4px;
}

.button-text-wrap-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text-wrap-44.bottom-wrap {
  color: #000;
  text-decoration: none;
  position: absolute;
  bottom: -100%;
}

.image-158 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-94 {
  padding-top: 10px;
}

.text-block-259 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-260 {
  color: #fff;
  align-self: center;
}

.text-block-261 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-88 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-262 {
  color: #fff;
  align-self: center;
}

.div-block-95 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-263 {
  margin-right: 4px;
}

.image-159 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-96 {
  padding-top: 10px;
}

.text-block-264 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-265 {
  color: #fff;
  align-self: center;
}

.text-block-266 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-89 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-267 {
  color: #fff;
  align-self: center;
}

.div-block-97 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-268 {
  margin-right: 4px;
}

.image-160 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-98 {
  padding-top: 10px;
}

.text-block-269 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-270 {
  color: #fff;
  align-self: center;
}

.text-block-271 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-90 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-272 {
  color: #fff;
  align-self: center;
}

.div-block-99 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-273 {
  margin-right: 4px;
}

.image-161 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-100 {
  padding-top: 10px;
}

.text-block-274 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-275 {
  color: #fff;
  align-self: center;
}

.text-block-276 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-91 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-277 {
  color: #fff;
  align-self: center;
}

.div-block-101 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-278 {
  margin-right: 4px;
}

.image-162 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-102 {
  padding-top: 10px;
}

.text-block-279 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-280 {
  color: #fff;
  align-self: center;
}

.text-block-281 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-92 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-282 {
  color: #fff;
  align-self: center;
}

.div-block-103 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-283 {
  margin-right: 4px;
}

.image-163 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-104 {
  padding-top: 10px;
}

.text-block-284 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-285 {
  color: #fff;
  align-self: center;
}

.text-block-286 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-93 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-287 {
  color: #fff;
  align-self: center;
}

.div-block-105 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-288 {
  margin-right: 4px;
}

.image-164 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-106 {
  padding-top: 10px;
}

.text-block-289 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-290 {
  color: #fff;
  align-self: center;
}

.text-block-291 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-94 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-292 {
  color: #fff;
  align-self: center;
}

.div-block-107 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-293 {
  margin-right: 4px;
}

.image-165 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-108 {
  padding-top: 10px;
}

.text-block-294 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-295 {
  color: #fff;
  align-self: center;
}

.text-block-296 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-95 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-297 {
  color: #fff;
  align-self: center;
}

.div-block-109 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-298 {
  margin-right: 4px;
}

.image-166 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-110 {
  padding-top: 10px;
}

.text-block-299 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-300 {
  color: #fff;
  align-self: center;
}

.text-block-301 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-96 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-302 {
  color: #fff;
  align-self: center;
}

.div-block-111 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-303 {
  margin-right: 4px;
}

.image-167 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-112 {
  padding-top: 10px;
}

.text-block-304 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-305 {
  color: #fff;
  align-self: center;
}

.text-block-306 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-97 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-307 {
  color: #fff;
  align-self: center;
}

.div-block-113 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-308 {
  margin-right: 4px;
}

.image-168 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-114 {
  padding-top: 10px;
}

.text-block-309 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-310 {
  color: #fff;
  align-self: center;
}

.text-block-311 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-98 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-312 {
  color: #fff;
  align-self: center;
}

.div-block-115 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-313 {
  margin-right: 4px;
}

.image-169 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-116 {
  padding-top: 10px;
}

.text-block-314 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-315 {
  color: #fff;
  align-self: center;
}

.text-block-316 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-99 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-317 {
  color: #fff;
  align-self: center;
}

.div-block-117 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-318 {
  margin-right: 4px;
}

.image-170 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-118 {
  padding-top: 10px;
}

.text-block-319 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-320 {
  color: #fff;
  align-self: center;
}

.text-block-321 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-100 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-322 {
  color: #fff;
  align-self: center;
}

.div-block-119 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-323 {
  margin-right: 4px;
}

.image-171 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-120 {
  padding-top: 10px;
}

.text-block-324 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-325 {
  color: #fff;
  align-self: center;
}

.text-block-326 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-101 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-327 {
  color: #fff;
  align-self: center;
}

.div-block-121 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-328 {
  margin-right: 4px;
}

.image-172 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-122 {
  padding-top: 10px;
}

.text-block-329 {
  margin-left: 4px;
  margin-right: 4px;
}

.section-9 {
  max-width: 870px;
  margin: 60px auto 0;
}

.paragraph-26 {
  text-align: left;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-102 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.play-button-hover-4 {
  z-index: 10;
  color: #035925;
  letter-spacing: -.32px;
  background-color: #fff0;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s;
  position: absolute;
  bottom: 16px;
  right: 16px;
  transform: scale(.85);
}

.play-button-hover-4:hover {
  transform: scale(1.2);
}

.image-173 {
  align-self: center;
  margin-right: -5px;
}

.image-174 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.div-block-124 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.image-175 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-330 {
  color: #333;
  font-weight: 400;
}

.text-block-331 {
  color: #fff;
  align-self: center;
}

.play-button-5 {
  z-index: 5;
  background-color: #035925;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.text-block-332 {
  letter-spacing: -.32px;
  align-self: center;
}

.text-block-333 {
  color: #fff;
  align-self: center;
}

.text-block-334 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-103 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-335 {
  color: #fff;
  align-self: center;
}

.div-block-125 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-336 {
  margin-right: 4px;
}

.image-176 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-126 {
  padding-top: 10px;
}

.text-block-337 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-338 {
  color: #fff;
  align-self: center;
}

.text-block-339 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-104 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-340 {
  color: #fff;
  align-self: center;
}

.div-block-127 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-341 {
  margin-right: 4px;
}

.image-177 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-128 {
  padding-top: 10px;
}

.text-block-342 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-343 {
  color: #fff;
  align-self: center;
}

.text-block-344 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-105 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-345 {
  color: #fff;
  align-self: center;
}

.div-block-129 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-346 {
  margin-right: 4px;
}

.image-178 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-130 {
  padding-top: 10px;
}

.text-block-347 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-348 {
  color: #fff;
  align-self: center;
}

.text-block-349 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-106 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-350 {
  color: #fff;
  align-self: center;
}

.div-block-131 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-351 {
  margin-right: 4px;
}

.image-179 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-132 {
  padding-top: 10px;
}

.text-block-352 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-353 {
  color: #fff;
  align-self: center;
}

.text-block-354 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-107 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-355 {
  color: #fff;
  align-self: center;
}

.div-block-133 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-356 {
  margin-right: 4px;
}

.image-180 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-134 {
  padding-top: 10px;
}

.text-block-357 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-358 {
  color: #fff;
  align-self: center;
}

.text-block-359 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-108 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-360 {
  color: #fff;
  align-self: center;
}

.div-block-135 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-361 {
  margin-right: 4px;
}

.image-181 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-136 {
  padding-top: 10px;
}

.text-block-362 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-363 {
  color: #fff;
  align-self: center;
}

.text-block-364 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-109 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-365 {
  color: #fff;
  align-self: center;
}

.div-block-137 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-366 {
  margin-right: 4px;
}

.image-182 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-138 {
  padding-top: 10px;
}

.text-block-367 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-368 {
  color: #fff;
  align-self: center;
}

.text-block-369 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-110 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-370 {
  color: #fff;
  align-self: center;
}

.div-block-139 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-371 {
  margin-right: 4px;
}

.image-183 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-140 {
  padding-top: 10px;
}

.text-block-372 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-373 {
  color: #fff;
  align-self: center;
}

.text-block-374 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-111 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-375 {
  color: #fff;
  align-self: center;
}

.div-block-141 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-376 {
  margin-right: 4px;
}

.image-184 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-142 {
  padding-top: 10px;
}

.text-block-377 {
  margin-left: 4px;
  margin-right: 4px;
}

.text-block-378 {
  color: #fff;
  align-self: center;
}

.text-block-379 {
  letter-spacing: -.32px;
  align-self: center;
}

.heading-112 {
  color: #000;
  margin-top: 10px;
  margin-right: 40px;
  font-size: 37px;
  font-weight: 500;
}

.text-block-380 {
  color: #fff;
  align-self: center;
}

.div-block-143 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.text-block-381 {
  margin-right: 4px;
}

.image-185 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.div-block-144 {
  padding-top: 10px;
}

.text-block-382 {
  margin-left: 4px;
  margin-right: 4px;
}

.section-25 {
  max-width: 870px;
  margin: 60px auto 0;
}

.paragraph-27 {
  text-align: left;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.post-hero-sectio-about, .post-hero-about {
  z-index: 0em;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 147px;
  padding-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.ste-bg-video-copy {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.post-about-section {
  z-index: 0em;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 147px;
  padding-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.about-be-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.heading-113 {
  color: #333;
  margin-top: 10px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.image-186 {
  align-self: center;
  margin-right: -5px;
}

.div-block-145 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-187 {
  filter: invert();
  margin-left: 4px;
  margin-right: 0;
}

.div-block-146 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.image-188 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-383 {
  color: #333;
  font-weight: 400;
}

.about-base-container-2 {
  text-align: left;
  border: 0 #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.about-inner-banner-2 {
  border: 0 #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-384 {
  color: #fff;
  align-self: center;
}

.text-block-385 {
  letter-spacing: -.32px;
  align-self: center;
}

.about-video {
  z-index: 1;
  width: 100%;
  height: 350px;
}

.h3 {
  text-align: left;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
}

.cell-0 {
  border: 1px solid #035925;
  border-radius: 12px;
  padding: 20px;
}

.cell-2 {
  border: 1px dashed #000;
  border-radius: 12px;
  padding: 20px;
}

.heading-1 {
  color: #035925;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-block-386 {
  font-family: Noto Sans, sans-serif;
  text-decoration: none;
}

.section-26 {
  margin-left: auto;
  margin-right: auto;
}

.container-9 {
  margin-bottom: 20px;
  padding-left: 70px;
  padding-right: 70px;
}

.quick-stack {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.heading-114, .heading-115 {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.text-span-25, .text-span-26 {
  color: #031d86;
  text-decoration: line-through;
}

.text-span-27 {
  color: #000;
  text-underline-position: under;
  font-size: 18px;
  font-weight: 400;
  -webkit-text-decoration: underline wavy #f0792f;
  text-decoration: underline wavy #f0792f;
}

.cell {
  border: 1px solid #035925;
  border-radius: 12px;
  padding: 20px;
}

.cell-3 {
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span-28 {
  text-align: right;
  font-weight: 600;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fafafa;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.text-block-387 {
  text-transform: capitalize;
  text-decoration: none;
}

.text-block-388 {
  text-decoration: underline;
}

.text-block-389 {
  font-weight: 400;
  text-decoration: none;
}

.quick-stack-3 {
  margin-left: auto;
  margin-right: auto;
}

.text-span-29 {
  font-weight: 600;
}

.cel-special {
  border: 1px dashed #000;
  border-radius: 12px;
  padding: 20px;
}

.sub-heading-114 {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.heading-style-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.docs_code-span {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Inconsolata, monospace;
  display: inline-block;
}

.docs_end-tile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #222;
  text-align: right;
  border: 1px dashed #000;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.docs_end-tile:hover {
  color: #000;
  background-color: #fff0;
  border-style: solid;
}

.docs_end-tile.is-next {
  text-align: left;
  border-style: dashed;
  border-color: #000;
}

.docs_end-tile.is-next:hover {
  background-color: #fff;
  border-style: solid;
  border-color: #000;
}

.docs_chapter-link {
  color: #444;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
}

.docs_chapter-link:hover {
  background-color: #fff0;
}

.docs_chapter-link.w--current {
  color: #2d62ff;
}

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

.docs_outer {
  grid-column-gap: 1.9rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.docs_intro-tile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #222;
  border: 1px dashed #000;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.docs_intro-tile:hover {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #fff;
  border-style: solid;
  border-color: #000;
}

.docs_intro-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

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

.padding-global.padding-section-small {
  padding-left: 8.5rem;
  padding-right: 7rem;
  font-family: Noto Sans, sans-serif;
}

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

.docs_c-section {
  border-bottom: 1px #eee;
  padding-top: 0;
  padding-bottom: 0;
}

.docs_c-section.is-end {
  border-top: 1px solid #eee;
  border-bottom-style: none;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.docs_c-section.is-top {
  border-top: 1px #000;
  border-bottom-style: dashed;
  border-bottom-color: #b9b8b8;
  padding-top: 0;
  padding-bottom: 2rem;
}

.docs_right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  margin-top: 80px;
  display: flex;
  position: sticky;
  top: 6rem;
}

.docs_section-link {
  color: #444;
  border-left: 1px solid #eee;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.docs_section-link:hover {
  color: #2d62ff;
}

.docs_section-link.w--current {
  color: #2d62ff;
  border-left-color: #2d62ff;
}

.docs_video {
  border: 1px solid #eee;
  border-radius: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.docs_left {
  max-width: 30rem;
  margin-top: 50px;
  position: sticky;
  top: 6rem;
}

.docs_tile-p {
  opacity: .8;
  color: #000;
}

.text-weight-semibold {
  color: #000;
  font-weight: 600;
}

.docs_callout {
  background-color: #0000000d;
  border-left: 2px solid #000;
  border-radius: 0 1rem 1rem 0;
  padding: 1rem;
}

.docs_callout.is-red {
  color: #c90808;
  background-color: #ff2d301a;
  border-left-color: #ff2d30;
}

.docs_callout.is-green {
  color: #2f6d1a;
  background-color: #409e311a;
  border-left-color: #549c19;
}

.docs_callout.is-yellow {
  color: #5e630c;
  background-color: #fff2002e;
  border-left-color: #f5eb30;
}

.main-wrapper {
  margin: 0 auto;
  padding-top: 147px;
  padding-bottom: 40px;
}

.docs_image {
  border: 1px solid #eee;
  border-radius: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  overflow: hidden;
}

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

.text-style-faded-dark {
  color: #000;
}

.section_docs {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.text-size-small {
  color: #333;
  font-size: .875rem;
}

.docs_chapter-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

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

.heading-style-h5 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.docs_middle {
  padding-top: 0;
}

.text-block-390 {
  color: #035925;
  margin-bottom: 5px;
  padding-right: 10px;
  font-weight: 500;
}

.text-block-391 {
  color: #000;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.brand-roadmap {
  align-self: auto;
  align-items: center;
  min-width: 5.2em;
  height: auto;
  margin-left: 8px;
  display: flex;
}

.brand-roadmap.w--current {
  min-width: auto;
  max-width: 5.9em;
  height: auto;
}

.docs_chapter {
  color: #444;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
}

.docs_chapter:hover {
  background-color: #fff0;
}

.docs_chapter.w--current {
  color: #2d62ff;
}

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

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

.div-block-147 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-link {
  color: #333;
  letter-spacing: -.48px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: none;
}

.blog-link:hover {
  opacity: 1;
  color: #1a1b1fbf;
}

.blog-link.w--current {
  color: #035925;
  text-align: right;
  -webkit-text-stroke-color: #035925;
}

.blog_c-section {
  border-bottom: 1px #eee;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.blog_c-section.is-end {
  border-top: 1px solid #eee;
  border-bottom-style: none;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blog_c-section.is-top {
  border-top: 1px #000;
  border-bottom-style: none;
  border-bottom-color: #b9b8b8;
  padding-top: 0;
  padding-bottom: 2rem;
}

.container-10 {
  flex-flow: row;
  display: flex;
}

.container-11 {
  align-self: auto;
  margin-left: 0;
  padding-right: 0;
  display: block;
}

.labels-wrapper {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 36%;
  display: flex;
  position: relative;
}

.labels-wrapper.blog-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  max-width: 70%;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
}

.blog_left {
  max-width: 30rem;
  margin-top: 70px;
  position: sticky;
  top: 6rem;
}

.posts_left {
  max-width: 30rem;
  margin-top: 50px;
  position: sticky;
  top: 6rem;
}

.text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
  color: #031d86;
}

.text-span-37 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  line-height: 1.5em;
  -webkit-text-decoration: underline wavy #f0792f;
  text-decoration: underline wavy #f0792f;
}

.text-span-38 {
  color: #031d86;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.steps {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.steps-title {
  margin-bottom: 0;
  padding-left: 70px;
  padding-right: 70px;
}

.work-card-number {
  color: #13274d;
  font-size: 22px;
  font-weight: 600;
}

.works-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.section-subtitle {
  margin-top: 24px;
}

.work-top-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-third-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 12px;
  width: 100%;
  height: 100%;
  max-height: 387px;
}

.section-top-title {
  text-align: center;
  max-width: 547px;
}

.section-top-subtitle-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

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

.work-second-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 35px;
}

.works-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px dashed #000;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 20px 20px 32px;
  display: grid;
}

.section-top-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-card-number-wrapper {
  border: 1px dashed #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  display: flex;
}

.work-card-number-wrapper._02 {
  background-color: #fff;
  border-color: #d9dade;
  width: 64px;
  height: 64px;
  box-shadow: 0 2px 5px #0003;
}

.work-right-col-wrapper {
  background-color: #00913a0d;
  border: 1px dashed #f4f2f1;
  border-radius: 16px;
  padding-top: 40px;
  padding-left: 32px;
}

.section {
  margin-top: 130px;
}

.container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-top-subtitle {
  color: #0556f2;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.design-text {
  color: #706f7e;
}

.work-description {
  max-width: 232px;
  margin-top: 16px;
}

.work-description._02 {
  text-align: center;
}

.work-title {
  letter-spacing: -.26px;
  max-width: 220px;
  font-size: 26px;
  line-height: 130%;
}

.section-top-image {
  max-width: 28px;
}

.works-card-wrapper-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px dashed #000;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 20px 20px 32px;
  display: grid;
}

.post-video {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-12 {
  margin-top: 100px;
}

.code-embed {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.div-block-148 {
  border: 1px solid #000;
  border-radius: 20px;
}

.youtube-embed-4, .youtube-embed-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.text-block-392 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.secondary-button-10 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #1a1b1f;
  border: 1px solid #000;
  border-radius: 8px;
  order: 0;
  margin-top: 10px;
  padding: 12px 20px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

.secondary-button-10:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #43464d;
  border: 1px solid #43464d;
}

.image-191 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-393 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: flex;
}

.text-block-394 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-395 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.secondary-button-11 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #1a1b1f;
  border: 1px solid #000;
  border-radius: 8px;
  order: 0;
  margin-top: 5px;
  padding: 12px 20px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
  display: none;
}

.secondary-button-11:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #43464d;
  border: 1px solid #43464d;
}

.image-192 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.link-block-3, .heading-116 {
  text-decoration: none;
}

.post-title-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.post-title-link:hover {
  color: #1a1b1fbf;
}

.text-block-396 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-397 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-193 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.text-block-398 {
  letter-spacing: -.32px;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.text-block-399 {
  color: #fff;
  align-self: center;
  font-family: Noto Sans, sans-serif;
}

.image-194 {
  border: 1px #000;
  align-self: center;
  margin-right: 0;
  font-weight: 500;
}

.container-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: block;
}

.link {
  vertical-align: baseline;
  text-decoration: none;
}

.link-2, .link-3, .link-4, .link-5 {
  text-decoration: none;
}

.docs_c-section-copy {
  border-bottom: 1px #eee;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.docs_c-section-copy.is-end {
  border-top: 1px solid #eee;
  border-bottom-style: none;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.docs_c-section-copy.is-top {
  border-top: 1px #000;
  border-bottom-style: dashed;
  border-bottom-color: #b9b8b8;
  padding-top: 0;
  padding-bottom: 2rem;
}

.post-text-style-faded {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .brand {
    align-self: flex-end;
  }

  .home-hero-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-hero-section.landing-banner {
    background-position: 106% 52%, 4% 22%;
    background-size: auto, 260px;
  }

  .home-section-message {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .home-message-content {
    padding-top: 14px;
    padding-bottom: 0;
  }

  .text-box {
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
  }

  .home-logos-marquee {
    max-width: 880px;
  }

  .image-19 {
    background-color: #fff0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .image-20 {
    border: 1px #000;
    margin-top: 1px;
  }

  .footer-social-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-self: auto;
    margin-left: 5px;
  }

  .heading-16 {
    margin-top: 30px;
  }

  .publisher-post-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .div-block-11 {
    max-width: 100%;
  }

  .about-inner-banner-wrap {
    width: 50%;
  }

  .about-inner-banner-wrap.blog-2 {
    width: auto;
  }

  .about-hero-section {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .about-flex-block {
    order: 0;
    align-items: flex-end;
    margin-bottom: -27px;
  }

  .div-block-12 {
    align-items: center;
  }

  .about-services-banner-video {
    align-self: auto;
    width: 60%;
    margin-top: 0;
  }

  .post-button-wrapper {
    position: static;
  }

  .about-inner-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .categories {
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .button-s.is-small.is-xsmall.is-new-category-tag {
    flex-flow: row;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .about-section-label {
    background-color: #fafafa00;
    display: flex;
  }

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

  .large-text {
    font-size: 38px;
  }

  .about-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gray-card-text-wrapper {
    padding-left: 40px;
  }

  .gray-card {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    margin-top: 30px;
  }

  .inner-labels-wrapper.blog-2 {
    align-self: center;
    max-width: 35%;
    margin-top: auto;
  }

  .contact-hero-section {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .section-label-plus {
    justify-content: center;
  }

  .inner-banner-text-wrap {
    width: 50%;
  }

  .inner-banner-text-wrap.blog-2 {
    width: 57%;
  }

  .link-block {
    justify-content: flex-start;
    padding: 4px;
  }

  .contacts-form-wrapper {
    width: 45%;
  }

  .contact-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contacts-content-wrapper {
    width: 40%;
  }

  .heading-31 {
    margin-top: 30px;
  }

  .team-hero-section {
    padding-top: 160px;
    padding-bottom: 20px;
  }

  .founder-text-wrapper {
    padding-right: 60px;
  }

  .team-founder-image {
    background-image: url('../images/guillermo_2.jpeg');
    background-position: 50% 100%;
  }

  .team-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

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

  .div-block-43 {
    max-width: 100%;
    padding-top: 0;
  }

  .post-base-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .post-inner-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .post-services-banner-video-2 {
    align-self: auto;
    width: 45%;
    margin-top: 0;
  }

  .post-hero-section-3 {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .heading-42 {
    margin-top: 30px;
  }

  .div-block-42 {
    align-items: center;
  }

  .post-inner-banner-wrap {
    width: 50%;
  }

  .post-inner-banner-wrap.blog-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 65%;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-10.gray-bg {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .base-container-21 {
    max-width: none;
    margin-bottom: 0;
  }

  .blog-template-wrapper {
    max-width: none;
    margin-top: 0;
    margin-left: auto;
  }

  .rich-text-style-4 {
    height: auto;
    margin-bottom: 0;
    font-family: Noto Sans, sans-serif;
  }

  .base-container-22 {
    max-width: none;
    margin-bottom: 0;
  }

  .text-white-5 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .section-11 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-11.gray-bg {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-3-about-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-3-about-photo-2 {
    background-image: url('../images/community.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    margin-top: 5px;
  }

  .about-photo-text-grid {
    background-color: #0000006b;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-3-about-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .plus-button.mb10 {
    margin-right: 10px;
  }

  .values-tab-grid {
    grid-template-columns: 1fr 1fr;
  }

  .values-text {
    max-width: 460px;
  }

  .section-8 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-37 {
    align-items: center;
  }

  .values-text-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .text-white-6 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .why-us-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .why-us-section.without-top-spacing {
    padding-top: 20px;
  }

  .heading-7 {
    margin-top: 30px;
  }

  .div-block-44 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-45 {
    margin-top: 30px;
  }

  .div-block-45 {
    align-items: center;
  }

  .text-white-7 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .section-12 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-46 {
    align-items: center;
  }

  .text-white-8 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .heading-49, .heading-50 {
    margin-top: 30px;
  }

  .div-block-50 {
    align-items: center;
  }

  .section-13 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-13.gray-bg {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-white-9 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .section-14 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-51 {
    align-items: center;
  }

  .text-white-10 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .heading-54, .heading-55 {
    margin-top: 30px;
  }

  .div-block-55 {
    align-items: center;
  }

  .section-15 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-15.gray-bg {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-white-11 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .section-16 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-56 {
    align-items: center;
  }

  .text-white-12 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .heading-59 {
    margin-top: 30px;
  }

  .div-block-60 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-60 {
    margin-top: 30px;
  }

  .section-17 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-17.gray-bg {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-white-13 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .section-18 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-white-14 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .base-container-20 {
    max-width: none;
    margin-bottom: 0;
  }

  .div-block-64 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-65 {
    margin-top: 30px;
  }

  .section-19 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-19.gray-bg {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .base-container-28 {
    max-width: none;
    margin-bottom: 0;
  }

  .text-white-15 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .section-20 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-68 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-70 {
    margin-top: 30px;
  }

  .div-block-69 {
    align-items: center;
  }

  .section-21 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-21.gray-bg {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-22 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-70 {
    align-items: center;
  }

  .heading-75 {
    margin-top: 30px;
  }

  .div-block-74 {
    align-items: center;
  }

  .section-23 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section-23.gray-bg {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-24 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-75 {
    align-items: center;
  }

  .heading-80 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-79 {
    max-width: 100%;
  }

  .div-block-80 {
    align-items: center;
  }

  .terms-hero-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner-terms-wrap {
    width: 50%;
  }

  .inner-terms-wrap.blog-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin: 20px;
    display: flex;
  }

  .heading-33 {
    margin-top: 30px;
  }

  .div-block-32 {
    align-items: center;
  }

  .category-case {
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .head-7 {
    margin-top: 10px;
  }

  .div-block-28 {
    max-width: 100%;
    padding-top: 0;
  }

  .inner-terms-paragraph.blog-2 {
    width: auto;
    max-width: none;
  }

  .terms-base-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-81 {
    margin-top: 30px;
  }

  .div-block-81 {
    align-items: center;
  }

  .div-block-82 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-82 {
    margin-top: 30px;
  }

  .div-block-83 {
    align-items: center;
  }

  .div-block-84 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-83 {
    margin-top: 30px;
  }

  .div-block-85 {
    align-items: center;
  }

  .div-block-86 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-84 {
    margin-top: 30px;
  }

  .div-block-87 {
    align-items: center;
  }

  .div-block-88 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-85 {
    margin-top: 30px;
  }

  .div-block-89 {
    align-items: center;
  }

  .div-block-90 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-86 {
    margin-top: 30px;
  }

  .div-block-91 {
    align-items: center;
  }

  .div-block-92 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-87 {
    margin-top: 30px;
  }

  .div-block-93 {
    align-items: center;
  }

  .div-block-94 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-88 {
    margin-top: 30px;
  }

  .div-block-95 {
    align-items: center;
  }

  .div-block-96 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-89 {
    margin-top: 30px;
  }

  .div-block-97 {
    align-items: center;
  }

  .div-block-98 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-90 {
    margin-top: 30px;
  }

  .div-block-99 {
    align-items: center;
  }

  .div-block-100 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-91 {
    margin-top: 30px;
  }

  .div-block-101 {
    align-items: center;
  }

  .div-block-102 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-92 {
    margin-top: 30px;
  }

  .div-block-103 {
    align-items: center;
  }

  .div-block-104 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-93 {
    margin-top: 30px;
  }

  .div-block-105 {
    align-items: center;
  }

  .div-block-106 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-94 {
    margin-top: 30px;
  }

  .div-block-107 {
    align-items: center;
  }

  .div-block-108 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-95 {
    margin-top: 30px;
  }

  .div-block-109 {
    align-items: center;
  }

  .div-block-110 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-96 {
    margin-top: 30px;
  }

  .div-block-111 {
    align-items: center;
  }

  .div-block-112 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-97 {
    margin-top: 30px;
  }

  .div-block-113 {
    align-items: center;
  }

  .div-block-114 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-98 {
    margin-top: 30px;
  }

  .div-block-115 {
    align-items: center;
  }

  .div-block-116 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-99 {
    margin-top: 30px;
  }

  .div-block-117 {
    align-items: center;
  }

  .div-block-118 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-100 {
    margin-top: 30px;
  }

  .div-block-119 {
    align-items: center;
  }

  .div-block-120 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-101 {
    margin-top: 30px;
  }

  .div-block-121 {
    align-items: center;
  }

  .div-block-122 {
    max-width: 100%;
    padding-top: 0;
  }

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

  .div-block-123 {
    max-width: 100%;
  }

  .div-block-124 {
    align-items: center;
  }

  .heading-103 {
    margin-top: 30px;
  }

  .div-block-125 {
    align-items: center;
  }

  .div-block-126 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-104 {
    margin-top: 30px;
  }

  .div-block-127 {
    align-items: center;
  }

  .div-block-128 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-105 {
    margin-top: 30px;
  }

  .div-block-129 {
    align-items: center;
  }

  .div-block-130 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-106 {
    margin-top: 30px;
  }

  .div-block-131 {
    align-items: center;
  }

  .div-block-132 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-107 {
    margin-top: 30px;
  }

  .div-block-133 {
    align-items: center;
  }

  .div-block-134 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-108 {
    margin-top: 30px;
  }

  .div-block-135 {
    align-items: center;
  }

  .div-block-136 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-109 {
    margin-top: 30px;
  }

  .div-block-137 {
    align-items: center;
  }

  .div-block-138 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-110 {
    margin-top: 30px;
  }

  .div-block-139 {
    align-items: center;
  }

  .div-block-140 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-111 {
    margin-top: 30px;
  }

  .div-block-141 {
    align-items: center;
  }

  .div-block-142 {
    max-width: 100%;
    padding-top: 0;
  }

  .heading-112 {
    margin-top: 30px;
  }

  .div-block-143 {
    align-items: center;
  }

  .div-block-144 {
    max-width: 100%;
    padding-top: 0;
  }

  .post-hero-sectio-about, .post-hero-about, .post-about-section {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .heading-113 {
    margin-top: 30px;
  }

  .div-block-145 {
    max-width: 100%;
  }

  .div-block-146 {
    align-items: center;
  }

  .about-inner-banner-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .cell-0 {
    border-width: 1px;
    border-color: #031d86;
  }

  .heading-1 {
    color: #031d86;
  }

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

  .quick-stack {
    border-color: #031d86;
  }

  .heading-115 {
    color: #000;
  }

  .text-span-27 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
  }

  .cell {
    border-width: 1px;
    border-color: #035925;
  }

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

  .docs_end-tile {
    border-style: dashed;
    border-color: #000;
  }

  .docs_end-tile:hover {
    color: #000;
    background-color: #fff0;
    border-style: solid;
  }

  .docs_chapter-link:hover {
    background-color: #f0fdf88a;
  }

  .docs_outer {
    grid-column-gap: 1.5rem;
  }

  .docs_c-section {
    padding-top: 1rem;
  }

  .docs_c-section.is-top {
    padding-bottom: 2rem;
  }

  .docs_video {
    margin-top: 20px;
  }

  .docs_left {
    margin-top: 0;
    padding-top: 0;
  }

  .docs_image {
    margin-top: 20px;
  }

  .text-style-faded-dark {
    margin-bottom: 0;
  }

  .section_docs {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-390 {
    font-size: .9rem;
    font-weight: 400;
    line-height: 20px;
  }

  .brand-roadmap {
    align-self: flex-end;
  }

  .docs_chapter {
    background-color: #ffffff8a;
  }

  .docs_chapter:hover {
    background-color: #fff0;
  }

  .text-size-small-2 {
    color: #333;
  }

  .text-span-30 {
    font-weight: 600;
    -webkit-text-decoration: underline wavy #025925;
    text-decoration: underline wavy #025925;
  }

  .div-block-147 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .image-189 {
    margin-top: -12px;
    margin-left: 4px;
  }

  .image-190 {
    margin-top: -7px;
  }

  .text-span-31 {
    color: #025925;
  }

  .blog_c-section {
    padding-top: 1rem;
  }

  .blog_c-section.is-top {
    padding-bottom: 2rem;
  }

  .labels-wrapper.blog-2 {
    align-self: center;
    max-width: 35%;
    margin-top: auto;
  }

  .blog_left, .posts_left {
    margin-top: 70px;
    padding-top: 0;
  }

  .post-video {
    align-self: auto;
    width: 45%;
    margin-top: 0;
  }

  .docs_c-section-copy {
    padding-top: 1rem;
  }

  .docs_c-section-copy.is-top {
    padding-bottom: 2rem;
  }

  .post-text-style-faded {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .base-container {
    max-width: 1300px;
  }

  .home-hero-section.landing-banner {
    background-position: 106% 46%, 4% 22%;
  }

  .about-base-container, .base-container-14, .base-container-15, .base-hero-section {
    max-width: 1300px;
  }

  .inner-banner-text-wrap.blog-2 {
    width: 57%;
  }

  .base-container-13 {
    max-width: 1300px;
  }

  .founder-text-wrapper {
    padding-right: 40px;
  }

  .team-founder-image {
    min-height: 550px;
  }

  .base-container-16 {
    max-width: 1300px;
  }

  .team-founder-block, .team-grid-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-member-photo {
    height: 350px;
  }

  .post-base-container-2, .base-container-21, .base-container-22 {
    max-width: 1300px;
  }

  .home-3-about-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-photo-text-grid {
    grid-column-gap: 76px;
    grid-row-gap: 76px;
  }

  .home-3-about-2 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .base-container-23 {
    max-width: 1300px;
  }

  .heading-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .base-container-24 {
    max-width: 1300px;
  }

  .heading-49 {
    margin-left: auto;
    margin-right: auto;
  }

  .base-container-25 {
    max-width: 1300px;
  }

  .heading-54 {
    margin-left: auto;
    margin-right: auto;
  }

  .base-container-26 {
    max-width: 1300px;
  }

  .heading-59 {
    margin-left: auto;
    margin-right: auto;
  }

  .base-container-27, .base-container-20, .base-container-28, .base-container-29, .base-container-30, .base-container-31, .terms-base-container, .about-base-container-2 {
    max-width: 1300px;
  }

  .docs_outer, .padding-global.padding-section-small {
    margin-left: auto;
    margin-right: auto;
  }

  .container-large {
    max-width: 940px;
  }

  .text-block-390 {
    padding-right: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    max-width: 1440px;
  }

  .home-hero-section.landing-banner {
    background-position: 106% 46%, 10% 20%;
    background-size: auto, 280px;
  }

  .about-inner-banner-wrap {
    width: 42%;
  }

  .about-services-banner-video {
    width: 45%;
  }

  .about-base-container, .base-container-14 {
    max-width: 1440px;
  }

  .home-1-gray-card-image {
    width: auto;
    max-width: 650px;
  }

  .base-container-15, .base-hero-section {
    max-width: 1440px;
  }

  .inner-banner-text-wrap {
    width: 42%;
  }

  .base-container-13 {
    max-width: 1440px;
  }

  .contacts-content-wrapper {
    width: 35%;
  }

  .team-founder-image {
    height: 600px;
  }

  .base-container-16, .post-base-container-2 {
    max-width: 1440px;
  }

  .post-services-banner-video-2 {
    width: 45%;
  }

  .post-inner-banner-wrap {
    width: 42%;
  }

  .base-container-21, .base-container-22 {
    max-width: 1440px;
  }

  .values-tab-grid {
    grid-template-columns: 1fr 1.3fr;
  }

  .values-images-grid {
    width: 100%;
  }

  .base-container-23, .base-container-24, .base-container-25, .base-container-26, .base-container-27, .base-container-20, .base-container-28, .base-container-29, .base-container-30, .base-container-31 {
    max-width: 1440px;
  }

  .inner-terms-wrap {
    width: 42%;
  }

  .terms-base-container, .about-base-container-2 {
    max-width: 1440px;
  }

  .post-video {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .nav-divider-2 {
    order: 0;
    display: none;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .image-burger.white {
    filter: none;
  }

  .nav-dropdown-toggle {
    color: #000;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 500;
    display: flex;
  }

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

  .logo-tablet-menu {
    max-width: 4.5em;
    height: auto;
  }

  .nav-arrow {
    filter: invert();
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .navbar-absolute {
    max-width: 1200px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand-tablet {
    height: 31px;
    display: block;
  }

  .brand-tablet.w--current {
    height: 31px;
  }

  .nav-item-title {
    color: #000;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 88px;
    display: flex;
  }

  .comm-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .team-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .team-link.w--current {
    color: #035925;
    -webkit-text-stroke-color: #035925;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    font-weight: 400;
  }

  .team-link.w--current:hover {
    color: #1a1b1fbf;
    -webkit-text-stroke-color: #1a1b1fbf;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 2px;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .nav-link-cust {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link-cust.w--current {
    color: #035925;
    -webkit-text-stroke-color: #035925;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    font-weight: 400;
  }

  .nav-link-cust.w--current:hover {
    color: #1a1b1fbf;
    -webkit-text-stroke-color: #1a1b1fbf;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .nav-dropdown-link:hover {
    color: #1a1b1fbf;
    font-weight: 500;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.w--current {
    color: #035925;
    -webkit-text-stroke-color: #035925;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    font-weight: 400;
  }

  .nav-link.w--current:hover {
    color: #1a1b1fbf;
    -webkit-text-stroke-color: #1a1b1fbf;
  }

  .brand {
    align-self: flex-end;
    height: auto;
  }

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

  .hamburger-menu-wrapper {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-button-wrapper {
    display: none;
  }

  .clip.nav {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .logo {
    vertical-align: baseline;
    max-width: 5.2em;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-1-banner-labels-wrap {
    margin-top: 5px;
  }

  .home-hero-section.landing-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .site-hero-content {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 200px;
  }

  .hero-faces {
    overflow: hidden;
  }

  .home-hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -30px;
  }

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

  .hero-div-block {
    margin-top: 20px;
  }

  .home-hero-container {
    max-width: 728px;
  }

  .home-message-container {
    max-width: 728px;
    margin-top: -83px;
  }

  .home-section-message {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 10px;
  }

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

  .website {
    width: 47%;
    margin-right: 6%;
  }

  .home-section-module {
    padding-left: 30px;
    padding-right: 30px;
  }

  .suppliers, .referrals, .checkout, .affiliates {
    width: 47%;
    margin-right: 6%;
  }

  .button-text-wrap-6 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-6.nav {
    justify-content: space-between;
    width: 100%;
  }

  .button-text-wrap-6.nav:hover {
    font-weight: 500;
  }

  .button-text-wrap-6.bottom-wrap {
    text-decoration: none;
  }

  .heading-4 {
    margin-bottom: 0;
  }

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

  .image-88 {
    display: inline-block;
    bottom: -36%;
  }

  .testimony-text-2 {
    font-size: 1.5rem;
  }

  .home-section-testimony {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-testimony-content {
    padding-bottom: 100px;
  }

  .testimony-text-3, .testimony-text-5 {
    font-size: 1.5rem;
  }

  .testimony-client-details-1-15 {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimony-text-1 {
    font-size: 1.5rem;
  }

  .testimony-client-line {
    display: none;
  }

  .testimony-text-4 {
    font-size: 1.5rem;
  }

  .testimony-client-details-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-logos-marquee {
    max-width: 940px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-footer-content {
    grid-column-gap: 60px;
    margin-left: 40px;
  }

  .site-footer-container {
    max-width: 728px;
  }

  .heading-16 {
    margin-top: 40px;
  }

  .button-text-wrap-4 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-4.bottom-wrap {
    text-decoration: none;
  }

  .about-inner-banner-wrap {
    width: 55%;
  }

  .about-inner-banner-wrap.blog-2 {
    text-align: center;
    align-self: auto;
    width: 90%;
    display: block;
  }

  .about-hero-section {
    padding-top: 100px;
  }

  .about-flex-block {
    order: 1;
    display: none;
  }

  .testimony-client-details-1-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-services-banner-video {
    width: 100%;
    margin-top: 40px;
  }

  .post-button-wrapper {
    display: flex;
  }

  .about-base-container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .about-inner-banner {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 40px;
    display: flex;
  }

  .number-cell {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    display: flex;
  }

  .number-cell.home-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .large-text {
    margin-top: 0;
    font-size: 52px;
  }

  .large-text.numbers {
    margin-top: 10px;
    font-size: 64px;
  }

  .large-text.team-page {
    font-size: 40px;
  }

  .home-2-number-cell {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
  }

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

  .base-container-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gray-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-6 {
    margin-top: 60px;
  }

  .inner-labels-wrapper {
    flex-flow: column;
  }

  .inner-labels-wrapper.blog-2 {
    display: none;
  }

  .contact-hero-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .base-hero-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .inner-banner-text-wrap {
    width: 55%;
  }

  .inner-banner-text-wrap.blog-2 {
    width: 70%;
  }

  .inner-banner {
    flex-flow: column;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 0 30px 30px 0;
  }

  .contacts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .contacts-paragraph {
    max-width: 420px;
  }

  .contact-section.gray-bg {
    padding-left: 40px;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .heading-31 {
    margin-top: 60px;
  }

  .team-hero-section {
    padding-top: 100px;
  }

  .founder-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .founder-quote-text {
    font-size: 24px;
  }

  .team-founder-image {
    width: 100%;
    max-width: none;
    min-height: 600px;
  }

  .team-section {
    padding-left: 70px;
    padding-right: 70px;
  }

  .founder-name-wrapper {
    margin-left: 70px;
  }

  .founder-quote {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .founder-quote.home-2 {
    flex-flow: row;
  }

  .team-founder-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .team-member-photo {
    height: 400px;
  }

  .button-text-wrap-15 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-15.bottom-wrap {
    text-decoration: none;
  }

  .div-block-43 {
    margin-top: 40px;
  }

  .post-base-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .post-inner-banner {
    flex-flow: column;
    display: flex;
  }

  .testimony-client-details-1-14 {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-services-banner-video-2 {
    width: 100%;
    margin-top: 40px;
  }

  .post-hero-section-3 {
    padding-top: 100px;
  }

  .post-inner-banner-wrap {
    width: 55%;
  }

  .post-inner-banner-wrap.blog-2 {
    width: 90%;
  }

  .section-10 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-10.gray-bg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-11 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-11.gray-without-top-space {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .section-11.gray-bg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-3-about-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: none;
  }

  .home-3-about-photo-2 {
    width: 100%;
    height: 450px;
  }

  .about-photo-text-grid {
    background-color: #0000006b;
    grid-template-columns: .65fr auto;
  }

  .home-3-about-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .values-img {
    width: 100%;
    height: 350px;
  }

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

  .section-8 {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .button-text-wrap-13 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-13.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-14 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-14.bottom-wrap {
    text-decoration: none;
  }

  .values-text-wrapper {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .button-text-wrap-16 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-16.bottom-wrap {
    text-decoration: none;
  }

  .div-block-44 {
    margin-top: 40px;
  }

  .section-12 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .button-text-wrap-17 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-17.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-18 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-18.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-19 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-19.bottom-wrap {
    text-decoration: none;
  }

  .section-13 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-13.gray-bg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-14 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-14.gray-without-top-space {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .button-text-wrap-20 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-20.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-21 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-21.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-22 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-22.bottom-wrap {
    text-decoration: none;
  }

  .section-15 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-15.gray-bg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-16 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-16.gray-without-top-space {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .button-text-wrap-23 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-23.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-24 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-24.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-25 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-25.bottom-wrap {
    text-decoration: none;
  }

  .div-block-60 {
    margin-top: 40px;
  }

  .section-17 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-17.gray-bg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-18 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-18.gray-without-top-space {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .button-text-wrap-26 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-26.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-27 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-27.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-28 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-28.bottom-wrap {
    text-decoration: none;
  }

  .div-block-64 {
    margin-top: 40px;
  }

  .section-19 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-19.gray-bg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-20 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-20.gray-without-top-space {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .button-text-wrap-29 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-29.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-30 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-30.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-31 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-31.bottom-wrap {
    text-decoration: none;
  }

  .div-block-68 {
    margin-top: 40px;
  }

  .section-21 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-21.gray-bg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-22 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-22.gray-without-top-space {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .button-text-wrap-32 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-32.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-33 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-33.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-34 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-34.bottom-wrap {
    text-decoration: none;
  }

  .section-23 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-23.gray-bg {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-24 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .section-24.gray-without-top-space {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .button-text-wrap-35 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-35.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-36 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-36.bottom-wrap {
    text-decoration: none;
  }

  .heading-80 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-text-wrap-37 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-37.bottom-wrap {
    text-decoration: none;
  }

  .terms-hero-section {
    margin-top: 10px;
    padding-top: 0;
  }

  .inner-terms-wrap {
    width: 55%;
  }

  .inner-terms-wrap.blog-2 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .button-text-wrap-9 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-9.bottom-wrap {
    text-decoration: none;
  }

  .terms-base-container {
    width: auto;
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
    padding: 0;
  }

  .button-text-wrap-38 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-38.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-39 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-39.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-40 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-40.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-41 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-41.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-42 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-42.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-43 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-43.bottom-wrap {
    text-decoration: none;
  }

  .button-text-wrap-44 {
    font-size: 14px;
    text-decoration: none;
  }

  .button-text-wrap-44.bottom-wrap {
    text-decoration: none;
  }

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

  .post-hero-sectio-about, .post-hero-about, .post-about-section {
    padding-top: 100px;
  }

  .heading-113 {
    margin-top: 40px;
  }

  .about-base-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-inner-banner-2 {
    flex-flow: column;
  }

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

  .quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .docs_outer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    justify-items: stretch;
    display: flex;
  }

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

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

  .docs_right {
    max-width: none;
    display: none;
    position: static;
  }

  .docs_left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-right: 0;
    display: block;
    position: static;
  }

  .docs_chapter-menu {
    align-items: flex-start;
    width: 160px;
    display: flex;
  }

  .docs_middle {
    margin-left: 10px;
    display: block;
  }

  .brand-roadmap {
    align-self: flex-end;
    height: auto;
  }

  .blog-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .blog-link.w--current {
    color: #035925;
    -webkit-text-stroke-color: #035925;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    font-weight: 400;
  }

  .blog-link.w--current:hover {
    color: #1a1b1fbf;
    -webkit-text-stroke-color: #1a1b1fbf;
  }

  .labels-wrapper {
    flex-flow: column;
  }

  .labels-wrapper.blog-2 {
    display: none;
  }

  .blog_left {
    max-width: none;
    position: static;
  }

  .posts_left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-right: 0;
    display: block;
    position: static;
  }

  .steps-title {
    padding-left: 0;
    padding-right: 0;
  }

  .works-content-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-subtitle {
    margin-top: 20px;
  }

  .works-card-wrapper, .works-card-wrapper-1 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .post-video {
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .team-link {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hamburger-menu-icon-wrapper {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .3s;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hamburger-menu-icon-wrapper:hover {
    opacity: .7;
  }

  .nav-link-cust {
    margin-left: 0;
  }

  .hamburger-menu-bar {
    width: 18px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-white-menu {
    flex: 0 auto;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .nav-link {
    margin-left: 0;
  }

  .brand {
    align-self: flex-end;
    padding-left: 0;
  }

  .hamburger-menu-wrapper {
    background-color: #0085ff;
    border-radius: 50%;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin-left: 20px;
    overflow: hidden;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0085ff;
  }

  .header-right-side {
    z-index: 2;
    position: relative;
  }

  .home-1-banner-labels-wrap {
    margin-top: 0;
    margin-bottom: -4px;
  }

  .home-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-hero-section.landing-banner {
    padding-bottom: 140px;
  }

  .education {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 44px;
    display: inline;
  }

  .site-hero-content {
    margin-right: 101px;
  }

  .hero-faces {
    overflow: hidden;
  }

  .heading {
    margin-right: auto;
  }

  .avatar {
    width: 4rem;
  }

  .avatar._4 {
    top: -5%;
    right: 6%;
  }

  .avatar._5 {
    top: -19%;
  }

  .avatar._3, .avatar._2 {
    right: 17%;
  }

  .avatar._6 {
    left: 7%;
  }

  .home-message-container {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .home-section-message {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: inline-block;
  }

  .home-message-content {
    margin-left: 25px;
    margin-right: 40px;
  }

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

  .module-arrow, .module-arrow.right {
    top: 11%;
  }

  .home-section-module {
    margin-top: 10px;
  }

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

  .home-module-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-span-23 {
    font-size: 16px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: auto;
  }

  .testimony-left-2 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
    top: 0%;
  }

  .home-testimony-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-88 {
    margin-top: 69px;
    margin-bottom: 0;
    display: inline-block;
    top: auto;
    bottom: auto;
  }

  .home-testimony-content {
    padding-bottom: 10px;
  }

  .home-testimony-component-2 {
    grid-template-columns: 1fr;
  }

  .button-testimonio {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimony-client-details-1-15 {
    flex-direction: row;
    align-items: center;
  }

  .testimony-item {
    flex-direction: column;
    justify-content: space-between;
    min-height: 16rem;
    margin-bottom: 1.25rem;
    display: flex;
  }

  .testimony-client-line {
    display: block;
  }

  .testimony-right {
    width: 100%;
    margin-top: 100px;
    top: 4%;
  }

  .testimony-client-details-2 {
    flex-direction: row;
    align-items: center;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .home-logos-marquee {
    margin-top: -40px;
  }

  .site-footer-content {
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .site-navbar-brand {
    padding-left: 0;
  }

  .site-footer-block {
    align-items: center;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .site-footer-wrapper {
    flex-flow: row;
    align-items: center;
    max-width: 900px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .site-section-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-inner-banner-wrap {
    width: 80%;
  }

  .about-inner-banner-wrap.blog-2 {
    width: 100%;
  }

  .about-hero-section {
    padding-bottom: 0;
  }

  .testimony-client-details-1-4 {
    flex-direction: row;
    align-items: center;
  }

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

  .about-inner-banner {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-2-numbers-grid {
    flex-flow: column;
    display: flex;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .home-1-gray-card-image {
    width: 100%;
    max-width: none;
    height: 350px;
  }

  .gray-card-text-wrapper {
    max-width: none;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .solution-button-wrapper {
    margin-top: 12px;
  }

  .gray-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .inner-labels-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .inner-labels-wrapper.blog-2 {
    flex: 0 auto;
    max-width: 100%;
    display: none;
  }

  .contact-hero-section {
    padding-bottom: 20px;
  }

  .base-hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner-banner-text-wrap {
    width: 80%;
  }

  .inner-banner-text-wrap.blog-2 {
    width: 95%;
  }

  .inner-banner {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .video-label.inner-page {
    background-color: #035925;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  .contacts-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-section.gray-bg {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .team-hero-section {
    padding-bottom: 20px;
  }

  .founder-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .team-section {
    padding: 0 40px 40px;
  }

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

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

  .post-base-container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .post-inner-banner {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimony-client-details-1-14 {
    flex-direction: row;
    align-items: center;
  }

  .post-hero-section-3 {
    padding-bottom: 0;
  }

  .post-inner-banner-wrap {
    width: 80%;
  }

  .post-inner-banner-wrap.blog-2 {
    width: 100%;
  }

  .section-10, .section-11 {
    padding: 0 40px 40px;
  }

  .values-img {
    width: 100%;
  }

  .values-img._2 {
    display: none;
  }

  .section-8 {
    padding: 0 40px 40px;
  }

  .values-images-grid {
    flex-flow: column;
    max-height: none;
    display: flex;
  }

  .light-gray-card {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .black-card, .primary-card {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    transform: none;
  }

  .why-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-us-section.without-top-spacing {
    padding-top: 0;
  }

  .home-1-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 40px;
  }

  .section-12, .section-13, .section-14, .section-15, .section-16, .section-17, .section-18, .section-19, .section-20, .section-21, .section-22, .section-23, .section-24 {
    padding: 0 40px 40px;
  }

  .heading-80 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .terms-hero-section {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .inner-terms-wrap {
    width: 80%;
  }

  .inner-terms-wrap.blog-2 {
    width: 100%;
  }

  .terms-base-container {
    padding: 0;
  }

  .post-hero-sectio-about, .post-hero-about, .post-about-section {
    padding-bottom: 0;
  }

  .about-base-container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-inner-banner-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-26 {
    display: flex;
  }

  .container-9 {
    flex-flow: column;
    display: inline-flex;
  }

  .quick-stack {
    margin-top: auto;
    padding-left: 25px;
    padding-right: 40px;
  }

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

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

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

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .brand-roadmap {
    align-self: flex-end;
    padding-left: 0;
  }

  .blog-link {
    margin-left: 0;
  }

  .labels-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .labels-wrapper.blog-2 {
    flex: 0 auto;
    max-width: 100%;
    display: none;
  }

  .steps-title {
    flex-flow: column;
    display: inline-flex;
  }

  .works-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding-left: 25px;
    padding-right: 40px;
  }

  .section-subtitle {
    margin-top: 18px;
  }

  .section-top-subtitle-wrap {
    margin-bottom: 14px;
  }

  .works-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .work-description {
    margin-top: 14px;
  }

  .works-card-wrapper-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .post-title-link:hover {
    color: #1a1b1fbf;
  }
}

@media screen and (max-width: 479px) {
  .menu-wrap {
    margin-left: 0;
    padding-left: 22px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .nav-menu {
    width: auto;
  }

  .nav-dropdown {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    margin-left: -8px;
    padding-left: 0;
    padding-right: 0;
  }

  .comm-dropdown {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-link {
    width: 99%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-cust {
    width: 99%;
  }

  .nav-dropdown-link {
    padding-right: 0;
  }

  .nav-dropdown-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-white-menu {
    padding-left: 52px;
    padding-right: 52px;
  }

  .nav-link {
    width: 99%;
    margin-bottom: 0;
  }

  .brand {
    align-self: flex-end;
  }

  .hamburger-menu-wrapper {
    margin-left: 15px;
  }

  .home-1-banner-labels-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .home-hero-section.landing-banner {
    padding-bottom: 124px;
  }

  .education {
    font-size: 44px;
  }

  .label {
    margin-right: -20px;
  }

  .site-hero-content {
    height: auto;
    margin-right: -59px;
  }

  .heading {
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 0;
    font-size: 35px;
  }

  .hero-div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
  }

  .home-hero-container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatar {
    max-width: 4.5rem;
  }

  .avatar._4 {
    width: 3.5rem;
    right: 17%;
  }

  .avatar._5 {
    width: 2.5rem;
    right: 37%;
  }

  .avatar._7 {
    width: 3rem;
    top: 35%;
    right: 6%;
  }

  .avatar._6 {
    left: -4%;
  }

  .hero-button-2 {
    display: none;
  }

  .home-message-container {
    max-width: none;
  }

  .home-section-message {
    flex-flow: column;
    margin-top: 0;
    display: inline-flex;
  }

  .home-message-content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 0;
  }

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

  .website {
    width: 100%;
    margin-right: 0%;
  }

  .module-arrow, .module-arrow.right {
    top: 15%;
  }

  .home-section-module {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .suppliers, .referrals, .checkout {
    width: 100%;
    margin-right: 0%;
  }

  .home-module-content {
    padding-bottom: 0;
  }

  .module-heading {
    text-align: left;
    margin-bottom: 24px;
  }

  .affiliates {
    width: 100%;
    margin-right: 0%;
  }

  .text-span-23 {
    font-size: 14px;
  }

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

  .home-section-testimony {
    margin-top: -6px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimony-client-details-1-15 {
    flex-direction: column;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  .testimony-client-wrapper-2 {
    flex-wrap: wrap;
  }

  .testimony-item {
    min-height: 19.5rem;
    padding: 1.5rem;
  }

  .testimony-client-line {
    display: none;
  }

  .testimony-client-wrapper-1 {
    flex-wrap: wrap;
  }

  .testimony-client-details-2 {
    flex-direction: column;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  .client-logo, .client-logo-1 {
    object-position: 0% 50%;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .overline {
    margin-bottom: -40px;
  }

  .site-footer-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .site-footer-container {
    max-width: none;
  }

  .site-footer-wrapper {
    flex-flow: column;
  }

  .about-bg-video {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .inner-banner-paragraph.blog-2 {
    text-align: left;
    margin-right: 32px;
  }

  .publisher-post-wrapper {
    flex-wrap: wrap;
    align-self: flex-start;
    padding-left: 10px;
  }

  .about-inner-banner-wrap {
    width: 100%;
  }

  .about-inner-banner-wrap.blog-2 {
    align-self: auto;
    width: 100%;
    padding-left: 10px;
  }

  .about-hero-section {
    padding-bottom: 0;
  }

  .div-block-12 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

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

  .testimony-client-details-1-4 {
    flex-direction: column;
    grid-auto-flow: row;
    align-items: flex-start;
  }

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

  .post-button-wrapper {
    flex-flow: column;
  }

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

  .about-inner-banner {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    align-items: center;
  }

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

  .button-s.is-small.is-xsmall.is-new-category-tag {
    display: none;
  }

  .number-cell {
    width: 100%;
  }

  .large-text {
    font-size: 42px;
  }

  .home-2-number-cell {
    padding-top: 0;
  }

  .base-container-14 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .gray-card-text-wrapper {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .gray-card {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }

  .inner-labels-wrapper {
    flex-flow: wrap;
  }

  .flex-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .base-hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .inner-banner-text-wrap, .inner-banner-text-wrap.blog-2 {
    width: 100%;
  }

  .contacts-form-wrapper {
    padding-top: 0;
  }

  .contacts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-section.gray-bg {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 20px;
  }

  .team-hero-section {
    padding-bottom: 20px;
  }

  .founder-text-wrapper {
    padding-right: 0;
  }

  .founder-quote-text {
    font-size: 20px;
  }

  .team-founder-image {
    min-height: 350px;
  }

  .team-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .founder-name-wrapper {
    margin-left: 0;
  }

  .founder-quote.home-2 {
    flex-flow: column;
  }

  .team-member-photo {
    height: 300px;
  }

  .post-base-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .post-inner-banner {
    flex-flow: column;
    width: auto;
    margin-left: 0;
  }

  .testimony-client-details-1-14 {
    text-align: left;
    flex-direction: column;
    grid-auto-flow: row;
    align-items: flex-start;
  }

  .post-services-banner-video-2 {
    flex-flow: row;
  }

  .post-hero-section-3 {
    padding-bottom: 0;
    padding-left: 10px;
  }

  .div-block-42 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .post-inner-banner-wrap {
    width: 100%;
  }

  .post-inner-banner-wrap.blog-2 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .section-10.gray-bg {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11.gray-without-top-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11.gray-bg {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-quote {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .home-3-about-photo-2 {
    margin-top: -20px;
  }

  .about-photo-text-grid {
    flex-flow: column;
    grid-template-columns: .65fr;
    place-items: start;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .values-img {
    min-height: 300px;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .values-images-grid {
    max-height: none;
  }

  .values-tabs-menu {
    flex-flow: wrap;
  }

  .values-text-wrapper {
    padding-top: 10px;
  }

  .light-gray-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-38 {
    margin-top: -60px;
  }

  .black-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-40 {
    margin-top: -60px;
  }

  .primary-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-39 {
    margin-top: -60px;
  }

  .div-block-45 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .section-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-46 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .div-block-47, .div-block-48, .div-block-49 {
    margin-top: -60px;
  }

  .div-block-50 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .section-13.gray-bg {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-14.gray-without-top-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-51 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .div-block-52, .div-block-53, .div-block-54 {
    margin-top: -60px;
  }

  .div-block-55 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .section-15.gray-bg {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-16.gray-without-top-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-56 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .div-block-57, .div-block-58, .div-block-59 {
    margin-top: -60px;
  }

  .section-17.gray-bg {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-18.gray-without-top-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-61, .div-block-62, .div-block-63 {
    margin-top: -60px;
  }

  .section-19.gray-bg {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .section-20.gray-without-top-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-65, .div-block-66, .div-block-67 {
    margin-top: -60px;
  }

  .div-block-69 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .section-21.gray-bg {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-22.gray-without-top-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-70 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .div-block-71, .div-block-72, .div-block-73 {
    margin-top: -60px;
  }

  .div-block-74 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .section-23.gray-bg {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-24.gray-without-top-space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-75 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .div-block-76, .div-block-77, .div-block-78 {
    margin-top: -60px;
  }

  .heading-80 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-80 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .terms-hero-section {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .inner-terms-wrap {
    width: 100%;
  }

  .inner-terms-wrap.blog-2 {
    width: auto;
    display: flex;
  }

  .div-block-32 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .category-case {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-28 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .terms-base-container {
    padding: 0;
  }

  .div-block-81, .div-block-83, .div-block-85, .div-block-87, .div-block-89, .div-block-91, .div-block-93, .div-block-95, .div-block-97, .div-block-99, .div-block-101, .div-block-103, .div-block-105, .div-block-107, .div-block-109, .div-block-111, .div-block-113, .div-block-115, .div-block-117, .div-block-119, .div-block-121 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .heading-102 {
    font-size: 28px;
  }

  .div-block-124, .div-block-125, .div-block-127, .div-block-129, .div-block-131, .div-block-133, .div-block-135, .div-block-137, .div-block-139, .div-block-141, .div-block-143 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .post-hero-sectio-about {
    margin-left: auto;
    padding-bottom: 0;
  }

  .post-hero-about, .post-about-section {
    padding-bottom: 0;
  }

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

  .div-block-146 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

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

  .section-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
  }

  .quick-stack {
    padding: 0 10px;
  }

  .quick-stack-2 {
    order: 0;
    align-self: auto;
    margin-left: 0;
  }

  .button-primary, .cell-4 {
    display: none;
  }

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

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

  .docs_outer {
    flex-flow: column;
    display: flex;
  }

  .padding-global.padding-section-small {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .docs_left {
    display: none;
  }

  .text-style-faded-dark {
    margin-top: 14px;
  }

  .spacer-small {
    display: none;
  }

  .brand-roadmap {
    align-self: flex-end;
  }

  .blog-link {
    width: 99%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .labels-wrapper {
    flex-flow: wrap;
  }

  .blog_left, .posts_left {
    display: none;
  }

  .steps-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-self: auto;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
  }

  .works-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-subtitle {
    margin-top: 16px;
  }

  .section-top-title {
    text-align: left;
    max-width: none;
  }

  .section-top-subtitle-wrap.phone-left {
    justify-content: flex-start;
    align-items: center;
  }

  .works-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
  }

  .section-top-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .work-card-number-wrapper {
    width: 40px;
  }

  .work-right-col-wrapper {
    padding-left: 20px;
  }

  .work-description {
    max-width: none;
    margin-top: 12px;
  }

  .work-title {
    max-width: none;
  }

  .works-card-wrapper-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
  }

  .post-video {
    flex-flow: row;
  }

  .secondary-button-11 {
    margin-top: 10px;
    display: inline-block;
  }

  .post-text-style-faded {
    margin-top: 0;
  }
}

#w-node-ab0e4b22-2a8b-7077-9d2e-5dc2b2042bd8-9359c657 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_0dc9db7a-70c6-cff9-e24b-1bedd2fc4c3b-9359c657 {
  grid-row: span 2 / span 2;
}

#w-node-_00fbba9f-ba81-a6c0-1fb0-2d774512d767-9359c657, #w-node-_00fbba9f-ba81-a6c0-1fb0-2d774512d76a-9359c657 {
  align-self: end;
}

#w-node-_00fbba9f-ba81-a6c0-1fb0-2d774512d76c-9359c657 {
  align-self: center;
}

#w-node-_3ed7af30-b5bc-8258-02a5-9a032851e6cc-9359c657 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_109ea38f-2e0d-74b0-0177-d33e362138aa-9359c657 {
  grid-row: span 2 / span 2;
}

#w-node-_3c4a9805-1b6e-b519-9458-f7491e736978-9359c657 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3c4a9805-1b6e-b519-9458-f7491e736979-9359c657 {
  grid-row: span 2 / span 2;
}

#w-node-_9d6956e6-3dab-3e5b-3629-f171d5b5b36a-9359c657 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98052c-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98052d-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98052f-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980530-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980531-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980532-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980533-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980534-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980537-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980538-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98053a-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98053b-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98053c-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98053d-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98053e-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98053f-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980542-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980543-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980545-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980546-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980547-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980548-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980549-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98054a-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980550-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980551-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980553-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980554-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980555-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980556-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980557-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980558-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98055b-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98055c-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98055e-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98055f-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980560-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980561-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980562-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980563-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980566-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980567-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980569-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98056a-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98056b-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98056c-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98056d-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98056e-9359c657, #w-node-_8c3c3293-3c0e-85f7-871e-2f90db0df203-db0df1fb, #w-node-_8c3c3293-3c0e-85f7-871e-2f90db0df20e-db0df1fb, #w-node-_8c3c3293-3c0e-85f7-871e-2f90db0df21b-db0df1fb, #w-node-_8c3c3293-3c0e-85f7-871e-2f90db0df228-db0df1fb, #w-node-_8c3c3293-3c0e-85f7-871e-2f90db0df246-db0df1fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efa39fea-964a-c8e7-3828-5941ca264fcb-9359c65a, #w-node-efa39fea-964a-c8e7-3828-5941ca264fd8-9359c65a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-efa39fea-964a-c8e7-3828-5941ca264fe1-9359c65a, #w-node-efa39fea-964a-c8e7-3828-5941ca264ff6-9359c65a, #w-node-efa39fea-964a-c8e7-3828-5941ca264ffd-9359c65a, #w-node-efa39fea-964a-c8e7-3828-5941ca265004-9359c65a, #w-node-efa39fea-964a-c8e7-3828-5941ca264fe8-9359c65a, #w-node-efa39fea-964a-c8e7-3828-5941ca264fda-9359c65a, #w-node-efa39fea-964a-c8e7-3828-5941ca26500b-9359c65a, #w-node-efa39fea-964a-c8e7-3828-5941ca264fef-9359c65a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-efa39fea-964a-c8e7-3828-5941ca264fcb-9359c65a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3fef66cf-0f7b-5fb1-8996-297369222674-9359c665 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c665, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c666, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c667, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c668, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c66a, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-e2bca09f {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_00fbba9f-ba81-a6c0-1fb0-2d774512d76c-9359c657 {
    order: -9999;
  }

  #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980530-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98053b-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980546-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf980554-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98055f-9359c657, #w-node-e7f3a1cc-8da2-26aa-6e2f-65c0bf98056a-9359c657 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab0e4b22-2a8b-7077-9d2e-5dc2b2042bd8-9359c657 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dc9db7a-70c6-cff9-e24b-1bedd2fc4c3b-9359c657 {
    grid-row: span 2 / span 2;
  }

  #w-node-_3ed7af30-b5bc-8258-02a5-9a032851e6cc-9359c657 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_109ea38f-2e0d-74b0-0177-d33e362138aa-9359c657 {
    grid-row: span 2 / span 2;
  }

  #w-node-_3c4a9805-1b6e-b519-9458-f7491e736978-9359c657 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3c4a9805-1b6e-b519-9458-f7491e736979-9359c657 {
    grid-row: span 2 / span 2;
  }

  #w-node-_9d6956e6-3dab-3e5b-3629-f171d5b5b36a-9359c657 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c665, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c666, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c667, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c668, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-9359c66a, #w-node-_3fef66cf-0f7b-5fb1-8996-297369222709-e2bca09f {
    grid-area: 2 / 1 / 3 / 2;
  }
}


