@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31.5px;
  color: #fff;
}
body.open-mbl-mn {
  overflow: hidden;
}
body.open-popups {
  overflow: hidden;
}
body input[type=text].wpcf7-not-valid {
  border: 1px solid #ec3c06 !important;
}
body input[type=email].wpcf7-not-valid {
  border: 1px solid #ec3c06 !important;
}
body span.wpcf7-not-valid-tip {
  display: none !important;
  color: #ec3c06;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 15px;
}
body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff8a8a;
  color: #ec3c06;
}
body div.wpcf7-response-output {
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}
body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731;
}
body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 1px solid #6fdf51;
  color: #1ea524;
}

h1 {
  font-family: "Lora", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2.56px;
  color: #172448;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1100px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
  color: #172448;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1100px) {
  h2 {
    font-size: 3.125rem;
  }
}

h3 {
  font-family: "Public Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  color: #172448;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 24px;
  }
}
@media (min-width: 1100px) {
  h3 {
    font-size: 1.5rem;
    line-height: 24px;
  }
}

h4 {
  font-family: "Public Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  color: #172448;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.125rem;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  h4 {
    font-size: 1.25rem;
    line-height: 24px;
  }
}

h5 {
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  color: #172448;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media (min-width: 1100px) {
  h5 {
    font-size: 1rem;
    line-height: 24px;
  }
}

h6 {
  font-family: "Public Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  color: #172448;
}
@media (min-width: 768px) {
  h6 {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
@media (min-width: 1100px) {
  h6 {
    font-size: 0.875rem;
    line-height: 18px;
  }
}

p {
  font-family: "Public Sans", sans-serif;
  font-size: 0.833rem;
  font-weight: 400;
  line-height: 120%;
  color: #172448;
}
@media (min-width: 768px) {
  p {
    font-size: 0.889rem;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  p {
    font-size: 1rem;
    line-height: 24px;
  }
}

.custom-btn-blue {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  padding: 8px 28px;
  border-radius: 6px;
  background-color: rgb(0, 98, 244);
  color: #fff !important;
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  letter-spacing: -0.32px;
  transition: all 0.5s;
}
.custom-btn-blue:hover {
  background-color: rgba(0, 98, 244, 0.8);
  transition: all 0.5s;
}

.custom-btn-trans {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  padding: 8px 28px;
  border: 1px solid #172448;
  background-color: transparent;
  color: #172448;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: -0.32px;
  transition: all 0.5s;
}
.custom-btn-trans:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.custom-btn-white {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  padding: 8px 28px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: -0.32px;
  transition: all 0.5s;
}
.custom-btn-white:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
}

.invalid .wpcf7-response-output {
  border-color: #b94a48 !important;
  background-color: #f2dede !important;
  color: #b94a48 !important;
}

.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  background-color: #d5f5d8 !important;
  color: #46b450 !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-heading-1 {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.custom-heading-1 h2 {
  position: relative;
  width: 90%;
  background-color: #F6FAFF;
  z-index: 10;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .custom-heading-1 h2 {
    width: 750px;
    padding: 0 20px;
  }
}
.custom-heading-1:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  background-color: #0062F4;
  content: " ";
}
@media (min-width: 768px) {
  .custom-heading-1:before {
    height: 1px;
  }
}

.custom-heading-2 {
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .custom-heading-2 {
    text-align: center;
  }
}
.custom-heading-2 h2 {
  position: relative;
  width: 100%;
  background-color: #F6FAFF;
  margin-bottom: 0px;
  z-index: 10;
  padding: 0;
}
@media (min-width: 768px) {
  .custom-heading-2 h2 {
    width: 467px;
    padding: 0 20px;
  }
}
.custom-heading-2:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #0062F4;
  content: " ";
}

.custom-container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .custom-container {
    width: 90%;
  }
}

.img-cloud {
  width: 100%;
}

.custom_mobilenav_style #menuToggle ul li a {
  font-family: "Public Sans", sans-serif;
}

header {
  background-color: transparent;
  transition: all 0.5s;
}
header.header-f {
  background-color: #fff;
  transition: all 0.5s;
}
header .header-nav ul li a {
  font-family: "Public Sans", sans-serif;
  color: #172448;
}
header .header-nav ul li:last-child a {
  padding: 4px 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: rgb(0, 98, 244);
  color: #fff !important;
  letter-spacing: -0.32px;
  transition: all 0.5s;
}
header .header-nav ul li:last-child a:hover {
  background-color: rgba(0, 98, 244, 0.8);
  transition: all 0.5s;
}

footer {
  padding: 40px 0;
  background-color: #F6FAFF;
}
footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  footer .footer-wrapper {
    flex-direction: row;
    gap: 32px;
  }
}
footer .footer-wrapper .footer-logo {
  flex: 10%;
}
footer .footer-wrapper .footer-logo img {
  margin-bottom: 16px;
}
footer .footer-wrapper .footer-logo p {
  font-size: 1em;
}
footer .footer-wrapper .footer-details {
  flex: 70%;
}
footer .footer-wrapper .footer-details p {
  font-size: 1.125em;
  line-height: 180%;
  margin-bottom: 20px;
}
footer .footer-wrapper .footer-details a {
  color: #172448;
  text-decoration: none;
}
footer .footer-wrapper .footer-nav {
  flex: 100%;
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-nav {
    flex: 20%;
  }
}
@media (min-width: 1100px) {
  footer .footer-wrapper .footer-nav {
    flex: 10%;
  }
}
footer .footer-wrapper .footer-nav ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-wrapper .footer-nav ul li a {
  color: #172448;
  text-decoration: none;
  font-family: "Public Sans", sans-serif;
}

