.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 20vh;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-color: #e5e5e5;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block {
  margin: 7px 50px 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #004287;
  font-size: 60px;
  line-height: 67px;
}

.image {
  width: auto;
  max-width: none;
  margin: 0px 0px 0px 70px;
}

.image-2 {
  max-width: none;
  margin: 0px 50px 0px 0px;
}

.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-3 {
  position: relative;
  top: -287px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 75px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  margin: 30px;
  background-color: #004287;
  font-size: 31px;
}

.button-2 {
  margin: 30px;
}

.div-block-3 {
  position: static;
  top: -293px;
  z-index: 0;
  display: block;
  width: 50%;
  height: 100%;
  min-height: 0px;
  background-image: url('../images/corp-colours-globe.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
  margin: 30px 30px 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #004287;
  text-decoration: none;
}

.link-block:hover {
  background-color: #27b0e5;
}

.text-block-2 {
  padding: 15px 65px 15px 15px;
  color: #fff;
  font-size: 33px;
  line-height: 34px;
  text-decoration: none;
}

.text-block-2.small {
  padding-top: 0px;
  padding-bottom: 15px;
  font-size: 19px;
}

.section-3 {
  padding: 50px 50px 50px 25px;
}

.div-block-4 {
  max-width: 500px;
  min-width: 700px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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: url('../images/Asset-14x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pasted-svg-78665x40.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  width: 50%;
}

.div-block-8 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  margin-top: 30px;
  -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;
}

.div-block-9 {
  width: 100vw;
  height: 20%;
}

@media screen and (max-width: 991px) {
  .section {
    height: 20vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    font-size: 40px;
    line-height: 50px;
  }
  .image {
    width: 70%;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 50px;
    padding-left: 0px;
  }
  .image-2 {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-left: 50px;
  }
  .div-block-2 {
    padding-left: 50px;
  }
  .link-block {
    margin-right: 0px;
  }
  .text-block-2 {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 21px;
  }
  .text-block-2.small {
    padding-bottom: 5px;
    font-size: 13px;
  }
  .div-block-5 {
    width: 50%;
  }
  .div-block-6 {
    width: 50%;
    height: 60%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 20vh;
  }
  .text-block {
    font-size: 36px;
    line-height: 44px;
  }
  .image {
    margin-left: 50px;
  }
  .link-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-block-2 {
    padding-right: 40px;
    padding-bottom: 5px;
    font-size: 19px;
    line-height: 22px;
  }
  .text-block-2.small {
    font-size: 13px;
  }
  .div-block-5 {
    width: 100%;
  }
  .div-block-6 {
    height: 50%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 10vh;
    padding-top: 11px;
    padding-bottom: 10px;
  }
  .text-block {
    margin-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .image {
    width: 80%;
    margin-top: 30px;
    margin-left: 40px;
  }
  .image-2 {
    margin-left: 40px;
  }
  .div-block-2 {
    padding: 10px 0px 0px 40px;
  }
  .div-block-3 {
    width: 80%;
    height: 100%;
  }
  .text-block-2 {
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 13px;
  }
  .text-block-2.small {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 9px;
  }
  .section-3 {
    padding: 20px 20px 20px 40px;
  }
  .div-block-5 {
    width: 100%;
    height: 100%;
  }
  .div-block-6 {
    width: 50%;
    height: 50%;
  }
  .div-block-7 {
    width: 20%;
  }
  .div-block-8 {
    height: 80%;
  }
}