.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slide {
  display: none;
}

.dot {
  cursor: pointer;
  height: 3px;
  width: 50px;
  margin: 0 2px;
  background-color: #d8d8d8;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #0071c1;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.dots_container {
  position: absolute;
  bottom: 0;
}

* {
  font-family: "Libre Franklin", sans-serif !important;
  box-sizing: border-box;
  outline: 0px;
}
*:active, *:focus {
  outline: 0px;
}

.title {
  margin-bottom: 26px;
}
.title h1 {
  font-size: 32px;
  font-weight: bold;
  color: #0071c1;
  line-height: 1.8;
}
.title p {
  line-height: 1.8;
}

.align_right {
  text-align: right;
}

.button {
  padding: 12px 23px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background-color: #0071c1;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #0068b2;
}
.button.outline {
  border: solid #0071c1 1px;
  background-color: transparent;
  color: #0071c1;
  transition: color 0.3s ease, border 0.3s ease;
}
.button.outline:hover {
  color: #0068b2;
  border: solid #0068b2 1px;
}
.button.no-border {
  /* tablet */
  /* mobile */
}
@media screen and (max-width: 1024px) {
  .button.no-border {
    border: none;
    background-color: transparent;
    color: #0071c1;
    font-size: 13px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .button.no-border {
    border: none;
    background-color: transparent;
    color: #0071c1;
    font-size: 13px;
    font-weight: 600;
  }
}

header {
  width: 100%;
  padding: 28px 161px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  background-color: #def7ff;
  /* Temp */
  margin-top: -15px;
  /* tablet */
  /* mobile */
}
header .logo {
  width: 202px;
}
header .button {
  margin: 0 0 0 18px;
}
@media screen and (min-width: 1680px) {
  header {
    padding: 28px 360px;
  }
  header .logo {
    width: 232px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 28px 80px;
  }
  header .logo {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    width: 100%;
    padding: 10px 60px;
    position: relative;
    background-color: #def7ff;
  }
  header .logo {
    width: 140px;
  }
  header .button {
    margin: 0 0 0 18px;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 10px 13px;
    position: relative;
    background-color: #def7ff;
  }
  header .logo {
    width: 60px;
  }
  header .button {
    margin: 0 0 0 18px;
  }
}

section {
  width: 100%;
}

.section_1 {
  background-image: url("./assets/bg_1.svg");
  background-position: cover;
  height: 752px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 161px;
  /* tablet */
  /* mobile */
}
@media screen and (min-width: 1680px) {
  .section_1 {
    padding: 0 360px;
    background-position: bottom center;
  }
}
@media screen and (max-width: 1200px) {
  .section_1 {
    padding: 0 80px;
    background-position: bottom center;
    height: 500px;
  }
}
.section_1 .left_container {
  padding-top: 79px;
  max-width: 464px;
}
.section_1 .left_container h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}
.section_1 .left_container h1 {
  font-size: 32px;
  font-weight: bold;
  color: #0071c1;
  line-height: 1.7;
}
.section_1 .left_container p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
}
.section_1 .illustration {
  width: 570px;
}
@media screen and (max-width: 1200px) {
  .section_1 .illustration {
    width: 470px;
  }
}
.section_1 .right_container {
  position: relative;
  top: 41px;
  left: 122px;
}
@media screen and (max-width: 1400px) {
  .section_1 .right_container {
    left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .section_1 .right_container {
    left: 40px;
  }
}
.section_1 .right_container .sponsors {
  bottom: -46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.section_1 .right_container .sponsors .sponsors-container {
  width: 100%;
}
.section_1 .right_container .sponsors p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  color: #0071c1;
  margin-right: 39px;
}
.section_1 .right_container .sponsors .sponsors-container img {
  margin-right: 36px;
  height: 78px;
  width: auto;
}
/* .section_1 .right_container .sponsors .sponsors-container img:nth-child(2) {
  height: 78px;
  width: auto;
} */
.section_1 .right_container .sponsors .sponsors-container img:nth-child(2) {
  height: 75px;
  width: 143px;
}
.section_1 .right_container .sponsors .sponsors-container img:nth-child(3) {
  margin-right: 0;
}
.section_1 .right_container .sponsors .sponsors-container img:nth-child(4) {
  display: block;
  margin: auto;
  height: 40px;
  margin-top: 15px;
}

.section_clients
{
  padding-top: 40px;
  width: 100%;
  text-align: center;
}

.section_clients p
{
  color: #0071c1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7
}
.section_clients img
{
  width: 130px;
  margin: 30px;
}

#govilogo
{
  margin-top: 15px;
  width: 80px;
}

#weworklogo
{
  margin-bottom: 15px;
}

#cerilogo
{
  margin-bottom: 40px;
}

#spacecubedlogo
{
  padding-bottom: 13px;
  width: 150px;
}

#wrayslogo
{
  padding-bottom: 10px;
}

/* .section_1 .right_container .sponsors p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  color: #0071c1;
  margin-right: 39px;
}
.section_1 .right_container .sponsors img {
  margin-right: 36px;
}
.section_1 .right_container .sponsors img:nth-child(2) {
  height: 78px;
  width: auto;
}
.section_1 .right_container .sponsors img:nth-child(3) {
  height: 75px;
  width: 143px;
} */

@media screen and (max-width: 1400px) {
  .section_1 .right_container .sponsors p {
    margin-right: 20px;
  }
  .section_1 .right_container .sponsors .sponsors-container img {
    margin-right: 20px;
    height: 70px;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .section_1 .right_container .sponsors p {
    margin-right: 20px;
  }
  .section_1 .right_container .sponsors .sponsors-container img {
    margin-right: 20px;
    height: 78px;
    width: auto;
  }
}
@media screen and (max-width: 1130px) {
  .section_1 .right_container .sponsors p {
    margin-right: 20px;
  }
  .section_1 .right_container .sponsors .sponsors-container img {
    margin-right: 13px;
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .section_1 {
    background-image: url("./assets/bg_1.svg");
    background-position: 80%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 0 13px;
  }
  .section_1 .left_container {
    padding-top: 139px;
    max-width: 464px;
  }
  .section_1 .left_container h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
  }
  .section_1 .left_container h1 {
    font-size: 32px;
    font-weight: bold;
    color: #0071c1;
    line-height: 1.7;
    text-align: center;
  }
  .section_1 .left_container p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
  }
  .section_1 .illustration {
    width: 120%;
    margin-top: 0px;
  }
  .section_1 .right_container {
    position: relative;
    top: 0;
    left: 0;
  }
  .section_1 .right_container .sponsors {
    bottom: 0;
    /* display: flex; */
    display: block;
    padding: 80px 13px 0 13px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .section_1 .right_container .sponsors p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    color: #0071c1;
    margin-bottom: 20px;
    text-align: center;
  }
  .section_1 .right_container .sponsors .sponsors-container img {
    margin-right: unset;
    margin: 0 0 0 10%;
    height: 80px;
    width: auto;
  }
  /* .section_1 .right_container .sponsors .sponsors-container img:nth-child(2) {
    height: 80px;
    width: auto;
  } */
  .section_1 .right_container .sponsors .sponsors-container img:nth-child(2) {
    height: 80px;
    width: auto;
  }
  .section_1 .right_container .sponsors .sponsors-container img:nth-child(4) {
    height: 30px;
    margin-top: 0;
  }
  /* .section_1 .right_container .sponsors {
    bottom: 0;
    display: flex;
    padding: 80px 13px 0 13px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .section_1 .right_container .sponsors p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    color: #0071c1;
    margin-right: 39px;
    text-align: center;
  }
  .section_1 .right_container .sponsors img {
    margin-right: unset;
    margin: 0 0 0 10%;
  }
  .section_1 .right_container .sponsors img:nth-child(2) {
    height: 80px;
    width: auto;
  }
  .section_1 .right_container .sponsors img:nth-child(3) {
    height: 80px;
    width: auto;
  } */
}
@media screen and (max-width: 768px) {
  .section_1 {
    background-image: url("./assets/bg_1.svg");
    background-position: top center;
    height: auto;
    background-repeat: no-repeat;
    background-size: 210%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 0 13px;
  }
  .section_1 .left_container {
    padding-top: 79px;
    max-width: 464px;
  }
  .section_1 .left_container h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
  }
  .section_1 .left_container h1 {
    font-size: 32px;
    font-weight: bold;
    color: #0071c1;
    line-height: 1.7;
    text-align: center;
  }
  .section_1 .left_container p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
  }
  .section_1 .illustration {
    width: 100%;
    margin-top: 60px;
  }
  .section_1 .right_container {
    position: relative;
    top: 0;
    left: 0;
  }
  .section_1 .right_container .sponsors {
    bottom: 0;
    /* display: flex; */
    display: block;
    padding: 80px 13px 0 13px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .section_1 .right_container .sponsors .sponsors-container {
    width: 100%;
  }
  .section_1 .right_container .sponsors p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    color: #0071c1;
    margin-top: 20px;
    text-align: center;
  }
  .section_1 .right_container .sponsors .sponsors-container img {
    margin-right: unset;
    margin: 10% 5% 5% 5%;
    height: 50px;
    width: auto;
  }
  /* .section_1 .right_container .sponsors .sponsors-container img:nth-child(3) {
    height: 50px;
    width: auto;
  } */
  .section_1 .right_container .sponsors .sponsors-container img:nth-child(2) {
    height: 50px;
    width: auto;
  }
  /* .section_1 .right_container .sponsors img {
    margin-right: unset;
    margin: 10%;
  }
  .section_1 .right_container .sponsors img:nth-child(2) {
    height: 50px;
    width: auto;
  }
  .section_1 .right_container .sponsors img:nth-child(3) {
    height: 50px;
    width: auto;
  } */
}

