@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format("eot"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.svg#icons") format("svg");
}

.icon-left-arrow:before, .icon-right-arrow:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 32px;
}

.icon-left-arrow:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #323232;
  cursor: pointer;
}

ul,
li {
  list-style: none;
}

input,
button {
  border: none;
  outline: none;
}

button,
input[type="button"],
input[type="submit"] {
  background: none;
  padding: 0;
}

body {
  font-family: 'Rubik', sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
}

p {
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}

.main {
  position: relative;
  background-color: #fefefe;
}

.form-cta {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px 0 40px;
  background-color: #FFFFFF;
  color: #0E7431;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
}

.form-cta::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "";
  position: absolute;
  width: 4px;
  height: 14px;
  background-color: #129D42;
  border-radius: 5px;
}

.form-cta::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  content: "";
  position: absolute;
  width: 14px;
  height: 4px;
  background-color: #129D42;
  border-radius: 5px;
}

.reviews {
  margin: 0 0 34px 0;
}

.reviews-header {
  z-index: 10;
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .reviews-header {
    display: flex;
    justify-content: space-between;
    padding: 0 60px 0 60px;
    margin-bottom: 75px;
  }
}

@media (min-width: 1024px) {
  .reviews-header {
    justify-content: flex-end;
  }
}

.reviews-title {
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  padding: 17px 0 0 20px;
  margin-bottom: 50px;
  font-weight: 300;
  width: 100%;
}

@media (min-width: 768px) {
  .reviews-title {
    padding: 0 245px 0 0;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .reviews-title {
    font-size: 48px;
    line-height: 63px;
    padding: 0;
  }
}

.reviews-title-style {
  display: block;
  font-weight: 500;
}

.reviews-image-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .reviews-image-wrapper {
    width: 232px;
    height: 232px;
  }
}

.reviews-list {
  display: flex;
}

.reviews-item {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .reviews-item {
    margin-left: 60px;
  }
}

.reviews-author {
  font-size: 14px;
  line-height: 22px;
  color: #0F7D35;
  margin-bottom: 15px;
}

.reviews-text {
  font-size: 14px;
  color: #7E8795;
  line-height: 22px;
}

.slider-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px dashed  #d2dfd6;
}

.slider-controller:active {
  background-color: #10903d;
  border: none;
}

.slider-controller:active::before {
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .slider-controller:hover {
    background-color: #10903d;
    border: none;
  }
  .slider-controller:hover::before {
    color: #FFFFFF;
  }
}

.slider-controller::before {
  display: block;
  font-size: 32px;
  color: #D2DFD6;
}

.slider-controller + .slider-controller {
  margin-left: 40px;
}

.slider-controller-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .slider-controller-wrapper {
    display: flex;
    align-items: flex-end;
  }
}

.slick-arrow {
  display: none !important;
}

@media (min-width: 768px) {
  .slick-arrow {
    display: block !important;
    position: absolute;
    top: -135px;
    right: 250px;
    z-index: 100;
  }
}

.slick-prev {
  right: 150px !important;
}

.slick-list {
  max-height: 500px;
}

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

@media (min-width: 768px) {
  .section {
    width: 100%;
    max-width: 724px;
    margin: 0 auto;
    position: static;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .section {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 125px auto;
  }
}

.section-wrapper {
  position: relative;
  overflow: hidden;
}

.section-banner {
  position: absolute;
  height: 685px;
  width: 550px;
  top: 0;
  right: -10px;
}

.section-title {
  font-size: 32px;
  line-height: 42px;
  color: #010915;
  margin: 0 0 575px 15px;
  font-weight: 300;
  display: inline-block;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 48px;
    margin: 0 0 40px 0;
    line-height: 63px;
  }
}

.section-title-style {
  font-weight: 500;
  display: block;
}

@media (min-width: 768px) {
  .section-content {
    display: flex;
    justify-content: space-between;
    min-height: 700px;
  }
}

@media (min-width: 1024px) {
  .section-content {
    min-height: auto;
  }
}

@media (min-width: 768px) {
  .section-content-additional {
    display: flex;
    justify-content: flex-end;
  }
}

.section-image {
  border-radius: 50%;
}

.section-image-wrapper {
  width: 150px;
  height: 150px;
  margin: 0 auto 13px auto;
  border: 4px solid #FFFFFF;
  position: relative;
}

