/* GENERAL */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
}
main.abid section {
  position: relative;
  padding: 0;
}
main.abid section h1,
main.abid section h2,
main.abid section h3 {
  font-family: "Bebas Neue", sans-serif;
}
main.abid section h2 {
  font-size: 48px;
  line-height: 104%;
  text-align: center;
}
.the-container {
  max-width: 1440px;
  margin: auto;
}
.cta-btn,
.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus {
  width: 100%;
  max-width: 462.89px;
  height: 62.8px;
  padding: 0 1em;
  background: #036eb5;
  border-radius: 6px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  line-height: 118%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
p a {
  color: #036eb5;
  text-decoration: underline;
}

/* S1 */
.s1 .hero {
  position: relative;
}
.s1 .hero img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.s1 .heading-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.s1 h1 {
  color: #ffffff;
  font-size: 45px;
  line-height: 100%;
  padding: 23px 0;
  font-weight: 400;
}
.s1 h1 i {
  font-style: normal;
  color: #57c1e8;
  font-size: 45px;
}
.s1 h1 u {
  text-decoration: none;
  font-size: 60px;
}
.s1 h1 span {
  color: #76bc21;
}
.s1 h1 br:first-child {
  display: none;
}
main.abid section.s2 {
  margin: 0 0 3rem 0;
}
main.abid section.s2 h3 {
  color: #000102;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 32px;
  text-transform: unset;
}
.s2 ul,
.s2 ul li {
  margin: 0;
  padding: 0;
  color: #000102;
  font-size: 25px;
}
.s2 .cols {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  text-align: center;
  margin: 70px 0;
}
.s2 .cols .sep {
  width: 1px;
  background-color: #54c0e8;
}
.s2 .cols .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
}
.s2 .cols .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin: 35px 0;
}
.s2 .cols .capiton {
  max-width: 300px;
}
.s3 {
  background-color: #f4f4f4;
}
.s3 .left {
  width: 100%;
  max-width: 722px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s3 .cols .logs {
  margin-bottom: 2rem;
  margin-left: 8%;
}
.s3 .right-wrap {
  width: 100%;
  max-width: 530px;
}
.s3 .cols {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.s3 .cols > * {
  padding: 5rem 0;
}
.s3 .cols .left {
  width: 45%;
  padding-left: 8vw;
  padding-right: 3vw;
}
.s3 .cols .right {
  width: 55%;
  background-color: #e2e2e2;
  padding-left: 5vw;
  padding-right: 8vw;
}

main.abid section.s3 h3 {
  font-size: 42px;
  font-weight: 400;
}
.s3 .disclaimer {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.s3 .disclaimer a {
    color: #000;
}

/* Contact Form 7 */
.wpcf7 {
  margin: 2rem 0;
  max-width: 530px;
}
.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
  height: 41px;
  margin-top: 11px;
  display: flex;
  padding-left: 24px;
  padding-right: 1em;
  border-radius: 8px;
  background-color: #fff;
  border: none;
  outline: none;

  color: #000;
  font-size: 13px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wpcf7-submit {
  width: 100%;
  height: 40px;
  margin-top: 11px;
  border-radius: 8px;
  background: rgba(3, 110, 181, 0.45);
  outline: none;
  border: none;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
}
.wpcf7-form.submitting * {
  cursor: wait;
}
.submit-wrap {
  position: relative;
}
.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 8px;
}
.wpcf7-not-valid-tip {
  font-size: 0.9em;
  margin-left: 24px;
}
.wpcf7 form .wpcf7-response-output {
  border-radius: 5px;
  margin: 1em 0;
}

/* SF FORM */
.form-wrap {
  margin: 12px 0;
}
label.visually-hidden {
  display: none;
}
.form-control {
  max-width: 530px;
  width: 100%;
  height: 41px;
  margin-top: 11px;
  display: flex;
  padding-left: 24px;
  padding-right: 1em;
  border-radius: 8px;
  background-color: #fff;
  border: none;
  outline: none;

  color: #000;
  font-size: 13px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
::placeholder, /* Chrome, Firefox, Opera, Safari 10.1+ */
:-ms-input-placeholder, /* Internet Explorer 10-11 */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
#btn_submit {
  width: 100%;
  height: 40px;
  margin-top: 11px;
  border-radius: 8px;
  background: rgba(3, 110, 181, 0.45);
  outline: none;
  border: none;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#btn_submit.btn-loading {
  background: #57c1e8;
  cursor: wait;
}
.form-dialog {
  margin: 7rem 0;
}
main.abid .form-dialog h3 {
  font-size: 32px !important;
  max-width: 350px;
}

/* S4 */
.s4 {
  padding: 53px 0 !important;
}
.s4 p {
  max-width: 775px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

/* S5: Contact */
#contact {
  background: #76bc21;
  text-align: center;
  padding: 50px 8vw;
}
#contact h2 {
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
  padding: 1rem 0;
  margin: 0;
  font-weight: 400;
}
#contact p {
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin: 2rem 0 3rem 0;
}
#contact p a {
  color: #000000;
  text-decoration: none;
}
#contact .button-wrapper {
  display: flex;
  justify-content: center;
  gap: 45px;
}

/* Responsive Rules */
@media (max-width: 1300px) {
  .s1 .hero img {
    min-height: 400px;
    object-fit: cover;
  }
  .s1 h1 {
    font-size: 4rem;
    letter-spacing: 1px;
    padding-left: 1em;
    padding-right: 1em;
  }
  .s1 h1 * {
    display: block;
  }
  .s1 h1 br {
    display: none;
  }
  .s1 h1 u {
    font-size: 2.6rem;
  }
  main.abid section.s2 h2 {
    font-size: 3rem;
  }
  .s2 .cols {
    flex-direction: column;
    gap: 30px;
  }
  .s2 .cols .item {
    font-size: 20px;
  }
  .s2 .cols .sep {
    width: 100%;
    height: 1px;
  }
  .s3 .cols {
    flex-direction: column;
    margin: 0;
    padding: 3vw 0 0 0;
  }
  .s3 .cols > * {
    width: 100%;
  }
  .s3 .cols .left {
    width: 100%;
    margin: 0 auto;
  }
  .s3 .cols .right {
    width: 100%;
    padding: 5vw 8vw;
    display: flex;
    justify-content: center;
  }
  main.abid section.s3 h3 {
    font-size: 32px;
  }
  #contact h2 {
    font-size: 36px;
    letter-spacing: 1px;
  }
  #contact p {
    font-size: 22px;
  }
  .cta-btn {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  main.abid section.s2 h3 {
    font-size: 22px;
    text-align: left;
    margin: 2em 0 1em 0.75em;
  }
  .s2 ul {
    margin: 0 4vw;
  }
  .s2 ul,
  .s2 ul li {
    font-size: 18px;
  }
}