/* 2 */
.section_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 131px 0;
  /* Section 2 tablet */
  /* Section 2 mobile */
}
.section_2 .left,
.section_2 .right {
  width: 50%;
}
.section_2 .left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 33px;
}
.section_2 .left img {
  position: absolute;
}
.section_2 .left img:nth-child(1) {
  width: 281px;
  right: 276px;
}
.section_2 .left img:nth-child(2) {
  width: 430px;
  right: 0;
}
@media screen and (min-width: 1680px) {
  .section_2 .left img:nth-child(1) {
    width: 365.3px;
    right: 358.8px;
  }
  .section_2 .left img:nth-child(2) {
    width: 559px;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_2 .left img:nth-child(1) {
    width: 238.85px;
    right: 234.6px;
  }
  .section_2 .left img:nth-child(2) {
    width: 365.5px;
    right: 0;
  }
}
.section_2 .right .descriptions {
  display: flex;
  flex-wrap: wrap;
}
.section_2 .right .descriptions .description {
  width: 42%;
  padding: 30px 28px 0 0;
}
.section_2 .right .descriptions .description .icon {
  background-image: url("./assets/mediator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 78px;
}
.section_2 .right .descriptions .description .icon img {
  width: 36px;
  height: 36px;
}
.section_2 .right .descriptions .description h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 26px 0 6px 0;
  color: #0071c1;
}
@media screen and (max-width: 1024px) {
  .section_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0px 15%;
    text-align: center;
  }
  .section_2 .left,
.section_2 .right {
    width: 100%;
  }
  .section_2 .left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 33px;
    height: auto;
  }
  .section_2 .left img {
    position: relative;
  }
  .section_2 .left img:nth-child(1) {
    width: 50%;
    left: -10%;
    position: absolute;
  }
  .section_2 .left img:nth-child(2) {
    width: 90%;
    left: 10%;
  }
  .section_2 .right .descriptions {
    display: flex;
    flex-wrap: wrap;
  }
  .section_2 .right .descriptions .description {
    width: 100%;
    padding: 30px 13px;
    text-align: center;
  }
  .section_2 .right .descriptions .description .icon {
    background-image: url("./assets/mediator.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 78px;
  }
  .section_2 .right .descriptions .description .icon img {
    width: 36px;
    height: 36px;
  }
  .section_2 .right .descriptions .description h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 26px 0 6px 0;
    color: #0071c1;
  }
}
@media screen and (max-width: 768px) {
  .section_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0px 13px;
    text-align: center;
  }
  .section_2 .left,
