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

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.section {
  height: 600px;
  background-image: url('../images/BG2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #21c093;
}

.text-block {
  margin-top: 17px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.main-title {
  margin-top: 52px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.text-block-2 {
  overflow: visible;
  margin-top: 12px;
  padding-right: 56px;
  padding-left: 56px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.section-2 {
  margin-top: -64px;
}

.text-block-3 {
  height: 120px;
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-3.type-text {
  height: auto;
  margin-top: 11px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #53d1ad;
  font-weight: 400;
}

.text-block-3.type-text:hover {
  color: #21c093;
}

.div-block {
  height: 140px;
  padding-top: 32px;
  padding-bottom: 32px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}

.div-block:hover {
  border: 2px solid #53d1ad;
  background-color: #fff;
}

.div-block:active {
  background-color: rgba(180, 255, 234, 0);
}

.image {
  width: 45px;
  text-align: center;
}

.section-3 {
  display: block;
  width: auto;
  margin-top: 62px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 54px;
  font-size: 16px;
  text-align: center;
}

.container {
  margin-top: 31px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.form-block {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: left;
}

.form {
  display: block;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background-color: #fafafa;
}

.field-label {
  font-size: 10px;
  line-height: 14px;
}

.submit-button {
  width: 100%;
  height: 55px;
  margin-top: 0px;
  border-radius: 2px;
  background-color: #ff895c;
  background-image: linear-gradient(314deg, #1a654c, #2bd76f);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  border: 2px solid #1986bc;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(314deg, #1a654c, #2bd76f);
  color: #26af63;
}

.text-field {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 79.2%, 0.5);
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.heading {
  color: #000;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}

.field-label-2 {
  color: #000;
  font-size: 16px;
}

.section-4 {
  height: auto;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 2px;
  background-color: #333;
  color: #363636;
}

.image-2 {
  display: block;
  width: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.small-title {
  margin-bottom: 27px;
  color: #fff;
  font-size: 35px;
  line-height: 32px;
  font-weight: 300;
}

.small-title.first {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.paragraph.first {
  color: #000;
  line-height: 25px;
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  height: 180px;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ebebeb;
}

.text-span {
  color: #53d1ad;
}

.text-span-2 {
  color: #26af63;
}

.text-span-3 {
  color: #000;
}

.text-span-4 {
  color: #000;
}

.container-2 {
  padding: 0px;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.bold-text {
  color: #616161;
  font-size: 16px;
  text-align: center;
}

.paragraph-2 {
  margin-top: 12px;
  text-align: center;
}

.section-6 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 80px;
  margin-top: 0px;
  background-color: #1b1b1b;
  color: #1a1a1a;
}

.text-block-4 {
  padding-top: 28px;
  padding-bottom: 28px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.button {
  width: 200px;
  height: 45px;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 20px;
  text-align: center;
}

.button:hover {
  border-radius: 2px;
  background-color: #1986bc;
  background-image: linear-gradient(314deg, #1a654c, #2bd76f);
}

.image-3 {
  margin-top: 94px;
  margin-left: 186px;
  float: left;
  clear: none;
}

.link {
  display: block;
  width: 250px;
  height: 55px;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.link:hover {
  border-style: solid;
  border-radius: 2px;
  background-color: #fff;
  color: #26af63;
  font-weight: 700;
}

.section-7 {
  height: 600px;
  margin-top: 55px;
}

.section-7.home {
  height: 530px;
  margin-top: 51px;
}

.section-7._2 {
  height: 400px;
  margin-top: 0px;
  background-color: #e4e4e4;
  background-image: url('../images/Untitled-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #d1d1d1;
}

.section-7._1 {
  height: auto;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-4 {
  margin-top: 0px;
  padding: 0px 126px 96px 56px;
}

.column-4 {
  height: auto;
  margin-top: 0px;
  text-align: right;
}

.column-4.part-2 {
  margin-top: 0px;
}

.column-4.home {
  margin-top: 173px;
  text-align: left;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.brand {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  float: left;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar {
  position: static;
  display: block;
  width: 100%;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.47);
  background-color: transparent;
}

.navlinks {
  color: #fff;
  font-size: 14px;
}

.navlinks:hover {
  text-decoration: underline;
}

.navlinks.w--current {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.navlinks.w--current:active {
  color: #fff;
}

.navlinks.w--current:focus {
  color: #fff;
}

.container-3 {
  width: 100%;
  clear: none;
}

.section-8 {
  height: 250px;
  background-image: linear-gradient(314deg, #1a654c, #2bd76f);
}

.heading-2 {
  margin-top: 51px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

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

.paragraph-3 {
  display: none;
  padding-right: 135px;
  padding-left: 135px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.bold-text-2 {
  color: #1986bc;
}

.bold-text-3 {
  color: #26af63;
}

.link-2 {
  color: #1986bc;
}

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

.image-5 {
  width: auto;
  height: 450px;
  margin-top: 0px;
  padding-right: 0px;
  text-align: right;
}

.column-5 {
  margin-top: 120px;
}

.image-6 {
  position: static;
}

.column-6 {
  margin-top: 0px;
}

.div-block-2 {
  height: 100%;
  border-top: 5px solid #26af63;
  border-bottom: 5px solid #26af63;
  background-color: rgba(42, 42, 42, 0.84);
  color: #f5d7d7;
}

.paragraph-4 {
  margin-top: 105px;
  padding-right: 96px;
  padding-left: 96px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.link-3 {
  display: block;
  width: 200px;
  height: 45px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.link-3:hover {
  background-color: #1986bc;
  background-image: linear-gradient(314deg, #1a654c, #2bd76f);
}

.bold-text-4 {
  line-height: 45px;
  font-weight: 300;
}

.bold-text-5 {
  padding-right: 11px;
  padding-left: 11px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
}

.paragraph-5 {
  margin-top: 10px;
  padding-right: 61px;
  padding-left: 0px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.section-9 {
  height: 400px;
  background-color: #fff;
}

.row-2 {
  margin-top: 27px;
}

.container-4 {
  height: 100%;
  border-bottom: 2px dashed #e0e0e0;
}

.column-7 {
  background-color: transparent;
}

.text-block-6 {
  margin-top: 118px;
  padding-right: 30px;
  color: #000;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
}

.row-3 {
  margin-top: -111px;
}

.image-7 {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

.container-6 {
  height: 650px;
  margin-top: 48px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f6f6f6;
}

.container-6.privacy {
  height: auto;
  padding-top: 15px;
  padding-bottom: 30px;
}

.paragraph-6 {
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.link-5.w--current {
  color: #fff;
  text-decoration: none;
}

.link-5.w--current:hover {
  text-decoration: underline;
}

.section-10 {
  height: 100vh;
  padding-bottom: 0px;
}

.section-11 {
  height: 700px;
}

.heading-3 {
  text-align: left;
}

.heading-4 {
  text-align: right;
}

.paragraph-7 {
  margin-top: 8px;
  padding-right: 115px;
  padding-left: 115px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.bold-text-6 {
  color: #000;
}

.bold-text-7 {
  color: #000;
}

.success-message {
  height: 150px;
  margin-top: 26px;
  padding-top: 67px;
  padding-bottom: 67px;
  border-radius: 4px;
  background-color: #1986bc;
}

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

.bold-text-8 {
  font-family: Lato, sans-serif;
}

.checkbox-field {
  margin-top: 25px;
  margin-bottom: 30px;
}

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

.privacytitle {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 700;
}

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

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

@media (max-width: 991px) {
  .main-title {
    margin-top: 25px;
    font-size: 45px;
    line-height: 55px;
  }
  .section-3 {
    margin-top: 39px;
  }
  .container {
    margin-top: 0px;
  }
  .form-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .form {
    text-align: left;
  }
  .section-4 {
    height: auto;
    padding-top: 44px;
  }
  .small-title {
    margin-bottom: 10px;
    line-height: 45px;
  }
  .small-title.first {
    line-height: 45px;
  }
  .column {
    padding-left: 18px;
  }
  .row {
    padding-top: 0px;
  }
  .container-2 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .section-7.home {
    height: auto;
    padding-bottom: 50px;
  }
  .section-7._2 {
    height: 350px;
    background-position: 50% 50%;
  }
  .section-7._1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .image-4 {
    padding-right: 55px;
    padding-left: 36px;
  }
  .column-4 {
    margin-top: 0px;
    padding-right: 37px;
  }
  .column-4.home {
    margin-top: 105px;
  }
  .navlinks {
    color: #26af63;
    font-weight: 500;
    text-align: center;
  }
  .navlinks.w--current {
    color: #26af63;
    text-align: center;
  }
  .paragraph-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .image-5 {
    margin-top: 0px;
  }
  .column-6 {
    margin-top: 0px;
  }
  .paragraph-4 {
    margin-top: 75px;
  }
  .paragraph-5 {
    padding-right: 0px;
  }
  .section-9 {
    height: 350px;
  }
  .row-2 {
    margin-top: 6px;
  }
  .text-block-6 {
    margin-top: 63px;
    padding-right: 0px;
  }
  .icon {
    color: #fff;
  }
  .nav-menu {
    width: 100%;
    margin-top: 58px;
    background-color: hsla(0, 0%, 100%, 0.9);
    text-align: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .paragraph-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 35px;
    line-height: 45px;
  }
  .text-block-2 {
    margin-top: 13px;
    padding-right: 26px;
    padding-left: 26px;
    font-size: 20px;
    line-height: 30px;
  }
  .form-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-4 {
    height: auto;
  }
  .image-2 {
    margin-top: 0px;
  }
  .small-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .small-title.first {
    margin-bottom: 20px;
  }
  .paragraph {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }
  .paragraph.first {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .row {
    display: block;
  }
  .section-5 {
    height: 220px;
  }
  .section-7.home {
    height: auto;
  }
  .section-7._1 {
    height: auto;
  }
  .image-4 {
    padding: 0px 131px;
  }
  .column-4 {
    margin-top: 27px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .column-4.home {
    margin-top: 20px;
  }
  .navlinks {
    color: #26af63;
    font-weight: 500;
    text-align: center;
  }
  .navlinks.w--current {
    color: #26af63;
    font-weight: 500;
    text-align: center;
  }
  .section-8 {
    height: 200px;
  }
  .heading-2 {
    margin-top: 25px;
  }
  .image-5 {
    width: auto;
    height: 300px;
    padding: 0px;
  }
  .column-6 {
    margin-top: 8px;
  }
  .div-block-2 {
    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;
  }
  .paragraph-4 {
    margin-top: 0px;
    padding: 33px;
  }
  .link-3 {
    margin-top: 0px;
  }
  .bold-text-4 {
    font-size: 30px;
  }
  .bold-text-5 {
    padding: 36px 0px 0px;
    font-size: 25px;
    line-height: 45px;
  }
  .paragraph-5 {
    text-align: center;
  }
  .section-9 {
    height: 470px;
  }
  .column-7 {
    text-align: center;
  }
  .text-block-6 {
    margin-top: 20px;
    text-align: center;
  }
  .row-3 {
    margin-top: -177px;
  }
  .icon {
    position: relative;
    color: #fff;
  }
  .nav-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-top: 60px;
    background-color: hsla(0, 0%, 100%, 0.9);
    text-align: center;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .image-8 {
    text-align: center;
  }
  .container-6 {
    margin-top: 0px;
  }
  .columns {
    display: block;
  }
  .column-8 {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .section {
    height: 560px;
  }
  .main-title {
    margin-top: 21px;
    font-size: 35px;
    line-height: 40px;
  }
  .text-block-2 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 25px;
  }
  .form-block {
    position: static;
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .form {
    display: block;
    text-align: left;
  }
  .field-label {
    font-size: 9px;
    line-height: 13px;
  }
  .section-4 {
    padding-top: 20px;
  }
  .image-2 {
    margin-top: 18px;
  }
  .small-title.first {
    display: block;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph.first {
    padding-right: 7px;
    padding-left: 7px;
  }
  .column {
    padding-bottom: 34px;
  }
  .section-5 {
    padding-top: 2px;
  }
  .text-span-2 {
    font-size: 30px;
  }
  .text-span-3 {
    font-size: 30px;
  }
  .text-span-4 {
    font-size: 30px;
  }
  .column-2 {
    padding-right: 8px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 8px;
  }
  .bold-text {
    font-size: 12px;
  }
  .paragraph-2 {
    font-size: 10px;
    line-height: 16px;
  }
  .link {
    margin-top: 28px;
  }
  .section-7._1 {
    padding-top: 20px;
  }
  .image-4 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navlinks {
    color: #26af63;
  }
  .navlinks.w--current {
    background-color: transparent;
    color: #26af63;
  }
  .section-8 {
    height: 150px;
  }
  .heading-2 {
    margin-top: 14px;
    font-size: 30px;
  }
  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }
  .bold-text-3 {
    font-size: 30px;
  }
  .image-5 {
    width: auto;
    padding: 0px;
  }
  .paragraph-4 {
    padding: 11px;
  }
  .link-3 {
    margin-top: 17px;
  }
  .bold-text-5 {
    padding-top: 0px;
    line-height: 35px;
  }
  .paragraph-5 {
    font-size: 14px;
    line-height: 20px;
  }
  .section-9 {
    height: 450px;
  }
  .text-block-6 {
    font-size: 30px;
    line-height: 40px;
  }
  .row-3 {
    margin-top: -140px;
  }
  .icon {
    color: #fff;
  }
  .nav-menu {
    margin-top: 55px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .container-5 {
    margin-top: 0px;
  }
  .container-6 {
    height: 550px;
  }
  .container-6.privacy {
    height: auto;
  }
  .paragraph-6 {
    font-size: 14px;
  }
  .section-10 {
    height: auto;
  }
  .paragraph-7 {
    font-size: 12px;
    line-height: 18px;
  }
  .success-message {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

