/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/*Hymlyma*/
/*site*/
/*menu*/
nav {
  width: 100%;
  background: none;
  padding: 20px 0 !important;
  z-index: 777777;
  transition: 0.3s ease-in-out;
}
@media (max-width: 576px) {
  nav {
    padding: 10px 15px !important;
  }
}
nav .nav-hymlyma {
  width: 100%;
}
@media (max-width: 576px) {
  nav .nav-hymlyma {
    padding: 0;
  }
}
nav .brand a {
  display: inline-block;
}
@media (max-width: 576px) {
  nav .brand img {
    width: 100px;
  }
}
nav .brand .navbar-brand {
  transition: 0.3s ease-in-out;
}
nav .brand .navbar-brand img {
  width: 85px;
}
@media (max-width: 576px) {
  nav .brand .navbar-brand img {
    width: 65px;
  }
}
nav .nav-hymlyma-cont {
  display: inline-flex;
}
nav .nav-hymlyma-cont .navbar-toggler {
  /*top: 13px;
  right: 10px;
  position: absolute;*/
  background: none;
  border: 0;
}
nav .nav-item .nav-link {
  color: #0064a5;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 992px) {
  nav .nav-item .nav-link {
    font-size: 24px;
    text-align: center;
  }
}
nav .nav-item .nav-link.active {
  font-weight: 600;
}
nav .nav-item .nav-link:hover {
  color: #222c42;
}
nav .nav-item .nav-link:hover .down {
  background: url(../images/arrow-down.svg) center center no-repeat;
}
nav .nav-item .down {
  width: 15px;
  height: 10px;
  display: inline-block;
  background: none;
}
nav .nav-hymlyma-collapse {
  margin: 0;
}
@media (max-width: 992px) {
  nav .nav-hymlyma-collapse {
    width: 100%;
    height: 100%;
    position: fixed;
    display: inline-flex;
    justify-content: center;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 777;
  }
}
nav .nav-hymlyma-collapse .navbar-nav {
  gap: 3px;
}
nav .nav-close {
  width: 40px;
  height: 40px;
  background: #0064a5;
  border-radius: 100px;
  font-size: 24px;
  color: #FFFFFF;
  border: 0;
  box-shadow: none;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 777;
}
@media (max-width: 992px) {
  nav .nav-close {
    display: flex;
  }
}
nav .nav-login small {
  font-size: 12px;
  color: #0064a5;
}
@media (max-width: 768px) {
  nav .nav-login small {
    display: none;
  }
}
nav .nav-login a {
  border: 1px solid #0064a5;
  padding: 5px 10px;
  font-size: 12px;
  background: #FFFFFF;
  color: #0064a5;
  border-radius: 100px;
  text-align: center;
}
nav .nav-login a:hover {
  background: #0064a5;
  color: #FFFFFF;
}

/*encoger menu*/
.juli {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 0 !important;
  transition: 0.3s ease-in-out;
}
.juli .navbar-brand img {
  height: 50px;
}

/*home*/
.home {
  position: relative;
  background: #FFFFFF;
  padding: 130px 30px 70px 30px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .home {
    padding: 130px 30px 30px 30px;
  }
}
.home .home-cont {
  width: 100%;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .home .home-cont {
    display: inline-block;
  }
}
.home .home-cont .txt {
  width: 50%;
}
@media (max-width: 768px) {
  .home .home-cont .txt {
    width: 100%;
    position: relative;
    top: 0;
    margin: 0 0 60px 0;
  }
}
.home .home-cont .txt .tit h1 {
  font-size: 60px;
  font-weight: 300;
  color: #0064a5;
}
.home .home-cont .txt .tit h1 span {
  color: #3ce59c;
}
@media (max-width: 992px) {
  .home .home-cont .txt .tit h1 {
    font-size: 50px;
    color: #474E3A;
  }
}
@media (max-width: 768px) {
  .home .home-cont .txt .tit h1 {
    font-size: 40px;
    color: #474E3A;
  }
}
.home .home-cont .txt .phrase {
  font-size: 20px;
  color: #8a9aa0;
  font-weight: 300;
}
@media (max-width: 768px) {
  .home .home-cont .txt .phrase {
    right: 0;
    font-size: 20px;
    color: #474E3A;
  }
}
.home .home-cont .img {
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .home .home-cont .img {
    width: 100%;
  }
}
.home .home-cont .img img {
  width: 95%;
  border-radius: 200px 0 200px 0;
  object-fit: contain;
}
@media (max-width: 576px) {
  .home .home-cont .img img {
    width: 90%;
    height: auto;
    border-radius: 100px 0 100px 0;
  }
}
.home .home-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home .home-bg:before {
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  /*background-image: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));*/
  z-index: 3;
}
.home .home-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.home .btn-home {
  width: 100%;
}