.section_2 .right {
    width: 100%;
  }
  .section_2 .left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 33px;
    height: auto;
  }
  .section_2 .left img {
    position: relative;
  }
  .section_2 .left img:nth-child(1) {
    width: 50%;
    right: 0;
  }
  .section_2 .left img:nth-child(2) {
    width: 50%;
    right: 0;
  }
  .section_2 .right .descriptions {
    display: flex;
    flex-wrap: wrap;
  }
  .section_2 .right .descriptions .description {
    width: 100%;
    padding: 30px 13px;
    text-align: center;
  }
  .section_2 .right .descriptions .description .icon {
    background-image: url("./assets/mediator.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 78px;
  }
  .section_2 .right .descriptions .description .icon img {
    width: 36px;
    height: 36px;
  }
  .section_2 .right .descriptions .description h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 26px 0 6px 0;
    color: #0071c1;
  }
}

/* 3 */
.section_3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 33px 0;
  /* Section 3 mobile */
  /* Section 3 mobile */
}
.section_3 .left {
  width: 60%;
  padding: 158px;
}
@media screen and (min-width: 1680px) {
  .section_3 .left {
    padding: 158px 158px 158px 360px;
  }
}
@media screen and (max-width: 1200px) {
  .section_3 .left {
    padding: 158px 158px 158px 80px;
  }
}
.section_3 .left h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0071c1;
}
.section_3 .left p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
}
.section_3 .left .button {
  margin: 38px 0 0 0;
}
.section_3 .right {
  width: 40%;
}
.section_3 .right img {
  position: absolute;
  right: 0px;
  top: -236px;
}
@media screen and (max-width: 1200px) {
  .section_3 .right img {
    right: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .section_3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px;
    text-align: left;
  }
  .section_3 .left {
    width: 100%;
    margin: 10%;
    padding: 158px 0 0 0;
  }
  .section_3 .left h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0071c1;
  }
  .section_3 .left p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }
  .section_3 .left .button {
    margin: 38px 0 0 0;
  }
  .section_3 .right {
    width: 100%;
    height: auto;
  }
  .section_3 .right img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .section_3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    width: 100%;
    padding: 33px 0px;
    text-align: center;
  }
  .section_3 .left {
    width: 100%;
    padding: 13px;
  }
  .section_3 .left h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0071c1;
  }
  .section_3 .left p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }
  .section_3 .left .button {
    margin: 38px 0 0 0;
  }
  .section_3 .right {
    width: 100%;
    height: auto;
  }
  .section_3 .right img {
    position: unset;
    width: 100%;
  }
}

