@import url("https://use.typekit.net/kal2see.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css");
.session-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 6, 24, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}
.session-popup.active {
  opacity: 1;
  transition: 0.25s ease;
  pointer-events: all;
}
.session-popup.active .session-popup-content {
  visibility: visible;
}
.session-popup .session-popup-content {
  visibility: hidden;
  max-width: 400px;
  background: white;
  padding: 60px 45px 30px;
  border-radius: 20px;
  position: relative;
}
.session-popup .session-popup-content .close-button,
.session-popup .session-popup-content .close-button-ty {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.session-popup .session-popup-content .close-button-ty {
  display: none;
}
.session-popup .session-popup-content button {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  letter-spacing: normal;
  background: #00BBB4;
  text-transform: uppercase;
  max-width: 150px;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: 0.25s ease;
  position: relative;
}
.session-popup .session-popup-content button:before {
  content: "\e5c8";
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #FFFFFF;
  transition: 0.25s ease;
  opacity: 0;
}
.session-popup .session-popup-content button:hover {
  padding-right: 40px;
  transition: 0.25s ease;
}
.session-popup .session-popup-content button:hover:before {
  opacity: 1;
  right: 30px;
  transition: 0.25s ease;
}
.session-popup .session-popup-content .light-blue-top-title {
  color: #00BBB4;
  font-family: korolev, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.session-popup .session-popup-content p {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.paddingTop50px {
  padding-top: 50px;
}

.paddingBottom50px {
  padding-bottom: 50px;
}

.marginTop50px {
  margin-top: 50px;
}

.marginBottom50px {
  margin-bottom: 50px;
}

.paddingTop75px {
  padding-top: 75px;
}

.paddingBottom75px {
  padding-bottom: 75px;
}

.marginTop75px {
  margin-top: 75px;
}

.marginBottom75px {
  margin-bottom: 75px;
}

.paddingTop100px {
  padding-top: 100px;
}

.paddingBottom100px {
  padding-bottom: 100px;
}

.marginTop100px {
  margin-top: 100px;
}

.marginBottom100px {
  margin-bottom: 100px;
}

.paddingTop120px {
  padding-top: 120px;
}

.paddingBottom120px {
  padding-bottom: 120px;
}

.marginTop120px {
  margin-top: 120px;
}

.marginBottom120px {
  margin-bottom: 120px;
}

.paddingTop150px {
  padding-top: 150px;
}

.paddingBottom150px {
  padding-bottom: 150px;
}

.marginTop150px {
  margin-top: 150px;
}

.marginBottom150px {
  margin-bottom: 150px;
}

body,
html {
  overflow-x: hidden !important;
  overflow-y: visible;
}
body.overflow,
html.overflow {
  overflow-y: hidden;
}

body {
  background-color: white;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

.container {
  max-width: 1170px;
}

button {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a {
  color: white;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
a:hover {
  outline: none;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.mt-0 {
  margin-top: 0;
}

.pt-0 {
  padding-top: 0;
}

header {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 999;
  transition: 0.25s ease;
}
header.sticky {
  position: fixed;
  animation: topMenu 0.25s ease;
  transition: 0.25s ease;
  z-index: 9999;
}
header.sticky nav {
  padding: 15px 30px;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #D8D8D8;
}
header nav .header-logo {
  z-index: 9999;
}
header nav .header-logo img {
  width: 154px;
}
header nav .nav-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  transition: 0s ease;
}
header nav .nav-links a {
  color: #0F206C;
}
header nav .nav-links ul {
  display: flex;
  align-items: center;
}
header nav .nav-links ul li {
  position: relative;
  margin: 0 15px;
  color: #0F206C;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.3;
  transition: 0.5s ease;
  cursor: pointer;
}
header nav .nav-links ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0F206C;
  transition: 0.5s ease;
}
header nav .nav-links ul li.active {
  opacity: 1;
  transition: 0.5s ease;
}
header nav .nav-links ul li.active:after {
  width: 100%;
  transition: 0.5s ease;
}
header nav .nav-links ul li:hover {
  opacity: 1;
  transition: 0.5s ease;
}
header nav .nav-links ul li.blue {
  padding: 2px 15px;
  background-color: #0F206C;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header nav .nav-links ul li.blue a {
  color: #fff;
}
header nav .nav-links ul li.blue:after {
  display: none;
}
header nav .hamburger-menu {
  display: none;
}
header nav .header-buttons {
  z-index: 999;
}
header nav .header-buttons .nomination-button {
  height: 44px;
  width: 168px;
  border-radius: 25px;
  background-color: #00BBB4;
  color: white;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.25s ease;
  position: relative;
}
header nav .header-buttons .nomination-button:before {
  content: "\e5c8";
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: white;
  transition: 0.25s ease;
  opacity: 0;
}
header nav .header-buttons .nomination-button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
header nav .header-buttons .nomination-button:hover:before {
  opacity: 1;
  right: 20px;
  transition: 0.25s ease;
}
header nav .header-buttons .login-button {
  height: 44px;
  width: 120px;
  border: 1px solid #5F6CA4;
  border-radius: 25px;
  color: #5F6CA4;
  text-transform: uppercase;
  background: none;
  cursor: pointer;
  transition: 0.25s ease;
  position: relative;
}
header nav .header-buttons .login-button:before {
  content: "\e5c8";
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #5F6CA4;
  transition: 0.25s ease;
  opacity: 0;
}
header nav .header-buttons .login-button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
header nav .header-buttons .login-button:hover:before {
  opacity: 1;
  right: 25px;
  transition: 0.25s ease;
}
@media screen and (min-height: 1100px) and (max-width: 1330px) {
  header nav .nav-links:not(.active) {
    left: auto;
    right: 33vw;
  }
  header nav .nav-links:not(.active) ul li {
    margin: 0 10px;
  }
}

@keyframes topMenu {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
footer {
  background-color: #0F206C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 30px;
  flex-wrap: wrap;
}
footer a {
  justify-content: flex-start;
}
footer .line {
  height: 50px;
  width: 1px;
  background-color: #D8D8D8;
  margin: 0 30px;
}
footer .footer-logo {
  flex-wrap: wrap;
}
footer ul li {
  color: #FFFFFF;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
footer ul li strong {
  font-weight: 500;
}
footer .address a {
  display: contents;
}
footer .copyright-text ul li {
  text-align: right;
}

@media screen and (max-width: 992px) {
  footer {
    padding: 30px;
  }
  footer .line {
    display: none;
  }
  footer .footer-logo {
    width: 100%;
  }
  footer .address {
    width: 100%;
    margin-top: 25px;
  }
  footer .copyright-text {
    margin-top: 25px;
  }
  footer .copyright-text ul li {
    text-align: left;
  }
}
button {
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  border-radius: 25px;
  border: none;
}

.light-blue-top-title {
  color: #00BBB4;
  font-family: korolev, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}

.main-title {
  color: #0F206C;
  font-family: korolev, sans-serif;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 60px;
  text-transform: uppercase;
}

.main-section-title {
  color: #0F206C;
  font-family: korolev, sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
}

.copy-text {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.copy-text-medium {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}

.copy-text-bold {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}

.note {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

.section-one {
  margin-top: 185px;
  position: relative;
  margin-bottom: 150px;
}
.section-one .hero-img img {
  max-width: 1170px;
  z-index: -1;
}
.section-one .hero-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.section-one .light-blue-top-title {
  padding-top: 75px;
  padding-bottom: 20px;
}
.section-one .main-title {
  padding-bottom: 20px;
}
.section-one .copy-text-bold {
  margin-bottom: 20px;
  z-index: 2;
}
.section-one .blue-strike {
  position: relative;
  background: linear-gradient(to top, rgba(0, 187, 180, 0.3) 0%, rgba(0, 187, 180, 0.3) 45%, rgba(0, 187, 180, 0.3) 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
  border-radius: 2px;
  width: fit-content;
  padding: 0 15px;
  margin: 0 -15px 20px;
}
.section-one .arrow-down {
  position: absolute;
  right: 0;
  bottom: 40px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #00BBB4;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}
.section-one .arrow-down span {
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (min-width: 991px) {
  .section-one .hero-content {
    position: relative;
    padding-bottom: 75px;
  }
  .section-one .hero-img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
  }
}

@media screen and (min-width: 991px) {
  .position-lg-static {
    position: static;
  }
}
.section-two {
  position: relative;
  margin-bottom: 65px;
  height: 670px;
}
.section-two .container {
  position: relative;
}
.section-two .section-two-img {
  padding-top: 150px;
  pointer-events: none;
}
.section-two .section-two-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1440px;
  margin: auto;
  display: flex;
  z-index: -1;
}
.section-two .absolute-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
.section-two .light-blue-top-title {
  padding-bottom: 15px;
}
.section-two .main-section-title {
  padding-bottom: 20px;
}
.section-two .copy-text-medium {
  padding-bottom: 12px;
}
.section-two .copy-text {
  padding-bottom: 24px;
}
.section-two .note {
  padding-bottom: 30px;
}
.section-two .buttons .nomination-button {
  height: 50px;
  width: 200px;
  border-radius: 25px;
  background-color: #00BBB4;
  color: white;
  text-transform: uppercase;
  margin-right: 10px;
  transition: 0.25s ease;
  position: relative;
}
.section-two .buttons .nomination-button:before {
  content: "\e5c8";
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: white;
  transition: 0.25s ease;
  opacity: 0;
}
.section-two .buttons .nomination-button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.section-two .buttons .nomination-button:hover:before {
  opacity: 1;
  right: 35px;
  transition: 0.25s ease;
}
.section-two .buttons .info-button {
  height: 50px;
  width: 200px;
  border: 1px solid #5F6CA4;
  border-radius: 25px;
  color: #5F6CA4;
  text-transform: uppercase;
  background: none;
  transition: 0.25s ease;
  position: relative;
}
.section-two .buttons .info-button:before {
  content: "\e5c8";
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #5F6CA4;
  transition: 0.25s ease;
  opacity: 0;
}
.section-two .buttons .info-button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.section-two .buttons .info-button:hover:before {
  opacity: 1;
  right: 50px;
  transition: 0.25s ease;
}
.section-two .date-note {
  margin-top: 85px;
  height: 227px;
  width: 470px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 #EBF3FA;
  padding: 30px 20px;
  position: relative;
}
.section-two .date-note .star-image {
  position: absolute;
  top: -35px;
  right: 30px;
}
.section-two .date-note .copy-date {
  color: #0F206C;
  font-family: korolev, sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  width: fit-content;
  z-index: 2;
}
.section-two .blue-strike {
  position: relative;
}
.section-two .blue-strike:after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 231px;
  height: 20px;
  opacity: 0.2;
  border-radius: 2px;
  background-color: #00BBB4;
  z-index: -1;
}
@media screen and (min-width: 991px) {
  .section-two {
    height: auto;
  }
  .section-two .absolute-content {
    position: relative;
  }
  .section-two .absolute-content .date-note {
    height: auto;
  }
  .section-two .section-two-img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 100px;
  }
  .section-two .section-two-img img {
    position: relative;
  }
}

.section-three {
  display: flex;
}
.section-three .section-three-img img {
  height: 480px;
  width: 530px;
  position: absolute;
  left: -60px;
  z-index: -1;
}
.section-three .light-blue-top-title {
  padding-bottom: 15px;
}
.section-three .main-section-title {
  padding-bottom: 30px;
}
.section-three ul li {
  position: relative;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 12px;
  padding-left: 30px;
}
.section-three ul li:before {
  content: "\e86c";
  position: absolute;
  left: 0;
  top: 0;
  color: #00B28E;
  font-family: Material Icons;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  border-radius: 50%;
}
.section-three .buttons {
  margin-top: 16px;
}
.section-three .buttons .enquiries-button {
  height: 50px;
  width: 200px;
  border-radius: 25px;
  background-color: #00BBB4;
  color: white;
  text-transform: uppercase;
  margin-right: 10px;
  transition: 0.25s ease;
  position: relative;
}
.section-three .buttons .enquiries-button:before {
  content: "\e5c8";
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: white;
  transition: 0.25s ease;
  opacity: 0;
}
.section-three .buttons .enquiries-button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.section-three .buttons .enquiries-button:hover:before {
  opacity: 1;
  right: 50px;
  transition: 0.25s ease;
}
.section-three .buttons .info-button {
  height: 50px;
  width: 200px;
  border: 1px solid #5F6CA4;
  border-radius: 25px;
  color: #5F6CA4;
  text-transform: uppercase;
  background: none;
  transition: 0.25s ease;
  position: relative;
}
.section-three .buttons .info-button:before {
  content: "\e5c8";
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #5F6CA4;
  transition: 0.25s ease;
  opacity: 0;
}
.section-three .buttons .info-button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.section-three .buttons .info-button:hover:before {
  opacity: 1;
  right: 50px;
  transition: 0.25s ease;
}

.section-four {
  position: relative;
  margin-top: 150px;
  height: 600px;
}
.section-four .container {
  position: relative;
}
.section-four .section-four-img img {
  position: absolute;
  top: 110px;
  right: 0;
  max-width: 1440px;
  margin: auto;
  display: flex;
  z-index: -1;
}
.section-four .absolute-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-four .light-blue-top-title {
  padding-bottom: 15px;
}
.section-four .main-section-title {
  padding-bottom: 20px;
}
.section-four .copy-text-medium {
  padding-bottom: 12px;
}
.section-four .copy-text {
  padding-bottom: 24px;
}
.section-four .copy-text ul li {
  padding-left: 30px;
  position: relative;
}
.section-four .copy-text ul li:before {
  content: "\e86c";
  position: absolute;
  left: 0;
  top: 0;
  color: #00B28E;
  font-family: Material Icons;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  border-radius: 50%;
}
.section-four .buttons .info-button {
  height: 50px;
  width: 200px;
  border: 1px solid #5F6CA4;
  border-radius: 25px;
  color: #5F6CA4;
  text-transform: uppercase;
  background: none;
  transition: 0.25s ease;
  position: relative;
}
.section-four .buttons .info-button:before {
  content: "\e5c8";
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #5F6CA4;
  transition: 0.25s ease;
  opacity: 0;
}
.section-four .buttons .info-button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.section-four .buttons .info-button:hover:before {
  opacity: 1;
  right: 50px;
  transition: 0.25s ease;
}
@media screen and (min-width: 1210px) {
  .section-four {
    padding-left: 0;
  }
}
@media screen and (min-width: 991px) {
  .section-four {
    height: auto;
    margin-bottom: 150px;
  }
  .section-four .absolute-content {
    position: relative;
  }
  .section-four .section-four-img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    pointer-events: none;
  }
  .section-four .section-four-img img {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    top: auto;
    bottom: 0;
  }
}

.section-five {
  position: relative;
  border-radius: 40px 40px 0 0;
  background-color: #00BBB4;
}
.section-five .hero-content {
  z-index: 1;
}
.section-five .container {
  position: relative;
  padding: 100px 0;
}
.section-five .section-five-img img {
  top: 0;
  right: 0;
  max-width: 1440px;
  margin: auto;
  display: flex;
  z-index: -1;
}
.section-five .absolute-content {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-five .light-blue-top-title {
  color: white;
  padding-bottom: 15px;
}
.section-five .main-section-title {
  color: white;
  padding-bottom: 20px;
}
.section-five .copy-text {
  color: white;
  padding-bottom: 30px;
}
.section-five form .row {
  margin: 0;
}
.section-five form .padding-left {
  padding-left: 0;
  padding-right: 0;
}
.section-five form .padding-right {
  padding-right: 10px;
}
.section-five form input {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: none;
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 15px 10px;
  outline: none;
}
.section-five form input::placeholder {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  transition: 0.25s ease;
}
.section-five form input:focus::placeholder {
  opacity: 0;
  transition: 0.25s ease;
}
.section-five form .options {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 10px;
}
.section-five form .options input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.section-five form .options .checkmark {
  height: 10px;
  width: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: 10px;
}
.section-five form .options input:checked ~ .checkmark {
  background-color: #FFFFFF;
}
.section-five form .options input:checked ~ .checkmark:after {
  display: block;
}
.section-five form input.error {
  border: 1px solid #BB0000;
  transition: 0.25s ease;
  margin-bottom: 5px;
}
.section-five form label.error {
  color: #BB0000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  display: flex;
  margin-bottom: 5px;
  padding-left: 10px;
  transition: 0.25s ease;
}
.section-five form button {
  height: 50px;
  width: 202px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  background-color: #00BBB4;
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  transition: 0.25s ease;
  position: relative;
}
.section-five form button:before {
  content: "\e5c8";
  position: absolute;
  right: 80px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: white;
  transition: 0.25s ease;
  opacity: 0;
}
.section-five form button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.section-five form button:hover:before {
  opacity: 1;
  right: 70px;
  transition: 0.25s ease;
}

.mobile,
.mobile-image {
  display: none;
}

.desktop,
.desktop-image {
  display: block;
}

@media screen and (max-width: 1440px) {
  .section-two .section-two-img img {
    left: unset;
  }
}
@media screen and (max-width: 1200px) {
  .section-one {
    margin-right: 50px;
  }
  .section-one .arrow-down {
    right: -30px;
    transition: 0.25s ease;
  }
  .section-two {
    margin-bottom: 100px;
    padding: 0 0 0 50px;
  }
  .section-three {
    padding-right: 50px;
  }
  .section-four {
    padding-left: 50px;
  }
  .section-five {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1350px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  header nav {
    padding: 15px;
  }
  header nav .hamburger-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    height: 16px;
    width: 34px;
    z-index: 3;
  }
  header nav .hamburger-menu div {
    width: 34px;
    height: 2px;
    background: #0F206C;
    transition: 0.25s ease;
  }
  header nav .hamburger-menu div:nth-child(2) {
    margin-top: 6px;
  }
  header nav .hamburger-menu div:nth-child(3) {
    margin-top: 6px;
  }
  header nav .header-logo {
    z-index: 3;
  }
  header nav .nav-links {
    display: block;
    height: 100vh;
    background: white;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  header nav .nav-links.active {
    opacity: 1;
    visibility: visible;
    transition: 0.25s ease;
  }
  header nav .nav-links ul {
    display: block;
    margin-top: 175px;
  }
  header nav .nav-links ul li {
    color: #0F206C;
    font-family: korolev, sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    padding: 25px 0;
    opacity: 0.3;
    transition: 0.25s ease;
    cursor: pointer;
  }
  header nav .nav-links ul li:after {
    width: 100%;
    background: #D8D8D8;
    transition: 0.25s ease;
  }
  header nav .nav-links ul li.active {
    opacity: 1;
    transition: 0.25s ease;
  }
  header nav .nav-links ul li.active:after {
    opacity: 0.3;
    transition: 0.25s ease;
  }
  header nav .header-buttons {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  header nav .header-buttons.active {
    opacity: 1;
    visibility: visible;
    transition: 0.25s ease;
  }
}
@media screen and (max-width: 991px) {
  .mobile-image {
    display: block;
  }
  .desktop-image {
    display: none;
  }
  .buttons {
    display: flex;
  }
  .section-one {
    margin-top: 115px;
    margin-bottom: 50px;
    padding: 0 15px;
    margin-right: 0;
  }
  .section-one .light-blue-top-title {
    padding-top: 0;
  }
  .section-one .hero-img {
    overflow: hidden;
    margin: 0 -15px;
  }
  .section-one .hero-img img {
    position: relative;
    width: 100%;
    min-width: 800px;
    margin: 80px 0 0;
  }
  .section-one .hero-content {
    position: relative;
    padding: 0;
  }
  .section-one .arrow-down {
    top: 50%;
    right: 15px;
    bottom: unset;
  }
  .section-two {
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
  }
  .section-two .date-note {
    width: 100%;
  }
  .section-two .section-two-img {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
  }
  .section-two .section-two-img img {
    position: relative;
    width: 100%;
    min-width: 1200px;
    margin-right: -100px;
    margin-top: -50px;
  }
  .section-two .absolute-content {
    position: relative;
    padding: 0;
  }
  .section-two .date-note {
    height: auto;
    width: 100%;
    padding: 30px 20px 40px;
  }
  .section-three {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .section-three .section-three-img {
    margin-top: 45px;
  }
  .section-three .section-three-img img {
    height: auto;
    position: relative;
    width: 100%;
    left: 0;
  }
  .section-three .absolute-content {
    position: relative;
  }
  .section-four {
    height: auto;
    margin-top: 30px;
    padding: 0;
  }
  .section-four .section-four-img {
    overflow: hidden;
  }
  .section-four .section-four-img img {
    top: 0;
    position: relative;
    width: 100%;
    min-width: 450px;
    margin-left: -50px;
  }
  .section-four .absolute-content {
    position: relative;
  }
  .section-five {
    border-radius: 0;
    padding: 0 15px;
  }
  .section-five .container {
    padding-bottom: 0;
  }
  .section-five .section-five-img img {
    width: 100%;
  }
  .section-five form .padding-left {
    padding-left: 0;
    padding-right: 0;
  }
  .section-five form .padding-right {
    padding-right: 0;
    padding-left: 0;
  }
  .section-five form .col-lg-12 {
    padding: 0;
  }
  .section-five .absolute-content {
    position: relative;
  }
}
@media screen and (max-width: 450px) {
  footer {
    padding: 30px 15px;
  }
  footer ul {
    margin-top: 10px;
  }
  footer ul li {
    text-align: left;
    font-size: 13px;
  }
  .section-one .blue-strike {
    background: none;
  }
  .section-one .hero-img img {
    margin: 80px 0 0 -60px;
  }
}
.black-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020618;
  z-index: 9999;
  opacity: 0;
  transition: 0.5s ease;
  visibility: hidden;
}
.black-overlay.active {
  opacity: 0.9;
  transition: 0.5s ease;
  visibility: visible;
}

.popup {
  background: white;
  height: 100vh;
  max-width: 870px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.popup.active {
  transform: translateX(0);
  transition: 0.5s ease;
}
.popup .close {
  position: absolute;
  top: 35px;
  left: 35px;
  cursor: pointer;
}
.popup .popup-content {
  padding: 100px;
  overflow-y: scroll;
  height: 100%;
}
.popup .popup-content h1 {
  color: #00BBB4;
}
.popup .popup-content p {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.popup .popup-content a {
  color: #00BBB4;
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}
.popup .popup-content h2 {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.popup .popup-content li {
  padding: 30px 0;
  border-bottom: 1px solid #D8D8D8;
}
.popup .popup-content .list {
  padding-left: 15px;
  position: relative;
}
.popup .popup-content .list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  background: #0F206C;
  border-radius: 50%;
  opacity: 0.75;
}

@media screen and (max-width: 992px) {
  .popup .popup-content {
    padding: 90px 15px 15px;
  }
}
.form-section {
  /*min-h*/
  min-height: calc(100vh - 345px);
}
.form-section .light-blue-top-title {
  margin-top: 165px;
  margin-bottom: 15px;
  text-align: center;
}
.form-section .main-section-title {
  text-align: center;
}

.nomination-form {
  padding-bottom: 90px;
}
.nomination-form .light-blue-top-title {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
}
.nomination-form .copy-text-bold {
  margin-bottom: 30px;
}
.nomination-form .row {
  margin: 0;
}
.nomination-form .row-input {
  width: 50%;
}
.nomination-form .input-group {
  padding: 10px 0;
  width: 100%;
}
.nomination-form form label {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.nomination-form form input,
.nomination-form form select {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid rgba(15, 32, 108, 0.3);
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 15px 10px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.nomination-form form input::placeholder,
.nomination-form form select option:first-child,
.nomination-form form select.noValue {
  color: #6E6E6E;
}
.nomination-form form select option:not(:first-child) {
  color: #0F206C;
}
.nomination-form form .select-wrapper {
  position: relative;
  width: 100%;
}
.nomination-form form .select-wrapper:before {
  content: "\e5c5";
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  height: 50px;
  width: auto;
  font-family: Material Icons;
  color: #434343;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: normal;
  z-index: 1;
  pointer-events: none;
}
.nomination-form form .input-group .row-input:first-child {
  padding-right: 5px;
}
.nomination-form form .input-group .row-input:last-child {
  padding-left: 5px;
}
.nomination-form form .buttons {
  text-align: right;
  margin-top: 50px;
}
.nomination-form form .ethnicity-group {
  margin-bottom: 10px;
}
.nomination-form form .ethnicity-group input {
  margin-bottom: 0;
}
.nomination-form form .ethnicity-group .ethnicity-checkbox {
  padding: 10px;
  border: 1px solid rgba(15, 32, 108, 0.3);
  background: #fff;
  position: absolute;
  z-index: 1;
}
.nomination-form form .ethnicity-group .ethnicity-checkbox input[type=checkbox] {
  appearance: auto;
  width: 15px;
  height: 15px;
  margin: 0 15px 0 0;
}
.nomination-form form button {
  height: 50px;
  width: 202px;
  border-radius: 25px;
  background-color: #EBF3FA;
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.nomination-form form .radio-options {
  display: flex;
  align-items: center;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 10px;
}
.nomination-form form .radio-options input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.nomination-form form .radio-options .radio {
  height: 10px;
  width: 10px;
  border: 1px solid #0F206C;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: 10px;
  position: relative;
}
.nomination-form form .radio-options input:checked ~ .radio:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #0F206C;
}
.nomination-form form .radio-options input:checked ~ .radio:after {
  display: block;
}
.nomination-form form .nomination-type {
  padding: 0;
}
.nomination-form form .nomination-type .radio-options {
  position: relative;
  margin: 0;
  padding: 20px 10px 10px;
}
.nomination-form form .nomination-type .radio-options input {
  border-radius: 0;
  width: 101%;
  height: 100%;
  padding: 0;
  border: 1px solid #CFCFCF;
  left: -5px;
  top: 0px;
  opacity: 1;
  z-index: 0;
}
.nomination-form form .nomination-type .radio-options #radio01 {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 0;
}
.nomination-form form .nomination-type .radio-options #radio02 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.nomination-form form .nomination-type .radio-options .radio {
  pointer-events: none;
}
.nomination-form form .nomination-type label {
  z-index: 1;
}
.nomination-form form .nomination-type input:checked {
  background: #0F206C;
  border-color: #0F206C;
}
.nomination-form form .nomination-type input:checked + .radio {
  border-color: #fff;
}
.nomination-form form .nomination-type input:checked + .radio:before {
  background-color: #fff;
}
.nomination-form form .nomination-type input:checked + .radio + label {
  color: #fff;
}
.nomination-form form .board-selected {
  display: none;
}
.nomination-form form .parent-selected {
  display: none;
}
.nomination-form form .friend-selected {
  display: none;
}
.nomination-form form .staff-selected {
  display: none;
}
.nomination-form form .student-selected {
  display: none;
}
.nomination-form form .step-one, .nomination-form form .step-non-candidate {
  display: none;
}
.nomination-form form .black-copy {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 30px;
}
.nomination-form form .black-copy.small {
  font-size: 12px;
}
.nomination-form form .step-two {
  display: none;
}
.nomination-form form .step-two .copy-text-bold {
  margin-bottom: 10px;
}
.nomination-form form .step-two .law-copy {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 30px;
}
.nomination-form form .step-two .position-title {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 15px;
}
.nomination-form form .step-two hr {
  margin-top: 15px;
  margin-bottom: 30px;
}
.nomination-form form .step-two .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  flex-wrap: wrap;
}
.nomination-form form .step-two .options p {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.nomination-form form .step-two .options p.error-msg {
  color: #BB0000;
  font-size: 10px;
}
.nomination-form form .step-two .options .yes-no-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nomination-form form .step-two .options .yes-no-options label:first-child {
  margin-right: 30px;
}
.nomination-form form .step-two .options .yes-no-options input {
  width: auto;
  margin: 0;
  padding: 15px 22px;
  z-index: 9;
}
.nomination-form form .step-three, .nomination-form form .step-four {
  display: none;
}
.nomination-form form .step-three .copy-text-bold, .nomination-form form .step-four .copy-text-bold {
  margin-bottom: 10px;
}
.nomination-form form .step-three .copy-text, .nomination-form form .step-four .copy-text {
  margin-bottom: 20px;
}
.nomination-form form .step-three textarea, .nomination-form form .step-four textarea {
  height: 251px;
  width: 100%;
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 5px;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  padding: 13.5px 10px;
}
.nomination-form form .step-three textarea::placeholder, .nomination-form form .step-four textarea::placeholder {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.nomination-form form .step-three .image-picker, .nomination-form form .step-four .image-picker {
  position: relative;
  height: 196px;
  width: 256px;
  margin-top: 30px;
  cursor: pointer;
  cursor: pointer;
}
.nomination-form form .step-three .image-picker #uploaded-image, .nomination-form form .step-four .image-picker #uploaded-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 196px;
  width: 256px;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  cursor: pointer;
}
.nomination-form form .step-three .image-picker .drop-text, .nomination-form form .step-four .image-picker .drop-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding: 45.5px 10.5px;
  text-align: center;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
  z-index: 5;
  background: white;
  border: 1px dashed rgba(15, 32, 108, 0.3);
  border-radius: 4.17px;
  justify-content: center;
  padding-bottom: 0;
}
.nomination-form form .step-three .image-picker .drop-text.has-image > div, .nomination-form form .step-four .image-picker .drop-text.has-image > div {
  opacity: 0;
}
.nomination-form form .step-three .image-picker p, .nomination-form form .step-four .image-picker p {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.nomination-form form .step-three .image-picker p.drop-image:before, .nomination-form form .step-four .image-picker p.drop-image:before {
  content: "\e251";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  font-size: 60px;
  color: #cbd8e4;
  font-family: Material Icons;
  display: flex;
  justify-content: center;
}
.nomination-form form .step-three .image-picker u, .nomination-form form .step-four .image-picker u {
  color: #00BBB4;
}
.nomination-form form .step-three .image-picker #imginput, .nomination-form form .step-four .image-picker #imginput {
  height: 196px;
  width: 256px;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
.nomination-form form .step-three .image-picker .remove-image, .nomination-form form .step-four .image-picker .remove-image {
  position: absolute;
  bottom: -10px;
  right: -25px;
  z-index: 999;
  display: none;
  cursor: pointer;
}
.nomination-form form .step-three .image-picker .remove-image.visible, .nomination-form form .step-four .image-picker .remove-image.visible {
  display: block;
}
.nomination-form form .step-three .image-picker .remove-image span, .nomination-form form .step-four .image-picker .remove-image span {
  color: rgb(255, 255, 255);
  font-size: 20px;
  letter-spacing: 0;
  height: 50px;
  width: 50px;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(0, 187, 180);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nomination-form form .step-three .agree-options, .nomination-form form .step-four .agree-options {
  margin-top: 50px;
}
.nomination-form form .step-three .checkbox-options, .nomination-form form .step-four .checkbox-options {
  display: flex;
  align-items: baseline;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.nomination-form form .step-three .checkbox-options input, .nomination-form form .step-four .checkbox-options input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
  z-index: 9;
}
.nomination-form form .step-three .checkbox-options .checkbox, .nomination-form form .step-four .checkbox-options .checkbox {
  height: 10px;
  width: 10px;
  border: 1px solid #0F206C;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  margin-right: 15px;
  position: relative;
  padding-right: 8px;
}
.nomination-form form .step-three .checkbox-options input:checked ~ .checkbox:before, .nomination-form form .step-four .checkbox-options input:checked ~ .checkbox:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  height: 6px;
  width: 6px;
  border-radius: 0;
  background-color: #0F206C;
}
.nomination-form form .step-three .checkbox-options input:checked ~ .checkbox:after, .nomination-form form .step-four .checkbox-options input:checked ~ .checkbox:after {
  display: block;
}

.not-eligible .light-blue-top-title {
  text-align: center;
}
.not-eligible .buttons {
  text-align: center;
  margin-top: 50px;
}
.not-eligible .back-button {
  border: 1px solid #00BBB4;
  border-radius: 25px;
  background-color: #00BBB4;
  color: white;
  text-transform: uppercase;
  height: 50px;
  width: 202px;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.thank-you .light-blue-top-title {
  text-align: center;
}
.thank-you .copy-text {
  text-align: center;
  margin-top: 20px;
}
.thank-you .buttons {
  text-align: center;
  margin-top: 30px;
}
.thank-you .back-button {
  border: 1px solid #00BBB4;
  border-radius: 25px;
  background-color: #00BBB4;
  color: white;
  text-transform: uppercase;
  height: 50px;
  width: 202px;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.thank-you .thank-you-image {
  text-align: center;
  margin-top: 50px;
}
.thank-you .thank-you-image img {
  width: 100%;
  max-width: 510px;
}

.mobile-form-image {
  display: none;
}

@media screen and (max-width: 992px) {
  .top-title {
    padding: 0 15px;
  }
  .mobile-form-image {
    display: block;
  }
  .mobile-form-image img {
    margin-bottom: -5px;
    width: 100%;
  }
  .form-section {
    padding: 0;
  }
  .form-section .light-blue-top-title {
    margin-top: 110px;
  }
  .nomination-form {
    padding-bottom: 50px;
  }
  .nomination-form .light-blue-top-title {
    margin-top: 30px;
  }
  .nomination-form .row-input {
    width: 100%;
  }
  .nomination-form form {
    padding: 0 15px;
  }
  .nomination-form form .input-group {
    padding-bottom: 0;
  }
  .nomination-form form input,
  .nomination-form form select {
    margin-bottom: 0;
  }
  .nomination-form form .input-group:first-child {
    padding-top: 0;
  }
  .nomination-form form .input-group .row-input:first-child {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .nomination-form form .input-group .row-input:last-child {
    padding-left: 0;
  }
  .nomination-form form .buttons {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 450px) {
  .nomination-form form .radio-options .radio {
    padding-right: 8px;
  }
  .not-eligible .buttons {
    display: block;
  }
  .thank-you .buttons {
    display: block;
  }
}
.searchable-school-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.searchable-school-wrap .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.4;
  z-index: 2;
}

.searchable-school-wrap.is-active .overlay {
  display: block;
}

.searchable-school-wrap .input-field-wrap {
  z-index: 3;
}

.searchable-school-wrap .search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: scroll;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.searchable-school-wrap.is-active .search-results {
  display: block;
}

.searchable-school-wrap .form-control {
  margin-bottom: 0;
}

.searchable-school-wrap .search-results ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.searchable-school-wrap .search-results ul li {
  font-family: Poppins, sans-serif;
  padding: 5px 15px;
  cursor: pointer;
}

.searchable-school-wrap .search-results ul li:hover {
  color: #fff;
  background-color: #097571;
}

.input-field-wrap {
  position: relative;
}

.input-field-wrap.with-icon .material-icons {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  color: #00BAB3;
  font-size: 20px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.input-field-wrap .form-control {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.input-field-wrap.with-icon .form-control {
  padding-right: 35px;
}

.nomination-form form .step-five {
  display: none;
}

.nomination-form form .step-five .agree-options {
  margin-top: 50px;
}

.nomination-form form .step-five .checkbox-options {
  display: flex;
  align-items: baseline;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

.nomination-form form .step-five .checkbox-options input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
  z-index: 9;
}

.nomination-form form .step-five .checkbox-options .checkbox {
  height: 10px;
  width: 10px;
  border: 1px solid #0F206C;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  margin-right: 15px;
  position: relative;
  padding-right: 8px;
}

.nomination-form form .step-five .checkbox-options input:checked ~ .checkbox:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  height: 6px;
  width: 6px;
  border-radius: 0;
  background-color: #0F206C;
}

.nomination-form form .step-five .checkbox-options input:checked ~ .checkbox:after {
  display: block;
}

.nomination-info .row {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  margin-left: -15px;
  margin-right: -15px;
}

.nomination-info .header-info {
  margin-bottom: 15px;
}

.nomination-info .name {
  font-family: "korolev, sans-serif", sans-serif;
  color: #00BBB4;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  word-spacing: 100vw;
  margin: 0;
}

.nomination-info .row-info {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D8D8D8;
}

.nomination-info .row-info .col-auto span {
  color: #6E6E6E;
  font-size: 14px;
  line-height: 20px;
}

.word-spacing-initial {
  word-spacing: initial !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-default {
  font-family: Poppins, sans-serif !important;
  font-weight: 300 !important;
  word-spacing: initial !important;
}

.nomination-info .row-info .col {
  color: #0F206C;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.input-group.is-error label {
  color: red;
  font-weight: 600;
}

.input-group.is-error input {
  border-width: 2px;
  border-color: red;
}

.nomination-closing-date {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  display: block;
}

/*==blog section*/
.blog-entry {
  /* .page-link {
    font-family: korolev, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    border: none;
    height: 44px;
    width: 168px;
    border-radius: 25px;
    background-color: #00BBB4;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s ease;
    position: relative;
    margin: 100px auto 0;
  }*/
}
.blog-entry .title {
  color: #0F206C;
  font-family: korolev, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  width: fit-content;
  z-index: 2;
}
.blog-entry span.date {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.blog-entry a.more {
  padding: 0;
  margin: 20px 0 0;
  justify-content: left;
  font-size: 14px;
}
.blog-entry a.more:hover {
  text-decoration: underline;
}
.blog-entry .summary {
  padding: 30px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 #EBF3FA;
  margin-top: 30px;
}

section.related-posts > .container {
  padding-top: 100px;
  margin-top: 100px;
  position: relative;
}
section.related-posts > .container:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  top: 0;
  left: 15px;
  height: 1px;
  background-color: #D8D8D8;
}
section.related-posts > .container .blog-entry .summary {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.related-posts > .container {
    padding-top: 50px;
    margin-top: 50px;
  }
  section.related-posts > .container .blog-entry:not(:first-child) .summary {
    margin-top: 30px;
  }
}

body.Blog .section-one {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
body.Blog .blog-main {
  margin-top: 30px;
}
body.Blog button.page-link {
  display: flex;
  margin: 100px auto 0;
  height: 50px;
  width: 160px;
  border: 1px solid #00BBB4;
  border-radius: 25px;
  text-transform: uppercase;
  background: #00BBB4;
  color: #ffffff;
  cursor: pointer;
  transition: 0.25s ease;
  position: relative;
}
body.Blog button.page-link:before {
  content: "\e5c8";
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  opacity: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  transition: 0.25s ease;
}
body.Blog button.page-link:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
body.Blog button.page-link:hover:before {
  opacity: 1;
  right: 25px;
  transition: 0.25s ease;
}
body.Blog button.page-link a {
  color: inherit;
  background-color: transparent;
}
body.Blog .copy-text * {
  color: #0F206C;
}
body.Blog .copy-text a {
  color: #00BBB4;
  display: contents;
}
body.Blog .copy-text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.Blog button.page-link {
    margin-top: 50px;
  }
}

body.BlogPost .blog-entry container .blog-post-article {
  margin-top: 30px;
}
body.BlogPost .arrow-down {
  position: relative;
  left: 0;
  top: 75px;
}
body.BlogPost .blog-post-article {
  margin-top: 30px;
}
body.BlogPost .copy-text {
  font-size: 14px;
}
body.BlogPost .copy-text p:not(:last-child) {
  margin-bottom: 30px;
}
body.BlogPost .copy-text * {
  color: #0F206C;
}
body.BlogPost .copy-text a {
  color: #00BBB4;
  display: contents;
}
body.BlogPost .copy-text a:hover {
  text-decoration: underline;
}
body.BlogPost .copy-text h1 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  body.BlogPost .back {
    padding-bottom: 70px;
  }
  body.BlogPost .back .arrow-down {
    top: 25px;
  }
}

/*==featured post home page*/
.featured-post {
  margin-bottom: 150px;
}
.featured-post .post {
  padding: 70px 50px;
  background: #00BBB4 url("../images/combine-shape.svg") center center no-repeat;
  background-size: 140%;
  box-shadow: 0 10px 40px 0 #EBF3FA;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.featured-post .post .main-section-title {
  color: #fff;
}
.featured-post .post .copy-text {
  margin-top: 20px;
}
.featured-post button {
  height: 50px;
  width: 120px;
  border: 1px solid #00BBB4;
  border-radius: 25px;
  text-transform: uppercase;
  background: #fff;
  color: #00BBB4;
  cursor: pointer;
  transition: 0.25s ease;
  position: relative;
  margin-top: 30px;
}
.featured-post button:before {
  content: "\e5c8";
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #00BBB4;
  opacity: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  transition: 0.25s ease;
}
.featured-post button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.featured-post button:hover:before {
  opacity: 1;
  right: 25px;
  transition: 0.25s ease;
}
.featured-post button a {
  color: inherit;
  background-color: transparent;
}
.featured-post .blog-entry .summary {
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.featured-post .blog-entry .summary * {
  color: #fff;
}
.featured-post .blog-entry .summary .copy-text a {
  text-decoration: underline;
  display: contents;
}
@media screen and (max-width: 1200px) {
  .featured-post {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .featured-post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured-post .post {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .featured-post {
    margin-bottom: 50px;
  }
  .featured-post .main-section-title {
    margin-bottom: 30px;
  }
  .featured-post .post {
    padding: 40px 20px;
  }
}

.footer-links {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.footer-links a {
  width: auto;
  margin-right: 16px;
}
.footer-links a:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1028px) {
  .copyright-text {
    margin-top: 20px;
  }
  .footer-links {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .copyright-text ul li:first-child {
    padding-right: 100px;
  }
}
.about-us .section-one {
  margin-top: 160px;
  margin-bottom: 0;
  padding-bottom: 100px;
  border-bottom: 1px solid #D8D8D8;
}
.about-us .section-one .copy-text,
.about-us .section-one .copy-text-bold,
.about-us .section-one .light-blue-top-title,
.about-us .section-one .main-section-title {
  text-align: center;
}
.about-us .section-one .light-blue-top-title {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.about-us .section-one .main-section-title {
  margin-bottom: 40px;
}
.about-us .section-one .copy-text-bold {
  margin-bottom: 15px;
}
.about-us .team-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-us .team-section .row {
  justify-content: center;
}
.about-us .team-section img {
  width: 100%;
  box-shadow: 0 8px 35px 0 #EBF3FA;
  border-radius: 16px;
  height: 305px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .about-us .team-section img {
    margin-bottom: 25px;
  }
}
.about-us .team-section .team-members {
  padding: 50px 0;
}
.about-us .team-section .light-blue-top-title {
  margin-bottom: 10px;
}
.about-us .team-section .member-title {
  color: #0F206C;
  font-family: korolev, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 25px;
}
.about-us .team-section .copy-text-bold {
  font-weight: 600;
  margin-bottom: 15px;
}

.language-section {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.language-section .light-blue-top-title {
  margin-top: 0;
  margin-bottom: 0;
}
.language-section .language-selection {
  position: relative;
  max-width: 190px;
  background: white;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.language-section .language-selection img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.language-section .selected-language {
  position: relative;
}
.language-section .selected-language:after {
  content: "\e5c5";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  color: #D8D8D8;
  font-family: Material Icons;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.language-section .selected-language,
.language-section li {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  padding: 8px 0 8px 12px;
  display: flex;
  align-items: center;
}
.language-section .languages {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 0;
  background: white;
  width: 100%;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 #EBF3FA;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s ease;
}
.language-section .languages.active {
  opacity: 1;
  transition: 0.25s ease;
  pointer-events: all;
}
.language-section .languages li {
  padding: 12px 0 5px 12px;
}
.language-section .languages li:last-child {
  padding-bottom: 20px;
}
.language-section .languages li.selected {
  display: none;
}

.optional-clause {
  border-top: 1px solid #D8D8D8;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.optional-clause .optional {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.optional-clause .optional-two {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 5px;
}

.error-nomination, .error-message {
  border-radius: 5px;
  background-color: rgba(190, 16, 16, 0.1);
  padding: 10px;
  margin-top: 40px;
  display: none;
}
.error-nomination p, .error-message p {
  color: #BB0000;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.error-nomination p:before, .error-message p:before {
  content: "\e000";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 5px;
}

#the-count {
  text-align: right;
}
#the-count span {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
}

.subscription-section {
  padding: 100px 0;
}
.subscription-section .subscription-form .light-blue-top-title,
.subscription-section .subscription-form .main-section-title {
  text-align: center;
}
.subscription-section .subscription-form .light-blue-top-title {
  margin-bottom: 15px;
}
.subscription-section .subscription-form form {
  margin-top: 50px;
}
.subscription-section .subscription-form form .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.subscription-section .subscription-form form .input-group {
  max-width: 370px;
  width: 100%;
  margin-right: 10px;
}
.subscription-section .subscription-form form input {
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 5px;
  background-color: white;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 14px 10px;
  max-width: 370px;
  width: 100%;
  margin-right: 10px;
}
.subscription-section .subscription-form form input::placeholder {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.subscription-section .subscription-form form input:focus {
  outline: 1px solid #0F206C;
}
.subscription-section .subscription-form form .input-button {
  max-width: 200px;
  width: 100%;
}
.subscription-section .subscription-form form button {
  border-radius: 25px;
  background-color: #00BBB4;
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  max-width: 200px;
  width: 100%;
  padding: 14px 0;
  transition: 0.25s ease;
  position: relative;
}
.subscription-section .subscription-form form button:before {
  content: "\e5c8";
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #FFFFFF;
  transition: 0.25s ease;
  opacity: 0;
}
.subscription-section .subscription-form form button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.subscription-section .subscription-form form button:hover:before {
  opacity: 1;
  right: 50px;
  transition: 0.25s ease;
}

@media screen and (max-width: 992px) {
  .subscription-section {
    padding: 50px 0;
  }
  .subscription-section .subscription-form form .form-group {
    justify-content: flex-start;
  }
  .subscription-section .subscription-form form input {
    max-width: unset;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .subscription-section .subscription-form form button {
    max-width: unset;
  }
}
.calculator-section {
  border-radius: 40px 40px 0 0;
  background-color: #00BBB4;
  padding: 100px 0;
}
.calculator-section .light-blue-top-title,
.calculator-section .main-section-title {
  color: white;
}
.calculator-section .light-blue-top-title {
  margin-bottom: 15px;
}
.calculator-section .main-section-title {
  margin-bottom: 40px;
}
.calculator-section form .form-group {
  margin-bottom: 20px;
}
.calculator-section form .form-group:last-child {
  margin-bottom: 0;
}
.calculator-section form .form-group .esr,
.calculator-section form .form-group .esvr {
  margin-left: 0;
}
.calculator-section form .form-group .staff-option-radio,
.calculator-section form .form-group .student-option-radio {
  width: 100%;
  max-width: 184px;
}
.calculator-section form .form-group .staff-input,
.calculator-section form .form-group .student-input {
  width: 100%;
  max-width: 260px;
  display: none;
  margin-left: 10px;
}
.calculator-section form label {
  color: #FFFFFF;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.calculator-section form input {
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 5px;
  background-color: white;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 14px 10px;
  width: 100%;
  margin-right: 10px;
  height: 50px;
}
.calculator-section form input:last-child {
  margin-bottom: 0;
}
.calculator-section form input::placeholder {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.calculator-section form input:focus {
  outline: 1px solid #0F206C;
}
.calculator-section form .options {
  display: flex;
  margin-top: 10px;
}
.calculator-section form .options input {
  margin-right: 0;
  margin-left: 10px;
}
.calculator-section form .options .radio-options {
  width: 50%;
  padding: 15px 10px;
  margin-bottom: 0;
  max-width: 92px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.25s ease;
  height: 50px;
}
.calculator-section form .options .radio-options.checked {
  background: white;
  transition: 0.25s ease;
  color: #00BBB4;
}
.calculator-section form .options .radio-options.yes-option {
  border: 1px solid white;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.calculator-section form .options .radio-options.no-option {
  border: 1px solid white;
  border-radius: 0 5px 5px 0;
}
.calculator-section form .options .radio-options .radio {
  height: 10px;
  width: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  display: block;
}
.calculator-section form .options .radio-options .radio:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: none;
}
.calculator-section form .options .radio-options input {
  width: auto;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  margin: 0;
}
.calculator-section form .options .radio-options input:checked ~ .radio {
  border: 1px solid #00BBB4;
}
.calculator-section form .options .radio-options input:checked ~ .radio:before {
  background: #00BBB4;
}
.calculator-section .calculations {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  margin-top: 30px;
}
.calculator-section .calculations .results {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.calculator-section .calculations .results:first-of-type {
  border: none;
  padding-top: 10px;
}
.calculator-section .calculations .results:last-child {
  padding-bottom: 0;
}
.calculator-section .calculations p {
  color: rgba(255, 255, 255, 0.7);
  font-family: korolev, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.calculator-section .calculations .small-copy {
  color: #FFFFFF;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 300;
  text-align: right;
  text-transform: capitalize;
}
.calculator-section .calculations h1 {
  color: #FFFFFF;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}
.calculator-section .calculations .discount small {
  opacity: 0.8;
  color: white;
  font-family: Poppins, sans-serif;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 300;
}
.calculator-section .small-copy {
  color: #FFFFFF;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
}
.calculator-section .cta-section {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 50px;
}
.calculator-section .cta-section p {
  line-height: 18px;
  font-weight: 300;
}
.calculator-section .cta-section .cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.calculator-section .cta-section .cta p {
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin: 0 15px;
}
.calculator-section .booking-link {
  justify-content: unset;
}
.calculator-section button {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  background: none;
  text-transform: uppercase;
  max-width: 200px;
  width: 100%;
  height: 50px;
  position: relative;
  transition: 0.25s ease;
}
.calculator-section button:before {
  content: "\e5c8";
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #FFFFFF;
  transition: 0.25s ease;
  opacity: 0;
}
.calculator-section button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.calculator-section button:hover:before {
  opacity: 1;
  right: 10px;
  transition: 0.25s ease;
}
.calculator-section .book-now-button {
  background: white;
  color: #00BBB4;
}
.calculator-section .book-now-button:before {
  color: #00BBB4;
  right: 60px;
}
.calculator-section .book-now-button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.calculator-section .book-now-button:hover:before {
  opacity: 1;
  right: 50px;
  transition: 0.25s ease;
}

@media screen and (max-width: 992px) {
  .calculator-section {
    padding: 50px 0;
    border-radius: 0;
  }
  .calculator-section .cta-section .cta {
    margin-top: 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .calculator-section form .form-group .staff-input,
  .calculator-section form .form-group .student-input {
    width: 75%;
    max-width: unset;
    margin-left: 0;
  }
  .calculator-section form .form-group .options {
    flex-wrap: wrap;
  }
  .calculator-section form .form-group .options input {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .calculator-section .cta-section .cta {
    flex-wrap: wrap;
  }
  .calculator-section .cta-section .cta p {
    margin: 10px 0;
  }
  .calculator-section .cta-section .cta a,
  .calculator-section .cta-section .cta button,
  .calculator-section .cta-section .cta p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
  }
}
.estimate-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 6, 24, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}
.estimate-popup.active {
  opacity: 1;
  transition: 0.25s ease;
  pointer-events: all;
}
.estimate-popup.active .estimate-popup-content {
  visibility: visible;
}
.estimate-popup .estimate-popup-content {
  visibility: hidden;
  max-width: 400px;
  background: white;
  padding: 60px 45px 30px;
  border-radius: 20px;
  position: relative;
}
.estimate-popup .estimate-popup-content .close-button,
.estimate-popup .estimate-popup-content .close-button-ty {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.estimate-popup .estimate-popup-content .close-button-ty {
  display: none;
}
.estimate-popup .estimate-popup-content h4 {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
.estimate-popup .estimate-popup-content form label {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.estimate-popup .estimate-popup-content form input {
  margin-top: 5px;
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 5px;
  background-color: white;
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 14px 10px;
  width: 100%;
  margin-right: 10px;
}
.estimate-popup .estimate-popup-content form input::placeholder {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.estimate-popup .estimate-popup-content form input:focus {
  outline: 1px solid #0F206C;
}
.estimate-popup .estimate-popup-content form .input-error {
  margin-bottom: 20px;
}
.estimate-popup .estimate-popup-content button {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  letter-spacing: normal;
  background: #00BBB4;
  text-transform: uppercase;
  max-width: 150px;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: 0.25s ease;
  position: relative;
}
.estimate-popup .estimate-popup-content button:before {
  content: "\e5c8";
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #FFFFFF;
  transition: 0.25s ease;
  opacity: 0;
}
.estimate-popup .estimate-popup-content button:hover {
  padding-right: 40px;
  transition: 0.25s ease;
}
.estimate-popup .estimate-popup-content button:hover:before {
  opacity: 1;
  right: 30px;
  transition: 0.25s ease;
}
.estimate-popup .estimate-popup-content .sending button {
  padding-right: 30px;
}
.estimate-popup .estimate-popup-content .sending button:before {
  right: 35px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scrollSide;
}
.estimate-popup .estimate-popup-content .thank-you {
  display: none;
  pointer-events: none;
  transition: 0.25s ease;
}
.estimate-popup .estimate-popup-content .thank-you .light-blue-top-title {
  margin-bottom: 15px;
  text-align: center;
}
.estimate-popup .estimate-popup-content .thank-you .email-info {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.booking-form-section,
.booking-thank-you {
  margin-top: 185px;
  padding-bottom: 100px;
}
.booking-form-section .light-blue-top-title,
.booking-form-section .main-section-title,
.booking-thank-you .light-blue-top-title,
.booking-thank-you .main-section-title {
  text-align: center;
}
.booking-form-section .light-blue-top-title,
.booking-thank-you .light-blue-top-title {
  margin-bottom: 15px;
}
.booking-form-section .main-section-title,
.booking-thank-you .main-section-title {
  margin-bottom: 50px;
}
.booking-form-section .copy-text-bold,
.booking-thank-you .copy-text-bold {
  margin-bottom: 30px;
}
.booking-form-section .booking-form-details,
.booking-thank-you .booking-form-details {
  border-radius: 40px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 #EBF3FA;
  padding: 50px 60px;
}
.booking-form-section .booking-form-details .ui-datepicker-next, .booking-form-section .booking-form-details .ui-datepicker-prev,
.booking-thank-you .booking-form-details .ui-datepicker-next,
.booking-thank-you .booking-form-details .ui-datepicker-prev {
  display: inline-flex !important;
  background-color: transparent !important;
  border: none !important;
  outline-style: none;
  cursor: pointer;
}
.booking-form-section form .form-group,
.booking-thank-you form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.booking-form-section form .form-group .input-wrapper,
.booking-thank-you form .form-group .input-wrapper {
  width: 50%;
  margin-right: 10px;
}
.booking-form-section form .form-group .input-wrapper:last-child,
.booking-thank-you form .form-group .input-wrapper:last-child {
  margin-right: 0;
}
.booking-form-section form .form-group .input-wrapper.input-wrapper-full,
.booking-thank-you form .form-group .input-wrapper.input-wrapper-full {
  width: 100%;
}
.booking-form-section form .form-group:last-child,
.booking-thank-you form .form-group:last-child {
  margin-bottom: 0;
}
.booking-form-section form .form-group .staff-option-radio,
.booking-form-section form .form-group .student-option-radio,
.booking-thank-you form .form-group .staff-option-radio,
.booking-thank-you form .form-group .student-option-radio {
  width: 100%;
  max-width: 160px;
}
.booking-form-section form .form-group .staff-input,
.booking-form-section form .form-group .student-input,
.booking-thank-you form .form-group .staff-input,
.booking-thank-you form .form-group .student-input {
  width: 100%;
  max-width: 260px;
  display: none;
  margin-left: 10px;
}
.booking-form-section form .myo-option,
.booking-thank-you form .myo-option {
  display: flex;
  opacity: 0;
  transition: 0.25s ease;
  height: 0;
  margin-bottom: 0;
}
.booking-form-section form .myo-option.active,
.booking-thank-you form .myo-option.active {
  position: relative;
  opacity: 1;
  transition: 0.25s ease;
  height: auto;
  margin-bottom: 30px;
}
.booking-form-section form .contributing-schools,
.booking-thank-you form .contributing-schools {
  display: none;
}
.booking-form-section form label,
.booking-thank-you form label {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 300;
}
.booking-form-section form input,
.booking-form-section form select,
.booking-form-section form textarea,
.booking-thank-you form input,
.booking-thank-you form select,
.booking-thank-you form textarea {
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 5px;
  background-color: white;
  color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 15px 10px;
  width: 100%;
  margin-right: 10px;
  margin-top: 5px;
  font-weight: 400;
  height: 50px;
}
.booking-form-section form input:last-child,
.booking-form-section form select:last-child,
.booking-form-section form textarea:last-child,
.booking-thank-you form input:last-child,
.booking-thank-you form select:last-child,
.booking-thank-you form textarea:last-child {
  margin-bottom: 0;
}
.booking-form-section form input::placeholder,
.booking-form-section form select::placeholder,
.booking-form-section form textarea::placeholder,
.booking-thank-you form input::placeholder,
.booking-thank-you form select::placeholder,
.booking-thank-you form textarea::placeholder {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}
.booking-form-section form input:focus,
.booking-form-section form select:focus,
.booking-form-section form textarea:focus,
.booking-thank-you form input:focus,
.booking-thank-you form select:focus,
.booking-thank-you form textarea:focus {
  outline: 1px solid #0F206C;
}
.booking-form-section form select,
.booking-thank-you form select {
  -webkit-appearance: none;
}
.booking-form-section form input::placeholder,
.booking-form-section form select option:first-child,
.booking-form-section form select.noValue,
.booking-thank-you form input::placeholder,
.booking-thank-you form select option:first-child,
.booking-thank-you form select.noValue {
  color: #6E6E6E;
}
.booking-form-section form .select-wrapper,
.booking-thank-you form .select-wrapper {
  position: relative;
}
.booking-form-section form .select-wrapper:after,
.booking-thank-you form .select-wrapper:after {
  content: "\e5c5";
  position: absolute;
  top: 2.5px;
  bottom: 0;
  right: 10px;
  color: #6E6E6E;
  font-family: Material Icons;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.booking-form-section form .select-wrapper.e-date,
.booking-thank-you form .select-wrapper.e-date {
  position: relative;
}
.booking-form-section form .select-wrapper.e-date:after,
.booking-thank-you form .select-wrapper.e-date:after {
  content: "\e916";
  position: absolute;
  top: 2.5px;
  bottom: 0;
  right: 10px;
  color: #6E6E6E;
  font-family: Material Icons;
  font-size: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.booking-form-section form .input-error,
.booking-thank-you form .input-error {
  position: absolute;
  bottom: -20px;
}
.booking-form-section form .options,
.booking-thank-you form .options {
  display: flex;
  margin-top: 5px;
}
.booking-form-section form .options input,
.booking-thank-you form .options input {
  margin-right: 0;
  margin-left: 10px;
}
.booking-form-section form .options .radio-options,
.booking-thank-you form .options .radio-options {
  width: 50%;
  padding: 15px 10px;
  margin-bottom: 0;
  max-width: 80px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.25s ease;
  color: #0F206C;
  height: 50px;
}
.booking-form-section form .options .radio-options.checked,
.booking-thank-you form .options .radio-options.checked {
  background: #0F206C;
  transition: 0.25s ease;
  color: #ffffff;
}
.booking-form-section form .options .radio-options.yes-option,
.booking-thank-you form .options .radio-options.yes-option {
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.booking-form-section form .options .radio-options.no-option,
.booking-thank-you form .options .radio-options.no-option {
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 0 5px 5px 0;
}
.booking-form-section form .options .radio-options .radio,
.booking-thank-you form .options .radio-options .radio {
  height: 10px;
  width: 10px;
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  display: block;
}
.booking-form-section form .options .radio-options .radio:before,
.booking-thank-you form .options .radio-options .radio:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: none;
}
.booking-form-section form .options .radio-options input,
.booking-thank-you form .options .radio-options input {
  width: auto;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  margin: 0;
}
.booking-form-section form .options .radio-options input:checked ~ .radio,
.booking-thank-you form .options .radio-options input:checked ~ .radio {
  border: 1px solid #FFFFFF;
}
.booking-form-section form .options .radio-options input:checked ~ .radio:before,
.booking-thank-you form .options .radio-options input:checked ~ .radio:before {
  background: #FFFFFF;
}
.booking-form-section form .options.service-options .radio-options,
.booking-thank-you form .options.service-options .radio-options {
  max-width: 216px;
}
.booking-form-section .contact-details,
.booking-thank-you .contact-details {
  margin-top: 50px;
}
.booking-form-section .contact-details .form-group p,
.booking-thank-you .contact-details .form-group p {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.booking-form-section .calculations,
.booking-thank-you .calculations {
  border-radius: 20px;
  background-color: rgba(235, 243, 250, 0.5);
  padding: 30px;
}
.booking-form-section .calculations .results,
.booking-thank-you .calculations .results {
  border-top: 1px solid rgba(15, 32, 108, 0.2);
}
.booking-form-section .calculations .results:first-of-type,
.booking-thank-you .calculations .results:first-of-type {
  border: none;
  padding-top: 10px;
}
.booking-form-section .calculations .full-service,
.booking-form-section .calculations .manage-your-own,
.booking-thank-you .calculations .full-service,
.booking-thank-you .calculations .manage-your-own {
  display: none;
  padding-top: 20px;
  margin-top: 20px;
}
.booking-form-section .calculations p,
.booking-thank-you .calculations p {
  color: #5F6CA4;
  font-family: korolev, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.booking-form-section .calculations .small-copy,
.booking-thank-you .calculations .small-copy {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 300;
  text-align: right;
  text-transform: capitalize;
}
.booking-form-section .calculations h1,
.booking-thank-you .calculations h1 {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}
.booking-form-section .calculations .discount small,
.booking-thank-you .calculations .discount small {
  opacity: 0.8;
  color: #0F206C;
  font-family: Poppins, sans-serif;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 300;
}
.booking-form-section button,
.booking-thank-you button {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  max-width: 180px;
  width: 100%;
  height: 50px;
  background-color: #00BBB4;
  transition: 0.25s ease;
  position: relative;
}
.booking-form-section button:before,
.booking-thank-you button:before {
  content: "\e5c8";
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Material Icons;
  font-size: 15px;
  color: #FFFFFF;
  transition: 0.25s ease;
  opacity: 0;
}
.booking-form-section button:hover,
.booking-thank-you button:hover {
  padding-right: 30px;
  transition: 0.25s ease;
}
.booking-form-section button:hover:before,
.booking-thank-you button:hover:before {
  opacity: 1;
  right: 50px;
  transition: 0.25s ease;
}
.booking-form-section .sending button,
.booking-thank-you .sending button {
  padding-right: 20px;
}
.booking-form-section .sending button:before,
.booking-thank-you .sending button:before {
  right: 50px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scrollSide;
}
.booking-form-section .disclosure,
.booking-thank-you .disclosure {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #D8D8D8;
}
.booking-form-section .disclosure a,
.booking-thank-you .disclosure a {
  display: initial;
  color: #00BBB4;
}
.booking-form-section .back-button a,
.booking-thank-you .back-button a {
  color: #0F206C;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.booking-form-section .back-button a span,
.booking-thank-you .back-button a span {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .booking-form-section,
  .booking-thank-you {
    padding: 50px 0;
    border-radius: 0;
    margin-top: 75px;
  }
  .booking-form-section .booking-form-details,
  .booking-thank-you .booking-form-details {
    margin-bottom: 30px;
  }
  .booking-form-section .cta-section .cta,
  .booking-thank-you .cta-section .cta {
    margin-top: 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .booking-form-section .booking-form-details,
  .booking-thank-you .booking-form-details {
    padding: 15px;
    border-radius: 0;
  }
}
@media screen and (max-width: 576px) {
  .booking-form-section .col-lg-8,
  .booking-thank-you .col-lg-8 {
    padding: 0;
  }
  .booking-form-section .booking-form-details,
  .booking-thank-you .booking-form-details {
    margin-bottom: 30px;
  }
  .booking-form-section form .form-group,
  .booking-thank-you form .form-group {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .booking-form-section form .form-group .d-flex,
  .booking-thank-you form .form-group .d-flex {
    flex-wrap: wrap;
  }
  .booking-form-section form .form-group .input-wrapper,
  .booking-thank-you form .form-group .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .booking-form-section form .form-group .input-wrapper:first-of-type input[type=text],
  .booking-form-section form .form-group .input-wrapper:first-of-type select,
  .booking-thank-you form .form-group .input-wrapper:first-of-type input[type=text],
  .booking-thank-you form .form-group .input-wrapper:first-of-type select {
    margin-bottom: 30px;
  }
  .booking-form-section form .form-group .staff-input,
  .booking-form-section form .form-group .student-input,
  .booking-thank-you form .form-group .staff-input,
  .booking-thank-you form .form-group .student-input {
    width: 75%;
    max-width: unset;
    margin-left: 0;
    margin-top: 15px;
  }
  .booking-form-section form .form-group .options,
  .booking-thank-you form .form-group .options {
    flex-wrap: wrap;
  }
  .booking-form-section form .form-group .options input,
  .booking-thank-you form .form-group .options input {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .booking-form-section form .myo-option,
  .booking-thank-you form .myo-option {
    margin-bottom: 0;
  }
  .booking-form-section form .options,
  .booking-thank-you form .options {
    flex-wrap: wrap;
  }
  .booking-form-section form .options input,
  .booking-thank-you form .options input {
    margin-left: 0;
    margin-top: 15px;
  }
  .booking-form-section form .options.service-options .radio-options,
  .booking-thank-you form .options.service-options .radio-options {
    max-width: unset;
    width: 100%;
    border-right: 1px solid rgba(15, 32, 108, 0.3);
    border-radius: 5px 5px 0 0;
  }
  .booking-form-section form .options.service-options .radio-options:first-child,
  .booking-thank-you form .options.service-options .radio-options:first-child {
    border-bottom: none;
  }
  .booking-form-section form .options.service-options .radio-options.no-option,
  .booking-thank-you form .options.service-options .radio-options.no-option {
    border-radius: 0 0 5px 5px;
  }
}

.booking-thank-you {
  padding-bottom: 0;
  display: none;
  min-height: calc(100vh - 365px);
}
.booking-thank-you .main-section-title {
  margin-bottom: 20px;
}
.booking-thank-you .confirmation {
  color: #0F206C;
  font-size: 18px;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.booking-thank-you .home-button {
  border: 1px solid #00BBB4;
  border-radius: 25px;
  background-color: #00BBB4;
  color: #FFFFFF;
  font-family: korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.booking-thank-you img {
  margin-top: 70px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mb-twelve {
  margin-bottom: 12px;
}

.booking-form-section form input.error,
.booking-form-section form select.error,
.booking-form-section form textarea.error,
.calculator-section form input.error,
.calculator-section form select.error,
.calculator-section form textarea.error,
.popup-content form input.error,
.popup-content form select.error,
.popup-content form textarea.error,
.subscription-section form input.error,
.subscription-section form select.error,
.subscription-section form textarea.error {
  outline: 1px solid #BB0000;
}
.booking-form-section form .radio-options,
.calculator-section form .radio-options,
.popup-content form .radio-options,
.subscription-section form .radio-options {
  border: 1px solid #BB0000;
}
.booking-form-section form .input-error label,
.calculator-section form .input-error label,
.popup-content form .input-error label,
.subscription-section form .input-error label {
  margin-top: 5px;
  display: inline-block;
  color: #BB0000;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.asterix {
  color: #BB0000;
}

.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

@media screen and (max-width: 992px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
    margin-top: 30px;
  }
}
.date-container {
  position: relative;
}

@media screen and (max-width: 576px) {
  #election-date {
    margin-bottom: 0;
  }
  .e-date {
    margin-bottom: 30px;
  }
}
/*Date Picker*/
#ui-datepicker-div {
  padding: 0;
  width: 100%;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  top: 0 !important;
  left: 0 !important;
}

.ui-widget-header {
  background-color: #0F206C;
  border: none !important;
  border-top: 2px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 5px 5px 0 0;
}

.ui-datepicker-title {
  color: white;
  font-size: 15px;
  font-weight: normal !important;
}

.ui-datepicker-calendar thead tr th {
  border-top: 0.5px solid rgba(255, 255, 255, 0.1) !important;
  background-color: #0F206C;
  color: white;
  font-weight: normal !important;
  font-size: 12px !important;
}

/*dates*/
.ui-datepicker td {
  border-style: none;
}

a.ui-state-default {
  color: black !important;
  text-align: center;
  font-size: 15px;
  text-align: center !important;
  background: none !important;
  border: none !important;
}

span.ui-state-default {
  text-align: center !important;
  font-size: 15px;
  text-align: center !important;
  background: none !important;
  border: none !important;
}

a.ui-state-default.ui-state-active {
  border-radius: 5px;
  background: #0F206C !important;
  color: #FFFFFF !important;
}

/*icon*/
.ui-icon {
  background-image: none !important;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  display: none !important;
}

.ui-datepicker-next span,
.ui-datepicker-prev {
  background-image: none !important;
}

.ui-datepicker-next:before,
.ui-datepicker-prev {
  font-family: "Material Icons";
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}

.ui-datepicker-prev:before {
  content: "\e5cb";
  color: #FFFFFF;
}

.ui-datepicker-next:before {
  content: "\e5cc";
  color: #FFFFFF;
}

.ui-datepicker-next {
  width: 32.39px !important;
  height: 32.39px !important;
}

@keyframes scrollSide {
  0% {
    opacity: 0;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}
.privacy-policy {
  margin-top: 185px;
  margin-bottom: 150px;
}
.privacy-policy h1 {
  color: #0F206C;
  font-family: korolev, sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 15px;
}
.privacy-policy h4 {
  color: #00BBB4;
  font-family: korolev, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 30px;
}
.privacy-policy small {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}
.privacy-policy a {
  color: #00BBB4;
  display: inline-block;
  text-decoration: underline;
  width: auto;
}
.privacy-policy p,
.privacy-policy ul li {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.privacy-policy ul {
  list-style: none;
  margin-bottom: 10px;
}
.privacy-policy ul li {
  padding-left: 25px;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .privacy-policy {
    margin-top: 125px;
    margin-bottom: 50px;
  }
}

.popup-content a,
p a {
  color: #00BBB4;
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}

.top-header {
  padding: 30px 25px;
  position: absolute;
  width: 100%;
}
.top-header .language-section {
  width: 100%;
  max-width: 190px;
}
.top-header .language-section .languages.active {
  z-index: 600;
}

.voting-code-input {
  background-color: #EBF3FA;
  height: 100vh;
  display: flex;
}
.voting-code-input .form-details {
  padding: 50px;
  padding-bottom: 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 #EBF3FA;
  max-width: 570px;
  width: 100%;
  margin-bottom: 80px;
  z-index: 500;
  position: relative;
}
.voting-code-input .form-details .title {
  color: #0F206C;
  font-family: Korolev, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 20px;
}
.voting-code-input .form-details .subtitle {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px;
}
.voting-code-input form label {
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}
.voting-code-input form input {
  border: 1px solid rgba(15, 32, 108, 0.3);
  border-radius: 5px;
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 13.5px 15.5px;
  width: 100%;
  margin-bottom: 10px;
}
.voting-code-input form input::placeholder {
  opacity: 0.3;
}
.voting-code-input form input:focus {
  text-decoration: none;
  outline: none;
}
.voting-code-input form p {
  display: inline-block;
  margin-bottom: 0;
  color: #6E6E6E;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}
.voting-code-input form .forgot-code,
.voting-code-input form .forgot-password {
  text-align: right;
  cursor: pointer;
}
.voting-code-input form .forgot-code p,
.voting-code-input form .forgot-password p {
  color: #00BAB3;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: underline;
}
.voting-code-input form a {
  color: #00BAB3;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  width: auto;
  display: block;
  margin-left: 5px;
  text-decoration: underline;
}
.voting-code-input form .login {
  text-align: center;
  display: flex;
  justify-content: center;
}
.voting-code-input form button {
  border: 1px solid #00BBB4;
  background-color: #00BBB4;
  width: 100%;
  color: white;
  padding: 12px 0;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
.voting-code-input form .back-button {
  cursor: pointer;
}
.voting-code-input form .back-button .material-icons {
  margin-right: 10px;
  font-size: 20px;
}
.voting-code-input form .back-button p {
  text-transform: uppercase;
  font-family: Korolev, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.voting-code-input form .error-validation {
  display: none;
}
.voting-code-input form .resend-code {
  text-align: right;
  cursor: pointer;
}
.voting-code-input form .resend-code .resend {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: underline;
  color: #00BAB3;
}

.backgrounds {
  pointer-events: none;
}
.backgrounds img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.backgrounds .people {
  max-width: 545px;
}

@media screen and (max-width: 768px) {
  .voting-code-input .form-details {
    margin-bottom: 0;
  }
  .backgrounds .people {
    display: none;
  }
}
.iti {
  font-family: Poppins, sans-serif;
  width: 100%;
}

.iti__country-list {
  max-width: 470px;
}

.step-two-login,
.step-three-login,
.step-forgot-code,
.step-forgot-password {
  display: none;
}

.candidates-info {
  padding-bottom: 100px;
}
.candidates-info .top-header {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 80px;
  border-bottom: 1px solid #D8D8D8;
}
.candidates-info .progress-level {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 670px;
  display: inline-block;
  margin: auto;
}
.candidates-info .progress-level .step-indicator {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.candidates-info .progress-level .step {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.candidates-info .progress-level .step-indicator .step-icon {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #CBD8E4;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 28px;
  font-weight: bold;
  font-family: Korolev, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.candidates-info .progress-level .step.active .step-icon {
  background: #00BBB4;
}
.candidates-info .progress-level .step p {
  text-align: center;
  position: absolute;
  bottom: -45px;
  color: #CBD8E4;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-family: Korolev, sans-serif;
  width: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.candidates-info .progress-level .step.active p {
  color: #00BBB4;
}
.candidates-info .progress-level .step.step2 p,
.candidates-info .progress-level .step.step3 p {
  left: 50%;
  transform: translateX(-50%);
}
.candidates-info .progress-level .indicator-line {
  width: 100%;
  height: 1px;
  background: #c2c2c2;
  flex: 1;
}
.candidates-info .progress-level .indicator-line.active {
  background: #00BBB4;
}
@media screen and (max-width: 1024px) {
  .candidates-info .top-header {
    padding: 30px 15px;
    margin-bottom: 130px;
  }
  .candidates-info .progress-level {
    top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .candidates-info .progress-level .step-indicator {
    padding: 0 60px;
  }
  .candidates-info .progress-level .step p {
    width: 150px;
    line-height: 16px;
  }
}
.candidates-info .title {
  margin-bottom: 20px;
}
.candidates-info .title h1 {
  color: #0F206C;
  font-family: Korolev, sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .candidates-info .title h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.candidates-info .subtitle {
  display: inline-flex;
  margin-bottom: 80px;
}
.candidates-info .subtitle p {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.candidates-info .section-title {
  margin-bottom: 40px;
  display: inline-flex;
  color: #0F206C;
  font-family: Korolev, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}
.candidates-info .small-title {
  color: #0F206C;
  font-family: Korolev, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 40px;
}
.candidates-info .candidate-block {
  padding: 20px;
  background-color: white;
  box-shadow: 0 10px 40px 0 #EBF3FA;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
  height: fit-content;
  border: 1px solid #D8D8D8;
  margin-bottom: 20px;
}
.candidates-info .candidate-block.open > .expand {
  transform: rotate(180deg);
  transition: 0.25s ease;
}
.candidates-info .candidate-block ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.candidates-info .candidate-block img {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-color: gray;
}
.candidates-info .candidate-block .name {
  color: #0F206C;
  font-family: Korolev, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  margin-left: 20px;
}
.candidates-info .candidate-block .expand {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #D8D8D8;
  transition: 0.25s ease;
}
.candidates-info .candidate-block .candidate-desc {
  display: none;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #D8D8D8;
}
.candidates-info .candidate-block .candidate-desc h2,
.candidates-info .candidate-block .candidate-desc p {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
.candidates-info .candidate-block .candidate-desc p {
  font-weight: normal;
  margin-top: 12.5px;
}
.candidates-info .container-fluid {
  padding: 0 7.5px;
}
.candidates-info .col {
  max-width: 20%;
  padding: 0 7.5px;
}
@media screen and (max-width: 1200px) {
  .candidates-info .col {
    max-width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .candidates-info .col {
    max-width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .candidates-info .col {
    max-width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .candidates-info .col {
    max-width: 100%;
  }
}
.candidates-info .choose-candidate-block {
  padding: 20px 20px 20px 35px;
  background-color: white;
  box-shadow: 0 10px 40px 0 #EBF3FA;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
  width: 100%;
  cursor: pointer;
  height: fit-content;
  margin-bottom: 20px;
  margin-right: 15px;
  position: relative;
}
.candidates-info .choose-candidate-block.selected {
  background-color: #5F6CA4;
}
.candidates-info .choose-candidate-block.selected .name {
  color: #FFFFFF;
}
.candidates-info .choose-candidate-block.selected .input-checkbox span {
  background: white;
}
.candidates-info .choose-candidate-block ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.candidates-info .choose-candidate-block img {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background-color: gray;
}
.candidates-info .choose-candidate-block .name {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin-left: 10px;
}
.candidates-info .choose-candidate-block .input-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}
.candidates-info .choose-candidate-block .input-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0;
  z-index: 9;
}
.candidates-info .choose-candidate-block .input-checkbox .checkbox {
  height: 15px;
  width: 15px;
  border-radius: 0;
  position: relative;
  display: block;
  border-radius: 3.8px;
  background-color: #D8D8D8;
}
.candidates-info .choose-candidate-block .input-checkbox input:checked ~ .checkbox:before {
  content: "\e5ca";
  position: absolute;
  left: 1px;
  top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 0;
  color: #0F206C;
  font-family: Material Icons;
  font-size: 12px;
}
.candidates-info .choose-candidate-block .input-checkbox input:checked ~ .checkbox:after {
  display: block;
}
@media screen and (max-width: 992px) {
  .candidates-info .choose-candidate-block img {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .candidates-info .choose-candidate-block {
    padding: 15px 15px 15px 35px;
    margin-bottom: 15px;
  }
}
.candidates-info .chosen-candidate {
  margin-right: 20px;
}
.candidates-info .chosen-candidate img {
  height: 150px;
  width: 150px;
  border-radius: 18.75px;
  background-color: gray;
}
.candidates-info .chosen-candidate p {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.candidates-info .next-step-candidate {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
}
.candidates-info .back-step-button {
  padding: 25px 0;
  text-align: right;
  display: none;
  z-index: 100;
  position: relative;
}
.candidates-info .back-step-button button {
  color: #5F6CA4;
  font-family: Korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  border: 1px solid #5F6CA4;
  background-color: #FFFFFF;
  padding: 12px 25px;
  padding-right: 40px;
  min-width: 160px;
  width: 100%;
  display: flex;
  align-items: center;
}
.candidates-info .next-step-button {
  padding: 25px 0;
  margin-left: auto;
  display: block;
}
.candidates-info .next-step-button button {
  color: #FFFFFF;
  font-family: Korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #00BBB4;
  padding: 13px 19px;
  min-width: 160px;
  width: 100%;
}
.candidates-info hr {
  margin-top: 0;
  margin-bottom: 0;
}
.candidates-info .confirm-button {
  padding: 25px 0;
  margin-left: auto;
  display: none;
}
.candidates-info .confirm-button button {
  color: #FFFFFF;
  font-family: Korolev, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #00BBB4;
  padding: 13px 19px;
  min-width: 160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .candidates-info .next-step-button,
  .candidates-info .back-step-button,
  .candidates-info .confirm-button {
    padding: 10px 0;
  }
}

.step-two-candidate,
.step-three-candidate {
  display: none;
}

.submitted .light-blue-top-title {
  margin-bottom: 15px;
  margin-top: 180px;
}
.submitted .main-section-title {
  margin-bottom: 30px;
}
.submitted .receipt-number {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.submitted .bold {
  font-weight: bold;
  margin-bottom: 40px;
}
.submitted .bg-image {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .submitted .light-blue-top-title {
    margin-bottom: 15px;
    margin-top: 120px;
  }
  .submitted .bg-image {
    margin-top: 50px;
    width: 100%;
  }
}

/*dropbox form*/
.dropbox-form-section .content p, .dropbox-form-section .content ul, .dropbox-form-section .content li {
  color: #0F206C;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.dropbox-form-section label.dropbox-file-error, .dropbox-form-section label.error {
  color: #BB0000;
}

/*cookie popup*/
.popup-cookie {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: none;
  max-width: 240px;
  box-shadow: 0px 0px 40px 0px rgba(15, 32, 108, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.popup-cookie.popup-active {
  display: flex;
}
.popup-cookie .popup-content {
  background-color: #fff;
  position: relative;
  padding: 48px 24px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
.popup-cookie .popup-content .copy-text {
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.popup-cookie .popup-content .copy-text a {
  width: auto;
  height: auto;
  display: inline;
}
.popup-cookie .popup-content .popup-cookie-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup-cookie .popup-content .popup-cookie-close:hover svg path {
  fill: #0F206C;
}
.popup-cookie .popup-content .popup-cookie-close:hover svg rect {
  stroke: #0F206C;
}
.popup-cookie .popup-content button {
  padding: 5px 20px;
  border: 1px solid #0F206C;
  background-color: #0F206C;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.25s ease;
  position: relative;
  min-width: 86px;
}
@media screen and (max-width: 576px) {
  .popup-cookie {
    bottom: 0;
    right: 0;
    max-width: 100%;
  }
  .popup-cookie .popup-content {
    padding: 32px;
  }
}

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