body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  min-height: 720px;
  padding: 80px 5% 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #76b72a;
  background-image: url('../images/Waves.svg'), -webkit-gradient(linear, left top, left bottom, from(#76b72a), to(#76b72a)), url('../images/photo-1506345285442-8e9a3a298cdd.jpg');
  background-image: url('../images/Waves.svg'), linear-gradient(180deg, #76b72a, #76b72a), url('../images/photo-1506345285442-8e9a3a298cdd.jpg');
  background-position: 50% 111%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: repeat-x, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-content {
  padding: 80px 5%;
}

.h2-c {
  display: block;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  font-family: Neosanspro, sans-serif;
  color: #333;
  font-size: 39px;
  line-height: 40px;
  text-align: center;
}

.logo {
  width: 120px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  position: static;
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Newweleda, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 65px;
  font-weight: 700;
}

.container-hero {
  width: 100%;
}

.p1 {
  max-width: 450px;
  font-family: Neosanspro, sans-serif;
  color: hsla(0, 0%, 97.6%, 0.84);
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
}

.button {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #3c42dd;
}

.button-2 {
  margin-left: 0px;
  padding: 23px 31px 18px 78px;
  border-radius: 14px;
  background-color: #fff;
  background-image: url('../images/icons8-добавить-пользователя-100.png');
  background-position: 8% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
  font-family: Neosanspro, sans-serif;
  color: #76b72a;
}

.div-block-3 {
  margin-top: 25px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 60px;
  padding: 8px 5%;
  background-color: transparent;
}

.button-3 {
  padding-top: 12px;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px none #3c42dd;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: Neosanspro, sans-serif;
  color: #76b72a;
  font-weight: 500;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Neosanspro, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.33);
}

.content-right {
  width: 50%;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container-plain {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-t {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
}

.section-blog {
  padding: 80px 5%;
  background-color: #e9edef;
}

.h2 {
  margin-bottom: 25px;
  font-family: Neosanspro, sans-serif;
  color: #333;
  font-size: 39px;
  line-height: 39px;
}

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

.h2.centre.testimonial-white {
  color: #fff;
}

.container-flex-vert {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-2 {
  max-width: 410px;
  margin-top: 11px;
  margin-bottom: 25px;
  font-family: Neosanspro, sans-serif;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.paragraph-2.space-btm {
  margin-bottom: 25px;
}

.collection-list-wrapper {
  margin-top: 55px;
}

.blog-base-card {
  position: relative;
  min-height: 460px;
  border-radius: 4px;
  background-color: #fff;
}

.collection-item {
  width: 33%;
  margin-bottom: 25px;
}

.blog-img {
  min-height: 200px;
  margin-bottom: 7px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #213055;
  font-size: 20px;
  line-height: 35px;
}

.blog-title-wrap {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}

.blog-details-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-details-right:hover {
  background-color: #76b72a;
  color: #fff;
}

.link {
  font-family: Neosanspro, sans-serif;
  color: #76b72a;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #5a8d1e;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #27264b;
  font-weight: 500;
}

.image-2 {
  display: block;
}

.section-footer {
  padding: 40px 5% 60px;
  background-color: #fff;
}

.h2-w {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 39px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 25px;
}

.text-field {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 99.2%, 0.46);
}

.text-field:-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 99.2%, 0.46);
}

.text-field::-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 99.2%, 0.46);
}

.text-field::placeholder {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 99.2%, 0.46);
}

.submit-button {
  height: 50px;
  margin-left: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  color: #76b72a;
}

.body {
  font-family: Roboto, sans-serif;
}

.colour-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: transparent;
}

.image-3 {
  width: 100px;
}

.colour-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
}

.colour-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fceceb;
}

.h4 {
  margin-bottom: 10px;
  font-family: Neosanspro, sans-serif;
  color: #213055;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.columns {
  margin-bottom: 70px;
}

.button-4 {
  margin-top: 10px;
  margin-left: 0px;
  padding: 21px 30px 18px;
  border-radius: 10px;
  background-color: #76b72a;
  font-family: Neosanspro, sans-serif;
  color: #fff;
  font-weight: 500;
}

