body {
  font-family: 'Exo 2', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #409ED8;
}
header,
footer {
  padding: 20px;
  text-align: center;
}
button {
  background-color: #078137;
  color: white;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  padding: 15px 50px;
}
button:hover {
  background: rgba(7, 129, 55, 0.9);
}
button.big {
  font-size: 18px;
}
.top-header {
  background-color: #078137;
  color: white;
}
.top-header .top_header_wrap {
  max-width: 1480px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header .top_header_wrap .icon-section {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 780px) {
  .top-header .top_header_wrap .icon-section {
    font-size: 14px;
  }
  .top-header .top_header_wrap .icon-section:last-child {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .top-header .top_header_wrap .icon-section {
    font-size: 14px;
  }
  .top-header .top_header_wrap .icon-section i {
    display: none;
  }
  .top-header .top_header_wrap .icon-section:nth-child(2) {
    display: none;
  }
  .top-header .top_header_wrap .icon-section:nth-child(3) {
    display: none;
  }
  .top-header .top_header_wrap .icon-section:last-child {
    display: flex;
  }
}
@media screen and (max-width: 350px) {
  .top-header {
    display: none;
  }
}
header {
  background-color: #F7F7F7;
  color: #1D4594;
}
header .header_wrap {
  max-width: 1480px;
  margin: 0 auto;
}
header .header_wrap .header_section {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  font-size: 26px;
}
header .header_wrap .header_section#logo {
  text-align: left;
}
header .header_wrap .header_section#logo img {
  width: 250px;
}
header .header_wrap .header_section#cta {
  text-align: right;
}
@media screen and (max-width: 780px) {
  header .header_wrap .header_section {
    font-size: 14px;
  }
  header .header_wrap .header_section#logo img {
    width: 150px;
  }
  header .header_wrap .header_section#cta button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 550px) {
  header {
    padding: 20px 10px;
  }
  header .header_wrap .header_section {
    font-size: 14px;
    width: 50%;
  }
  header .header_wrap .header_section:nth-child(2) {
    display: none;
  }
  header .header_wrap .header_section#logo img {
    width: 120px;
  }
  header .header_wrap .header_section#cta button {
    font-size: 12px;
    padding: 8px 14px;
  }
}
.hero {
  color: white;
  text-align: center;
  padding: 150px 0;
  background-image: linear-gradient(to bottom, rgba(29, 69, 148, 0.8), rgba(29, 69, 148, 0.3)), url("images/bg4.webp");
  background-size: cover;
  background-position: center;
}
.hero h1 {
  font-size: 54px;
  font-weight: 100;
  padding-top: 0px;
  margin-top: 0px;
}
.hero b {
  font-weight: 600 !important;
}
.hero p {
  font-size: 18px;
  max-width: 550px;
  margin: 0 auto;
  margin-top: -20px;
  font-weight: 300;
  line-height: 24px;
}
.discount_label {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  background: #D01215;
  border-radius: 5px;
  padding: 3px 5px 5px;
  color: #fff;
  font-weight: 400;
  max-width: 250px;
  font-size: 13px;
  line-height: 16px;
}
@media screen and (max-width: 780px) {
  .hero {
    padding: 120px 60px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero p {
    max-width: 450px;
  }
}
@media screen and (max-width: 550px) {
  .hero {
    padding: 80px 40px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .hero p {
    max-width: 400px;
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .hero h1 {
    font-size: 36px;
  }
}
.disclaimer {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 45px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .disclaimer {
    font-size: 24px;
    max-width: 350px;
  }
}
@media screen and (max-width: 350px) {
  .disclaimer {
    font-size: 22px;
    max-width: 300px;
  }
}
.steps .steps_wrap {
  background: #fff;
  border-radius: 20px;
  max-width: 1480px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 50px;
}
.steps .steps_wrap h2 {
  display: block;
  color: #1D4594;
}
.steps .steps_wrap .steps-container {
  display: block;
}
.steps .steps_wrap .steps-container .step {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
.steps .steps_wrap .steps-container .step strong {
  font-weight: 800;
  font-size: 70px;
  display: block;
}
.steps .steps_wrap .steps-container .step strong.blue {
  color: #1D4594;
}
.steps .steps_wrap .steps-container .step strong.green {
  color: #078137;
}
.steps .steps_wrap .steps-container .step strong.cyan {
  color: #409ED8;
}
.steps .steps_wrap .steps-container .step p {
  display: block;
  padding: 10px;
  max-width: 200px;
  margin: 0 auto;
  color: #1D4594;
}
@media screen and (max-width: 780px) {
  .steps .steps_wrap {
    max-width: 680px;
  }
  .steps .steps_wrap .steps-container .step strong {
    font-size: 40px;
  }
  .steps .steps_wrap .steps-container .step p {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .steps .steps_wrap {
    max-width: 355px;
  }
  .steps .steps_wrap .steps-container .step {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid silver;
  }
  .steps .steps_wrap .steps-container .step strong {
    font-size: 40px;
  }
  .steps .steps_wrap .steps-container .step p {
    font-size: 14px;
  }
  .steps .steps_wrap .steps-container .step:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.advantages {
  max-width: 1480px;
  margin: 0 auto;
}
.advantages .advantage-icons {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.advantages .advantage-icons .icon-box {
  text-align: center;
  background-color: #1D4594;
  color: white;
  padding: 25px 0 20px;
  border-radius: 15px;
  width: 22%;
}
.advantages .advantage-icons .icon-box p {
  padding: 0 50px;
  text-align: center;
  font-weight: 200;
}
.advantages .advantage-icons .icon-box p b {
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .advantages {
    max-width: 100%;
  }
  .advantages .advantage-icons {
    display: block;
  }
  .advantages .advantage-icons .icon-box {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 2.5%;
  }
}
@media screen and (max-width: 550px) {
  .advantages {
    max-width: 100%;
  }
  .advantages .advantage-icons {
    display: block;
  }
  .advantages .advantage-icons .icon-box {
    width: 90%;
    margin: 10px 5%;
  }
  .advantages .advantage-icons .icon-box i {
    font-size: 40px;
  }
  .advantages .advantage-icons .icon-box p {
    font-size: 16px;
    padding: 0 30px;
    line-height: 20px;
  }
}
@media screen and (max-width: 350px) {
  .advantages .advantage-icons .icon-box {
    width: 100%;
    margin: 10px 0;
  }
  .advantages .advantage-icons .icon-box i {
    font-size: 30px;
  }
  .advantages .advantage-icons .icon-box p {
    font-size: 16px;
    padding: 0 20px;
    line-height: 20px;
  }
}
.form-section {
  margin: 50px 0;
}
.form-section .form_wrap {
  background: #fff;
  border-radius: 20px;
  max-width: 800px;
  border: 5px solid #1D4594;
  margin: 0 auto;
  padding: 40px 0 50px;
  text-align: center;
}
.form-section .form_wrap h2 {
  display: block;
  font-weight: 400;
  color: #1D4594;
  max-width: 550px;
  margin: 0 auto;
}
.form-section .form_wrap h2 b {
  font-weight: 700;
}
.form-section .form_wrap .form-input {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}
.form-section .form_wrap .form-input .input,
.form-section .form_wrap .form-input .radio {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .form-section .form_wrap {
    max-width: 680px;
  }
}
@media screen and (max-width: 550px) {
  .form-section .form_wrap {
    max-width: 355px;
  }
  .form-section .form_wrap h2 {
    font-size: 18px;
  }
  .form-section .form_wrap .form-input {
    max-width: 320px;
  }
  .form-section .form_wrap .form-input .inputGroup input {
    max-width: 290px;
  }
}
@media screen and (max-width: 350px) {
  .form-section .form_wrap h2 {
    font-size: 16px;
  }
  .form-section .form_wrap .form-input {
    max-width: 280px;
  }
  .form-section .form_wrap .form-input .inputGroup input {
    max-width: 250px;
  }
}
.testimonials .testimonials_wrap {
  background: #fff;
  border-radius: 20px;
  max-width: 1480px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 50px;
}
.testimonials .testimonials_wrap h2 {
  display: block;
  color: #1D4594;
}
.testimonials .testimonials_wrap .review {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonials .testimonials_wrap .review .stars {
  color: #FFD904;
  display: inline-block;
  font-size: 32px;
  vertical-align: middle;
  width: 180px;
  margin-right: 20px;
}
.testimonials .testimonials_wrap .review .text {
  font-size: 18px;
  font-weight: 400;
  color: #1D4594;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 780px) {
  .testimonials .testimonials_wrap {
    max-width: 680px;
  }
}
@media screen and (max-width: 550px) {
  .testimonials .testimonials_wrap {
    max-width: 355px;
  }
  .testimonials .testimonials_wrap .review {
    max-width: 350px;
    text-align: center;
  }
  .testimonials .testimonials_wrap .review .stars {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .testimonials .testimonials_wrap .review .text {
    max-width: 300px;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .testimonials .testimonials_wrap .review {
    max-width: 320px;
  }
  .testimonials .testimonials_wrap .review .text {
    max-width: 270px;
  }
}
.faq .faq_wrap {
  background: #fff;
  border-radius: 20px;
  max-width: 1480px;
  margin: 0 auto;
  text-align: left;
  padding: 40px 0 50px;
  margin-bottom: 50px;
}
.faq .faq_wrap .faq-item {
  cursor: pointer;
  margin: 30px 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid silver;
  position: relative;
}
.faq .faq_wrap .faq-item .toggle_icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  color: #409ED8;
}
.faq .faq_wrap .faq-item:first-child {
  margin-top: 0;
}
.faq .faq_wrap .faq-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.faq .faq_wrap .faq-item strong {
  font-weight: 700;
  color: #1D4594;
  font-size: 20px;
}
.faq .faq_wrap .faq-item .faq-answer {
  padding-left: 25px;
  border-left: 8px solid silver;
  font-size: 20px;
  color: #409ED8;
}
@media screen and (max-width: 780px) {
  .faq .faq_wrap {
    max-width: 680px;
  }
}
@media screen and (max-width: 550px) {
  .faq .faq_wrap {
    max-width: 355px;
  }
  .faq .faq_wrap .faq-item {
    margin: 30px 30px;
    padding-right: 60px;
  }
  .faq .faq_wrap .faq-item strong {
    font-size: 16px;
  }
  .faq .faq_wrap .faq-item .faq-answer {
    font-size: 16px;
  }
  .faq .faq_wrap .faq-item .toggle_icon {
    font-size: 20px;
  }
}
footer {
  padding: 30px 0 60px;
  background-color: #1D4594;
  color: white;
  position: relative;
  background-image: url('./images/pattern.png');
  background-size: cover;
  background-position: center center;
}
footer .footer_wrap {
  max-width: 1480px;
  margin: 0 auto;
}
footer .footer_wrap .footer_section {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  font-size: 14px;
}
footer .footer_wrap .footer_section#footer_logo {
  text-align: left;
}
footer .footer_wrap .footer_section#footer_logo img {
  width: 250px;
}
footer .footer_wrap .footer_section.social {
  text-align: right;
}
footer .footer_wrap .footer_section.social .social_item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: rgba(64, 158, 216, 0.5);
  margin: 0 10px;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
footer .footer_wrap .footer_section.social .social_item:hover {
  background-color: #409ED8;
}
@media screen and (max-width: 780px) {
  footer .footer_wrap {
    max-width: 680px;
  }
  footer .footer_wrap .footer_section#footer_logo img {
    width: 150px;
  }
  footer .footer_wrap .footer_section.social {
    text-align: right;
  }
  footer .footer_wrap .footer_section.social .social_item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: rgba(64, 158, 216, 0.5);
    margin: 0 10px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  footer .footer_wrap .footer_section.social .social_item:hover {
    background-color: #409ED8;
  }
}
@media screen and (max-width: 550px) {
  footer .footer_wrap {
    max-width: 355px;
  }
  footer .footer_wrap .footer_section {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
    width: 100%;
  }
  footer .footer_wrap .footer_section#footer_logo {
    text-align: center;
  }
  footer .footer_wrap .footer_section#footer_logo img {
    width: 180px;
  }
  footer .footer_wrap .footer_section.social {
    text-align: center;
  }
  footer .footer_wrap .footer_section.social .social_item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: rgba(64, 158, 216, 0.5);
    margin: 0 10px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  footer .footer_wrap .footer_section.social .social_item:hover {
    background-color: #409ED8;
  }
}
.whatsapp {
  position: fixed;
  text-decoration: none;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: #078137;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-size: 30px;
}
@media screen and (max-width: 780px) {
  .whatsapp {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.inputGroup {
  position: relative;
  margin-bottom: 18px;
  width: 100%;
}
.inputGroup input {
  font-size: 100%;
  padding: 0.8em;
  outline: none;
  border: 2px solid #c8c8c8;
  background-color: transparent;
  border-radius: 20px;
  width: 100%;
  max-width: 370px;
}
.inputGroup label {
  font-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.8em;
  margin-left: 0.5em;
  pointer-events: none;
  transition: all 0.1s ease;
  color: #646464;
}
.inputGroup :is(input:focus, input:valid) ~ label {
  transform: translateY(-50%) scale(0.9);
  margin: 0em;
  margin-left: 1.3em;
  padding: 0.4em;
  background-color: #fff;
}
.inputGroup :is(input:focus, input:valid) {
  border-color: #9696c8;
}
.radio-inputs {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #EEE;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  width: 100%;
  font-size: 14px;
}
.radio-inputs .radio {
  flex: 1 1 auto;
  text-align: center;
}
.radio-inputs .radio input {
  display: none;
}
.radio-inputs .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 2px solid transparent;
  padding: 0.5rem 0;
  color: #334155;
  transition: all 0.15s ease-in-out;
}
.radio-inputs .radio input:checked + .name {
  background-color: #fff;
  border: 2px solid #1D4594;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */