@charset "UTF-8";

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: local('Rubik-Regular'), local('Rubik-Regular'), url(../../fonts/Rubik-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local('SourceSansPro-Light'), local('SourceSansPro-Light'), url(../../fonts/SourceSansPro-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local('SourceSansPro-Regular'), local('SourceSansPro-Regular'), url(../../fonts/SourceSansPro-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro";
  font-display: swap;
  src: local('SourceSansPro-SemiBold'), local('SourceSansPro-SemiBold'), url(../../fonts/SourceSansPro-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: "SourceSansPro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fff;
  font-size: 16px;
  color: #000;
}

.lock {
  overflow: hidden;
}


.container {
  max-width: 1270px;
  padding-left: var(--container-side-padding);
  padding-right: var(--container-side-padding);
  margin: 0 auto;
}

h1 {
  color: #0B1F35;
  font-weight: 600;
}

h2 {
  color: #0B1F35;
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

button {
  text-align: left;
  font-size: inherit;
  background-color: transparent;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
}

.fwl {
  font-weight: 500 !important;
}

.btn {
  font-family: "Rubik", sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  padding: 1em;
}

html {
  scroll-behavior: smooth;
}

#toTop {
  display:none;
  width:50px;
  height: 50px;
  position:fixed;
  border: 3px solid #15499F;
  background-color: #15499F;
  border-radius: 50%;
  bottom:20px;
  right:25px;
  padding: 8px 0 0 9px;
  cursor:pointer;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  box-shadow: 0 0 15px #15499F;
}

#toTop:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
  width: 36px;
  height: 35px;
  transition: 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url('/assets/img/iconmonstr-arrow-up-lined.svg');
}

#toTop:hover:before{
  top: 0px;
}

.select-lang__es {
  background-image: url("/assets/front_pages/img/flags/es.svg");
}
.select-lang__fr {
  background-image: url("/assets/front_pages/img/flags/fr.svg");
}
.select-lang__id {
  background-image: url("/assets/front_pages/img/flags/id.svg");
}
.select-lang__ph {
  background-image: url("/assets/front_pages/img/flags/ph.svg");
}
.select-lang__pt {
  background-image: url("/assets/front_pages/img/flags/pt.svg");
}
.select-lang__vn {
  background-image: url("/assets/front_pages/img/flags/vn.svg");
}

.empty-btn {
  position: relative;
  overflow: hidden;
  color: var(--theme-color);
  border: 1px solid currentColor;
}

.empty-btn::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  opacity: 0;
}

.empty-btn::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0;
}

.empty-btn span {
  position: relative;
  z-index: 1;
  color: #000;
}

.empty-btn:active::before {
  opacity: 1;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.empty-btn:active::after {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.empty-btn:active span {
  color: #fff !important;
}

.blue-btn {
  position: relative;
  overflow: hidden;
  color: var(--theme-color);
  width: 10.875em;
}

.blue-btn span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.blue-btn::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}

.blue-btn:active::before {
  -webkit-filter: brightness(0.5) !important;
          filter: brightness(0.5) !important;
}


.offers {
  padding-bottom: 110px;
}

.offers__card {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  background-color: var(--theme-color);
  border-radius: 22px;
  padding: 3% 5%;
}

.offers__title {
  text-align: center;
  color: inherit;
  font-size: 25px;
  margin-bottom: 1em;
}

.form-offers {
  width: 100%;
}

.form-offers__controls {
  display: grid;
  grid-template-columns: 300px 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.form-offers__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-offers__control input,
.form-offers__control textarea {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  background-color: transparent;
  font-size: 20px;
  color: inherit;
}

.form-offers__control input {
  width: 100%;
  height: 55px;
  padding: 0 15px;
}

.form-offers__control input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}



.form-offers__control textarea {
  resize: none;
  height: 100%;
  width: 100%;
  padding: 15px;
}

.form-offers__control textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.form-offers__control label {
  padding-left: 15px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.form-offers__control:nth-child(3) {
  grid-row: 1 / span 2;
  grid-column: 2 / 3;
}

.form-offers__btn {
  width: 100%;
  max-width: 174px;
  margin: 0 auto;
  background-color: #fff;
  color: var(--theme-color);
  font-size: 16px;
}

.footer {
  background-color: #F5F5F6;
}

.footer__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer__column {
  padding-bottom: 10px;
  padding-top: 50px;
}

.footer__links p {
  font-weight: 600;
  font-size: 20px;
  color: var(--theme-color);
  margin-bottom: 10px;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__list li {
  font-size: 16px;
  font-weight: 300;
}

.footer__list li:not(:last-child) {
  margin-bottom: 7px;
}

.footer__list a {
  color: #000;
}

.footer__copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #000000;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
}

.info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-footer__links {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  font-size: 18px;
}

.info-footer__phone {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.info-footer__phone svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  margin-right: 10px;
}

.info-footer__phone:hover svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.info-footer__mail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-footer__mail svg {
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  margin-right: 10px;
}

.info-footer__mail:hover svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.info-footer__policy {
  text-align: center;
  font-size: 16px;
}


.info-footer__logo {
  color: var(--theme-color);
  margin-bottom: 30px;
}

.actions-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.actions-footer__scl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 30px;
  margin-bottom: 20px;
}

.actions-footer__scl li {
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.actions-footer__scl li:not(:last-child) {
  margin-right: 8px;
}

.actions-footer__scl li:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.actions-footer__scl a svg {
  color: var(--theme-color);
}

.actions-footer__btn {
  width: 150px;
  padding: 16px 10px;
}

.actions-footer__btn span {
  font-size: 12px;
}

.director-modal {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.director-modal__body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}

.form-modal__agree{
  margin-bottom: 15px;
}

.form-modal__agree label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;

  font-size: 16px;
  color: #ffffff;
}

.form-modal__agree label a{
  color: #ffffff;
  text-decoration: underline;
}

.form-modal__agree label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 0.2em;
  color: #15499F;
  pointer-events: none;
}