footer {
  width: 100%;
  background: #0064a5;
  position: relative;
  padding: 80px 30px 0 30px;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 20px 20px 20px;
    text-align: center;
  }
}
footer:before {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/border-footer.svg) top center no-repeat;
  background-size: 120%;
  overflow: hidden;
}
footer .foot-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  footer .foot-cont {
    display: inline-block;
    text-align: center;
  }
}
footer .foot-brand {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  footer .foot-brand {
    background: none;
    margin: 0 0 20px 0;
  }
}
footer .foot-brand .foot-logo {
  width: 100px;
}
footer .foot-info {
  color: #FFFFFF;
}
footer .foot-info p {
  margin: 5px 0;
}
footer .foot-info .foot-media {
  margin: 0 0 20px 0;
}
footer .foot-info .foot-media img {
  width: 24px;
}
footer .foot-info .foot-contact {
  font-size: 16px;
  margin: 0 0 20px 0;
}
footer .foot-phrase {
  font-size: 16px;
  color: #474E3A;
}

/*btn-what*/
.wa {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 777;
  text-align: center;
}
.wa a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  background: #3ce59c;
  padding: 5px;
  border-radius: 100px;
  transition: 0.5s;
}
.wa a:hover {
  transform: scale(1.1);
}

/*services*/
.services {
  padding: 70px 30px 70px 30px;
}
@media (max-width: 992px) {
  .services {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .services {
    padding: 0 0 40px 0;
  }
}
.services .services-cont {
  width: 100%;
  display: flex;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .services .services-cont {
    display: inline-block;
    margin: 0 0 10px 0;
  }
}
.services .services-cont .services-l {
  max-width: 600px;
}
.services .services-cont .services-r {
  width: 100%;
  position: relative;
  display: inline-flex;
  justify-content: end;
  gap: 40px;
}
@media (max-width: 768px) {
  .services .services-cont .services-r {
    display: none;
  }
}
.services .services-cont .services-r .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #0064a5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  left: 0;
}
.services .services-cont .services-r .swiper-button-prev:hover {
  background: #222c42;
}
.services .services-cont .services-r .swiper-button-prev:after {
  font-size: 0;
}
.services .services-cont .services-r .swiper-button-prev img {
  width: 40%;
}
.services .services-cont .services-r .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #0064a5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  left: 0;
}
.services .services-cont .services-r .swiper-button-next:hover {
  background: #222c42;
}
.services .services-cont .services-r .swiper-button-next:after {
  font-size: 0;
}
.services .services-cont .services-r .swiper-button-next img {
  width: 40%;
}
.services .services-cont .services-tit h2 {
  font-size: 40px;
  font-weight: 300;
  color: #0064a5;
}
@media (max-width: 768px) {
  .services .services-cont .services-tit h2 {
    font-size: 20px;
  }
}
.services .services-cont .services-tit h2 i {
  color: #3ce59c;
}
.services .services-cont .services-tit h2 span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.services .services-cont .services-txt {
  color: #8a9aa0;
  font-weight: 200;
}
@media (max-width: 768px) {
  .services .services-cont .services-txt p {
    font-size: 16px;
  }
}
.services .services-slide {
  margin: 0 0 60px 0;
}
@media (max-width: 992px) {
  .services .services-slide {
    margin: 0 0 20px 0;
  }
}
.services .services-slide .swiper-slide {
  height: auto !important;
}
.services .services-slide .swiper-wrapper {
  padding: 0 0 40px 0;
}
.services .services-card {
  width: 100%;
  height: 100%;
  font-weight: 200;
  min-height: 370px;
  background: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px 30px 40px 30px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #DFE3E0;
  transition: 0.3s ease-in-out;
}
.services .services-card:hover {
  transform: scale(0.97);
  background: #f5f5f5;
}
.services .services-card:hover .services-btn {
  display: block;
}
.services .services-card.destaca {
  background: #0064a5;
}
.services .services-card.destaca .service-card-tit {
  color: #3ce59c !important;
}
.services .services-card.destaca .service-card-desc {
  color: #FFFFFF;
}
.services .services-card .services-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  display: none;
}
.services .services-card .services-btn a {
  width: 30px;
  height: 30px;
  border: 1px solid #474E3A;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="rgb(71, 78, 58)" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.services .services-card .services-btn a:hover {
  background-color: #DCB64D;
  border: 1px solid #DCB64D;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}
.services .services-card .services-btn img {
  width: 20px;
}
.services .services-card .service-card-cont {
  width: 100%;
}
.services .services-card .service-card-cont .service-card-icon {
  margin: 0 0 10px 0;
}
.services .services-card .service-card-cont .service-card-icon img {
  width: 80px;
  border-radius: 20px;
}
.services .services-card .service-card-cont .service-card-tit {
  margin: 0 0 10px 0;
  font-size: 26px;
  color: #0064a5;
}
.services .services-card .service-card-cont .service-card-tit span {
  font-size: 24px;
}
.services .services-card .service-card-cont .service-card-desc {
  font-size: 14px;
}
.services .services-card .service-card-cont .service-card-desc ul {
  padding: 0 0 0 1rem;
}
.services .services-card .service-card-cont .service-card-desc ul li {
  color: #3ce59c;
}
.services .services-card .service-card-cont .service-card-desc ul li p {
  color: #FFFFFF;
}
.services .services-card .services-btn-card {
  width: 100%;
}
.services .services-card .services-btn-card a {
  width: 100%;
}
.services .services-callout {
  width: 100%;
  border: 1px solid #DFE3E0;
  padding: 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 200;
}

/*services*/
.remember {
  position: relative;
  padding: 70px 30px;
}
@media (max-width: 992px) {
  .remember {
    padding: 100px 10px 100px 10px;
  }
}
@media (max-width: 992px) {
  .remember {
    padding: 80px 10px 60px 10px;
  }
}
.remember .remember-cont {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  gap: 70px;
  margin: 10% 0 20% 0;
}
@media (max-width: 992px) {
  .remember .remember-cont {
    display: inline-block;
    margin: 3% 0 15% 0;
  }
}
.remember .remember-txt {
  max-width: 400px;
  top: 100px;
  font-weight: 200;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .remember .remember-txt {
    width: 100%;
    max-width: none;
    top: 0;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .remember .remember-txt {
    width: 100%;
    max-width: none;
  }
}
.remember .remember-txt h3 {
  font-size: 50px;
  font-weight: 300;
  color: #3ce59c;
}
@media (max-width: 768px) {
  .remember .remember-txt h3 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .remember .remember-txt h3 {
    font-size: 30px;
  }
}
.remember .remember-txt h3 span {
  width: 100%;
  color: #FFFFFF;
  font-size: 24px;
  display: block;
  font-weight: 200;
}
@media (max-width: 768px) {
  .remember .remember-txt p {
    font-size: 16px;
  }
}
.remember .remember-btn {
  width: 100%;
}
.remember .remember-box {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 768px) {
  .remember .remember-box {
    padding: 15px;
  }
}
.remember .remember-scroll {
  width: 100%;
  overflow-y: auto;
}
.remember table {
  font-size: 16px;
  color: #8a9aa0;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 768px) {
  .remember table {
    font-size: 14px;
  }
}
.remember table thead {
  font-weight: 300;
}
.remember table tbody > tr:nth-of-type(even) th, .remember table tbody > tr:nth-of-type(even) td {
  background: #f4f7fa;
}
.remember table tbody > tr:nth-of-type(even) th:last-child, .remember table tbody > tr:nth-of-type(even) td:last-child {
  border-radius: 0 15px 15px 0 !important;
}
.remember table tbody > tr:nth-of-type(even) th:first-child, .remember table tbody > tr:nth-of-type(even) td:first-child {
  border-radius: 15px 0 0 15px !important;
}
.remember table tr th, .remember table tr td {
  padding: 15px;
}
.remember table tr th:last-child, .remember table tr td:last-child {
  border-radius: 0 15px 15px 0 !important;
}
.remember table tr th:first-child, .remember table tr td:first-child {
  border-radius: 15px 0 0 15px !important;
}
.remember .remember-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #0064a5;
}
.remember .remember-bg:after {
  width: 100%;
  height: 300px;
  content: "";
  background: url(../images/border-white-one.svg) 0 top no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: rotatex(180deg) rotatey(-180deg);
}
.remember .remember-bg:before {
  width: 100%;
  height: 200px;
  content: "";
  background: url(../images/border-white-two.svg) 0 bottom no-repeat;
  background-size: 101%;
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotatex(180deg) rotatey(-180deg);
}

/*benefits*/
.benefits {
  padding: 70px 30px;
  position: relative;
}
@media (max-width: 768px) {
  .benefits {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .benefits {
    padding: 0 10px;
  }
}
.benefits .benefits-cont {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .benefits .benefits-cont {
    display: inline-block;
  }
}
.benefits .benefits-txt {
  width: 100%;
  text-align: center;
  margin: 0 0 60px 0;
}
@media (max-width: 768px) {
  .benefits .benefits-txt {
    margin: 0 0 40px 0;
  }
}
.benefits .benefits-txt h3 {
  color: #0064a5;
  font-weight: 300;
  font-size: 40px;
}
@media (max-width: 768px) {
  .benefits .benefits-txt h3 {
    font-size: 30px;
  }
}
.benefits .benefits-txt h3 span {
  color: #3ce59c;
}
.benefits .benefits-quick-cont {
  width: 100%;
  display: inline-flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .benefits .benefits-quick-cont {
    display: inline-block;
  }
}
.benefits .benefits-quick {
  font-weight: 200;
  text-align: center;
}
.benefits .benefits-quick .benefits-icon {
  width: 80px;
  height: 80px;
  border-radius: 200px;
  background: #cdf7e2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .benefits .benefits-quick .benefits-icon {
    width: 60px;
    height: 60px;
  }
}
.benefits .benefits-quick .benefits-icon img {
  max-width: 70%;
}
.benefits .benefits-quick .benefits-tit {
  font-size: 24px;
  color: #0064a5;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .benefits .benefits-quick .benefits-tit {
    font-size: 20px;
  }
}
.benefits .benefits-quick p {
  font-size: 20px;
  color: #8a9aa0;
}
@media (max-width: 768px) {
  .benefits .benefits-quick p {
    font-size: 16px;
  }
}
.benefits .benefits-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.benefits .benefits-bg:before {
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  z-index: 3;
}
.benefits .benefits-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 0.7;
}

/*alternative*/
.history {
  position: relative;
  padding: 70px 30px;
}
@media (max-width: 768px) {
  .history {
    padding: 40px 20px;
  }
}
.history .history-cont {
  width: 100%;
  margin: 0 0 70px 0;
}
@media (max-width: 768px) {
  .history .history-cont {
    display: inline-block;
    margin: 0;
  }
}
.history .history-cont .history-row {
  width: 100%;
  display: flex;
  gap: 30px;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .history .history-cont .history-row {
    display: grid;
    margin: 0 0 20px 0;
    gap: 20px;
  }
}
.history .history-cont .history-box1 {
  width: 100%;
  border-radius: 50px;
  max-height: 400px;
}
@media (max-width: 768px) {
  .history .history-cont .history-box1 {
    width: 100%;
    height: 300px;
    border-radius: 40px;
  }
}
.history .history-cont .history-box1 img {
  min-width: 237px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .history .history-cont .history-box1 img {
    object-position: top;
    border-radius: 30px;
  }
}
.history .history-cont .history-box2 {
  width: 100%;
  background: #0064a5;
  border-radius: 30px;
  padding: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .history .history-cont .history-box2 {
    padding: 20px;
  }
}
.history .history-cont .history-box2 .history-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (max-width: 768px) {
  .history .history-cont .history-box2 .history-icon {
    right: 20px;
    top: 20px;
  }
}
.history .history-cont .history-box2 .history-icon img {
  width: 60px;
}
@media (max-width: 768px) {
  .history .history-cont .history-box2 .history-icon img {
    width: 40px;
  }
}
.history .history-cont .history-box2 .history-tit {
  color: #3ce59c;
  font-size: 24px;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .history .history-cont .history-box2 .history-tit {
    font-size: 20px;
  }
}
.history .history-cont .history-box2 .history-descrip {
  color: #FFFFFF;
  font-weight: 200;
}
@media (max-width: 768px) {
  .history .history-cont .history-box2 .history-descrip {
    font-size: 14px;
  }
}
.history .history-cont .history-box3 {
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 768px) {
  .history .history-cont .history-box3 {
    padding: 20px;
  }
}
.history .history-cont .history-box3 .history-tit {
  color: #3ce59c;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.history .history-cont .history-box3 .history-descrip {
  color: #8a9aa0;
  font-weight: 200;
}
@media (max-width: 768px) {
  .history .history-cont .history-box3 .history-descrip {
    font-size: 14px;
  }
}
.history .history-cont .history-box4 {
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 768px) {
  .history .history-cont .history-box4 {
    padding: 20px;
  }
}
.history .history-cont .history-box4 .history-tit {
  color: #3ce59c;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.history .history-cont .history-box4 .history-descrip {
  color: #8a9aa0;
  font-weight: 200;
}
@media (max-width: 768px) {
  .history .history-cont .history-box4 .history-descrip {
    font-size: 14px;
  }
}
.history .history-cont .history-box5 {
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 768px) {
  .history .history-cont .history-box5 {
    padding: 20px;
  }
}
.history .history-cont .history-box5 .history-tit {
  color: #3ce59c;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.history .history-cont .history-box5 .history-descrip {
  color: #8a9aa0;
  font-weight: 200;
}
@media (max-width: 768px) {
  .history .history-cont .history-box5 .history-descrip {
    font-size: 14px;
  }
}
.history .history-bar {
  padding: 20px 40px;
  border-radius: 25px;
  border: 1px solid #DFE3E0;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  color: #8a9aa0;
  font-weight: 200;
  align-items: center;
}
@media (max-width: 768px) {
  .history .history-bar {
    display: inline-block;
    padding: 20px;
  }
}
.history .history-bar img {
  margin: 0 30px 0 0;
}
@media (max-width: 768px) {
  .history .history-bar img {
    display: none;
  }
}
@media (max-width: 768px) {
  .history .history-bar .history-txt {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
}

/*alternative*/
.banner {
  position: relative;
  padding: 70px 30px;
}
@media (max-width: 768px) {
  .banner {
    padding: 40px 20px;
  }
}
.banner .banner-cont {
  width: 100%;
  margin: 0 0 70px 0;
}
@media (max-width: 768px) {
  .banner .banner-cont {
    display: inline-block;
    margin: 0;
  }
}
.banner .banner-cont .banner-row {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  margin: 30px 0;
  background: #0064a5;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner .banner-cont .banner-row {
    display: inline-block;
    margin: 0 0 20px 0;
    gap: 20px;
  }
}
.banner .banner-cont .banner-box1 {
  width: 100%;
  max-height: 400px;
}
@media (max-width: 768px) {
  .banner .banner-cont .banner-box1 {
    width: 100%;
    height: 300px;
    border-radius: 40px;
  }
}
.banner .banner-cont .banner-box1 img {
  min-width: 237px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .banner .banner-cont .banner-box1 img {
    object-position: top;
    border-radius: 30px;
  }
}
.banner .banner-cont .banner-box2 {
  width: 100%;
  background: #0064a5;
  padding: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .banner .banner-cont .banner-box2 {
    padding: 20px;
  }
}
.banner .banner-cont .banner-box2 .banner-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (max-width: 768px) {
  .banner .banner-cont .banner-box2 .banner-icon {
    right: 20px;
    top: 20px;
  }
}
.banner .banner-cont .banner-box2 .banner-icon img {
  width: 60px;
}
@media (max-width: 768px) {
  .banner .banner-cont .banner-box2 .banner-icon img {
    width: 40px;
  }
}
.banner .banner-cont .banner-box2 .banner-tit {
  color: #3ce59c;
  font-size: 30px;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .banner .banner-cont .banner-box2 .banner-tit {
    font-size: 20px;
  }
}
.banner .banner-cont .banner-box2 .banner-descrip {
  color: #FFFFFF;
  font-weight: 200;
}
@media (max-width: 768px) {
  .banner .banner-cont .banner-box2 .banner-descrip {
    font-size: 14px;
  }
}
.banner .banner-cont .banner-descripText {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  color: #0064a5;
  font-size: 24px;
  font-weight: 200;
  margin: 0 auto;
}
.banner .banner-cont .banner-descripText i {
  color: #3ce59c;
  font-size: 30px;
  font-weight: 700;
}
.banner .banner-bar {
  padding: 20px 40px;
  border-radius: 25px;
  border: 1px solid #DFE3E0;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  color: #8a9aa0;
  font-weight: 200;
  align-items: center;
}
@media (max-width: 768px) {
  .banner .banner-bar {
    display: inline-block;
    padding: 20px;
  }
}
.banner .banner-bar img {
  margin: 0 30px 0 0;
}
@media (max-width: 768px) {
  .banner .banner-bar img {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner .banner-bar .history-txt {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
}

/*General*/
body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 18px;
  margin: 0;
  color: #8a9aa0;
  background: #FFFFFF;
}

.btn-green {
  color: #FFFFFF;
  background: #3ce59c;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s ease-in;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .btn-green {
    font-size: 12px;
    padding: 7px 15px;
  }
}
.btn-green:hover {
  background: #3ce59c;
  color: #FFFFFF;
}
.btn-green:hover .icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}
.btn-green .icon {
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}

