.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-image: -webkit-linear-gradient(0deg, #fff 13%, rgba(71, 150, 175, 0) 57%), url('../images/khendi-lee-25583-unsplash-copy.jpg');
  background-image: linear-gradient(90deg, #fff 13%, rgba(71, 150, 175, 0) 57%), url('../images/khendi-lee-25583-unsplash-copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 22px -6px #000;
}

.nav-link {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.div-block {
  width: 45%;
  padding-left: 45px;
}

.heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #424141;
  font-size: 45px;
}

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

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

.button {
  border: 2px solid #3d3d3d;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #3d3d3d;
  line-height: 15px;
}

.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-2 {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f1f1f1;
}

.row {
  text-align: center;
}

.div-block-3 {
  border: 3px none #06417c;
}

.text-block {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-4 {
  width: 20%;
  height: 3px;
  margin: 15px auto 10px;
  background-image: -webkit-linear-gradient(3deg, #06417c, #259972);
  background-image: linear-gradient(87deg, #06417c, #259972);
}

.div-block-4.line {
  width: 15%;
}

.section-2 {
  display: block;
  padding-top: 50px;
  padding-bottom: 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;
  background-image: url('../images/floriane-vita-88722-unsplash.jpg');
  background-position: 50% 50%;
  background-size: 550px;
  background-repeat: repeat-x;
  text-align: center;
}

.div-block-5 {
  height: 250px;
  background-image: url('../images/floriane-vita-88722-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.div-block-6 {
  background-image: -webkit-linear-gradient(270deg, rgba(238, 38, 38, .5), rgba(238, 38, 38, .5));
  background-image: linear-gradient(180deg, rgba(238, 38, 38, .5), rgba(238, 38, 38, .5));
}

.container-2 {
  position: static;
  overflow: visible;
  height: 350px;
}

.div-block-7 {
  position: static;
  top: 133px;
  width: 50%;
  height: 300px;
}

.div-block-8 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  -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-linear-gradient(270deg, rgba(252, 25, 25, .5), rgba(252, 25, 25, .5));
  background-image: linear-gradient(180deg, rgba(252, 25, 25, .5), rgba(252, 25, 25, .5));
}

.container-3 {
  height: 450px;
  background-image: -webkit-linear-gradient(0deg, #259972, #06417c 49%, #fff 0);
  background-image: linear-gradient(90deg, #259972, #06417c 49%, #fff 0);
  box-shadow: 1px 1px 46px -14px #000;
}

.heading-2 {
  margin-top: 50px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.paragraph-2 {
  margin-top: 20px;
  margin-left: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: left;
}

.button-2 {
  margin-left: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.column {
  padding-right: 46px;
  text-align: left;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.container-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-3 {
  height: 100%;
  margin-top: 70px;
  padding-top: 0px;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  text-align: center;
}

.column-3 {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(6, 65, 124, .63), rgba(6, 65, 124, .63)), url('../images/drew-hays-206414-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(6, 65, 124, .63), rgba(6, 65, 124, .63)), url('../images/drew-hays-206414-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column-4 {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(37, 153, 114, .69), rgba(37, 153, 114, .69)), url('../images/daniel-von-appen-313740-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(37, 153, 114, .69), rgba(37, 153, 114, .69)), url('../images/daniel-von-appen-313740-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.row-3 {
  height: 100%;
  padding-top: 0px;
}

.div-block-9 {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
}

.div-block-10 {
  width: 15%;
  height: 2px;
  margin-top: 20px;
  background-color: #fff;
}

.paragraph-3 {
  width: 70%;
  margin-top: 20px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.button-3 {
  border: 2px solid #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.section-4 {
  background-color: #181818;
}

.container-5 {
  padding-top: 65px;
  padding-bottom: 35px;
}

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

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.div-block-11 {
  width: 15%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #149366;
}

.list-item {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #a0a0a0;
  text-transform: capitalize;
}

.list-item.nocap {
  text-transform: none;
}

.image-3 {
  float: left;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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-linear-gradient(45deg, rgba(21, 148, 103, .98) 8%, rgba(8, 65, 125, .49) 76%), url('../images/jonathan-riley-118591-unsplash.jpg');
  background-image: linear-gradient(45deg, rgba(21, 148, 103, .98) 8%, rgba(8, 65, 125, .49) 76%), url('../images/jonathan-riley-118591-unsplash.jpg');
  background-position: 0px 0px, 50% -3%;
  background-size: auto, cover;
}

.section-5.trade {
  background-image: -webkit-linear-gradient(45deg, rgba(21, 148, 103, .98) 8%, rgba(8, 65, 125, .49) 76%), url('../images/igor-ovsyannykov-324720-unsplash.jpg');
  background-image: linear-gradient(45deg, rgba(21, 148, 103, .98) 8%, rgba(8, 65, 125, .49) 76%), url('../images/igor-ovsyannykov-324720-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-5.trade.prod {
  background-image: -webkit-linear-gradient(45deg, rgba(21, 148, 103, .98) 8%, rgba(8, 65, 125, .49) 76%), url('../images/drew-hays-206414-unsplash.jpg');
  background-image: linear-gradient(45deg, rgba(21, 148, 103, .98) 8%, rgba(8, 65, 125, .49) 76%), url('../images/drew-hays-206414-unsplash.jpg');
}

.div-block-12 {
  height: 4px;
  background-image: -webkit-linear-gradient(0deg, #08417d, #159467);
  background-image: linear-gradient(90deg, #08417d, #159467);
}

.div-block-12.smal {
  width: 15%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block-12.smal.mid {
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  text-shadow: 1px 1px 50px #000;
}

.heading-6 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

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

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

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

.heading-7 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.paragraph-5 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.row-4 {
  margin-top: 35px;
}

.text-block-3 {
  display: inline-block;
  margin-left: 4px;
  font-family: Lato, sans-serif;
  font-size: 14.2px;
}

.div-block-13 {
  display: block;
  width: 100%;
  margin-top: 15px;
  float: left;
  font-size: 16px;
}

.div-block-14 {
  margin-top: 45px;
  text-align: center;
}

.button-4 {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #149366;
  font-family: Montserrat, sans-serif;
}

.button-4.azu {
  border: 2px solid #08417d;
  background-color: transparent;
  color: #08417d;
}

.form-block {
  padding: 15px;
  box-shadow: 6px 6px 20px -10px #000;
  text-align: center;
}

.form {
  font-family: Montserrat, sans-serif;
}

.field-label {
  font-weight: 300;
}

.field-label-2 {
  font-weight: 300;
}

.textarea {
  padding-bottom: 25px;
}

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

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

.link-2 {
  color: #a0a0a0;
  text-decoration: none;
}

.link-3 {
  color: #a0a0a0;
  text-decoration: none;
}

@media (max-width: 991px) {
  .div-block {
    padding-left: 20px;
  }
  .heading-2 {
    margin-top: 0px;
  }
  .section-3 {
    height: 100%;
  }
  .div-block-9 {
    padding-right: 30px;
    padding-left: 4px;
  }
  .paragraph-3 {
    width: 100%;
  }
  .row-4.rowdeba {
    margin-top: 0px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    background-color: #fff;
    box-shadow: -2px 0 21px -4px #000;
  }
  .icon {
    color: #222121;
  }
}

@media (max-width: 767px) {
  .section {
    background-image: -webkit-linear-gradient(0deg, #fff 13%, rgba(71, 150, 175, 0) 82%), url('../images/khendi-lee-25583-unsplash-copy.jpg');
    background-image: linear-gradient(90deg, #fff 13%, rgba(71, 150, 175, 0) 82%), url('../images/khendi-lee-25583-unsplash-copy.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .div-block {
    width: 65%;
    padding-left: 15px;
  }
  .div-block-3 {
    margin-top: 20px;
  }
  .section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-3 {
    height: 550px;
  }
  .heading-2 {
    font-size: 32px;
  }
  .paragraph-2 {
    margin-top: 0px;
    font-size: 12px;
  }
  .row-5 {
    display: block;
  }
}

@media (max-width: 479px) {
  .section {
    background-image: -webkit-linear-gradient(0deg, #fff 13%, rgba(71, 150, 175, 0) 85%), url('../images/khendi-lee-25583-unsplash-copy.jpg');
    background-image: linear-gradient(90deg, #fff 13%, rgba(71, 150, 175, 0) 85%), url('../images/khendi-lee-25583-unsplash-copy.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .div-block {
    width: 75%;
    padding-left: 15px;
  }
  .heading {
    font-size: 35px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.pharma {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-2 {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    background-image: -webkit-linear-gradient(270deg, #259972, #06417c 49%, #fff 0);
    background-image: linear-gradient(180deg, #259972, #06417c 49%, #fff 0);
  }
  .heading-2 {
    margin-top: -20px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 25px;
  }
  .paragraph-2 {
    margin-left: 5px;
    line-height: 16px;
  }
  .button-2 {
    margin-left: 7px;
    padding: 1px 5px;
  }
  .column {
    height: 100%;
    margin-top: 0px;
    padding: 35px 8px 121px 3px;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .row-2 {
    display: block;
    height: 100%;
  }
  .div-block-9 {
    padding-left: 5px;
  }
  .paragraph-3 {
    width: 95%;
  }
  .image-2 {
    position: static;
    left: 0px;
    top: 82px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 37px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-3 {
    margin-bottom: 15px;
  }
  .div-block-12.smal.mid {
    margin-right: 0px;
    margin-left: 15px;
    float: left;
  }
  .heading-5 {
    font-size: 40px;
    text-align: center;
  }
  .heading-7 {
    margin-left: 10px;
    text-align: left;
  }
  .paragraph-5 {
    text-align: left;
  }
  .row-4.rowdeba {
    margin-top: 0px;
  }
  .text-block-3 {
    margin-left: 3px;
  }
  .button-4.azu {
    margin-top: 25px;
  }
  .row-5 {
    display: block;
  }
}