.form-modal__agree label svg {
  color: #15499F;
  opacity: 0;
  pointer-events: none;
}

.form-modal__agree input[type="checkbox"]:checked + label svg {
  opacity: 1;
}

.director-modal__body p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.director-modal__body p.director-modal__alert {
  font-size: 16px;
  margin: 0 -10px;
}

.director-modal__body--thanks {
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.director-modal__body--thanks h4 {
  margin-bottom: 5px !important;
}

.director-modal__body--thanks > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.director-modal__body.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-modal__form {
  position: relative;
  border-radius: 25px;
  padding: 30px 25px;
  margin: auto;
  width: 100%;
  max-width: 361px;
  background-color: var(--theme-color);
}

.director-modal__form h4 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}

.director-modal__form input,
.director-modal__form textarea {
  color: #fff;
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.director-modal__form input::-webkit-input-placeholder, .director-modal__form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::-moz-placeholder, .director-modal__form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input:-ms-input-placeholder, .director-modal__form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::-ms-input-placeholder, .director-modal__form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::placeholder,
.director-modal__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input {
  height: 49px;
}

.director-modal__form textarea {
  margin-bottom: 15px;
  padding-top: 12px;
  margin-top: 25px;
  min-height: 177px;
  resize: none;
}

.director-modal__agree label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 16px;
  color: #fff;
}

.director-modal__agree label a{
  color: #fff;
  text-decoration: underline;
}

.director-modal__agree label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 0.2em;
  color: var(--theme-color);
  pointer-events: none;
}

.director-modal__agree label svg {
  color: var(--theme-color);
  opacity: 0;
  pointer-events: none;
}

.director-modal__agree input[type="checkbox"]:checked + label svg {
  opacity: 1;
}

.director-modal__btn {
  margin: 0 auto;
  margin-top: 25px;
  background-color: #fff;
  width: 174px;
  border-radius: 4px;
  color: var(--theme-color);
  font-size: 16px;
}

.director-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url("../../img/modal/close-btn.svg") 50% 50% no-repeat;
}

.director-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-modal__logo {
  color: var(--theme-color);
}


@media (min-width: 993px) {
  .empty-btn:hover span {
    color: currentColor;
  }

  .empty-btn:hover::after {
    opacity: 1;
  }

  .blue-btn:hover::before {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}


@media (max-width: 1920px) {

  .offers__title {
    font-size: calc(16px + 9 * ((100vw - 360px) / (1920 - 360)));
  }

  .form-offers__control input,
  .form-offers__control textarea {
    font-size: calc(14px + 6 * ((100vw - 360px) / (1920 - 360)));
  }

  .form-offers__control label {
    font-size: calc(14px + 6 * ((100vw - 360px) / (1920 - 360)));
  }

  .form-offers__btn {
    font-size: calc(13px + 3 * ((100vw - 360px) / (1920 - 360)));
  }

  .info-footer__links {
    font-size: calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));
  }

  .info-footer__policy p:last-child {
    font-size: calc(14px + 2 * ((100vw - 360px) / (1920 - 360)));
  }
}


@media (max-width: 992px) {
  :root {
    --container-side-padding: 30px;
  }


  .form-offers__controls {
    grid-template-columns: 1fr;
  }

  .form-offers__control:nth-child(3) {
    grid-row: unset;
    grid-column: unset;
    height: 150px;
  }

  .form-offers__control:nth-child(3) label {
    display: none;
  }



  .info-footer__links {
    display: block;
  }

  .info-footer__phone {
    margin-bottom: 10px;
  }

  .info-footer__policy {
    margin-top: 30px;
    padding-bottom: 10px;
    padding-right: var(--container-side-padding);
    padding-left: var(--container-side-padding);
  }
}

@media (max-width: 768px) {
  :root {
    --container-side-padding: 20px;
  }

  body {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  :root {
    --container-side-padding: 15px;
  }

  body {
    font-size: 12px;
  }

  .offers {
    padding-bottom: 70px;
  }

  .offers__card {
    padding: 25px 20px;
  }

  .form-offers__controls {
    margin-bottom: 20px;
    gap: 15px;
  }

  .form-offers__control label {
    margin-bottom: 5px;
  }

  .form-offers__btn {
    max-width: 140px;
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__links {
    grid-row: 1 / span 2;
  }

  .footer__info {
    padding-bottom: 0;
  }

  .footer__actions {
    padding-bottom: 0;
    padding-top: 0;
  }

  .info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 35px;
  }

  .info-footer__links {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .info-footer__phone {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .info-footer__logo {
    display: none;
  }

  .actions-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .actions-footer__btn {
    margin-bottom: 12px;
  }
}

@media (max-width: 370px) {
  :root {
    --container-side-padding: 10px;
  }
}

.disabled {
  pointer-events: none;
  opacity: .4;
}

.error {
  box-shadow: 0 0 20px red;
}

.director-modal__form input {
  margin-bottom: 12px;
  height: 49px;
}

.director-modal__form input:last-child {
  margin-bottom: 0;
}