@media (min-width: 768px) {
  .section-image-wrapper {
    width: 132px;
    height: 132px;
  }
}

.section-image-wrapper::after {
  content: " ";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px dashed #D2DFD6;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .section-list {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .section-list {
    width: 50%;
  }
}

.section-item {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .section-item {
    margin-bottom: 65px;
  }
}

@media (min-width: 1024px) {
  .section-item {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .section-item + .section-item {
    margin-top: 70px;
  }
}

.section-item-title {
  font-size: 32px;
  line-height: 42px;
  padding: 0 20px;
  text-align: center;
  font-weight: 500;
  color: #010915;
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  .section-item-title {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section-item-title {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    white-space: nowrap;
  }
}

.section-item-text {
  font-size: 18px;
  line-height: 26px;
  color: #7E8795;
  text-align: center;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .section-item-text {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .section-item-text {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .section-info {
    width: 60%;
    margin-left: 50px;
  }
}

.section-label {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  background-color: white;
  z-index: 10;
  top: -5px;
  right: -18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 25px -12px 22px -6px rgba(248,248,248,1);
}

.section-label-image {
  width: 30px;
  height: 30px;
}

.company-legend {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px dashed #D2DFD6;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  padding: 10px;
  top: 275px;
  left: 5%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .company-legend {
    width: 182px;
    height: 182px;
    top: 700px;
    left: 5%;
  }

  .company-legend-bottom {
    top: 1200px;
  }
}

.company-legend-bottom {
  align-self: flex-end;
  position: absolute;
  top: 850px;
  right: 0;
  left: auto;
  z-index: 200;
}

@media (min-width: 1024px) {
  .company-legend {
    margin: 0;
    top: 520px;
    left: 10%;
    box-shadow: 0px 20px 19px -2px rgba(248,248,248,1);
  }

  .company-legend-bottom {
    top: 85px;
    left: 70%;
    box-shadow: 0px 20px 19px -2px rgba(248,248,248,1);
  }

  .company-legend-header {
    top: 380px;
    left: -5%;
    box-shadow: 0px 20px 19px -2px rgba(248,248,248,1);
  }
}

.company-legend::after {
  content: " ";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
}

.company-legend::before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  z-index: -1;
}

.company-legend-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .company-legend-additional {
    display: none;
  }

  .company-legend-main-wrapper {
    display: none !important;
  }

  .section-title {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .company-legend-wrapper {
    min-height: auto;
  }
}

@media (min-width: 1024px) {
  .company-legend-wrapper {
    min-height: auto;
    position: absolute;
    width: 65%;
    top: 400px;
    right: 155px;
    z-index: 2;
  }
}

.company-legend-quantity {
  font-size: 28px;
  line-height: 47px;
  color: #0E7431;
  font-weight: 500;
}

.company-legend-text {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.company-legend-main {
  position: absolute;
  bottom: 0;
  right: 267px;
}

.company-legend-main-qr {
  top: 350px;
  left: 90px;
}

@media (min-width: 768px) {
  .company-legend-main {
    position: absolute;
    bottom: 0;
    left: 30px;
  }
  .company-legend-main-qr {
    top: 450px;
    left: 330px;
  }
}

@media (min-width: 1280px) {
  .company-legend-main-qr {
    left: 350px;
    top: 500px;
  }
}

.company-legend-main-wrapper {
  background: url("../images/section-page-2.png") no-repeat 0 0;
  background-size: contain;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 170px;
  right: -178px;
  width: 450px;
}

@media (min-width: 768px) {
  .company-legend-main-wrapper {
    width: 537px;
    order: 2;
    min-height: auto;
    top: 250px;
    right: -200px;
    bottom: 0;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .company-legend-main-wrapper {
    width: 945px;
    top: 0;
    right: -520px;
    height: 712px;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  .company-legend-main-wrapper {
    width: 945px;
    top: 0;
    right: -350px;
  }
}


.company-legend-additional {
  background: url("../images/section-page-1.png") no-repeat -100px 0;
  background-size: contain;
  min-height: 480px;
  width: 450px;
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  .company-legend-additional {
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: -200px;
    bottom: 0;
    width: 537px;
  }
}

@media (min-width: 1024px) {
  .company-legend-additional {
    right: 48%;
    left: -150px;
    width: 945px;
  }
}

@media (min-width: 1280px) {
  .company-legend-additional {
    right: 48%;
    left: -20px;
    width: 945px;
  }
}

.partners {
  position: relative;
}

.partners-title {
  text-transform: capitalize;
  text-align: center;
  font-size: 32px;
  line-height: 47px;
  font-weight: 500;
  color: #010915;
  margin-bottom: 46px;
}

.partners-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 85%;
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  min-width: 275px;
  min-height: 90px;
  border-radius: 10px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .partners-list {
    flex-wrap: nowrap;
    top: 130%;
  }
}

@media (min-width: 1024px) {
  .partners-list {
    justify-content: space-between;
    height: 105px;
    padding: 0;
  }
}

.partners-item {
  width: 105px;
  margin-bottom: 15px;
  height: 50px;
}

@media (min-width: 1024px) {
  .partners-item {
    width: 20%;
    height: 104px;
  }
}

.partners-logo {
  height: 100%;
  object-fit: contain;
}

.header {
  background: url("../images/mobile-bg.png") no-repeat center 255px;
  background-color: #EEFAF2;
  min-height: 750px;
  overflow: hidden;
  padding-bottom: 715px;
  position: relative;
}

@media (min-width: 768px) {
  .header {
    background: url("../images/tablet-bg.png") no-repeat center 300px;
    background-color: #EEFAF2;
    padding-bottom: 350px;
    min-height: 1550px;
  }
}

@media (min-width: 1024px) {
  .header {
    margin-bottom: 0;
    background: none;
    background-color: #EEFAF2;
    min-height: 1040px;
    padding-bottom: 0;
  }
}

.header-image-background {
	left: 50%;
	transform: translateX(-50%);
  bottom: -285px;
  position: absolute;
  height: 375px;
  width: 767px;
}

@media (min-width:  768px) and (max-width: 1023px) {
  .header-image-background {
    width: 100%;
    left: 0;
    right: 0;
    top: 1400px;
    height: 500px;
    width: 1100px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .header-image-background {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 800px;
    height: 700px;
    transform: translateX(0);
  }
}

.header-image-mobile {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  display: none;
}

.header-image-main {
  position: absolute;
  top: 500px;
  right: 40%;
  transform: translateX(60%);
  width: 600px;
  z-index: 1;
  display: none;
}

@media (min-width: 1024px) {
  .header-image-main {
    display: block;
  }
}

.header-image-add {
  position: absolute;
  top: 90px;
  right: -80px;
  width: 350px;
  display: none;
}

@media (min-width: 1024px) {
  .header-image-add {
    display: block;
  }
}

.header-inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header-inner {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .header-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.header-video-wrapper {
  display: block;
  position: absolute;
  top: 660px;
  left: -90px;
  overflow: hidden;
  height: 329px;
  width: 329px;
  border-radius: 50%;
}

.header-video-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18,157,66, 0.6);
}

.header-video-wrapper-btn {
  position: absolute;
  top: 40%;
  left: 65%;
  width: 72px;
  height: 72px;
  background: url(../images/video-btn.png) center;
  z-index: 101;
}

.header-video-wrapper-btn:hover {
  background: url(../images/play-hover.png) center;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .header-video-wrapper {
    top: 930px;
    height: 550px;
    width: 550px;
  }
}

@media (min-width: 1024px) {
  .header-video-wrapper {
    top: 270px;
    left: -240px;
    height: 650px;
    width: 650px;
  }
}

@media (min-width: 1439px) {
  .header-video-wrapper {
    top: 170px;
    left: -240px;
    height: 850px;
    width: 850px;
  }
}


.header-video-overllay {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: rgba(18, 157, 66, .6);
}

.header-video-image {
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .header-video-image {
    display: none;
  }
}

.header-video {
  display: none;
}

@media (min-width: 1024px) {
  .header-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 178.25%;
    height: 100%;
    transform: translateX(-20%);
    display: block;
  }
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 16px 0 16px;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .header-top {
    padding: 25px 60px 0 65px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .header-top {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    margin-bottom: 80px;
  }
}

.header-content {
  text-align: center;
  padding: 0 16px 0 16px;
  position: relative;
}

@media (min-width: 1024px) {
  .header-content {
    width: 50%;
    max-width: 1020px;
    margin-left: auto;
    padding: 0;
  }
}

.header-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .header-title {
    font-size: 48px;
    line-height: 63px;
    padding: 0 105px;
    margin-bottom: 55px;
  }
}

@media (min-width: 1024px) {
  .header-title {
    margin-bottom: 65px;
    text-align: left;
    padding: 0 50px;
  }
}

.header-title-bold {
  font-weight: 500;
}

.logo-link {
  height: 32px;
  width: 32px;
  display: block;
}

@media (min-width: 768px) {
  .logo-link {
    height: 56px;
    width: 56px;
  }
}

@media (min-width: 1024px) {
  .logo-link {
    height: 56px;
    width: 56px;
  }
}

.burger {
  width: 20px;
  height: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .burger-wrapper {
    display: none;
  }
}

.burger-menu {
  display: none;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  background-color: #EEFAF2;
  z-index: 20;
  padding-bottom: 60px;
}

.burger-close {
  display: none;
}

.burger-checkbox {
  display: none;
}

.burger-checkbox:checked ~ .burger-menu {
  display: block;
}

.burger-checkbox:checked + .burger-wrapper .burger .burger-label .burger-img {
  display: none;
}

.burger-checkbox:checked + .burger-wrapper .burger .burger-label .burger-close {
  display: block;
}

.burger-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 60px 0;
}

.burger-nav-item + .burger-nav-item {
  margin-top: 50px;
}

.burger-nav-link {
  font-size: 14px;
  color: #010915;
  text-transform: uppercase;
  font-weight: 500;
}

.burger-social {
  text-align: center;
}

.burger-social-list {
  display: flex;
  justify-content: space-between;
  max-width: 150px;
  margin: 0 auto 30px auto;
}

.burger-social-link {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #010915;
}

.download-cta {
  display: flex;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
  justify-content: center;
}

.download-link {
  width: 135px;
  height: 40px;
  display: block;
}

@media (min-width: 768px) {
  .download-link {
    width: 160px;
    height: 50px;
  }
}

.download-link + .download-link {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .download-link + .download-link {
    margin-left: 25px;
  }
}

.hero-banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
  max-width: 350px;
  z-index: 10;
}

.main-ellipse {
  position: absolute;
  top: 600px;
}

.nav {
  align-self: flex-end;
  display: none;
}

@media (min-width: 768px) {
  .nav {
    display: block;
  }
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-item + .nav-item {
  margin-left: 35px;
}

.nav-item-link {
  text-transform: uppercase;
  font-size: 14px;
}

.footer {
  background: url("../images/footer-bg-1.png") no-repeat center, url("../images/ellipse-footer.png") no-repeat center -1050px;
  background-size: cover;
  background-color: #EEFAF2;
  padding-top: 185px;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
    background: url("../images/footer-bg-1.png") no-repeat center, url("../images/ellipse-footer.png") no-repeat center -650px;
    background-size: cover;
    background-color: #EEFAF2;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding-top: 250px;
    background: url("../images/footer-bg-1.png") no-repeat center 10px, url("../images/ellipse-footer.png") no-repeat center -1000px;
    background-size: cover;
    background-color: #EEFAF2;
  }

  .download-cta {
    padding-left: 50px;
    justify-content: flex-start;
  }
}

.footer-inner {
  padding: 0 20px 50px 20px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .footer-inner {
    padding: 0 20px 230px 0;
  }
}

.footer-title {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 19px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .footer-title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 40px;
  }
}

.footer-title-style {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .footer-bottom {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-logo-wrapper {
  width: 56px;
  height: 56px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 35px;
}

@media (min-width: 1024px) {
  .footer-logo {
    margin-bottom: 50px;
  }
}

.footer-content {
  margin-bottom: 114px;
}

@media (min-width: 1024px) {
  .footer-content {
    margin-bottom: 250px;
  }
}

.footer-nav {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .footer-nav {
    order: 2;
    margin: 0 0 0 0;
    width: 70%;
  }
}

.footer-nav-list {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .footer-nav-list {
    justify-content: flex-end;
  }
}

.footer-nav-item + .footer-nav-item {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .footer-nav-item + .footer-nav-item {
    margin: 0 0 0 6%;
  }
  .footer-nav-item + .footer-nav-item:last-child {
    margin-left: 11.5%;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .footer-nav-item + .footer-nav-item:last-child {
    margin-left: 6%;
  }
}

.footer-nav-link {
  font-size: 14px;
  color: #010915;
  text-transform: uppercase;
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #010915;
}

.social {
  margin: 0 auto 55px auto;
  position: relative;
}

.social::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1000%;
  background-color: #e1efe6;
  bottom: -4px;
  left: -100%;
  right: -100%;
}

@media (min-width: 1024px) {
  .social::after {
    left: 4%;
  }
}

.social::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1000%;
  background-color: #fbfffc;
  bottom: -6px;
  left: -100%;
  right: -100%;
}

@media (min-width: 1024px) {
  .social::before {
    left: 4%;
  }
}

.social-list {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .social-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .social-list {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    justify-content: flex-start;
  }
}

.social-item {
  display: flex;
  max-width: 280px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

.social-item + .social-item {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .social-item {
    margin: 0;
    max-width: inherit;
  }
  .social-item + .social-item {
    margin: 0 0 0 6.8%;
  }
  .social-item:last-child {
    margin-left: 15.5%;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .social-item:last-child {
    margin-left: auto;
  }
}

.social-item-facebook {
  width: 11px;
  height: 20px;
}

.social-item-instagram {
  width: 20px;
  height: 20px;
}

.social-item-mail {
  width: 20px;
  height: 16px;
}

.social-item-image-wrapper {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E1EFE6;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .social-item-image-wrapper {
    margin-right: 20px;
  }
}

.social-item-link {
  font-size: 14px;
  line-height: 28px;
  color: #010915;
}

.main-form {
  background: #eefaf2 url("../images/form-mobile-bg.png") no-repeat center 55px;
}

@media (min-width: 768px) {
  .main-form {
    background: #eefaf2 url("../images/form-tablet-bg.png") no-repeat right -150px;
  }
}

@media (min-width: 1024px) {
  .main-form {
    background: #eefaf2 url("../images/form-bg-desktop.png") no-repeat right -150px;
  }
}

.header-form {
  background-color: #eefaf2;
  padding-bottom: 10px;
}

.header-form-inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .header-form-inner {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .header-form-inner {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
  }
}

.banner {
  padding: 30px 0 20px 0;
}

.banner::after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}

@media (min-width: 768px) {
  .banner {
    padding-right: 148px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1024px) {
  .banner {
    padding: 0;
    margin-bottom: 70px;
  }
}

.banner-story-wrapper {
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px dashed #d8e3db;
  outline: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 5px white;
  -moz-box-shadow: 0px 0px 0px 5px white;
  box-shadow: 0px 0px 0px 5px white;
  float: right;
}

@media (min-width: 768px) {
  .banner-story-wrapper {
    width: 180px;
    height: 180px;
  }
}

.banner-story-quantity {
  margin-bottom: 10px;
  color: #0E7431;
  font-size: 28px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .banner-story-quantity {
    font-size: 32px;
    line-height: 20px;
  }
}

.banner-story-text {
  font-size: 16px;
  line-height: 19px;
  color: #010915;
}

@media (min-width: 768px) {
  .banner-story-text {
    font-size: 18px;
  }
}

.form-title {
  font-size: 32px;
  line-height: 42px;
  color: #010915;
  font-weight: 300;
  padding: 0 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .form-title {
    font-size: 48px;
  }
}

.form-title-style {
  font-weight: 500;
}

.form-title-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .form-title-wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 38px;
  }
}

@media (min-width: 1024px) {
  .form-title {
    margin-bottom: 140px;
  }
}

.form-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .form-wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 179px;
  }
}