.btn-blue {
  color: #FFFFFF;
  background: #0064a5;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s ease-in;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .btn-blue {
    font-size: 12px;
    padding: 7px 15px;
  }
}
.btn-blue:hover {
  background: #222c42;
  color: #FFFFFF;
}
.btn-blue:hover .icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}
.btn-blue .icon {
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}

.btn-outline {
  border: 1px solid #0064a5;
  color: #0064a5;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s ease-in;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .btn-outline {
    font-size: 12px;
    padding: 7px 15px;
  }
}
.btn-outline:hover {
  background: #0064a5;
  color: #FFFFFF;
}
.btn-outline:hover .icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}
.btn-outline .icon {
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg version="1.1" fill="%23FFFFFF" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23.9 23.9" style="enable-background:new 0 0 23.9 23.9;" xml:space="preserve"><path class="st0" d="M12,22.1c-1.8,0-3.5-0.5-5.1-1.4l-4,1.4l0.8-4.2c-1.3-1.7-1.9-3.8-1.9-6C1.8,6.4,6.4,1.8,12,1.8c5.6,0,10.1,4.5,10.1,10.1C22.1,17.6,17.6,22.1,12,22.1z M7.1,19.1l0.3,0.2c1.4,0.9,3,1.3,4.6,1.3c4.8,0,8.6-3.9,8.6-8.6c0-4.8-3.9-8.6-8.6-8.6c-4.8,0-8.6,3.9-8.6,8.6c0,1.9,0.6,3.8,1.8,5.3l0.2,0.3l-0.4,2.3L7.1,19.1z"/><path class="st0" d="M6.9,8.1c0,0,0.6-1,1.1-1.1C8.4,6.9,9,6.9,9.2,7.2c0.2,0.3,0.9,2.2,0.9,2.2s0.1,0.3-0.1,0.6c-0.2,0.3-0.6,0.8-0.6,0.8s-0.2,0.3,0,0.7c0.2,0.3,0.6,1,1.4,1.7c0.8,0.8,2.3,1.4,2.3,1.4s0.2,0,0.4-0.1c0.1-0.1,0.9-1.1,0.9-1.1s0.2-0.3,0.6-0.1c0.4,0.2,2.1,1,2.1,1s0.2,0.1,0.2,0.4c0,0.3-0.1,1.1-0.4,1.3c-0.3,0.3-1,1-2.1,1c-1.1,0-3.8-0.9-5.2-2.3c-1.4-1.4-2.7-2.9-3-4.2C6.4,9.2,6.5,8.6,6.9,8.1z" /></svg>');
}/*# sourceMappingURL=style.css.map */