.mfp-bg {
  z-index: 99999;
}

.mfp-wrap {
  z-index: 999999;
}

.validation {
  margin-bottom: 20px;
}

form .form-field {
  position: relative;
  width: 90%;
  margin: 0 auto 12px auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  form .form-field {
    width: 100%;
  }
}
form .form-field input[type=text], form .form-field input[type=email], form .form-field input[type=tel], form .form-field input[type=password], form .form-field textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #C5DCFD;
  border-radius: 10px;
  color: #172448;
  margin-bottom: 16px;
}
form .form-field textarea {
  height: 150px;
}
form .form-field.schedule-submit.submit-disable .loading-src {
  display: block;
}
form .form-field.schedule-submit.submit-disable input[type=submit] {
  background-color: #fff;
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
form .form-field.schedule-submit .loading-src {
  display: none;
}
form .form-field input[type=submit] {
  width: 100%;
  text-align: center;
  padding: 16px;
  background-color: rgb(0, 98, 244);
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  letter-spacing: -0.32px;
  transition: all 0.5s;
}
form .form-field input[type=submit]:hover {
  background-color: rgba(0, 98, 244, 0.8);
  transition: all 0.5s;
}
form .form-field .loading-src {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.join-main h2 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.join-main h5 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.join-main h5 a {
  color: #0062F4;
}
.join-main p.reg-txt {
  text-align: center;
  margin-bottom: 20px;
}
.join-main .reach-text p {
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
.join-main .field-form-2 {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.join-main .ind {
  display: block;
  text-align: left;
  font-weight: 600;
}
.join-main .cstm-radio-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 43px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .join-main .cstm-radio-wrapper {
    gap: 20px;
  }
}
.join-main .cstm-radio-wrapper label {
  position: relative;
  color: #000;
  padding: 12px 18px;
  border: 2px solid #C5DCFD;
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.5s;
}
.join-main .cstm-radio-wrapper label:hover {
  border: 2px solid #0062F4;
  transition: all 0.5s;
}
.join-main .cstm-radio-wrapper input[type=radio]:checked ~ label {
  border: 2px solid #0062F4;
}

.join-now-form {
  position: relative;
  padding: 46px 24px;
  border-radius: 16px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
}
@media (min-width: 1100px) {
  .join-now-form {
    width: 800px;
  }
}

.success-cf7-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .success-cf7-wrapper {
    padding: 150px 0;
  }
}
.success-cf7-wrapper .success-msg-cf7 {
  text-align: center;
}
.success-cf7-wrapper .success-msg-cf7 img {
  width: 65px;
}

.schedule-ron {
  position: relative;
  padding: 46px 24px;
  border-radius: 16px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
}
.schedule-ron.schdl-open {
  width: 90% !important;
  transition: all 0.5s;
}
@media (min-width: 1100px) {
  .schedule-ron.schdl-open {
    width: 900px !important;
  }
}
@media (min-width: 1100px) {
  .schedule-ron {
    width: 600px;
  }
}
.schedule-ron .schedule-ron-wrapper {
  text-align: center;
}
.schedule-ron .schedule-ron-wrapper .ron-logo {
  width: 63px;
  margin: 0 auto 10px auto;
}
.schedule-ron .schedule-ron-wrapper h5 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.schedule-ron .schedule-ron-wrapper h3 {
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.schedule-ron .schedule-ron-wrapper label {
  display: block;
  text-align: left;
  font-family: "Public Sans", sans-serif;
  color: #344054;
}
.schedule-ron .schedule-ron-wrapper form {
  margin-bottom: 16px;
}
.schedule-ron .schedule-ron-wrapper #schedule-ron-form {
  margin: 0 auto 16px auto;
  width: 100%;
}
@media (min-width: 768px) {
  .schedule-ron .schedule-ron-wrapper #schedule-ron-form {
    width: 90%;
  }
}
@media (min-width: 1100px) {
  .schedule-ron .schedule-ron-wrapper #schedule-ron-form {
    width: 80%;
  }
}
.schedule-ron .schedule-ron-wrapper #schedule-ron-form .password-field {
  position: relative;
}
.schedule-ron .schedule-ron-wrapper #schedule-ron-form .password-field span {
  position: absolute;
  top: 19px;
  right: 15px;
  color: #000;
  cursor: pointer;
}
.schedule-ron .schedule-ron-wrapper p {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.schedule-ron .schedule-ron-wrapper p a {
  color: #0062F4;
  text-decoration: underline;
}
.schedule-ron .schedule-ron-wrapper iframe {
  width: 100%;
  height: 700px;
  border: 0;
}
.schedule-ron .error {
  padding: 6px 24px;
  background-color: #f8d7da;
  color: #721c24;
}
.schedule-ron .success {
  padding: 6px 24px;
  background-color: #d4edda;
  color: #155724;
}

.mfp-close {
  right: 20px !important;
}

/*# sourceMappingURL=main.css.map */
