@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");
/********************************
* Base Styles 
*********************************/
/* reset by boostrap */
body, html {
  font-family: "Roboto", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #fff;
  background-color: #50A2C7;
}

html {
  font-size: 55%;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.18;
}

h1, .section-big-title {
  font-size: 3.6rem;
  color: #29282D;
}

@media (min-width: 992px) {
  h1, .section-big-title {
    font-size: 4.6rem;
  }
}

h2 {
  font-size: 2.6rem;
}

@media (min-width: 992px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.2rem;
}

p, ul li {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

ul {
  list-style: none;
  padding-left: 3rem;
}

@media (min-width: 768px) {
  ul {
    padding-left: 6rem;
  }
}

ul li {
  font-size: 2rem;
  position: relative;
}

ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -3rem;
}

@media (min-width: 768px) {
  ul li::before {
    left: -4rem;
  }
}

.no-styling-list {
  padding: 0;
}

.no-styling-list li {
  margin-bottom: 0;
}

.no-styling-list li:before {
  display: none;
}

@media (min-width: 992px) {
  .container {
    max-width: 1074px;
  }
}

.font-raleway {
  font-family: "Raleway", Helvetica, sans-serif;
}

.green-button {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #1E9F63;
  border: 1px solid #707070;
  border-radius: 46px;
  position: relative;
  display: block;
  width: 480px;
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
  line-height: 1;
  padding: 2.4rem;
  transition: 0.4s ease all;
}

@media (min-width: 992px) {
  .green-button {
    line-height: 0.65;
    font-size: 3.8rem;
  }
}

.green-button:hover {
  box-shadow: 1px 1px 5px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  background-color: #167448;
}

.green-button-plain {
  font-family: "Montserrat", Helvetica, sans-serif;
  background-color: #33B673;
  font-size: 27px;
  font-weight: 700;
  border-radius: 5px;
  border: 0;
  color: white;
  text-transform: uppercase;
  padding: 12px;
  transition: 0.4s ease all;
}

.green-button-plain:hover {
  background-color: #2da266;
}

.green-button-white-border {
  border-color: #fff;
}

.modal-dialog {
  margin-top: 4rem;
  max-width: 500px;
}

.modal-title {
  font-size: 2.6rem;
  color: #242741;
}

.modal-content {
  color: #000;
}

@media (min-width: 768px) {
  .modal-content {
    padding: 10px 50px 16px;
  }
}

.modal-content label {
  margin-bottom: 5px;
}

.modal-content input.form-control {
  color: #000;
  background-color: #E1E4ED;
  padding: 22px 16px;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 18px;
  border-radius: 5px;
  border: 0;
}

.modal-content .green-button-plain {
  margin-top: 15px;
}

.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.top-block {
  background-color: #262F4D;
  color: #fff;
}

.top-block .countdown {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .top-block .countdown {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.top-block .countdown p {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.6rem;
  text-align: center;
}

@media (min-width: 480px) {
  .top-block .countdown p {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .top-block .countdown p {
    width: 100%;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .top-block .countdown p {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.top-block .green-button-plain {
  border-radius: 12px;
  font-size: 25px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  width: 250px;
  padding: 5px;
}

.site-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.first-block-content {
  color: #242741;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .first-block-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .first-block-content .container {
    max-width: 960px;
  }
}

.first-block-content .white-block {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  border-radius: 1.2rem;
}

@media (min-width: 768px) {
  .first-block-content .white-block {
    padding: 3rem 4rem;
  }
}

@media (min-width: 768px) {
  .first-block-content .white-block ul {
    padding-left: 2.5rem;
  }
}

.first-block-content .video-block .video-container {
  max-width: 650px;
}

.first-block-content .video-block p {
  max-width: 900px;
  font-size: 2.7rem;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 500;
}

.modules-list-content {
  background-color: #364074;
}

.modules-list-content .modules-list {
  background-color: #fff;
  padding: 2rem;
}

@media (min-width: 480px) {
  .modules-list-content .modules-list {
    padding: 2rem 3rem;
  }
}

.modules-list-content .modules-list h3 {
  margin-bottom: 2rem;
}

.modules-list-content .modules-list h3, .modules-list-content .modules-list li {
  color: #242741;
}

.modules-list-content .modules-list ul {
  list-style: disc;
  padding-left: 2rem;
}

.modules-list-content .modules-list ul li {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.light-blue-block {
  background-color: #F6F7F8;
  border: 1px solid #E2E4E8;
  border-radius: 10px;
  padding: 2.5rem;
  color: #474A4E;
}

.light-blue-block img {
  width: 70px;
}

.light-blue-block p {
  font-size: 1.6rem;
  font-family: "Montserrat", Helvetica, sans-serif;
}

.light-blue-block .info h3, .light-blue-block .info p {
  font-family: "Raleway", Helvetica, sans-serif;
  margin-bottom: 0;
}

.light-blue-block .info h3 {
  font-size: 1.6rem;
  font-weight: 600;
}

.light-blue-block .info p {
  font-size: 1.3rem;
}

.cta-block h3 {
  font-size: 2.7rem;
}

.cta-block p {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.countdown {
  display: flex;
  font-family: "Roboto", Helvetica, sans-serif;
  justify-content: center;
}

.countdown p {
  font-size: 2.2rem;
  font-weight: 300;
  margin: 0;
}

.countdown .timer {
  display: flex;
  text-align: center;
}

.countdown .timer div {
  font-size: 1.4rem;
  margin: 0 1rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 300;
}

@media (min-width: 768px) {
  .countdown .timer div {
    font-size: 1.6rem;
  }
}

.countdown .timer div span:first-child {
  display: block;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.2;
}

.countdown-horizontal {
  flex-wrap: wrap;
  align-items: center;
}

.countdown-horizontal p {
  margin-right: 1rem;
}

.countdown-vertical p {
  margin-bottom: .5rem;
  width: 100%;
}

.site-footer {
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #364074;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer p {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}