/* 4 */
.section_4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 323px 0 0 0;
  padding: 58px;
  /* Section 4 tablet */
  /* Section 4 mobile */
}
@media screen and (min-width: 1680px) {
  .section_4 {
    padding: 58px 80px 58px 58px;
  }
}
.section_4 .left {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .section_4 .left {
    left: 80%;
  }
}
.section_4 .left img {
  position: absolute;
  left: -8px;
  top: -236px;
}
@media screen and (max-width: 1200px) {
  .section_4 .left img {
    left: -100px;
  }
}
.section_4 .right {
  width: 62%;
  padding: 58px 58px 58px 241px;
}
@media screen and (max-width: 1200px) {
  .section_4 .right {
    width: 35%;
    padding: 0px;
    position: relative;
    right: -100px;
  }
}
.section_4 .right h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0071c1;
}
.section_4 .right p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
}
.section_4 .right .button {
  margin: 38px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .section_4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 150px 0;
    padding: 0;
  }
  .section_4 .left {
    width: 100%;
  }
  .section_4 .left img {
    position: absolute;
    width: 35%;
    left: 0;
    top: 0;
  }
  .section_4 .right {
    width: 60%;
    margin: 0 10% 0 0;
    position: unset;
    text-align: left;
  }
  .section_4 .right h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0071c1;
  }
  .section_4 .right p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }
  .section_4 .right .button {
    margin: 38px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section_4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section_4 .left {
    width: 100%;
  }
  .section_4 .left img {
    position: unset;
    width: 90%;
  }
  .section_4 .right {
    width: 100%;
    padding: 13px;
    margin: 0;
    position: unset;
    text-align: center;
  }
  .section_4 .right h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0071c1;
  }
  .section_4 .right p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }
  .section_4 .right .button {
    margin: 38px 0 0 0;
  }
}

