body.page-template-front-page {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #033e76;
}
@media (max-width: 992px) {
  body.page-template-front-page {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
body.page-template-front-page img {
  -o-object-fit: contain;
     object-fit: contain;
}

button {
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1435px;
}
@media (max-width: 1500px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 18px;
  }
}

@media screen and (min-width: 1700px) {
  .container-fluid {
    max-width: 2000px;
    margin: 0 auto;
  }
}
h1 {
  font-size: 5.4rem;
  text-transform: uppercase;
  font-weight: 900;
}

h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 568px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5rem;
  }
}

main ul li,
main ol li {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 992px) {
  main ul li,
  main ol li {
    font-size: 1.5rem;
  }
}

.cta {
  padding: 1.6rem 4rem;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .cta {
    padding: 1.2rem 2.5rem;
  }
}

.cta--blue {
  background-color: #033e76;
  color: #fff;
}

.cta__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cta--plus {
  padding: 0rem 3rem 0rem 0rem;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #033e76;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  background-color: #f0f4f7;
}
.cta--plus:hover .icon img {
  transform: rotate(45deg);
}
.cta--plus .icon {
  background-color: #033e76;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.cta--plus .icon img {
  max-width: 14px;
  transition: all 0.4s;
}

footer {
  margin: 0 40px;
  color: #19295a;
}
@media (max-width: 1366px) {
  footer {
    margin: 0 25px;
  }
}
@media (max-width: 992px) {
  footer {
    margin: 0 18px;
  }
}
footer .footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 10px;
  padding: 25px 0 30px;
}
@media (max-width: 600px) {
  footer .footer_flex {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
footer .footer_flex li,
footer .footer_flex p {
  font-size: 11px;
  font-weight: 700;
  margin: 0;
}
footer .footer_flex .footer_menu {
  display: flex;
}
footer .footer_flex .footer_menu ul {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  list-style-type: none;
}
@media (max-width: 600px) {
  footer .footer_flex .footer_menu ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

div.wpcf7-validation-errors {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
  padding: 10px 10px;
  font-size: 13px;
}

span.wpcf7-not-valid-tip {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  padding: 10px 10px;
  font-size: 13px;
}

div.wpcf7-response-output {
  clear: both;
  color: #856404;
  background-color: #fff3cd !important;
  border: none !important;
  padding: 10px 10px !important;
  font-size: 13px;
}

div.wpcf7-mail-sent-ng {
  clear: both;
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  padding: 10px 10px;
  font-size: 13px;
}

div.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  clear: both;
}/*# sourceMappingURL=global.css.map */