@media (min-width: 1024px) {
  .form-wrapper {
    padding: 0 18px 0 0;
  }
}

.form-list {
  margin-bottom: 45px;
}

.form-item {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .form-item {
    padding: 0;
  }
}

.form-item + .form-item {
  margin-top: 30px;
}

.form-label {
  font-size: 14px;
  line-height: 1;
  color: #203c30;
  margin-bottom: 10px;
}

.form-input {
  line-height: 45px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 19px;
  color: #7E8795;
}

.form-input::placeholder {
  font-size: 19px;
  color: #7E8795;
}

.form-button {
  line-height: 48px;
  background-color: #0e7431;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0 20px;
  margin: 0 0 7px 0;
  border-radius: 5px;
  order: 1;
}

.form-button-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  .form-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.form-button-wrapper .additional-text {
  font-size: 25px;
  color: #0E7431;
}

.form-text {
  color: #203C30;
  font-size: 14px;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .form-text {
    text-align: left;
    width: 35%;
  }
}

.form-section {
  margin-bottom: 75px;
  text-align: center;
}

@media (min-width: 768px) {
  .form-section {
    margin-bottom: 133px;
  }
}

@media (min-width: 1024px) {
  .form-section-info {
    order: -1;
    width: 44%;
    padding-left: 18px;
    margin-bottom: 79px;
  }
}