.section-content-blue {
  padding: 80px 5%;
  background-color: #76b72a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url('../images/ryan-everton-dBoLDs1lg5Q-unsplash2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url('../images/ryan-everton-dBoLDs1lg5Q-unsplash2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-c-w {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 26px;
  text-align: left;
}

.p1-c-w {
  display: block;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.tab-off {
  min-height: 90px;
  min-width: 200px;
  background-color: transparent;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 320px;
  margin-right: 35px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-on {
  min-height: 90px;
  min-width: 200px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-color: transparent;
}

.tab-on.w--current {
  min-height: 90px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.14);
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}

.text-block-2 {
  margin-top: 13px;
  margin-bottom: 13px;
  color: #fff;
}

.colour-block-sml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e2fbfb;
}

.image-sml {
  width: 15px;
}

.paragraph-2-w {
  max-width: 410px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
}

.colour-block-sml-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fceceb;
}

.colour-block-sml-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e2fbfb;
}

.feature-heading {
  margin-top: 13px;
  margin-bottom: 4px;
  font-family: Neosanspro, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.paragraph-2-c {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: rgba(56, 69, 100, 0.87);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.illustration-2 {
  display: block;
  margin-top: 51px;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-wrap-left {
  width: 15%;
  height: 100%;
}

.feature-wrap-right {
  width: 85%;
  height: 100%;
}

.section-content-grey {
  display: none;
  padding: 80px 5%;
  background-color: #f5f7fa;
}

.tick-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 6px 6px 13px 0 rgba(164, 174, 175, 0.17);
}

.h4-2 {
  margin-top: 6px;
  margin-bottom: 8px;
  font-family: Neosanspro, sans-serif;
  color: #33475c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.column {
  padding-top: 35px;
  padding-left: 35px;
}

.feature-block {
  height: 100%;
  padding: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9d7d7;
  border-radius: 20px;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-wrap {
  display: block;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

.button-5 {
  margin-left: 0px;
  padding: 12px 28px;
  border-radius: 4px;
  background-color: #76b72a;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.button-5:hover {
  background-color: #5a8d1e;
}

.footer-icons {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9c9c9c;
  font-size: 18px;
}

.footer-icons:hover {
  color: #fff;
}

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

.social-icons-wrap {
  float: right;
}

.footer-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-logo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(155, 158, 184, 0.26);
}

.text-block-footer {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.image-5 {
  margin-right: 5px;
}

.columns-3 {
  margin-top: 35px;
}

.sml-caption {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  font-family: Neosanspro, sans-serif;
  color: #76b72a;
  font-size: 18px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 21px;
  margin-left: 24px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-left: 1px solid #ccc7c7;
}

.link-3 {
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #d4d6e4;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
}

.logo-w {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
}

.image-6 {
  display: none;
}

.image-7 {
  display: block;
  width: 402px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  border-radius: 9px;
}

.sml-logo {
  width: 148px;
}

.sml-logo.sml-2 {
  width: 110px;
}

.container-flex-vert-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonials-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-base {
  display: block;
  width: 33%;
  min-height: 200px;
  margin-right: 15px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #5a54ff;
}

.test-top {
  position: relative;
}

.h4-w {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.icon {
  display: none;
  color: #fff;
}

.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-list {
  min-width: 200px;
}

.dropdown-list.w--open {
  left: -211px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 600px;
  padding: 20px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.18);
}

.menu-left-50 {
  width: 50%;
}

.menu-right-50 {
  width: 50%;
  padding-left: 15px;
}

.dropdown-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 8px 15px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.dropdown-menu-wrap:hover {
  background-color: #f8fbfd;
}

.dropdown-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70%;
  background-color: #f0f4fe;
}

.dropdown-icon.icon2 {
  background-color: #f5fef0;
}

.dropdown-icon.icon3 {
  background-color: #fef0fb;
}

.dropdown-icon.icon4 {
  background-color: #fef0f1;
}

.dropdown-icon.icon5 {
  background-color: #fef0f0;
}

.dropdown-icon.icon6 {
  background-color: #f0fefa;
}

.dropdown-text-wrap {
  display: block;
  padding-left: 15px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  color: #76b72a;
  font-size: 15px;
}

.text-block-4 {
  color: #7f7ea6;
  font-size: 14px;
}

.link-4 {
  color: hsla(0, 0%, 100%, 0.84);
  font-weight: 500;
}

.div-block-6 {
  position: absolute;
  left: 40%;
  top: -11px;
  right: 18px;
  width: 25px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-bar-wrap {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b4-bar1 {
  width: 18px;
  height: 4px;
  border-radius: 2px;
  background-color: #858eca;
}

.b4-bar-2 {
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #858eca;
}

.b4-bar3 {
  width: 18px;
  height: 4px;
  float: right;
  border-radius: 2px;
  background-color: #858eca;
}

.main-burger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.b4-bar1-2 {
  width: 18px;
  height: 4px;
  border-radius: 2px;
  background-color: #858eca;
}

.b4-bar-2-2 {
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #858eca;
}

.b4-bar3-2 {
  width: 18px;
  height: 4px;
  float: right;
  border-radius: 2px;
  background-color: #858eca;
}

.dropdown-menu-wrap-sml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 8px 15px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.dropdown-menu-wrap-sml:hover {
  background-color: #f8fbfd;
}

.dropdown-icon-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70%;
  background-color: #f0f4fe;
}

.dropdown-icon-mob.icon2 {
  background-color: #f5fef0;
}

.dropdown-icon-mob.icon3 {
  background-color: #fef0fb;
}

.dropdown-icon-mob.icon4 {
  background-color: #fef0f1;
}

.dropdown-icon-mob.icon5 {
  background-color: #fef0f0;
}

.dropdown-icon-mob.icon6 {
  background-color: #f0fefa;
}

.image-10 {
  width: 550px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
}

.burger-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.b2-bar1 {
  width: 30px;
  height: 4px;
  background-color: #858eca;
}

.b2-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b2-middle-bar-left {
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #858eca;
}

.b2-middle-bar-right {
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #858eca;
}

.b2-bar3 {
  width: 30px;
  height: 4px;
  background-color: #858eca;
}

.blig-title {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: Roboto, sans-serif;
  color: #213055;
  font-size: 18px;
  line-height: 27px;
}

.collection-list {
  width: 100%;
}

.image-11 {
  margin-right: 15px;
}

.paragraph-3 {
  color: rgba(0, 0, 0, 0.52);
}

.div-block-7 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 7px 20px 20px;
}

.read-more {
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #76b72a;
  color: #fff;
}

.slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.left-arrow {
  color: #000;
}

.right-arrow {
  color: #000;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-img-1 {
  width: 65px;
  height: 65px;
  margin-bottom: 25px;
  border-radius: 70%;
  background-image: url('../images/Px128_1Px128.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, 0.3);
}

.testimonial-text {
  display: inline-block;
  margin-bottom: 39px;
  color: #fff;
  text-align: center;
}

.text-span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.icon-2 {
  width: 25px;
  height: 25px;
  color: hsla(0, 0%, 100%, 0.18);
}

.profile-img-2 {
  width: 65px;
  height: 65px;
  margin-bottom: 25px;
  border-radius: 70%;
  background-image: url('../images/4_14.jpg');
  background-position: 0px 0px;
  background-size: 64px;
  box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, 0.3);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #76b72a;
}

.heading {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.avatar-t {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-right: 8px;
}

.link-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.rounded-link-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  max-width: 100px;
  min-height: 35px;
  padding: 4px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e9ebf9;
}

.rounded-link-wrap.button-space-2 {
  margin-left: 12px;
}

.product-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 2px 10px;
}

.product-links-wrap {
  display: block;
  width: 50%;
  min-height: 40%;
  padding-top: 12px;
}

.base-block {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  min-width: 540px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 10px 10px 14px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.11);
}

.rounded-link-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.round-link-symbol-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #5b3acc;
}