/* 5 */
.section_5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 0;
  margin: 308px 0 0 0;
  /* Section 5 tablet */
  /* Section 5 mobile */
}
@media screen and (max-width: 1200px) {
  .section_5 {
    margin: 408px 0 0 0;
  }
}
.section_5 .left {
  width: 60%;
  padding: 0 158px;
}
@media screen and (max-width: 1200px) {
  .section_5 .left {
    padding: 0 80px;
  }
}
.section_5 .left .form_container {
  padding: 43px 43px 36px 74px;
  background-color: #ddf7ff;
}
.section_5 .left .form_container h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0071c1;
}
.section_5 .left .form_container p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
}
.section_5 .left .form_container .input_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 27px 0 0 0;
}
.section_5 .left .form_container .input_row input {
  padding: 11px 7px;
  border-radius: 4px;
  border: solid 1px transparent;
  color: #0071c1;
  font-size: 15px;
  font-weight: normal;
  transition: border 0.3s;
}
.section_5 .left .form_container .input_row input:focus {
  border: solid 1px #0071c1;
}
.section_5 .left .form_container .input_row input:nth-child(1) {
  width: 49%;
  margin-bottom: 8px;
}
.section_5 .left .form_container .input_row input:nth-child(2) {
  width: 49%;
  margin-bottom: 8px;
}
.section_5 .left .form_container .input_row input:nth-child(3) {
  width: 100%;
}
.section_5 .left .form_container .button {
  margin: 17px 0 0 0;
  padding: 12px 42px;
}
.section_5 .right {
  width: 40%;
}
.section_5 .right img {
  position: absolute;
  right: 0;
  top: -236px;
}
@media screen and (max-width: 1200px) {
  .section_5 .right img {
    right: -130px;
  }
}
@media screen and (max-width: 1024px) {
  .section_5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .section_5 .left {
    width: 100%;
    margin: 50px 0 0 10%;
    padding: 0;
    text-align: center;
  }
  .section_5 .left .form_container {
    padding: 21px 18px;
    background-color: #ddf7ff;
    box-shadow: 0 18px 40px -12px #d2d2d2;
  }
  .section_5 .left .form_container h2 {
    font-size: 25px;
    font-weight: bold;
    color: #0071c1;
    margin-bottom: 20px;
  }
  .section_5 .left .form_container p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }
  .section_5 .left .form_container .input_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 27px 0 0 0;
  }
  .section_5 .left .form_container .input_row input {
    padding: 11px 7px;
    border-radius: 4px;
    border: solid 1px transparent;
    color: #0071c1;
    font-size: 15px;
    font-weight: normal;
    transition: border 0.3s;
  }
  .section_5 .left .form_container .input_row input:focus {
    border: solid 1px #0071c1;
  }
  .section_5 .left .form_container .input_row input:nth-child(1) {
    width: 100%;
    margin-bottom: 8px;
  }
  .section_5 .left .form_container .input_row input:nth-child(2) {
    width: 100%;
    margin-bottom: 8px;
  }
  .section_5 .left .form_container .input_row input:nth-child(3) {
    width: 100%;
  }
  .section_5 .left .form_container .align_right {
    text-align: center;
  }
  .section_5 .left .form_container .align_right .button {
    margin: 17px 0 0 0;
    padding: 12px 42px;
  }
  .section_5 .right {
    width: 100%;
  }
  .section_5 .right img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .section_5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    width: 100%;
    padding: 18px 0;
    margin: 0;
  }
  .section_5 .left {
    width: 100%;
    padding: 13px;
    margin: 0;
    text-align: center;
  }
  .section_5 .left .form_container {
    padding: 21px 18px;
    background-color: #ddf7ff;
    box-shadow: 0 18px 40px -12px #d2d2d2;
  }
  .section_5 .left .form_container h2 {
    font-size: 25px;
    font-weight: bold;
    color: #0071c1;
    margin-bottom: 20px;
  }
  .section_5 .left .form_container p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }
  .section_5 .left .form_container .input_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 27px 0 0 0;
  }
  .section_5 .left .form_container .input_row input {
    padding: 11px 7px;
    border-radius: 4px;
    border: solid 1px transparent;
    color: #0071c1;
    font-size: 15px;
    font-weight: normal;
    transition: border 0.3s;
  }
  .section_5 .left .form_container .input_row input:focus {
    border: solid 1px #0071c1;
  }
  .section_5 .left .form_container .input_row input:nth-child(1) {
    width: 100%;
    margin-bottom: 8px;
  }
  .section_5 .left .form_container .input_row input:nth-child(2) {
    width: 100%;
    margin-bottom: 8px;
  }
  .section_5 .left .form_container .input_row input:nth-child(3) {
    width: 100%;
  }
  .section_5 .left .form_container .align_right {
    text-align: center;
  }
  .section_5 .left .form_container .align_right .button {
    margin: 17px 0 0 0;
    padding: 12px 42px;
  }
  .section_5 .right {
    width: 100%;
  }
  .section_5 .right img {
    position: relative;
    right: -10%;
    top: 0;
    width: 90%;
  }
}

