.section {
  color: #262322;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Lexend, sans-serif;
  position: relative;
  overflow: hidden;
}

.section.blue-background {
  background-color: #f4f9ff;
  background-image: linear-gradient(#4cd2fe2b, #4cd2fe2b);
}

.section.blue-background.radial {
  background-image: radial-gradient(circle at 50% -140%, #4cd2fe66, #4cd2fe00), linear-gradient(#4cd2fe2b, #4cd2fe2b);
}

.section.blue-background.clouds-bottom {
  background-image: url('../images/Clouds-background-1.svg'), linear-gradient(#fff, #fff0 1%), radial-gradient(circle at 50% -140%, #4cd2fe66, #4cd2fe00), linear-gradient(#4cd2fe2b, #4cd2fe2b);
  background-position: 50% 100%, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: cover, auto, auto, auto;
}

.section.blue-background.clouds-bottom.radial {
  background-image: url('../images/testclouds.svg'), linear-gradient(#fff0 99%, #fff), linear-gradient(#4cd2fe2b, #4cd2fe2b);
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, auto;
  margin-bottom: 0;
}

.section.blue-background.clouds-bottom-and-top {
  background-image: url('../images/clouds-bottom.svg'), url('../images/Clouds-background-1.svg'), linear-gradient(0deg, #fff, #fff0 1% 0%), linear-gradient(#fff, #fff0 1%), linear-gradient(#4cd2fe2b, #4cd2fe2b);
  background-position: 50% 0, 50% 100%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat, repeat;
  background-size: 100%, 100%, auto, auto, auto;
}

.section.blue-background.clouds-bottom-and-top.radial {
  background-image: url('../images/testclouds.svg'), linear-gradient(#fff0 99%, #fff), radial-gradient(circle at 50% -140%, #4cd2fe66, #4cd2fe00), linear-gradient(#4cd2fe2b, #4cd2fe2b);
  background-position: 50% 100%, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: cover, auto, auto, auto;
  margin-bottom: 0;
}

.section.blue-background.clouds-bottom-and-top.phone-only {
  background-image: url('../images/Clouds-background-1.svg'), linear-gradient(0deg, #fff, #fff0 1% 0%), linear-gradient(#fff, #fff0 1%), linear-gradient(#4cd2fe2b, #4cd2fe2b);
  background-position: 50% 100%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: 100%, auto, auto, auto;
}

.section.negative-margin {
  background-color: #fff;
  margin-top: -2px;
}

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

.container._1000 {
  max-width: 1000px;
}

.padding {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
}

.padding.hero {
  padding-top: 64px;
  padding-bottom: 250px;
}

.padding.hero.lil-bigger, .padding.hero.privacy {
  padding-bottom: 320px;
}

.padding.blue-clouds {
  padding-top: 240px;
  padding-bottom: 240px;
}

.padding.clouds {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding.clouds.ownership {
  padding-bottom: 60px;
}

.padding.clouds.footer {
  padding-top: 0;
}

.padding.clouds.bigger {
  padding-bottom: 80px;
}

.content-wrapper.flex {
  flex-flow: column;
  display: flex;
}

.content-wrapper.flex.centered {
  justify-content: center;
  align-items: center;
}

.content-wrapper.flex.centered._24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.content-wrapper.flex.centered._24px.relative {
  position: relative;
}

.content-wrapper.flex.centered._24px.relative._750px {
  width: 100%;
  max-width: 750px;
}

.content-wrapper.flex.centered._24px.relative._900px {
  width: 100%;
  max-width: 900px;
}

.content-wrapper.flex.centered._16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.content-wrapper.flex.centered._16px.margin-top {
  padding-top: 20px;
}

.content-wrapper.flex.centered._16px.hidden {
  display: none;
}

.content-wrapper.flex.centered._16px._1000px {
  width: 100%;
  max-width: 1000px;
}

.content-wrapper.flex.centered._16px._100 {
  width: 100%;
}

.content-wrapper.flex.centered._0px._100 {
  width: 100%;
  position: relative;
}

.content-wrapper.flex.centered._0px._100._850px {
  max-width: 850px;
}

.content-wrapper.flex.centered._0px._100._900px {
  max-width: 900px;
}

.content-wrapper.flex.centered._48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
}

.content-wrapper.flex.centered._48px._540px-max {
  max-width: 540px;
}

.content-wrapper.flex.centered._48px._640px-max {
  max-width: 640px;
}

.content-wrapper.flex.centered._48px.relative {
  position: relative;
}

.content-wrapper.flex.centered._48px._100 {
  width: 100%;
}

.content-wrapper.flex.centered._120px {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.content-wrapper.flex.centered._64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.content-wrapper.flex.centered._64px.relative {
  position: relative;
}

.content-wrapper.flex.centered.horizontal {
  flex-flow: row;
}

.content-wrapper.flex.centered.horizontal._24px {
  justify-content: center;
}

.content-wrapper.flex.centered.horizontal._24px.tablet-vertical.hidden {
  display: none;
}

.content-wrapper.flex.centered.horizontal.space-between {
  justify-content: space-between;
}

.content-wrapper.flex.centered.horizontal.space-between.top {
  justify-content: space-between;
  align-items: flex-start;
}

.content-wrapper.flex.centered._96px {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.content-wrapper.flex.centered._88px {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
}

.content-wrapper.flex.centered._88px.relative {
  position: relative;
}

.content-wrapper.flex.centered._4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.content-wrapper.flex.centered._32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

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

.content-wrapper.flex.left._16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: none;
}

.content-wrapper.flex.left._16px._520px-max {
  max-width: 520px;
}

.content-wrapper.flex.left._16px.margin-footer {
  margin-right: 88px;
}

.content-wrapper.flex.left._16px.margin-footer-smaller {
  margin-right: 64px;
}

.content-wrapper.flex.left._16px._150px {
  width: 100%;
  max-width: 150px;
}

.content-wrapper.flex.left._24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.content-wrapper.flex.left._24px._520px-max {
  max-width: 520px;
}

.content-wrapper.flex.left._4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.content-wrapper.flex.left._40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.content-wrapper.flex.left.horizontal {
  flex-flow: row;
}

.content-wrapper.flex.left.horizontal._64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.content-wrapper.flex.left._8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.content-wrapper.flex._64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.content-wrapper.flex.horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.content-wrapper.flex.horizontal.middle {
  justify-content: space-between;
  align-items: center;
}

.content-wrapper.flex.horizontal.middle._100 {
  width: 100%;
}

.google-certificate-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: drop-shadow(0 8px 5px #00000005) drop-shadow(0 4px 4px #00000008) drop-shadow(0 3px 3px #00000008) drop-shadow(0 2px 2px #0000000a) drop-shadow(0 .5px 1px #0000000f);
  background-color: #fff;
  border-radius: 999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
  box-shadow: inset 0 -1px .5px #0000000a;
}

.text-block {
  background-color: #0000;
  padding: 0;
}

.google-certificate-badge-text {
  font-weight: 400;
  line-height: 24px;
}

.code-embed {
  margin-bottom: -6px;
}

.code-embed._4 {
  margin-bottom: -4px;
}

.h1 {
  letter-spacing: -1.5px;
  text-transform: capitalize;
  text-overflow: clip;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #262322 55%, #8c817d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.h1.blue {
  color: #539ffc;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 600;
}

.h1.blue.pc {
  color: #539ffc;
}

.h1.blue.pc.minus-top-argin {
  margin-top: -8px;
}

.h1.mobile {
  display: none;
}

.h1.pc.narrow-higher {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.h1.pc.narrow-higher.no-width {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #262322 55%, #8c817d);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
}

.subheading {
  color: #262322cc;
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.subheading._430px {
  color: #262322cc;
  max-width: 430px;
}

.subheading.note {
  font-size: 18px;
}

.subheading._750px {
  max-width: 750px;
}

.subheading._700px {
  max-width: 700px;
}

.subheading._780px {
  max-width: 780px;
}

.subheading._550px {
  max-width: 550px;
}

.google-certificate-badge-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: drop-shadow(0 8px 5px #00000005) drop-shadow(0 4px 4px #00000008) drop-shadow(0 3px 3px #00000008) drop-shadow(0 2px 2px #0000000a) drop-shadow(0 .5px 1px #0000000f);
  background-color: #fff;
  border-radius: 999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
  box-shadow: inset 0 -1px .5px #0000000a;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: drop-shadow(0 8px 5px #00000005) drop-shadow(0 4px 4px #00000008) drop-shadow(0 3px 3px #00000008) drop-shadow(0 2px 2px #0000000a) drop-shadow(0 .5px 1px #0000000f);
  background-color: #fff;
  border-radius: 999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  box-shadow: inset 0 -1px .5px #0000000a;
}

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

.button.secondary {
  padding: 16px 36px;
  text-decoration: none;
}

.button.primary {
  background-image: linear-gradient(0deg, #262322, #433c3a);
  padding: 16px 36px;
  text-decoration: none;
}

.button.primary:hover {
  background-image: linear-gradient(0deg, #181716, #3f3836 99%, #5c514d);
}

.button.primary.blue {
  background-image: linear-gradient(#5aa3fc, #5aa3fc);
}

.button-text {
  color: #262322;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-text.white {
  color: #fff;
  font-size: 18px;
}

.button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header {
  color: #262322;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Lexend, sans-serif;
}

.header.blue-background {
  background-color: #f4f9ff;
  background-image: linear-gradient(#4cd2fe2b, #4cd2fe2b);
}

.header.blue-background.radial {
  background-image: radial-gradient(circle at 50% -140%, #4cd2fe66, #4cd2fe00), linear-gradient(#4cd2fe2b, #4cd2fe2b);
}

.header.blue-background.clouds-bottom {
  background-image: url('../images/Clouds-background-1.svg'), radial-gradient(circle at 50% -140%, #4cd2fe66, #4cd2fe00), linear-gradient(#4cd2fe2b, #4cd2fe2b);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.header.blue-background.clouds-bottom.radial {
  background-image: url('../images/Clouds-background-1.svg'), radial-gradient(circle at 50% -140%, #4cd2fe66, #4cd2fe00), linear-gradient(#4cd2fe2b, #4cd2fe2b);
  background-position: 50% 100%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.google-certificate-badge-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: drop-shadow(0 8px 5px #00000005) drop-shadow(0 4px 4px #00000008) drop-shadow(0 3px 3px #00000008) drop-shadow(0 2px 2px #0000000a) drop-shadow(0 .5px 1px #0000000f);
  background-color: #fff;
  border-radius: 999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
  box-shadow: inset 0 -1px .5px #0000000a;
}

.nav-bar {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  filter: drop-shadow(0 8px 5px #00000005) drop-shadow(0 4px 4px #00000008) drop-shadow(0 3px 3px #00000008) drop-shadow(0 2px 2px #0000000a) drop-shadow(0 .5px 1px #0000000f);
  background-color: #fff;
  border-radius: 999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
  box-shadow: inset 0 -1px .5px #0000000a;
}

.nav-menu-parent {
  background-color: #0000;
}

.nav-menu-parent.hidden {
  display: block;
  position: static;
  top: 0;
}

.nav-item {
  justify-content: center;
  align-items: center;
  width: 70px;
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.nav-item:hover, .nav-item.w--current {
  color: #5aa3fc;
}

.nav-item.projects {
  width: 70px;
}

.nav-item.about {
  justify-content: flex-end;
  align-items: center;
  width: 70px;
  display: flex;
}

.main-logo {
  width: 112.16px;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
}

.main-logo:hover {
  transform: scale(1.05);
}

.brand {
  position: static;
}

.brand.behind {
  opacity: 0;
  width: 70px;
}

.brand-label {
  position: absolute;
}

.brand-label.dif {
  justify-content: center;
  align-items: center;
  width: 240px;
  display: flex;
  position: static;
}

.image._300-width {
  max-width: 300px;
}

.image._250-width {
  width: 250px;
}

.body {
  color: #262322cc;
  text-align: left;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

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

.body.smaller, .body._14px {
  font-size: 14px;
}

.body._14px.bolder {
  font-weight: 400;
}

.body._16px {
  font-size: 16px;
  font-weight: 300;
}

.body._16px.bolder {
  font-weight: 300;
}

.body.foot-note {
  color: #26232280;
  font-size: 16px;
}

.body.question {
  color: #262322;
  font-weight: 400;
}

.body.not-as-wide {
  width: 100%;
  max-width: 750px;
}

.h1-copy {
  letter-spacing: -1.5px;
  text-transform: capitalize;
  text-overflow: clip;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #262322 55%, #8c817d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.h1-copy.blue {
  color: #539ffc;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 600;
}

.h2 {
  letter-spacing: -1.5px;
  text-transform: capitalize;
  text-overflow: clip;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #262322 55%, #8c817d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.h2.blue {
  color: #539ffc;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 600;
}

.h2.smaller {
  font-size: 32px;
}

.bold {
  color: #262322;
  font-weight: 500;
}

.bold.title {
  font-size: 24px;
}

.benefit-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: drop-shadow(0 8px 5px #00000005) drop-shadow(0 4px 4px #00000008) drop-shadow(0 3px 3px #00000008) drop-shadow(0 2px 2px #0000000a) drop-shadow(0 .5px 1px #0000000f);
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  padding: 48px 24px 32px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px .5px #0000000a;
}

.benefit-card.left {
  transform: rotate(-7deg);
}

.benefit-card.right {
  transform: rotate(7deg);
}

.benefit-card-header {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.benefit-card-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.benefit-card-group.left {
  margin-right: 200px;
}

.benefit-card-group.right {
  margin-left: 200px;
}

.line1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
}

.line1.hidden {
  opacity: 0;
}

.benefit-number {
  width: 80px;
  position: absolute;
  inset: -18% auto auto;
}

.advantage-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 334px;
  padding: 16px 24px;
  display: flex;
}

.check {
  width: 100px;
}

.advantage-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: drop-shadow(0 8px 5px #00000005) drop-shadow(0 4px 4px #00000008) drop-shadow(0 3px 3px #00000008) drop-shadow(0 2px 2px #0000000a) drop-shadow(0 .5px 1px #0000000f);
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  max-width: 320px;
  padding: 24px;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px .5px #0000000a;
}

.offer-card:hover {
  transform: scale(1.02)translate(0, -8px);
}

.offer-card.left {
  transform: rotate(-7deg);
}

.offer-card.right {
  transform: rotate(7deg);
}

.offer-label {
  height: 55px;
}

.price-tag {
  letter-spacing: -1px;
  text-transform: capitalize;
  text-overflow: clip;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #262322 55%, #8c817d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.price-tag.blue {
  color: #539ffc;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 600;
}

.price-tag.smaller {
  font-size: 32px;
}

.divider {
  background-color: #e4e4e499;
  width: 100%;
  height: 1px;
}

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

.code-embed-2 {
  margin-top: 5px;
}

.check-list-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.offer-card-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 16px;
  display: flex;
}

.offer-banner-and-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.ownership-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 16px 24px;
  display: flex;
}

.ownership-image {
  width: 180px;
}

.service-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: drop-shadow(0 8px 5px #00000005) drop-shadow(0 4px 4px #00000008) drop-shadow(0 3px 3px #00000008) drop-shadow(0 2px 2px #0000000a) drop-shadow(0 .5px 1px #0000000f);
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 320px;
  max-width: 320px;
  padding: 24px;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px .5px #0000000a;
}

.service-card:hover {
  transform: scale(1.02)translate(0, -5px);
}

.service-card.left {
  transform: rotate(-7deg);
}

.service-card.right {
  transform: rotate(7deg);
}

.service-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-image {
  height: 130px;
}

.faq-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 22px;
  position: relative;
}

.faq-answer-2 {
  color: #262322cc;
  max-width: 43.75rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.faq-answer-2.bold {
  color: #262322;
  font-weight: 400;
}

.faq-inner-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #e4e5e7;
  border-top-color: #e5f5f4;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  box-shadow: inset 0 -1px .5px #0000000a, 0 8px 8px -4px #00000005, 0 4px 4px -2px #00000008, 0 3px 3px -1.5px #00000008, 0 2px 2px -1px #0000000a, 0 .5px 1px #0000000f;
}

.faq-text-first {
  flex: 1;
  padding: 24px;
}

.lottie-arrow {
  opacity: .5;
  width: 24px;
  height: 24px;
}

.faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-component-wrapper {
  border-radius: 24px;
}

.faq-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.faq-q {
  align-items: center;
  display: flex;
}

.faq-question-2 {
  color: #262322;
  letter-spacing: -.5px;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.faq-text-second {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-item {
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: opacity .25s cubic-bezier(.075, .82, .165, 1);
}

.faq-item.bottom {
  border-bottom-style: none;
}

.list-bullets {
  margin-top: 10px;
  margin-bottom: 0;
}

.footer-text {
  color: #26232299;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-group {
  margin-right: 64px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.cloud {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transition: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cloud:hover {
  transform: scale(1.02)translate(0, -8px);
}

.cloud._1 {
  max-width: 540px;
  transition: none;
  top: -50%;
  left: -110%;
}

.cloud._1-copy {
  top: 25%;
  left: -30%;
}

.cloud._2 {
  max-width: 160px;
  inset: -45% -20% 0% auto;
  overflow: hidden;
}

.cloud._3 {
  max-width: 370px;
  inset: 25% -95% 0% auto;
}

.cloud._4 {
  max-width: 480px;
  inset: -5% -70% 0% auto;
}

.cloud._5 {
  max-width: 420px;
  inset: 35% auto 0% -70%;
}

.cloud._6 {
  max-width: 370px;
  inset: 80% -70% 0% auto;
}

.cloud._7 {
  max-width: 240px;
  inset: -25% -20% 0% auto;
}

.cloud._8 {
  max-width: 380px;
  inset: 60% auto 0% -50%;
}

.cloud._9 {
  max-width: 350px;
  inset: 0% auto 0% -50%;
}

.cloud._10 {
  max-width: 260px;
  inset: 60% -40% 0% auto;
}

.cloud._11 {
  max-width: 420px;
  inset: 0% auto 0% -60%;
}

.cloud._12 {
  max-width: 420px;
  inset: 60% -70% 0% auto;
}

.cloud._13 {
  max-width: 420px;
  inset: 50% auto 0% -40%;
}

.cloud._14 {
  max-width: 320px;
  inset: 0% -35% 0% auto;
}

.cloud._15 {
  max-width: 350px;
  inset: -20% auto 0% -60%;
}

.cloud._16 {
  max-width: 480px;
  inset: -5% -90% 0% auto;
}

.cloud._17 {
  max-width: 320px;
  inset: 0% -40% 0% auto;
}

.cloud._18 {
  inset: 50% auto 0% -45%;
  max-width: 240px;
  inset: -25% -60% 0% auto;
}

.cloud._19 {
  max-width: 420px;
  inset: 15% auto 0% -80%;
}

.cloud._20 {
  max-width: 420px;
  inset: 0% auto 0% -80%;
}

.cloud._21 {
  max-width: 440px;
  inset: 30% 0% 0% -40%;
}

.cloud._22 {
  max-width: 240px;
  inset: -160% -70% 0% auto;
}

.cloud._23 {
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: 300px;
  inset: -40% auto 0% -90%;
}

.cloud._23:hover {
  transform: scale(1.02);
}

.cloud._22-copy {
  max-width: 240px;
  inset: -160% -70% 0% auto;
}

.cloud._24 {
  max-width: 240px;
  inset: -160% -50% 0% auto;
}

.cloud._25 {
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: 300px;
  inset: -40% auto 0% -60%;
}

.cloud._25:hover {
  transform: scale(1.02);
}

.cloud._26 {
  max-width: 240px;
  inset: -160% 0% 0% -50%;
}

.cloud._27 {
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: 300px;
  inset: 0% -60% 0% auto;
}

.cloud._27:hover {
  transform: scale(1.02);
}

.navdiv.hidden, .blur-background-overlay {
  display: none;
}

.calendly-100 {
  width: 100%;
}

.calendar {
  width: 100%;
  min-height: 750px;
}

.cards-boarding-guide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.body-2 {
  background-color: #fff;
}

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

.footer-link-item {
  color: #26232299;
  text-align: left;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
  transform: translate(0);
}

.footer-link-item:hover {
  color: #262322;
  font-weight: 400;
  text-decoration: none;
  transform: scale(1.1);
}

.footer-link-item.centered {
  text-align: center;
}

.footer-link-item.smaller, .footer-link-item._14px {
  font-size: 14px;
}

.footer-link-item._14px.bolder {
  font-weight: 400;
}

.footer-link-item._16px {
  font-size: 16px;
  font-weight: 300;
}

.footer-link-item._16px.bolder {
  font-weight: 300;
}

.footer-link-item.foot-note {
  color: #26232280;
  font-size: 16px;
}

.footer-link-item.question {
  color: #262322;
  font-weight: 400;
}

.youtube {
  display: none;
}

.div-block {
  width: 100%;
  height: 100%;
  position: sticky;
}

.loader {
  z-index: 1001;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.laoder-div {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.loader-div-absolute {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: static;
}

.loader-image {
  width: 100%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.logo {
  max-width: 10%;
}

.cloud-loader-left {
  height: 100%;
  margin-left: 0;
  margin-right: -2px;
  position: static;
  inset: 0% auto 0% -15%;
}

.cloud-loader-right {
  height: 100%;
  margin-left: -2px;
  position: static;
  inset: 0% -15% 0% auto;
}

.loader-absolute {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 140vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 991px) {
  .content-wrapper.flex.centered._16px, .content-wrapper.flex.centered._48px {
    width: 100%;
  }

  .content-wrapper.flex.centered.horizontal._24px.tablet-vertical {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .content-wrapper.flex.centered.horizontal.space-between.top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .content-wrapper.flex.left._16px {
    justify-content: center;
    align-items: center;
  }

  .content-wrapper.flex.left._16px.margin-footer, .content-wrapper.flex.left._16px.margin-footer-smaller {
    margin-right: 0;
  }

  .content-wrapper.flex.left._24px._520px-max {
    justify-content: center;
    align-items: center;
  }

  .content-wrapper.flex.left.horizontal {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .content-wrapper.flex.horizontal.middle._100 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .h1 {
    font-size: 56px;
  }

  .subheading {
    font-size: 18px;
  }

  .body {
    text-align: center;
  }

  .body.not-as-wide {
    text-align: left;
  }

  .h2.hidden {
    display: none;
  }

  .benefit-card-group.left {
    margin-right: 140px;
  }

  .benefit-card-group.right {
    margin-left: 140px;
  }

  .advantage-card {
    width: 100%;
    min-width: 180px;
    max-width: 320px;
  }

  .advantage-group {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .advantage-group.horizontal {
    flex-flow: row;
  }

  .offer-card-group {
    flex-flow: wrap;
  }

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

  .burger {
    width: 100%;
    height: 100%;
  }

  .blur-background-overlay {
    z-index: 997;
    filter: none;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0000004d;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
  }

  .calendar {
    min-height: 1000px;
  }

  .cards-boarding-guide {
    flex-flow: wrap;
  }

  .footer-link-item {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section.blue-background.clouds-bottom.radial {
    background-image: url('../images/testclouds.svg'), linear-gradient(#4cd2fe2b, #4cd2fe2b);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
  }

  .section.blue-background.clouds-bottom-and-top.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section.blue-background.clouds-bottom-and-top.phone-only {
    background-image: url('../images/clouds-bottom.svg'), url('../images/Clouds-background-1.svg'), linear-gradient(0deg, #fff, #fff0 1% 0%), linear-gradient(#fff, #fff0 1%), linear-gradient(#4cd2fe2b, #4cd2fe2b);
    background-position: 50% 0, 50% 100%, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat, repeat, repeat;
    background-size: 100%, 100%, auto, auto, auto;
  }

  .section.blue-background.clouds-bottom-and-top.phone-only.mobile-hiddent {
    display: none;
  }

  .section.negative-margin {
    background-color: #fff;
  }

  .padding.hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .padding.hero.lil-bigger.normal, .padding.hero.lil-bigger.normal-copy-projects {
    padding-bottom: 120px;
  }

  .padding.hero.privacy {
    padding-top: 88px;
    padding-bottom: 120px;
  }

  .padding.blue-clouds {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-wrapper.flex.centered._24px {
    width: 100%;
  }

  .content-wrapper.flex.centered._120px {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrapper.flex.centered._120px._100 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .content-wrapper.flex.centered._64px {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .content-wrapper.flex.centered._88px {
    width: 100%;
  }

  .content-wrapper.flex.centered._88px.relative {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .content-wrapper.flex.left._24px._520px-max {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .h1 {
    text-align: center;
    font-size: 40px;
  }

  .h1.blue, .h1.blue.pc.minus-top-argin, .h1.pc {
    font-size: 48px;
  }

  .h1.pc.narrow-higher {
    width: 100%;
  }

  .h1.pc.narrow-higher.no-width {
    font-size: 48px;
  }

  .subheading {
    font-size: 16px;
  }

  .subheading.note.padding-card {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .button.secondary {
    width: 100%;
  }

  .button.primary {
    order: 0;
  }

  .button.primary.first {
    order: -1;
  }

  .button-text {
    font-size: 16px;
  }

  .button-group {
    flex-flow: column;
  }

  .nav-bar.no-round {
    border-radius: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow: auto;
  }

  .nav-bar-container {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-bar-container.hidde-mobile {
    display: none;
  }

  .nav-menu-parent {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-menu-parent.hidden {
    display: none;
  }

  .nav-menu-parent.mobile {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-item {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }

  .main-logo {
    width: 100px;
  }

  .brand.behind, .brand-label {
    padding-left: 0;
  }

  .image._300-width {
    max-width: 250px;
  }

  .image._250-width {
    width: 180px;
  }

  .body {
    text-align: center;
    font-size: 16px;
  }

  .body.centered, .body.question {
    text-align: center;
  }

  .h2 {
    text-align: center;
    font-size: 32px;
  }

  .h2.smaller {
    font-size: 28px;
  }

  .h2.hidden {
    display: block;
  }

  .benefit-card.left, .benefit-card.right {
    transform: none;
  }

  .benefit-card-group.left {
    margin-right: 0;
  }

  .benefit-card-group.right {
    margin-left: 0;
  }

  .line1 {
    display: none;
  }

  .advantage-group.horizontal {
    flex-flow: column;
  }

  .offer-card {
    min-width: 320px;
  }

  .offer-card-group {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    overflow: auto;
  }

  .offer-card-group.vertical {
    flex-flow: column;
  }

  .offer-banner-and-text.paddingcards {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-card {
    min-width: 320px;
  }

  .faq-answer-2 {
    font-size: .875rem;
  }

  .faq-question-2 {
    font-size: 1rem;
  }

  .cloud {
    display: none;
  }

  .navdiv {
    width: 100%;
    display: flex;
  }

  .navdiv.hidden {
    background-color: #fff;
    padding: 24px 24px 12px;
    display: flex;
  }

  .icon {
    width: 40px;
    max-width: 40px;
  }

  .burger {
    max-width: 100px;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
    max-width: 116px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: static;
  }

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

  .blur-background-overlay {
    background-color: #00000080;
    display: none;
    top: 0;
  }

  .calendar {
    border-radius: 32px;
    min-height: 0;
  }

  .cards-boarding-guide {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 16px;
    overflow: auto;
  }

  .cards-boarding-guide.vertical {
    flex-flow: column;
  }

  .body-2 {
    background-color: #d8f3ff;
  }

  .footer-link-item {
    text-align: center;
    font-size: 16px;
  }

  .footer-link-item.centered, .footer-link-item.question {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .padding.hero {
    padding-top: 88px;
  }

  .padding.hero.privacy {
    padding-top: 64px;
  }

  .padding.clouds.footer {
    padding-top: 40px;
  }

  .content-wrapper.flex.centered._16px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-wrapper.flex.centered._0px._100.mobile-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-wrapper.flex.centered._48px._640px-max, .content-wrapper.flex.centered._64px.relative {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .google-certificate-badge.mobile-hidden {
    display: none;
  }

  .h1 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-size: 36px;
  }

  .h1.blue {
    font-size: 48px;
  }

  .h1.blue.pc.minus-top-argin {
    font-size: 40px;
  }

  .h1.mobile {
    font-size: 48px;
    display: block;
  }

  .h1.pc {
    display: none;
  }

  .h1.pc.narrow-higher {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .h1.pc.narrow-higher.no-width {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-size: 48px;
    display: block;
  }

  .subheading {
    text-align: center;
  }

  .button.primary, .button.primary.first {
    width: 100%;
  }

  .button-text.white {
    font-size: 16px;
  }

  .button-group {
    width: 100%;
  }

  .nav-bar-container {
    justify-content: flex-end;
    align-items: center;
  }

  .main-logo {
    width: 100px;
  }

  .image._300-width {
    max-width: 220px;
  }

  .image._250-width {
    width: 140px;
  }

  .body {
    text-align: left;
  }

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

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

  .h2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .h2.smaller {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-size: 32px;
  }

  .bold.title {
    font-size: 20px;
    font-weight: 700;
  }

  .benefit-card-header {
    text-align: center;
    width: 100%;
  }

  .offer-card:hover {
    transform: none;
  }

  .offer-card-group {
    padding-left: 24px;
    padding-right: 24px;
    overflow: scroll;
  }

  .offer-card-group.vertical {
    overflow: hidden;
  }

  .offer-banner-and-text {
    width: 100%;
  }

  .service-card:hover {
    transform: none;
  }

  .faq-answer-2 {
    color: #000;
    padding-left: 0;
    padding-right: 0;
    line-height: 150%;
  }

  .faq-text-first {
    padding-right: 0;
  }

  .faq-question-2 {
    line-height: 125%;
  }

  .navdiv.hidden {
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 20px 24px 16px;
  }

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

  .blur-background-overlay {
    opacity: 0;
    display: none;
  }

  .calendar {
    min-height: 750px;
  }

  .cards-boarding-guide {
    overflow: scroll;
  }

  .cards-boarding-guide.vertical {
    overflow: hidden;
  }

  .body-2 {
    background-color: #fff;
  }

  .footer-link-item {
    text-align: left;
  }

  .footer-link-item.centered {
    text-align: center;
  }

  .footer-link-item.centered.left-mobile {
    text-align: left;
  }

  .body-3 {
    background-color: #fff;
  }

  .hero-back {
    background-color: #d8f3ff;
  }
}