@media (min-width: 768px) {
  .form-section-wrapper {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .form-section-wrapper {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.form-section-title {
  font-size: 32px;
  line-height: 1;
  color: #010915;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .form-section-title {
    margin-bottom: 57px;
  }
}

@media (min-width: 1024px) {
  .form-section-title {
    text-align: left;
  }
}

.form-section-list {
  padding: 0 20px;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .form-section-list {
    padding: 0 172px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .form-section-list {
    padding: 0;
  }
}

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

.form-section-item + .form-section-item {
  margin-top: 43px;
}

@media (min-width: 768px) {
  .form-section-item {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .form-section-item + .form-section-item {
    margin-top: 37px;
  }
}

.form-section-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-bottom: 15px;
  font-size: 32px;
  color: #0e7431;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .form-section-number {
    width: 62px;
    height: 62px;
  }
}

.form-section-text {
  font-size: 18px;
  line-height: 27px;
  color: #010915;
}

@media (min-width: 768px) {
  .form-section-text {
    width: 80%;
    margin-left: 30px;
  }
}

.reviews-form {
  padding-bottom: 95px;
}

@media (min-width: 768px) {
  .reviews-form {
    padding-bottom: 135px;
  }
}

@media (min-width: 1024px) {
  .reviews-form {
    padding-bottom: 120px;
  }
}

.reviews-form-title {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  color: #010915;
}

@media (min-width: 768px) {
  .reviews-form-title {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 33px 0 0 10px;
  }
}

@media (min-width: 1024px) {
  .reviews-form .reviews-image-wrapper {
    margin-bottom: 8px;
  }
}

.reviews-form-headline {
  font-size: 18px;
  line-height: 27px;
  color: #010915;
  margin-bottom: 18px;
  padding-right: 35px;
  min-height: 108px;
}

@media (min-width: 768px) {
  .reviews-form-headline {
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .reviews-form-headline {
    margin-bottom: -15px;
  }
}

.reviews-form .reviews-text {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .reviews-form .reviews-text {
    margin-bottom: 12px;
  }
}

.reviews-form .slick-prev {
  right: 58px !important;
  top: -154px;
}

@media (min-width: 1024px) {
  .reviews-form .slick-prev {
    right: 193px !important;
    top: -148px;
  }
}

.reviews-form .slick-next {
  top: -154px;
  right: 157px;
}

@media (min-width: 1024px) {
  .reviews-form .slick-next {
    right: 294px;
    top: -147px;
  }
}

.reviews-form-link {
  font-size: 14px;
  line-height: 22px;
  color: #0F7D35;
}

.footer-form {
  background-color: #eefaf2;
}

.footer-form .social {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .footer-form .social {
    padding: 0 32px 0 46px;
  }
}

.reviews-header-form {
  margin-bottom: 100px;
}


.secondary-image-wrapper {
  height: 572px;
  width: 253px;
  transform: rotate(6deg);
  position: absolute;
  left: 243px;
  top: 23px;
}

@media (max-width: 1023px) {
  .secondary-image-wrapper {
    height: 572px;
    width: 247px;
    transform: rotate(6deg);
    position: absolute;
    left: 238px;
    top: 23px;
  }
}

@media (max-width: 764px) {
  .secondary-image-wrapper {
    height: 200px;
    width: 181px;
    transform: rotate(6deg);
    position: absolute;
    left: 83px;
    top: 17px;
  }
}

.secondary-image {
  border-radius: 28px;
  height: 545px;
}

@media (max-width: 1023px) {
  .secondary-image {
    border-radius: 27px;
    height: 534px;
  }
}

@media (max-width: 764px) {
  .secondary-image {
    border-radius: 21px;
    height: 389px;
  }
}

/* divider */

.company-secondary-image-wrapper {
  height: 572px;
  width: 267px;
  transform: rotate(-6deg);
  position: absolute;
  left: 43px;
  top: 24px;
}

@media (max-width: 1023px) {
  .company-secondary-image-wrapper {
    height: 572px;
    width: 241px;
    transform: rotate(-6deg);
    position: absolute;
    left: 42px;
    top: 21px;
  }
}

@media (max-width: 764px) {
  .company-secondary-image-wrapper {
    height: 572px;
    width: 181px;
    transform: rotate(-6deg);
    position: absolute;
    left: 38px;
    top: 15px;
  }
}

.company-secondary-image {
  border-radius: 30px;
  height: 577px;
}

@media (max-width: 1023px) {
  .company-secondary-image {
    border-radius: 30px;
    height: 521px;
  }
}

@media (max-width: 764px) {
  .company-secondary-image {
    border-radius: 23px;
    height: 392px;
  }
}

.footer-download-cta {
  justify-content: center;
}

.footer-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.footer-item {
  height: 100px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

.footer-logo {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .footer-list {
    padding-top: 25px;
  }

  .footer-item {
    margin-right: 20px;
  }
}

@media (max-width: 764px) {
  .footer-item {
    margin-right: 10px;
    height: 50px;
    width: 100px;
  }
}

.section-kiosk {
  display: flex;
  justify-content: space-between;
}

.section-kiosk-wrapper {
  margin-bottom: 25px;
}

.section-wrapper-bottom {
  padding-bottom: 47px;
}

.section-title-kiosk {
  text-align: center;
  width: 100%;
}

.section-kiosk-list {
  width: 50%;
  text-align: center;
  padding-top: 65px;
}

.section-kiosk-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-kiosk-title {
  margin-bottom: 25px;
  max-width: 340px;
  text-align: center;
  font-size: 32px;
}

.section-kisok-dot {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #D2DFD6;
  border-radius: 50%;
  margin-bottom: 35px;
}

.section-kisok-dot + .section-kisok-dot {
  margin-bottom: 70px;
}

.section-kiosk-number {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #0E7431;
  font-weight: bold;
  -webkit-box-shadow: 5px 5px 15px 5px #e7e7e7; 
  box-shadow: 5px 5px 15px 5px #e7e7e7;
  margin-bottom: 30px;
}

@media (max-width: 764px) {
  .section-kiosk {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-wrapper-bottom {
    padding-bottom: 0;
  }

  .section-title-kiosk {
    margin-left: 0;
    margin-bottom: 40px;
  }

  .section-kiosk-title {
    font-size: 22px;
    width: 60%;
  }

  .section-kiosk-number {
    width: 30px;
    height: 30px;
  }

  .section-kiosk-list {
    width: 100%;
    padding-top: 0;
  }

  .section-kisok-dot + .section-kisok-dot {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .section-wrapper-bottom {
    padding-bottom: 60px;
  }

  .section-kiosk-title {
    font-size: 22px;
    width: 100%;
  }

  .section-kiosk-list {
    padding-top: 25px;
  }
}


.section-wrapper-top-image-wrapper {
  display: none;
}

.section-wrapper-top-image-wrapper-mobile {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-wrapper-top-image-wrapper-mobile {
    display: block;
  }

  .section-title-main {
    margin-bottom: 25px;
  }

  .company-legend-bottom {
    box-shadow: 0px 53px 115px -39px rgba(231,231,231,1);
  }

  .section-item {
    padding-top: 5px;
  }
}

@media (min-width: 1024px) {
  .section-wrapper-top-image-wrapper {
    display: block;
    padding: 145px 0 400px;
    background: url(../images/Ellipse106.jpg) center no-repeat;
    background-size: cover;
    position: relative;
  }

  .company-legend-bottom {
    box-shadow: none;
  }
  

  .section-wrapper-top-add-banner-image {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 20px;
  }

  .section-wrapper-top-header {
    max-width: 1200px;
    width: 100%;
    margin:  0 auto;
  }

  .section-wrapper-middle-wrapper {
    margin-top: -150px;
  }

  .section-wrapper-top-add {
    background: #EEFAF2;
    width: 100%;
    position: absolute;
    height: 280px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .section-wrapper-top-image-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  .section-wrapper-top-image {
    width: 100%;
  }
}