/* 6 */
.section_6 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 53px 0;
  margin: 325px 0 0 0;
  height: 700px;
  /* Section 6 tablet */
  /* Section 6 mobile */
}
.section_6 .left {
  width: 45%;
  height: 100%;
  position: relative;
}
.section_6 .left img.slide_photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  border-radius: 6px;
}
.section_6 .right {
  position: relative;
  width: 55%;
  height: 460px;
  padding: 0px 130px 0px 70px;
  margin-top: 72px;
}
.section_6 .right h4 {
  font-size: 20px;
  font-weight: 600;
}
.section_6 .right h1 {
  font-size: 32px;
  font-weight: 600;
  color: #0071c1;
}
.section_6 .right span {
  font-size: 18px;
  font-weight: normal;
}
.section_6 .right hr {
  margin-top: 19px;
  border-width: 0.5px;
  border-color: #0071c1;
}
.section_6 .right p {
  margin-top: 22px;
  font-size: 20px;
  font-weight: normal;
}
.section_6 .right .dots_container {
  position: absolute;
  bottom: -80px;
}
@media screen and (max-width: 1024px) {
  .section_6 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px;
    margin: 0;
    margin: 195px 5% 0 5%;
    height: auto;
  }
  .section_6 .left {
    width: 40%;
    height: auto;
    position: relative;
  }
  .section_6 .left img.slide_photo {
    position: unset;
    right: 0;
    top: 0;
    width: 60%;
    border-radius: 6px;
  }
  .section_6 .right {
    position: relative;
    width: 40%;
    height: auto;
    padding: 0;
    margin-top: 24px;
    text-align: left;
  }
  .section_6 .right h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .section_6 .right h1 {
    font-size: 25px;
    font-weight: 600;
    color: #0071c1;
    padding: 17px 0;
  }
  .section_6 .right span {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }
  .section_6 .right hr {
    margin-top: 15px;
    border-width: 0.5px;
    border-color: #0071c1;
  }
  .section_6 .right p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
  }
  .section_6 .right .dots_container {
    position: absolute;
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .section_6 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 13px;
    margin: 0;
    height: auto;
  }
  .section_6 .left {
    width: 100%;
    height: auto;
    position: relative;
  }
  .section_6 .left img.slide_photo {
    position: unset;
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 6px;
  }
  .section_6 .right {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 24px;
    text-align: center;
  }
  .section_6 .right h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .section_6 .right h1 {
    font-size: 25px;
    font-weight: 600;
    color: #0071c1;
    padding: 17px;
  }
  .section_6 .right span {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
  }
  .section_6 .right hr {
    margin-top: 15px;
    border-width: 0.5px;
    border-color: #0071c1;
  }
  .section_6 .right p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
  }
  .section_6 .right .dots_container {
    position: unset;
  }
}

