:root {
  --green: #2d993b;
  --white: white;
  --black: black;
}

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

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  max-width: 1080px;
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  display: flex;
}

.container.second-section {
  max-width: 1080px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  background-color: var(--green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-left {
  padding: 30px 30px 10px;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.hero-split {
  max-width: 55%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.hero-split.hero-split-second-section {
  margin-right: 60px;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.text-span {
  color: #000;
  background-color: #ffea00;
}

.heading {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

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

.heading-10 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.checkbox-field-2 {
  text-align: left;
  margin-bottom: 15px;
}

.checkbox-field-3 {
  text-align: left;
  margin-bottom: 5px;
}

.submit-button-3 {
  width: 35%;
  letter-spacing: 1px;
  background-color: #e12422;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-field-5 {
  border: 1px solid #a0a0a0;
  font-family: Open Sans, sans-serif;
}

.text-field-4 {
  border: 1px solid rgba(160, 160, 160, .91);
  font-family: Open Sans, sans-serif;
}

.regis-form {
  width: 450px;
  text-align: center;
  border-radius: 12px;
  padding: 30px;
}

.select-field-2 {
  color: #a1a1a1;
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, .91);
  font-family: Open Sans, sans-serif;
}

.bold-text {
  color: #fff;
  font-size: 35px;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
}

.paragraph {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.bold-text-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
}

.hero-heading-right {
  background-image: url('../images/sfondo-sezione-contatti__1920.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 0 30px;
  position: relative;
}

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

.margin-bottom-24px-2 {
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

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

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

.heading-11 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 20px;
}

.footer-light {
  background-color: #3b3b3b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-copyright {
  color: #fff;
  font-family: Vollkorn, serif;
  font-size: 17px;
}

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

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

.features-list {
  padding: 60px 30px 40px;
  position: relative;
}

.features-wrapper-two {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 27px;
}

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

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

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

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

.paragraph-3, .paragraph-4 {
  font-size: 20px;
  line-height: 28px;
}

.heading-12 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
}

.heading-13 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
}

.container-2 {
  background-color: #fefefe;
  border-radius: 14px;
  margin-top: 45px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  height: 250px;
  text-align: left;
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  text-align: center;
  mix-blend-mode: darken;
  margin: 18px auto 0;
  padding-left: 0;
}

.team-block-info {
  width: 450px;
  text-align: left;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 5px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.team-member-text {
  text-align: left;
  flex: 1;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

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

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

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: rgba(141, 172, 32, .1);
  border-radius: 9px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: #331c1c;
  background-color: rgba(0, 0, 0, 0);
}

.text-span-3.highlighted, .text-span-4 {
  color: #000;
  background-color: #fff200;
}

.checkbox-label {
  font-size: 12px;
  line-height: 19px;
}

.checkbox-label-2 {
  font-size: 12px;
}

.paragraph-5 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.bold-text-3 {
  color: #ffe839;
  font-size: 30px;
}

.image {
  margin-bottom: 0;
}

.bold-text-4, .bold-text-5 {
  color: #ffe839;
  font-size: 25px;
}

.heading-14 {
  font-family: Vollkorn, serif;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.text-span-5 {
  color: #8dac20;
  font-weight: 700;
}

.select-field-3 {
  color: #444040;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.bold-text-7 {
  color: #8dac20;
  font-size: 21px;
  line-height: 4px;
}

.container-4 {
  max-width: 1080px;
}

.heading-15 {
  font-family: Vollkorn, serif;
  font-weight: 400;
}

.text-span-6 {
  font-size: 85px;
}

.bold-text-8 {
  font-size: 24px;
  font-weight: 400;
}

.bold-text-9 {
  color: #8dac20;
  font-size: 75px;
}

.paragraph-6 {
  font-size: 9px;
}

.superscript {
  font-size: 15px;
}

.heading-16 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.paragraph-7 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.select-field-4 {
  color: #444040;
  background-color: #fff;
  border: 1px solid #a0a0a0;
}

.div-block-3 {
  width: 60%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-4 {
  width: 40%;
}

.submit-button-3-edited {
  letter-spacing: 1px;
  background-color: #e12422;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 12px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
}

.section {
  background-color: #fbfbfb;
  padding-top: 55px;
  padding-bottom: 55px;
}

.container-5 {
  max-width: 1000px;
  margin-bottom: 62px;
}

.heading-17 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.bold-text-10 {
  color: #222220;
}

.paragraph-8 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.container-6 {
  max-width: 1350px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.div-block-5 {
  width: 300px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.heading-18 {
  font-family: Vollkorn, serif;
}

.paragraph-9 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

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

.div-block-6 {
  background-image: url('../images/lp-promo-hero-mobile-975.jpg');
  background-position: 0 0;
  background-size: auto;
}

.benefit {
  justify-content: space-around;
  align-items: center;
  padding: 28px;
  display: flex;
}

.heading-19 {
  text-align: center;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 21px;
  line-height: 23px;
}

.div-block-7 {
  width: 200px;
  background-color: #8dac20;
}

.div-block-8 {
  width: 220px;
  background-color: #8dac20;
  padding-left: 18px;
  padding-right: 18px;
}

.bold-text-11 {
  color: #fff;
  font-size: 33px;
}

.bold-text-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-20 {
  font-family: Vollkorn, serif;
}

.div-block-9 {
  color: #fff;
  background-color: rgba(22, 22, 22, .7);
  padding: 41px;
}

.paragraph-10 {
  font-family: Vollkorn, serif;
  font-size: 12px;
  line-height: 17px;
}

.text-block {
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-2 {
  color: #8dac20;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Vollkorn, serif;
  font-size: 20px;
  line-height: 33px;
}

.text-span-7 {
  font-family: Open Sans, sans-serif;
  font-size: 33px;
}

.container-8 {
  max-width: 1080px;
  text-align: center;
  margin-bottom: 25px;
}

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

.container-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-2 {
  background-color: #4babc0;
}

.text-span-8 {
  color: #d50b11;
}

.div-block-10 {
  width: 10%;
  height: 5px;
  background-color: #e02422;
  margin-left: auto;
  margin-right: auto;
}

.text-span-9 {
  font-size: 18px;
  font-weight: 400;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 37px;
}

.text-span-10 {
  color: #db2d2d;
}

.italic-text {
  -webkit-text-stroke-color: #e12422;
}

.paragraph-11 {
  background-color: #faf7f7;
  margin-top: 5px;
  padding: 6px;
  font-size: 9px;
  line-height: 14px;
}

.heading-22 {
  width: 20%;
  color: #fff;
  text-align: center;
  background-color: #4cabc0;
  border-radius: 9px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.html-embed {
  border-radius: 0;
}

.heading-23 {
  margin-top: 10px;
  font-size: 24px;
}

.container-10 {
  max-width: 1215px;
  background-color: #faf7f7;
  border-radius: 61px;
  justify-content: space-between;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.div-block-11 {
  width: 250px;
  padding: 14px;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  font-size: 12px;
}

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

  .container.second-section {
    flex-flow: wrap;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.hero-split-second-section {
    margin-right: 0;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-6 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-5 {
    margin-bottom: 25px;
  }

  .heading-23 {
    text-align: center;
    line-height: 32px;
  }

  .container-10 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 17px;
  }

  .div-block-11 {
    text-align: center;
  }

  .div-block-12, .div-block-13 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    flex-flow: column;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hero-heading-left, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-right {
    padding: 60px 28px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .features-list, .hero-without-image, .team-slider {
    padding: 60px 15px;
  }

  .team-block-info {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-4 {
    width: auto;
  }

  .container-6 {
    flex-wrap: wrap;
  }

  .div-block-5 {
    margin-top: 15px;
  }

  .container-10 {
    border-radius: 19px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    flex-flow: column;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .regis-form {
    width: 100%;
  }

  .clients-tag {
    line-height: 35px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-11 {
    line-height: 25px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .features-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .paragraph-3, .paragraph-4 {
    text-align: center;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .div-block-2 {
    flex-wrap: wrap;
  }

  .heading-14 {
    font-size: 29px;
    line-height: 36px;
  }

  .heading-16 {
    font-size: 25px;
  }

  .paragraph-7 {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-4 {
    width: auto;
  }

  .submit-button-3-edited {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 20px;
  }

  .heading-17 {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-8 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-5 {
    width: auto;
    text-align: center;
  }

  .container-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .benefit {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-wrap: wrap;
  }

  .div-block-9 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-10 {
    width: 40%;
  }
}
