@font-face {
  font-family: Lato;
  src: url(../font/Lato-Regular.ttf);
}

body {
  font-family: Lato;
}

.wrapper-top-content {
  background-image: url(../images/bg-top.png);
  width: 100%;
  height: auto;
  min-height: 900px;
  background-repeat: round;
  background-size: contain;
}

.wrapper {
  overflow: hidden;
}

.wrapper-content {
  z-index: 1;
}

.bg-footer {
  background-image: url(../images/bg-footer.png);
  height: auto;
  min-height: 750px;
  background-repeat: round;
  background-size: contain;
  position: absolute;
  left: 10%;
  width: 100%;
  bottom: 0px;
  z-index: 0;
}


.left-content {
  margin-right: 35%;
}

.wrapper-logo {
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 27px;
  padding-top: 56px;
  align-items: center;
}

.logo {
  width: 158px;
  height: 91px;
}

.logo-title {
  width: 240px;
  height: 58px;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
}

.wrapper-main-top-content {
  margin-top: 19px;
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
}

.content-description>p {
  font-weight: 600;
  font-size: 43px;
  line-height: 120%;
}

.content-title {
  margin-top: 240px;
  max-width: 553px;
}

.content-title>h6 {
  font-weight: 800;
  font-size: 62px;
  line-height: 120%;
  color: #0C155F;
}

.right-content-phone {
  position: absolute;
  right: 70px;
  top: 130px;
  width: 35%;
}

.main-content {
  margin-top: 120px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  color: #202497;
}

.content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 60px;
}

.content>span {
  margin-left: 20px;
}

.wrapper-footer-content {
  margin-top: 140px;
  z-index: 0;
}

.wrapper-footer-content .container {
  z-index: 1;
}

.footer-content {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #151979;
  max-width: 519px;
}

.btn-contact {
  height: 50px;
  width: 234px;
  background-color: #202497;
  color: white;
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.5px;
}

.btn-private-policy {
  margin-right: 43px;
}

.btn-footer {
  margin-top: 56px;
  margin-bottom: 122px;
}

.ios-deep-link {
  margin-bottom: 10px;
  margin-right: 52px;
}

@media only screen and (max-width: 1200px) {
  .content-description>p {
    font-size: 32px;
  }

  .content-title>h6 {
    font-size: 36px;

  }

  .main-content {
    font-size: 24px;
  }

  .footer-content {
    font-size: 28px;
  }

  .left-content {
    margin-right: 40%;
  }

  .wrapper-footer-content {
    margin-top: 120px;
  }

  .btn-footer {
    margin-bottom: 80px;
  }

  .right-content-phone {
    right: 15%;
  }

}

@media only screen and (max-width: 960px) {
  .content-description>p {
    font-size: 22px;
  }

  .content-title>h6 {
    font-size: 26px;

  }

  .content-title {
    margin-top: 60px;
  }

  .main-content {
    font-size: 16px;
  }

  .footer-content {
    font-size: 18px;
  }

  .left-content {
    margin-right: 40%;
  }

  .right-content-phone {
    right: 0px;
  }

  .right-content-phone>img {
    width: 250px;
  }

  .wrapper-top-content {
    min-height: unset;
  }

  .wrapper-footer-content {
    margin-top: 100px;
    min-height: unset;
  }

  .btn-footer {
    margin-bottom: 70px;
  }

  .bg-footer {
    min-height: 500px;
  }
}

@media only screen and (max-width: 786px) {
  .bg-footer {
    min-height: 400px;
  }
}

@media only screen and (max-width: 568px) {
  .left-content {
    margin-right: unset;
  }

  .right-content-phone {
    display: unset;
    top: 100px;
    width: unset;
  }

  .content-description>p {
    font-size: 16px;
  }

  .content-title>h6 {
    font-size: 18px;

  }

  .content-title {
    margin-top: 60px;
  }

  .main-content {
    font-size: 13px;
  }

  .logo {
    width: 50px;
    height: auto;
  }

  .logo-title {
    font-size: 22px;
    height: auto;
  }

  .wrapper-logo {
    padding-top: 20px;
  }

  .right-content-phone>img {
    width: 160px;
  }

  .wrapper-footer-content {
    margin-top: 60px;
  }

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

  .bg-footer {
    min-height: 250px;
  }

  .btn-contact {
    width: 170px;
  }

  .btn-private-policy {
    margin-right: 10px;
  }

  .ios-deep-link {
    width: 352px;
    height: 119px;
    margin-right: 0px;
  }

  .android-deep-link {
    width: 330px;
    height: 119px;
  }

}