/* 7 */
.section_7 {
  padding: 240px 160px 0 160px;
  /* Section 7 mobile */
}
.section_7 h1 {
  font-size: 32px;
  font-weight: 600;
  color: #0071c1;
}
.section_7 .faq_container {
  margin-top: 40px;
}
.section_7 .faq_container .faq_item {
  margin: 25px 0;
  cursor: pointer;
}
.section_7 .faq_container .faq_item.collapsed .faq_title {
  color: black;
}
.section_7 .faq_container .faq_item p {
  font-size: 20px;
}
.section_7 .faq_container .faq_item .faq_title {
  display: flex;
  margin-bottom: 8px;
  color: #0071c1;
  transition: color 0.2s ease-in-out;
}
.section_7 .faq_container .faq_item .faq_title:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("./assets/cross.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 32px;
  transition: transform 0.2s ease-in-out;
}
.section_7 .faq_container .faq_item .faq_text {
  margin-left: 52px;
  height: auto;
  overflow: hidden;
}
.section_7 .faq_container .faq_item.collapsed .faq_text {
  height: 0;
}
.section_7 .faq_container .faq_item.collapsed .faq_title:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("./assets/cross.svg");
  transform: rotate(45deg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .section_7 {
    padding: 50px 13px;
    margin-top: 100px;
    text-align: center;
  }
  .section_7 h1 {
    font-size: 32px;
    font-weight: 600;
    color: #0071c1;
  }
  .section_7 .faq_container {
    margin-top: 40px;
  }
  .section_7 .faq_container .faq_item {
    margin: 25px 0;
  }
  .section_7 .faq_container .faq_item p {
    font-size: 20px;
  }
  .section_7 .faq_container .faq_item .faq_title {
    display: flex;
    margin-bottom: 8px;
  }
  .section_7 .faq_container .faq_item .faq_title.active {
    color: #0071c1;
  }
  .section_7 .faq_container .faq_item .faq_title:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("./assets/cross.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 32px;
  }
  .section_7 .faq_container .faq_item .faq_text {
    margin-left: 0;
    font-size: 15px;
  }
}

