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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.125;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.125;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.75;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

label {
  margin-bottom: 5px;
  font-size: 18px;
  display: block;
}

blockquote {
  max-width: 620px;
  color: #0f6457;
  text-align: left;
  border-left: 1px #000;
  margin-bottom: 10px;
  padding: 0 20px 0 0;
  font-size: 3.815rem;
  font-weight: 500;
  line-height: 1.3;
}

figure {
  color: #858585;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
}

.go-top {
  z-index: 99;
  width: 55px;
  height: 55px;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.go-top:hover {
  background-color: #414147;
}

.go-top.w--current:hover {
  background-color: #0f6457;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #414147;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

.utility-page-form {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section._80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.light-grey {
  background-color: #e8eaed;
}

.section._60px, .section._120px-top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._120px-top.light-grey {
  background-color: #e8eaed;
  padding-top: 120px;
}

.container {
  z-index: 1;
  max-width: 1130px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.with-z-index {
  z-index: 2;
}

.navigation-link {
  color: #000;
  text-transform: capitalize;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 12px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  opacity: .6;
}

.logo {
  order: -1;
  align-items: center;
  font-weight: 700;
  display: flex;
}

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

.container-nav {
  z-index: 2;
  max-width: 1130px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-nav.flex {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.navbar.flex {
  height: 80px;
  border: 2px solid #e8eaed;
  justify-content: space-between;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-flex {
  align-items: center;
  margin-left: 20px;
  margin-right: 10px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-style: none;
  border-radius: 10px;
  padding: 19px 22px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  opacity: .7;
}

.button.subscribe {
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  top: 6px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.button.subscribe.button-mobile {
  line-height: 1.3;
}

.button.blue {
  background-color: #0052b5;
}

.button.blue:hover {
  background-color: #1773e2;
}

.button.small {
  padding: 13px 15px;
  font-size: 14px;
}

.button.full {
  width: 100%;
  text-align: center;
}

.button.whiter {
  color: #000;
  background-color: #fff;
}

.button.whiter:hover {
  opacity: .7;
}

.button.transparrent {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #000;
}

.margin-20px {
  margin-top: 20px;
}

.sticky-nav {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.follow-link {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.margin-30px {
  margin-top: 30px;
}

.margin-30px.hidden {
  display: none;
}

.text-field-primary {
  height: 100%;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 18px;
}

.text-field-primary::-ms-input-placeholder {
  color: #6b6b6b;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
}

.text-field-primary::placeholder {
  color: #6b6b6b;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
}

.text-field-primary._60px {
  height: 60px;
}

.error-message-1 {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
}

.search-result-item {
  background-color: #fff;
  border: 1px solid rgba(41, 51, 92, .2);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 46px;
  transition: all .3s;
}

.search-result-item:hover {
  box-shadow: 0 18px 25px rgba(0, 0, 0, .05);
}

.search-title {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.search-link {
  color: #888;
  margin-top: 4px;
  font-weight: 700;
}

.search-result-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  background-color: #f5f5f7;
  justify-content: center;
  align-items: center;
  padding-top: 155px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.hero.padding-bottom-100px {
  padding-bottom: 100px;
}

.hero.light-grey {
  background-color: #e8eaed;
}

.search-wrapper {
  z-index: 9999;
  background-color: rgba(6, 62, 53, .95);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-content {
  max-width: 540px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.fixed-search {
  margin-left: auto;
  margin-right: auto;
}

.search-block {
  color: #111;
  background-color: #f5f5f7;
  border-radius: 15px;
  align-items: center;
  padding: 10px 10px 10px 18px;
  display: flex;
}

.search-input {
  float: left;
  color: #111;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search-outline.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
}

.search-input:focus {
  border-bottom-color: #fff;
}

.search-input::-ms-input-placeholder {
  color: #969696;
  font-weight: 500;
}

.search-input::placeholder {
  color: #969696;
  font-weight: 500;
}

.search-button {
  color: #fff;
  background-color: #063e35;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 15px;
}

.search-button:hover {
  background-color: #0f6457;
}

.search-paragraph {
  color: rgba(59, 59, 59, .8);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
}

.search-paragraph.bottom {
  margin-top: 0;
  margin-bottom: 10px;
}

.top-search {
  border-bottom: 1px solid rgba(225, 225, 225, .7);
  padding: 20px 30px 5px;
}

.bottom-category {
  padding: 20px 30px 10px;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.categories-link {
  color: #000;
  background-color: #f5f5f7;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 11px 15px;
  text-decoration: none;
  transition: all .2s;
}

.categories-link:hover {
  opacity: .49;
}

.top-text {
  font-size: 14px;
  font-weight: 700;
}

.remove-button {
  z-index: 20;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url('../images/remove.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.search-overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hero-photo {
  width: 95%;
  min-height: 750px;
  background-color: #fff;
  border-radius: 250px;
  position: relative;
  overflow: hidden;
  transform: skew(-7deg);
}

.display-1 {
  font-size: 96px;
  line-height: 1.125;
}

.subhead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.subhead._70-80-100 {
  width: 70%;
}

.inside-photo {
  width: 110%;
  background-image: url('../images/adrian-dascal-XAUoCeCQHGY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -5%;
  right: 0%;
  transform: skew(7deg);
}

.inside-photo.video {
  height: 100%;
  object-fit: contain;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.subscribe-field {
  height: 65px;
  background-image: url('../images/icons8-male-user-144-1.png');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 26px;
  border: 1px #000;
  border-radius: 14px;
  align-self: center;
  margin-bottom: 0;
  padding-left: 47px;
  font-weight: 400;
}

.subscribe-field::-ms-input-placeholder {
  color: #686868;
  font-size: 18px;
}

.subscribe-field::placeholder {
  color: #686868;
  font-size: 18px;
}

.subscribe-field.no-icon {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 20px;
}

.subscribe-field.no-icon.add-line {
  border-style: solid;
  border-color: rgba(41, 51, 92, .2);
}

.success-message {
  background-color: #ddf8d7;
  border-radius: 14px;
}

.subscribe-form {
  max-width: 420px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.subscribe-form.for-footer {
  width: 100%;
}

.margin-40px {
  margin-top: 40px;
}

.checkbox-field {
  align-items: center;
  font-size: 18px;
  display: flex;
}

.checkbox {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid rgba(41, 51, 92, .2);
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #00c9a7;
  background-size: 11px;
  border-color: #00c9a7;
}

.checkbox-label {
  margin-bottom: 0;
  font-weight: 500;
}

.margin-15px {
  margin-top: 15px;
}

.margin-60px {
  margin-top: 60px;
}

.display-2 {
  margin-top: 10px;
  font-size: 4.768em;
  line-height: 1.3;
}

.display-2.white {
  color: #fff;
}

.grid-2-columns {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.for-careers {
  align-items: start;
}

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

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

.white {
  color: #fff;
}

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

.paragraph-small.play {
  position: relative;
  top: -17px;
  right: -10px;
}

.meta-tag-flex {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.meta-tag-flex.center {
  justify-content: center;
}

.line-divider {
  width: 25px;
  height: 1px;
  background-color: #000;
  margin-left: 10px;
  margin-right: 10px;
}

.line-divider.transpraent {
  width: 10px;
  background-color: rgba(0, 0, 0, 0);
}

.line-divider.fullwidth {
  width: 100%;
  height: 2px;
  background-color: #e8eaed;
  margin-left: 0;
  margin-right: 0;
}

.play-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.video-play {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

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

.field {
  height: 60px;
  border: 1px solid rgba(41, 51, 92, .2);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.field::-ms-input-placeholder {
  color: #686868;
  font-size: 18px;
}

.field::placeholder {
  color: #686868;
  font-size: 18px;
}

.field.select {
  padding-left: 0;
  padding-right: 12px;
}

.field._30px {
  height: 30px;
}

.field._80px {
  height: 80px;
}

.steps-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.steps-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.arrow-1 {
  width: 70px;
  position: absolute;
  top: 27px;
  bottom: 0%;
  left: 288px;
  right: 0%;
}

.arrow-1.arrow-pricing {
  width: 30px;
  position: relative;
  top: 0;
  left: 0;
}

.featrues-flex {
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 9px 24px;
  display: flex;
}

.green-icon {
  height: 42px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid rgba(41, 51, 92, .15);
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.faq-title-content {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #000;
}

.faq-plus-icon {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-content {
  padding-top: 20px;
}

.faq-item {
  padding-left: 12px;
  padding-right: 20px;
  overflow: hidden;
}

.faq-basic {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-wrapper {
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.cta-grid {
  width: 70%;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer {
  padding: 50px 5% 30px;
}

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

.form-flex {
  justify-content: center;
  display: flex;
}

.form-flex.vertical {
  flex-direction: column;
}

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

.top-small-title {
  color: #0f6457;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}

.save-text {
  align-items: center;
  display: flex;
  position: absolute;
  top: -19%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.save-text.video-text {
  top: -75%;
  right: -74%;
}

.video-block {
  justify-content: center;
  display: flex;
}

.logo-image {
  max-height: 60px;
}

.hero-margin {
  margin-top: 60px;
}

.hero-margin._120px {
  margin-top: 120px;
}

.sub-hero {
  background-color: #0f6457;
  justify-content: center;
  align-items: center;
  padding: 160px 5% 40px;
  display: flex;
}

.sub-hero.about-2 {
  background-color: #ddf8d7;
  padding-bottom: 80px;
}

.careers-block {
  color: #000;
  background-color: #fff;
  border: 2px solid #e8eaed;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 25px 33px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.careers-block:hover {
  box-shadow: 0 18px 25px rgba(0, 0, 0, .05);
}

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

.careers-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.social-circle {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.social-circle.facebook {
  background-color: #1877f2;
}

.social-circle.twitter {
  background-color: #1da1f2;
}

.social-circle.youtube {
  background-color: red;
}

.social-circle.instagram {
  background-color: #c32aa3;
}

.social-circle.slack {
  background-color: #4a154b;
}

.social-circle.webflow {
  background-color: #0400ff;
}

.social-circle.google {
  background-color: #ff3030;
}

.logo-account {
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.select-field {
  height: 100%;
  color: #686868;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.select-field:active, .select-field:focus {
  color: #111;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.style-guide-grid.for-buttons {
  align-items: start;
  justify-items: center;
}

.style-guide-grid.social {
  width: 85%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.link-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.clients-flex {
  align-items: center;
  margin-top: 40px;
  padding-left: 20px;
  display: flex;
}

.clients-flex._0-top {
  margin-top: 0;
}

.field-label-form {
  font-weight: 400;
}

.green-background {
  width: 100%;
  height: 100%;
  background-color: #0f6457;
  padding: 20px 20px 10px;
}

.green-background.padding {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: flex;
}

.green-background.padding.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.green-background.center {
  text-align: center;
  padding-top: 10px;
}

.avatar-1 {
  width: 130px;
  height: 130px;
  background-image: url('../images/team-5_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  top: 52px;
  bottom: auto;
  left: 52px;
  right: auto;
}

.avatar-1._3 {
  width: 70px;
  height: 70px;
  background-image: url('../images/team-1_1.jpg');
  top: auto;
  bottom: 50px;
  left: 172px;
  right: auto;
}

.avatar-1._4 {
  width: 100px;
  height: 100px;
  background-image: url('../images/team-3.jpg');
  top: 90px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.avatar-1.relative {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.paragraph-big.white {
  color: #fff;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.body-link {
  font-weight: 500;
  text-decoration: underline;
}

.body-link.small {
  font-size: 14px;
}

.body-link.big {
  font-size: 22px;
}

.paragraph-green {
  color: #0f6457;
}

.color-block {
  min-height: 100px;
  color: #fff;
  background-color: #063e35;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._5 {
  background-color: #1773e2;
}

.color-block._6 {
  background-color: #00c9a7;
}

.color-block._3 {
  color: #063e35;
  background-color: #ddf8d7;
}

.color-block._4 {
  background-color: #0052b5;
}

.color-block._2 {
  background-color: #0f6457;
}

.color-block._7 {
  color: #063e35;
  background-color: #feeecc;
}

.color-block._8 {
  background-color: #000;
}

.color-block._9 {
  color: #000;
  background-color: #f5f5f7;
}

.color {
  color: #0f6457;
  margin-left: 2px;
  display: inline-block;
}

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

.imput-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.client-photo {
  z-index: 8;
  width: 80px;
  height: 80px;
  background-image: url('../images/team-4.jpg');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #000;
  border-radius: 100%;
  flex: none;
  margin-left: -20px;
  position: relative;
}

.client-photo._4 {
  z-index: 5;
  background-image: url('../images/team-5.jpg');
}

.client-photo.white {
  border-color: #fff;
}

.client-photo._2 {
  z-index: 7;
  background-image: url('../images/team-1.jpg');
}

.client-photo._5 {
  z-index: 4;
  background-image: url('../images/testi-3.jpg');
}

.client-photo._3 {
  z-index: 6;
  background-image: url('../images/team-2.jpg');
}

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

.body {
  font-family: Onest, sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

.heading-6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.heading-6.dark-grey {
  color: #a2a3a5;
}

.heading-4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-3 {
  font-size: 40px;
  font-weight: 700;
}

.heading-3.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.125;
}

.heading-2._70--80--100 {
  margin-left: 0;
}

.heading-1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 1.125;
}

.heading-1.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

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

.changer-overflow {
  height: 108px;
  float: right;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  display: inline-block;
}

.changer {
  font-size: 96px;
  font-weight: 700;
  line-height: 1.125;
  position: relative;
  top: 0;
}

.changer.teal {
  color: #0b7570;
}

.changer.blue {
  color: #0040dd;
}

.changer.red {
  color: #c20618;
}

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

.featurs-icon-3 {
  width: 60px;
  margin-bottom: 24px;
}

._70--80--100 {
  width: 70%;
  flex-direction: column;
  align-items: center;
}

.small-cta {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e8eaed;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 50px 30px;
  text-decoration: none;
  display: flex;
}

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

.margin-90-50 {
  margin-top: 90px;
}

.hamburger-line {
  width: 50%;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-button {
  width: 50px;
  height: 50px;
}

.right-flex {
  order: 1;
}

.right-flex.add-flex {
  align-items: center;
  display: flex;
}

.tooltip {
  color: #a2a3a5;
  cursor: pointer;
  font-weight: 700;
}

.textarea {
  min-height: 120px;
  border: 1px solid rgba(41, 51, 92, .2);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.textarea::-ms-input-placeholder {
  color: #686868;
  font-size: 18px;
}

.textarea::placeholder {
  color: #686868;
  font-size: 18px;
}

.error-message {
  text-align: center;
  border-radius: 14px;
  padding: 20px;
}

.footer-contact-form {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hidden, .hidden-checkbox {
  display: none;
}

.logo-client-wrapper {
  grid-column-gap: 50px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-logo {
  max-height: 40px;
  transition: opacity .2s;
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 40px;
    line-height: 40px;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .navigation-link {
    align-items: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav-menu {
    background-color: #fff;
  }

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

  .navbar {
    padding: 13px 3% 13px 2%;
  }

  .menu-flex {
    margin-right: 20px;
  }

  .button.small.navigation {
    display: none;
  }

  .hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .search-content {
    width: auto;
    max-width: 620px;
  }

  .remove-button {
    top: 10px;
    right: 10px;
  }

  .hero-grid.hero-flex {
    flex-direction: column-reverse;
    display: flex;
  }

  .hero-photo {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .subhead._70-80-100 {
    width: 80%;
  }

  .inside-photo {
    width: 115%;
    left: -7%;
  }

  .subscribe-form.for-footer {
    width: 50%;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .steps-grid {
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .arrow-1 {
    left: 190px;
  }

  .featrues-flex {
    align-items: center;
  }

  .cta-grid {
    width: 100%;
  }

  .footer-grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .form-flex.vertical {
    align-items: center;
  }

  .hero-margin {
    margin-top: 20px;
  }

  .hero-margin._120px {
    margin-top: 0;
  }

  .sub-hero {
    padding-top: 130px;
  }

  .sub-hero.about-2 {
    padding-bottom: 50px;
  }

  .careers-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .avatar-1 {
    width: 110px;
    height: 110px;
    top: 52px;
    left: 37px;
  }

  .avatar-1._3 {
    left: 40px;
  }

  .avatar-1._3.relative {
    left: 0;
  }

  .avatar-1._4 {
    top: 63px;
  }

  .avatar-1._4.relative {
    top: 0;
  }

  .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

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

  .heading-1 {
    font-size: 64px;
  }

  .changer-overflow {
    height: 72px;
  }

  .changer {
    font-size: 64px;
  }

  .margin-90-50 {
    margin-top: 50px;
  }

  .hamburger-line {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 34px;
    line-height: 34px;
  }

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

  .logo {
    padding-left: 0;
  }

  .search-content {
    max-width: 520px;
  }

  .hero-photo {
    max-width: 85%;
    min-height: 650px;
    border-radius: 230px;
  }

  .subhead._70-80-100 {
    width: 100%;
  }

  .subscribe-form.for-footer {
    width: 70%;
  }

  .grid-3-columns, .steps-grid, .cta-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .style-guide-grid.social {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .avatar-1 {
    top: 35px;
  }

  .avatar-1._4 {
    top: 53px;
  }

  .heading-4 {
    font-size: 19px;
  }

  .heading-3 {
    font-size: 28px;
  }

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

  .heading-1 {
    font-size: 44px;
  }

  .changer-overflow {
    height: 49.5px;
  }

  .changer {
    font-size: 44px;
  }

  ._70--80--100 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .section, .section._80px, .section._60px, .section._120px-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo {
    order: -1;
  }

  .nav-menu {
    z-index: 9999;
  }

  .container-nav.flex {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar {
    padding-left: 3%;
  }

  .menu-flex {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .button.subscribe.button-mobile {
    width: 100%;
    margin-top: 10px;
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 1.75;
    position: relative;
    top: 0;
    right: 0;
  }

  .button.transparrent.full-on-mobile, .button.full-on-mobile {
    width: 100%;
  }

  .text-field-primary {
    height: 50px;
  }

  .search-result-item {
    padding: 23px;
  }

  .search-title {
    font-size: 20px;
    line-height: 26px;
  }

  .search-result-wrapper {
    width: 100%;
  }

  .hero {
    padding-top: 113px;
    padding-bottom: 25px;
  }

  .search-content {
    width: 95%;
  }

  .search-block {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: column;
    padding: 0;
  }

  .search-input {
    height: 55px;
    background-color: #f5f5f7;
    background-position: 5%;
    border-radius: 15px;
    margin-bottom: 15px;
    padding-left: 42px;
    font-size: 18px;
  }

  .search-button {
    width: 100%;
  }

  .top-search, .bottom-category {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .remove-button {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }

  .hero-photo {
    max-width: 70%;
    min-height: 360px;
  }

  .subscribe-field {
    background-position: 5%;
    background-size: 26px;
  }

  .subscribe-field.no-icon.add-line {
    border-radius: 10px;
  }

  .subscribe-form, .subscribe-form.for-footer {
    width: 100%;
  }

  .checkbox {
    flex: none;
  }

  .grid-2-columns {
    grid-row-gap: 30px;
  }

  .grid-2-columns.for-careers {
    grid-row-gap: 0px;
  }

  .align-center.stretch {
    align-items: stretch;
  }

  .meta-tag-flex.center.meta-vertical {
    flex-direction: column;
  }

  .line-divider.transpraent {
    width: 0;
    height: 20px;
  }

  .play-wrapper {
    width: 258px;
    margin-top: 20px;
    margin-left: 0;
  }

  .video-play {
    width: 70px;
    height: 70px;
  }

  .field.select {
    margin-bottom: 10px;
  }

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

  .featrues-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-wrapper {
    margin-right: 0;
  }

  .faq-icon {
    margin-left: 20px;
  }

  .faq-top-part {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title-content {
    padding-left: 0;
  }

  .faq-content {
    padding-bottom: 40px;
    padding-left: 0;
  }

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

  .paragraph {
    font-size: 18px;
  }

  .save-text {
    top: 45%;
    right: -17%;
  }

  .save-text.video-text {
    top: -54%;
    right: 1%;
  }

  .hero-margin {
    margin-top: 0;
  }

  .careers-block {
    padding-left: 26px;
    padding-right: 26px;
  }

  .careers-content-grid {
    grid-template-columns: 1.5fr;
  }

  .social-circle {
    margin-bottom: 10px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-grid.social {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-grid-2, .grid-radio {
    grid-template-columns: 1fr;
  }

  .avatar-1 {
    width: 70px;
    height: 70px;
    top: 23px;
    left: 19px;
  }

  .avatar-1._3 {
    width: 60px;
    height: 60px;
    bottom: 13px;
    left: 21px;
  }

  .avatar-1._4 {
    width: 60px;
    height: 60px;
    top: 33px;
    right: 23px;
  }

  .imput-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

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

  .client-photo {
    width: 50px;
    height: 50px;
    margin-left: -17px;
  }

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

  .heading-6 {
    font-size: 14px;
    font-weight: 700;
  }

  .changer {
    font-size: 44px;
  }

  ._70--80--100 {
    width: auto;
  }

  .small-cta {
    padding-left: 26px;
    padding-right: 26px;
  }

  .footer-address {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hamburger-line {
    height: 2px;
    border-radius: 5px;
  }

  .right-flex.add-flex.reverse {
    flex-direction: row-reverse;
  }

  .logo-client-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-d4bc3f7e-f75d-dd96-a9fd-ed96f97e34a4-9ae9280e, #w-node-dceb495a-7802-0d48-0941-84793ebee7c3-9ae9280e, #w-node-dceb495a-7802-0d48-0941-84793ebee7ce-9ae9280e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c347f6d-6091-1f42-815a-6bd35034a233-9ae9280e {
  align-self: center;
  justify-self: end;
}

#w-node-_8d319401-f67d-caaf-b59e-7b0feb63cfb5-9ae9280e, #w-node-e9afe56c-0870-1d1a-ac7f-fb9b530c754d-9ae9280e, #w-node-_8de00b4b-c601-d67e-2ab1-5a27afb87524-9ae9280e, #w-node-_6f87c22e-0994-9b7e-a833-5aac61de403b-9ae9280e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69aeafa5-3640-b8f8-cd10-e91796825e8e-9ae9280e {
  justify-self: end;
}

#w-node-c78868e8-bff8-15b2-f84c-36d4bd181ae7-9ae9280e, #w-node-c78868e8-bff8-15b2-f84c-36d4bd181ae9-9ae9280e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c78868e8-bff8-15b2-f84c-36d4bd181af4-9ae9280e {
  justify-self: end;
}

#w-node-_12966b93-9029-954e-0d23-ab32a5eaf55f-9ae9280e, #w-node-_12966b93-9029-954e-0d23-ab32a5eaf561-9ae9280e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12966b93-9029-954e-0d23-ab32a5eaf56c-9ae9280e {
  justify-self: end;
}

#w-node-de4b3d45-de6f-f555-7855-cb862c2244e0-9ae9280e, #w-node-de4b3d45-de6f-f555-7855-cb862c2244e2-9ae9280e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de4b3d45-de6f-f555-7855-cb862c2244ed-9ae9280e {
  justify-self: end;
}

#w-node-_43a09a02-fa5d-b7d0-d79b-7f88ab505d87-9ae9280e, #w-node-_43a09a02-fa5d-b7d0-d79b-7f88ab505d89-9ae9280e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43a09a02-fa5d-b7d0-d79b-7f88ab505d94-9ae9280e {
  justify-self: end;
}

#w-node-_2834f221-1913-5ac8-ab34-5ec18e05c6e7-9ae9280e, #w-node-_2834f221-1913-5ac8-ab34-5ec18e05c6e9-9ae9280e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2834f221-1913-5ac8-ab34-5ec18e05c6f4-9ae9280e {
  justify-self: end;
}

#w-node-c6ac8dbd-b8ff-835c-cf69-40de4f879e33-4f879e30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad394dd2-f0af-63c2-406d-7fbee9d5e756-4f879e30 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_18fcc9e9-c75c-f28c-0c02-2ca5c40ffdf1-4f879e30 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c6ac8dbd-b8ff-835c-cf69-40de4f879e33-4f879e30 {
    grid-column: span 1 / span 1;
  }

  #w-node-ad394dd2-f0af-63c2-406d-7fbee9d5e756-4f879e30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c347f6d-6091-1f42-815a-6bd35034a233-9ae9280e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c347f6d-6091-1f42-815a-6bd35034a233-9ae9280e, #w-node-_69aeafa5-3640-b8f8-cd10-e91796825e8e-9ae9280e, #w-node-c78868e8-bff8-15b2-f84c-36d4bd181af4-9ae9280e, #w-node-_12966b93-9029-954e-0d23-ab32a5eaf56c-9ae9280e, #w-node-de4b3d45-de6f-f555-7855-cb862c2244ed-9ae9280e, #w-node-_43a09a02-fa5d-b7d0-d79b-7f88ab505d94-9ae9280e, #w-node-_2834f221-1913-5ac8-ab34-5ec18e05c6f4-9ae9280e {
    justify-self: stretch;
  }

  #w-node-ef517bb5-fbd3-a1cf-1ceb-c8f33c59fccf-4f879e30, #w-node-_18fcc9e9-c75c-f28c-0c02-2ca5c40ffdf1-4f879e30 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestBold1602-hint.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestMedium1602-hint.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestRegular1602-hint.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}