.product-card-name-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rounded-link-large-2 {
  position: relative;
  display: none;
  width: 117px;
  max-width: 117px;
  min-height: 35px;
  padding: 4px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e9ebf9;
}

.product-title {
  margin-bottom: 8px;
  color: #5b3acc;
  font-size: 17px;
  font-weight: 500;
}

.text-block-13 {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
}

.text-link {
  display: block;
  color: #5b3acc;
  font-weight: 500;
}

.section-content-2 {
  padding: 60px 5% 80px;
  background-color: #76b72a;
}

.text-block-14 {
  color: #fff;
}

.slide-nav {
  bottom: -25px;
  padding-top: 27px;
}

.slide {
  padding-top: 31px;
  padding-bottom: 31px;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #5b3acc;
}

.flowbase-title {
  margin-bottom: 4px;
  color: #5b3acc;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-clone-button {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 50px;
  background-color: #5b3acc;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2-copy {
  max-width: 410px;
  margin-bottom: 25px;
  font-family: Neosanspro, sans-serif;
  color: #7f7f7f;
  font-size: 27px;
  line-height: 31px;
  font-weight: 500;
}

.paragraph-2-copy.space-btm {
  margin-bottom: 25px;
}

.centre_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-2 {
  margin-top: 0px;
  color: #7f7f7f;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

.process_card_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title_text {
  color: #6937ff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.title_wrap {
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process_image_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 25px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process_section.lll {
  background-image: url('../images/dots_1dots.png');
  background-position: 0px 0px;
  background-size: 15px;
}

.section_container {
  max-width: 1140px;
}

.process_line {
  position: absolute;
  width: 2px;
  height: 70%;
  background-image: url('../images/line.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.h1-2 {
  margin-top: 53px;
  font-family: Neosanspro, sans-serif;
  color: #333;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
}

.centre_icon_wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 18px rgba(230, 203, 255, 0.14);
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.process_details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centre_step {
  margin-top: 4px;
  font-family: Neosanspro, sans-serif;
  color: #76b72a;
  font-size: 23px;
  font-weight: 800;
}

.process {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.green {
  color: #76b72a;
}

._50 {
  width: 33.333333333333336%;
  padding-right: 23px;
  padding-left: 23px;
}

.slider-2 {
  height: 350px;
  margin-bottom: 50px;
  padding-right: 45px;
  padding-left: 45px;
  background-color: transparent;
}

.icon-3 {
  color: #76b72a;
}

.icon-4 {
  color: #76b72a;
}

.slide-nav-2 {
  top: 447px;
  font-size: 10px;
}

.icon_wrap {
  overflow: hidden;
  margin-bottom: 15px;
}

.text_features {
  font-family: Neosanspro, sans-serif;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph-4 {
  color: rgba(51, 51, 51, 0.67);
  font-size: 16px;
  line-height: 25px;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
}

.button-6 {
  margin-top: 25px;
  padding: 11px 31px;
  border-radius: 4px;
  background-color: #38d552;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(175, 179, 182, 0.14);
  color: #000;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1_features {
  font-size: 18px;
  line-height: 27px;
}

.h1_example {
  margin-bottom: 25px;
  font-family: Neosanspro, sans-serif;
  font-weight: 700;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 120px 5% 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f7e7;
  background-image: url('../images/dots_1dots.png');
  background-position: 0px 0px;
  background-size: 23px;
}

.faq-plus-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 32px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-texture {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/wavy.svg');
  background-position: 50% 101%;
  background-size: 100%;
  background-repeat: repeat-x;
  opacity: 1;
}

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

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #76b72a;
}

.faq-q-text {
  width: 141px;
  height: 55px;
  padding: 18px 26px;
  background-image: url('../images/Weleda-logo.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #76b72a;
}

.faq-question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.container-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container-2.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
}

.link-6 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-section {
  position: relative;
  padding-top: 207px;
  padding-bottom: 200px;
  background-color: #9d8739;
  background-image: url('../images/bg-footer.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: Neosanspro, sans-serif;
  font-weight: 500;
}

.faq-answer-text {
  margin-bottom: 30px;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 28px;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0px;
}

.heading-2 {
  font-family: Neosanspro, sans-serif;
  color: #fff;
}

.paragraph-5 {
  font-family: Neosanspro, sans-serif;
  color: #fff;
  line-height: 25px;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: -31%;
  right: 12%;
  bottom: auto;
  width: 392px;
  height: 612px;
  margin-top: 15px;
  padding-right: 116px;
  padding-left: 116px;
  background-image: url('../images/lamp-hero-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.faq-q-text-copy {
  width: 141px;
  height: 55px;
  padding: 18px 26px;
  background-image: url('../images/logo-eka.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.ecoclass-logo {
  width: 170px;
  height: 55px;
  padding: 18px 26px;
  background-image: url('../images/ecoclass-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bold-text {
  font-family: Neosanspro, sans-serif;
  font-size: 47px;
  line-height: 51px;
}

.h1_example-copy {
  margin-bottom: 25px;
  font-family: Neosanspro, sans-serif;
  font-weight: 700;
  text-align: center;
}

.social-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-menu-item:hover {
  opacity: 0.59;
}

.social-menu-item.bb {
  margin-right: 7px;
}

.social-menu-item.yt {
  display: none;
  margin-left: 2px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.imgg {
  position: relative;
  top: -48px;
}

._350 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 433px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 15px;
}

.counter-num {
  font-family: Neosanspro, sans-serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-16 {
  font-size: 14px;
}

.div-block-10 {
  margin-left: 23px;
  color: #fff;
}

.image-12 {
  margin-right: 12px;
  float: left;
}

.text-block-17 {
  font-family: Neosanspro, sans-serif;
  color: #76b72a;
  font-size: 26px;
  line-height: 23px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 13px;
}

.heading-3 {
  color: #fff;
}

.bold-text-2 {
  color: #76b72a;
}

.bold-text-3 {
  color: #76b72a;
}

.bold-text-4 {
  color: #76b72a;
}

.bold-text-5 {
  color: #76b72a;
}

.link--icon {
  padding-right: 26px;
  background-image: url('../images/icons8-стрелка-вправо-в-круге-48.png');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #76b72a;
  font-weight: 500;
  text-decoration: none;
}

.link--icon:hover {
  color: #5a8d1e;
}

.join-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 433px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  border-radius: 15px;
  background-color: #76b72a;
  box-shadow: 3px 0 16px -11px #000;
  font-family: Neosanspro, sans-serif;
  font-weight: 500;
}

.text-span-3 {
  letter-spacing: -14px;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  margin-top: 21px;
  margin-right: 19px;
  padding-top: 16px;
  border-radius: 7px;
  background-color: #746962;
  font-size: 23px;
}

.success-message {
  padding-bottom: 31px;
  background-color: rgba(60, 214, 128, 0.42);
}

.link-7 {
  display: block;
  margin-top: 16px;
  padding: 10px 9px 12px;
  float: left;
  background-color: transparent;
  color: #c1df9f;
  font-size: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-7:hover {
  color: #73885a;
}

.link-8 {
  display: inline-block;
  border-bottom: 3px solid #8eb456;
  color: #000;
  text-decoration: none;
}

.link-8:hover {
  border-bottom-color: transparent;
}

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

.msg-wrapper {
  position: relative;
  width: 600px;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  font-family: Neosanspro, sans-serif;
}

.popup-msg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.title {
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 5px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-18 {
  margin-bottom: 21px;
  font-size: 41px;
  line-height: 43px;
}

.submit-button-2 {
  margin-top: 10px;
  padding: 10px 20px 4px;
  float: right;
  border-radius: 10px;
  background-color: #76b72a;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  box-shadow: inset 0 0 30px -10px #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.popup-body {
  overflow: auto;
  margin: 49px 6%;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}

.link-9-copy {
  display: inline-block;
  margin-bottom: 13px;
  margin-left: -20px;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  color: #76b72a;
  text-decoration: none;
}

.link-9-copy:hover {
  border-bottom-color: #b5d564;
}

.title-2 {
  margin-bottom: 15px;
  margin-left: 0px;
  font-size: 54px;
  line-height: 62px;
  text-transform: uppercase;
}

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

.text-span-4 {
  letter-spacing: -5px;
}

.section_container-copy {
  width: 920px;
  max-width: 1140px;
}

@media screen and (max-width: 991px) {
  .section-hero {
    min-height: 813px;
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .section-content {
    padding-right: 2%;
    padding-left: 2%;
  }
  .div-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .h1 {
    max-width: 344px;
    margin-top: -42px;
    font-size: 54px;
  }
  .div-block-3 {
    margin-left: -17px;
  }
  .collection-item {
    width: 50%;
  }
  .tabs-menu {
    margin-right: 0px;
  }
  .tab-on {
    width: 100%;
    min-height: 90px;
    margin-bottom: 15px;
  }
  .tab-on.w--current {
    width: 100%;
    margin-bottom: 15px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .illustration-2 {
    margin-bottom: 35px;
  }
  .feature-block {
    margin-bottom: 40px;
  }
  .div-block-5 {
    margin-left: 34px;
    text-align: right;
  }
  .sml-logo {
    width: 130px;
    margin-bottom: 15px;
  }
  .burger {
    padding: 15px;
  }
  .b4-bar1 {
    background-color: #fff;
  }
  .b4-bar-2 {
    background-color: #fff;
  }
  .b4-bar3 {
    background-color: #fff;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 24px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .menu-button.w--open {
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #659e23;
  }
  .main-burger {
    position: relative;
    z-index: 99999;
    background-color: transparent;
    box-shadow: none;
  }
  .b4-bar1-2 {
    width: 15px;
    background-color: #b2afed;
  }
  .b4-bar-2-2 {
    width: 30px;
    background-color: #b2afed;
  }
  .b4-bar3-2 {
    width: 16px;
    height: 4px;
    background-color: #b2afed;
  }
  .mobile-block {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 998;
    display: none;
    height: 100%;
    min-height: 720px;
    padding-top: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -100vh);
    -ms-transform: translate(0px, -100vh);
    transform: translate(0px, -100vh);
  }
  .dropdown-icon-mob {
    width: 35px;
    height: 35px;
  }
  .image-9 {
    width: 50%;
  }
  .text-block-5 {
    margin-bottom: 15px;
  }
  .menu-text {
    margin-top: 15px;
    margin-bottom: 17px;
    color: #76b72a;
    font-size: 16px;
    font-weight: 500;
  }
  .link-5 {
    margin-bottom: 13px;
    margin-left: 15px;
    color: #8581d1;
    text-decoration: none;
  }
  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .burger-2 {
    z-index: 999;
    display: none;
    background-color: transparent;
    box-shadow: none;
  }
  .b2-bar1 {
    background-color: #fff;
  }
  .b2-middle-bar-left {
    background-color: #fff;
  }
  .b2-middle-bar-right {
    background-color: #fff;
  }
  .b2-bar3 {
    background-color: #fff;
  }
  .rounded-link-wrap.button-space-2 {
    margin-left: 12px;
    float: right;
  }
  .base-block {
    display: none;
    width: 96%;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }
  .section-content-2 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .flowbase-tag {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }
  .centre_block {
    width: 150px;
  }
  .process_image_wrap {
    padding: 15px;
  }
  .process_details {
    padding: 10px;
  }
  ._50 {
    width: 50%;
  }
  .card_col_2 {
    padding-right: 0px;
  }
  .container_p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
  }
  .col_40 {
    width: 100%;
  }
  .card_row {
    padding-left: 0px;
  }
  .div-block-8 {
    right: -6%;
  }
  ._350 {
    width: 417px;
  }
  .div-block-10 {
    margin-left: 13px;
  }
  .join-block {
    width: 417px;
  }
  .title {
    font-size: 41px;
    line-height: 50px;
  }
  .popup-body {
    overflow: visible;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 30px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .title-2 {
    font-size: 41px;
    line-height: 50px;
  }
  .section_container-copy {
    width: auto;
  }
  .nav-menu {
    display: block;
    margin-top: -1px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #2f4910;
  }
  .icon-6 {
    padding: 0px;
    float: right;
    color: #fff;
    font-size: 37px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 54px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .h1 {
    max-width: 308px;
    margin-top: auto;
    font-size: 45px;
    line-height: 51px;
  }
  .container-hero {
    width: 100%;
  }
  .nav-container {
    min-height: auto;
  }
  .content-right {
    display: none;
  }
  .collection-item {
    width: 100%;
  }
  .tabs-menu {
    margin-right: 0px;
  }
  .button-5 {
    margin-left: 15px;
  }
  .sml-caption {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-button {
    position: relative;
    right: -6%;
    margin-top: -10px;
    padding: 16px;
    color: #fff;
  }
  .menu-button.w--open {
    padding-right: 21px;
    padding-left: 21px;
  }
  .product-links-wrap {
    width: 55%;
  }
  .base-block {
    min-width: auto;
  }
  .product-card-name-title-wrap {
    width: 45%;
  }
  .flowbase-clone-button {
    margin-right: 15px;
  }
  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }
  .centre_block {
    width: 55px;
  }
  .process_card_02 {
    margin-bottom: 35px;
  }
  .process_card {
    margin-bottom: 35px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .process_image_wrap {
    display: none;
  }
  .process_section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .process_section.lll {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .process_line {
    left: 25px;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
  .h1-2 {
    font-size: 38px;
    line-height: 38px;
  }
  .process_details {
    width: 90%;
    min-height: auto;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._50 {
    width: 100%;
  }
  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }
  .col_60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_40 {
    padding-right: 0px;
  }
  .card_row {
    width: 100%;
    padding-right: 0px;
  }
  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .div-block-8 {
    position: static;
    width: 300px;
    height: 450px;
    padding-right: 123px;
    background-size: 280px;
    background-repeat: no-repeat;
  }
  .imgg {
    margin-top: 67px;
  }
  .section_container-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-menu {
    margin-top: -8px;
  }
  .icon-6 {
    padding: 0px;
    float: none;
    font-size: 37px;
    line-height: 37px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    padding-top: 70px;
  }
  .h2-c {
    margin-bottom: 59px;
    font-size: 25px;
    line-height: 27px;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h1 {
    margin-top: 20px;
    margin-left: 9px;
    font-size: 33px;
    line-height: 37px;
  }
  .p1 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .button-2 {
    padding-right: 19px;
    padding-left: 60px;
    background-position: 11% 50%;
    background-size: 40px;
    font-size: 14px;
  }
  .div-block-3 {
    margin-left: 1px;
  }
  .h2-c-w {
    font-size: 20px;
  }
  .tabs-menu {
    margin-right: 0px;
  }
  .tab-on {
    padding-left: 6px;
  }
  .feature-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sml-logo {
    margin-bottom: 56px;
  }
  .mobile-block {
    padding-left: 15px;
  }
  .dropdown-menu-wrap-sml {
    padding-left: 5px;
  }
  .rounded-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    float: none;
  }
  .rounded-link-wrap.button-space-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    float: none;
  }
  .product-title-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-links-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .base-block {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .product-card-name-title-wrap {
    width: 100%;
    padding-left: 4px;
  }
  .rounded-link-large-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    float: none;
  }
  .flowbase-icon-wrap {
    min-width: 60px;
  }
  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .flowbase-clone-button {
    display: block;
    margin-top: 19px;
  }
  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }
  .flowbase-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .flowbase-product-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-2-copy {
    font-size: 20px;
    line-height: 21px;
  }
  .h2-2 {
    font-size: 18px;
    line-height: 22px;
  }
  .title_wrap {
    text-align: left;
  }
  .process_section {
    padding-top: 31px;
    padding-bottom: 10px;
  }
  .h1-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
  }
  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  ._50 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .card_col_2 {
    padding-bottom: 5px;
  }
  .col_60 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .content_wrap {
    padding-top: 27px;
    padding-bottom: 0px;
  }
  .pricing-h1.faq-h2 {
    font-size: 25px;
  }
  .faq-section {
    padding-bottom: 0px;
  }
  .faq-answer {
    padding-left: 6px;
  }
  .bold-text {
    font-size: 27px;
    line-height: 33px;
  }
  .h1_example-copy {
    font-size: 25px;
    line-height: 27px;
  }
  ._350 {
    width: auto;
  }
  .counter-num {
    font-size: 23px;
  }
  .div-block-10 {
    margin-left: 12px;
    padding-right: 18px;
  }
  .left-arrow-2 {
    width: 30px;
    height: auto;
  }
  .right-arrow-2 {
    width: 30px;
  }
  .join-block {
    width: auto;
  }
  .title {
    font-size: 31px;
    line-height: 43px;
  }
  .popup-body {
    padding-right: 25px;
    padding-left: 25px;
  }
  .link-9-copy {
    font-size: 15px;
  }
  .title-2 {
    font-size: 31px;
    line-height: 43px;
  }
}

@font-face {
  font-family: 'Neosanspro';
  src: url('../fonts/NeoSansPro-Medium.eot') format('embedded-opentype'), url('../fonts/NeoSansPro-Medium.woff') format('woff'), url('../fonts/NeoSansPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Neosanspro';
  src: url('../fonts/NeoSansPro-Bold.eot') format('embedded-opentype'), url('../fonts/NeoSansPro-Bold.woff') format('woff'), url('../fonts/NeoSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Newweleda';
  src: url('../fonts/newweleda.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}