footer {
  height: 370px;
  width: 100%;
  display: flex;
  padding: 80px 132px;
  background-image: url("./assets//footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  /* Footer mobile */
}
@media screen and (max-width: 1200px) {
  footer {
    height: 420px;
  }
}
footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 152px 0 0 106px;
}
footer .social .icon {
  background-image: url("./assets/mediator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 58px;
  margin: 15px;
}
footer .social .icon img {
  width: 26px;
  height: 26px;
}
footer .descriptions {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  padding: 0 0 0 32px;
}
footer .descriptions .footer_description {
  padding: 30px 28px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .descriptions .footer_description:nth-child(1) {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  footer .descriptions .footer_description {
    padding: 10px 8px 0 0;
  }
}
footer .descriptions .footer_description .icon {
  background-image: url("./assets/mediator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 58px;
}
@media screen and (max-width: 1200px) {
  footer .descriptions .footer_description .icon {
    width: 44.8px;
    height: 46.4px;
  }
}
footer .descriptions .footer_description .icon img {
  width: 26px;
  height: 26px;
}
footer .descriptions .footer_description p {
  font-size: 20px;
  margin-left: 20px;
  font-weight: normal;
  color: #0071c1;
}
@media screen and (max-width: 1200px) {
  footer .descriptions .footer_description p {
    font-size: 16px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    height: 600px;
    width: 100%;
    display: flex;
    padding: 13px;
    background-image: url("./assets//footer.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: -100px;
  }
  footer .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  footer .social .icon {
    background-image: url("./assets/mediator.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 58px;
    margin: 15px;
  }
  footer .social .icon img {
    width: 26px;
    height: 26px;
  }
  footer .descriptions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }
  footer .descriptions .footer_description {
    width: 100%;
    padding: 30px 28px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  footer .descriptions .footer_description:nth-child(1) {
    width: 100%;
  }
  footer .descriptions .footer_description .icon {
    background-image: url("./assets/mediator.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 58px;
  }
  footer .descriptions .footer_description .icon img {
    width: 26px;
    height: 26px;
  }
  footer .descriptions .footer_description p {
    font-size: 15px;
    margin-left: 20px;
    font-weight: normal;
    color: #0071c1;
    width: 67%;
  }
}

.sub_footer {
  width: 100%;
  background-color: #def7ff;
}
.sub_footer p {
  font-size: 11px;
  color: #333;
  padding: 10px 170px;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Modal mobile */
}
#modal.hidden {
  display: none;
}
#modal .body {
  position: relative;
  width: 1017px;
  height: 507px;
  border-radius: 10px;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 74px 0 0;
}
#modal .body .right {
  text-align: center;
}
#modal .body .right h3 {
  font-size: 32px;
  font-weight: normal;
  color: #333333;
}
#modal .body .right a {
  margin-top: 20px;
  display: block;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  color: #0071c1;
}
#modal #close {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: 30px;
  cursor: pointer;
  top: 0;
  right: 0;
  background-image: url("./assets/close-10.svg");
  transform: scale3d(1, 1, 1) rotate(0deg);
  opacity: 0.3;
  transition: transform 0.16s ease-in-out, opacity 0.16s ease-in-out;
}
#modal #close:hover {
  transform: scale3d(1.1, 1.1, 1.1) rotate(90deg);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #modal {
    position: fixed;
    padding: 13px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
  }
  #modal.hidden {
    display: none;
  }
  #modal .body {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0 30px 0;
  }
  #modal .body img {
    width: 85%;
    margin-bottom: 30px;
  }
  #modal .body .right {
    text-align: center;
    padding: 30px;
  }
  #modal .body .right h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
  }
  #modal .body .right a {
    margin-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #0071c1;
  }
  #modal #close {
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin: 18px;
    cursor: pointer;
    top: 0;
    right: 0;
    background-image: url("./assets/close-10.svg");
    transform: scale3d(1, 1, 1) rotate(0deg);
    opacity: 0.3;
    transition: transform 0.16s ease-in-out, opacity 0.16s ease-in-out;
  }
  #modal #close:hover {
    transform: scale3d(1.1, 1.1, 1.1) rotate(90deg);
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
