@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);.learning-platform h1 {
  font-size: 35px;
}
@media (min-width: 992px) {
  .learning-platform h1 {
    font-size: 45px;
  }
}
.learning-platform h2 {
  font-size: 28px;
}
@media (min-width: 992px) {
  .learning-platform h2 {
    font-size: 36px;
  }
}
.learning-platform h3 {
  font-size: 15px;
  line-height: 125%;
}
@media (min-width: 992px) {
  .learning-platform h3 {
    font-size: 20px;
  }
  .learning-platform h3.red.p-b-9 {
    font-size: 15px;
  }
}
.learning-platform h4 {
  font-size: 20px;
  font-weight: 600;
}
.learning-platform p {
  font-size: 12px;
  color: #414042;
  line-height: 17px;
}
@media (min-width: 992px) {
  .learning-platform p {
    font-size: 14px;
    line-height: 17px;
  }
}
.learning-platform .footer-widgets p {
  color: #fff;
}
.learning-platform .weight-black {
  font-weight: 900 !important;
}
.learning-platform .subheader {
  font-size: 20px;
}
@media (min-width: 992px) {
  .learning-platform .subheader {
    font-size: 29px;
  }
}

.learning-platform .content-wrapper {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .learning-platform .row {
    margin: 0;
  }
}
.learning-platform .sub-title {
  color: #ED1849 !important;
  font-weight: 600 !important;
  font-size: 29px;
  line-height: 31px;
}
@media (max-width: 767.98px) {
  .learning-platform .sub-title {
    font-size: 21px;
  }
}
.learning-platform .d-none {
  display: none;
}

.ow-button-base a.home-hero-btn {
  width: 100%;
  padding: 12px 10px !important;
}
@media (min-width: 768px) {
  .ow-button-base a.home-hero-btn {
    max-width: 250px !important;
  }
}

/*
This .scss loop will create "margin helpers" and "padding helpers".
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
For All, vertical and horizontal will be:
All = m-10 and p-10
vertical = m-y-10 and p-y-10
horizontal = m-x-10 and p-x-10
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-x-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.p-x-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-t-6 {
  margin-top: 6px !important;
}

.p-t-6 {
  padding-top: 6px !important;
}

.m-b-6 {
  margin-bottom: 6px !important;
}

.p-b-6 {
  padding-bottom: 6px !important;
}

.m-l-6 {
  margin-left: 6px !important;
}

.p-l-6 {
  padding-left: 6px !important;
}

.m-r-6 {
  margin-right: 6px !important;
}

.p-r-6 {
  padding-right: 6px !important;
}

.m-x-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.p-x-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.m-y-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.p-y-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.m-6 {
  margin: 6px !important;
}

.p-6 {
  padding: 6px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-t-11 {
  margin-top: 11px !important;
}

.p-t-11 {
  padding-top: 11px !important;
}

.m-b-11 {
  margin-bottom: 11px !important;
}

.p-b-11 {
  padding-bottom: 11px !important;
}

.m-l-11 {
  margin-left: 11px !important;
}

.p-l-11 {
  padding-left: 11px !important;
}

.m-r-11 {
  margin-right: 11px !important;
}

.p-r-11 {
  padding-right: 11px !important;
}

.m-x-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.p-x-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.m-y-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.p-y-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.m-11 {
  margin: 11px !important;
}

.p-11 {
  padding: 11px !important;
}

.m-t-12 {
  margin-top: 12px !important;
}

.p-t-12 {
  padding-top: 12px !important;
}

.m-b-12 {
  margin-bottom: 12px !important;
}

.p-b-12 {
  padding-bottom: 12px !important;
}

.m-l-12 {
  margin-left: 12px !important;
}

.p-l-12 {
  padding-left: 12px !important;
}

.m-r-12 {
  margin-right: 12px !important;
}

.p-r-12 {
  padding-right: 12px !important;
}

.m-x-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.p-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.m-y-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.p-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.m-12 {
  margin: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.m-t-13 {
  margin-top: 13px !important;
}

.p-t-13 {
  padding-top: 13px !important;
}

.m-b-13 {
  margin-bottom: 13px !important;
}

.p-b-13 {
  padding-bottom: 13px !important;
}

.m-l-13 {
  margin-left: 13px !important;
}

.p-l-13 {
  padding-left: 13px !important;
}

.m-r-13 {
  margin-right: 13px !important;
}

.p-r-13 {
  padding-right: 13px !important;
}

.m-x-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.p-x-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.m-y-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.p-y-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.m-13 {
  margin: 13px !important;
}

.p-13 {
  padding: 13px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.m-x-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.p-x-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.m-y-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.p-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.m-55 {
  margin: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.m-x-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.p-x-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.m-y-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.p-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.m-65 {
  margin: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-x-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.p-x-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.m-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.p-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.m-x-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.p-x-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.m-y-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.p-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.m-85 {
  margin: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.m-x-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.m-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.m-x-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.p-x-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.m-y-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.p-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.m-95 {
  margin: 95px !important;
}

.p-95 {
  padding: 95px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-t-105 {
  margin-top: 105px !important;
}

.p-t-105 {
  padding-top: 105px !important;
}

.m-b-105 {
  margin-bottom: 105px !important;
}

.p-b-105 {
  padding-bottom: 105px !important;
}

.m-l-105 {
  margin-left: 105px !important;
}

.p-l-105 {
  padding-left: 105px !important;
}

.m-r-105 {
  margin-right: 105px !important;
}

.p-r-105 {
  padding-right: 105px !important;
}

.m-x-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.p-x-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.m-y-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.p-y-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.m-105 {
  margin: 105px !important;
}

.p-105 {
  padding: 105px !important;
}

.m-t-110 {
  margin-top: 110px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.m-b-110 {
  margin-bottom: 110px !important;
}

.p-b-110 {
  padding-bottom: 110px !important;
}

.m-l-110 {
  margin-left: 110px !important;
}

.p-l-110 {
  padding-left: 110px !important;
}

.m-r-110 {
  margin-right: 110px !important;
}

.p-r-110 {
  padding-right: 110px !important;
}

.m-x-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.p-x-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.m-y-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.p-y-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.m-110 {
  margin: 110px !important;
}

.p-110 {
  padding: 110px !important;
}

.m-t-115 {
  margin-top: 115px !important;
}

.p-t-115 {
  padding-top: 115px !important;
}

.m-b-115 {
  margin-bottom: 115px !important;
}

.p-b-115 {
  padding-bottom: 115px !important;
}

.m-l-115 {
  margin-left: 115px !important;
}

.p-l-115 {
  padding-left: 115px !important;
}

.m-r-115 {
  margin-right: 115px !important;
}

.p-r-115 {
  padding-right: 115px !important;
}

.m-x-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.p-x-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.m-y-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.p-y-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.m-115 {
  margin: 115px !important;
}

.p-115 {
  padding: 115px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

.m-x-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.p-x-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.m-y-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.p-y-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.m-120 {
  margin: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.m-t-125 {
  margin-top: 125px !important;
}

.p-t-125 {
  padding-top: 125px !important;
}

.m-b-125 {
  margin-bottom: 125px !important;
}

.p-b-125 {
  padding-bottom: 125px !important;
}

.m-l-125 {
  margin-left: 125px !important;
}

.p-l-125 {
  padding-left: 125px !important;
}

.m-r-125 {
  margin-right: 125px !important;
}

.p-r-125 {
  padding-right: 125px !important;
}

.m-x-125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.p-x-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.m-y-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.p-y-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.m-125 {
  margin: 125px !important;
}

.p-125 {
  padding: 125px !important;
}

.m-t-130 {
  margin-top: 130px !important;
}

.p-t-130 {
  padding-top: 130px !important;
}

.m-b-130 {
  margin-bottom: 130px !important;
}

.p-b-130 {
  padding-bottom: 130px !important;
}

.m-l-130 {
  margin-left: 130px !important;
}

.p-l-130 {
  padding-left: 130px !important;
}

.m-r-130 {
  margin-right: 130px !important;
}

.p-r-130 {
  padding-right: 130px !important;
}

.m-x-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.p-x-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.m-y-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.p-y-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.m-130 {
  margin: 130px !important;
}

.p-130 {
  padding: 130px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.m-x-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.p-x-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.m-y-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.p-y-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.m-150 {
  margin: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.m-t-180 {
  margin-top: 180px !important;
}

.p-t-180 {
  padding-top: 180px !important;
}

.m-b-180 {
  margin-bottom: 180px !important;
}

.p-b-180 {
  padding-bottom: 180px !important;
}

.m-l-180 {
  margin-left: 180px !important;
}

.p-l-180 {
  padding-left: 180px !important;
}

.m-r-180 {
  margin-right: 180px !important;
}

.p-r-180 {
  padding-right: 180px !important;
}

.m-x-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.p-x-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.m-y-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.p-y-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.m-180 {
  margin: 180px !important;
}

.p-180 {
  padding: 180px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

.m-x-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.p-x-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.m-y-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.p-y-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.m-200 {
  margin: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.m-t-300 {
  margin-top: 300px !important;
}

.p-t-300 {
  padding-top: 300px !important;
}

.m-b-300 {
  margin-bottom: 300px !important;
}

.p-b-300 {
  padding-bottom: 300px !important;
}

.m-l-300 {
  margin-left: 300px !important;
}

.p-l-300 {
  padding-left: 300px !important;
}

.m-r-300 {
  margin-right: 300px !important;
}

.p-r-300 {
  padding-right: 300px !important;
}

.m-x-300 {
  margin-left: 300px !important;
  margin-right: 300px !important;
}

.p-x-300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

.m-y-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

.p-y-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

.m-300 {
  margin: 300px !important;
}

.p-300 {
  padding: 300px !important;
}

.m-t-400 {
  margin-top: 400px !important;
}

.p-t-400 {
  padding-top: 400px !important;
}

.m-b-400 {
  margin-bottom: 400px !important;
}

.p-b-400 {
  padding-bottom: 400px !important;
}

.m-l-400 {
  margin-left: 400px !important;
}

.p-l-400 {
  padding-left: 400px !important;
}

.m-r-400 {
  margin-right: 400px !important;
}

.p-r-400 {
  padding-right: 400px !important;
}

.m-x-400 {
  margin-left: 400px !important;
  margin-right: 400px !important;
}

.p-x-400 {
  padding-left: 400px !important;
  padding-right: 400px !important;
}

.m-y-400 {
  margin-top: 400px !important;
  margin-bottom: 400px !important;
}

.p-y-400 {
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

.m-400 {
  margin: 400px !important;
}

.p-400 {
  padding: 400px !important;
}

@media (max-width: 1199.98px) {
  .mobile-m-t-0 {
    margin-top: 0px !important;
  }
  .mobile-p-t-0 {
    padding-top: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-0 {
    margin-bottom: 0px !important;
  }
  .mobile-p-b-0 {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-0 {
    margin-left: 0px !important;
  }
  .mobile-p-l-0 {
    padding-left: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-0 {
    margin-right: 0px !important;
  }
  .mobile-p-r-0 {
    padding-right: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mobile-p-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mobile-p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-0 {
    margin: 0px !important;
  }
  .mobile-p-0 {
    padding: 0px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-5 {
    margin-top: 5px !important;
  }
  .mobile-p-t-5 {
    padding-top: 5px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-5 {
    margin-bottom: 5px !important;
  }
  .mobile-p-b-5 {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-5 {
    margin-left: 5px !important;
  }
  .mobile-p-l-5 {
    padding-left: 5px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-5 {
    margin-right: 5px !important;
  }
  .mobile-p-r-5 {
    padding-right: 5px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mobile-p-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mobile-p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-5 {
    margin: 5px !important;
  }
  .mobile-p-5 {
    padding: 5px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-6 {
    margin-top: 6px !important;
  }
  .mobile-p-t-6 {
    padding-top: 6px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-6 {
    margin-bottom: 6px !important;
  }
  .mobile-p-b-6 {
    padding-bottom: 6px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-6 {
    margin-left: 6px !important;
  }
  .mobile-p-l-6 {
    padding-left: 6px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-6 {
    margin-right: 6px !important;
  }
  .mobile-p-r-6 {
    padding-right: 6px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mobile-p-x-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mobile-p-y-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-6 {
    margin: 6px !important;
  }
  .mobile-p-6 {
    padding: 6px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-10 {
    margin-top: 10px !important;
  }
  .mobile-p-t-10 {
    padding-top: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-10 {
    margin-bottom: 10px !important;
  }
  .mobile-p-b-10 {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-10 {
    margin-left: 10px !important;
  }
  .mobile-p-l-10 {
    padding-left: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-10 {
    margin-right: 10px !important;
  }
  .mobile-p-r-10 {
    padding-right: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mobile-p-x-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mobile-p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-10 {
    margin: 10px !important;
  }
  .mobile-p-10 {
    padding: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-11 {
    margin-top: 11px !important;
  }
  .mobile-p-t-11 {
    padding-top: 11px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-11 {
    margin-bottom: 11px !important;
  }
  .mobile-p-b-11 {
    padding-bottom: 11px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-11 {
    margin-left: 11px !important;
  }
  .mobile-p-l-11 {
    padding-left: 11px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-11 {
    margin-right: 11px !important;
  }
  .mobile-p-r-11 {
    padding-right: 11px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
  .mobile-p-x-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mobile-p-y-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-11 {
    margin: 11px !important;
  }
  .mobile-p-11 {
    padding: 11px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-12 {
    margin-top: 12px !important;
  }
  .mobile-p-t-12 {
    padding-top: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-12 {
    margin-bottom: 12px !important;
  }
  .mobile-p-b-12 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-12 {
    margin-left: 12px !important;
  }
  .mobile-p-l-12 {
    padding-left: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-12 {
    margin-right: 12px !important;
  }
  .mobile-p-r-12 {
    padding-right: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mobile-p-x-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mobile-p-y-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-12 {
    margin: 12px !important;
  }
  .mobile-p-12 {
    padding: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-13 {
    margin-top: 13px !important;
  }
  .mobile-p-t-13 {
    padding-top: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-13 {
    margin-bottom: 13px !important;
  }
  .mobile-p-b-13 {
    padding-bottom: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-13 {
    margin-left: 13px !important;
  }
  .mobile-p-l-13 {
    padding-left: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-13 {
    margin-right: 13px !important;
  }
  .mobile-p-r-13 {
    padding-right: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
  }
  .mobile-p-x-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mobile-p-y-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-13 {
    margin: 13px !important;
  }
  .mobile-p-13 {
    padding: 13px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-15 {
    margin-top: 15px !important;
  }
  .mobile-p-t-15 {
    padding-top: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-15 {
    margin-bottom: 15px !important;
  }
  .mobile-p-b-15 {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-15 {
    margin-left: 15px !important;
  }
  .mobile-p-l-15 {
    padding-left: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-15 {
    margin-right: 15px !important;
  }
  .mobile-p-r-15 {
    padding-right: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mobile-p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mobile-p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-15 {
    margin: 15px !important;
  }
  .mobile-p-15 {
    padding: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-20 {
    margin-top: 20px !important;
  }
  .mobile-p-t-20 {
    padding-top: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-20 {
    margin-bottom: 20px !important;
  }
  .mobile-p-b-20 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-20 {
    margin-left: 20px !important;
  }
  .mobile-p-l-20 {
    padding-left: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-20 {
    margin-right: 20px !important;
  }
  .mobile-p-r-20 {
    padding-right: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mobile-p-x-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mobile-p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-20 {
    margin: 20px !important;
  }
  .mobile-p-20 {
    padding: 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-25 {
    margin-top: 25px !important;
  }
  .mobile-p-t-25 {
    padding-top: 25px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-25 {
    margin-bottom: 25px !important;
  }
  .mobile-p-b-25 {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-25 {
    margin-left: 25px !important;
  }
  .mobile-p-l-25 {
    padding-left: 25px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-25 {
    margin-right: 25px !important;
  }
  .mobile-p-r-25 {
    padding-right: 25px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mobile-p-x-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mobile-p-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-25 {
    margin: 25px !important;
  }
  .mobile-p-25 {
    padding: 25px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-30 {
    margin-top: 30px !important;
  }
  .mobile-p-t-30 {
    padding-top: 30px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-30 {
    margin-bottom: 30px !important;
  }
  .mobile-p-b-30 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-30 {
    margin-left: 30px !important;
  }
  .mobile-p-l-30 {
    padding-left: 30px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-30 {
    margin-right: 30px !important;
  }
  .mobile-p-r-30 {
    padding-right: 30px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mobile-p-x-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mobile-p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-30 {
    margin: 30px !important;
  }
  .mobile-p-30 {
    padding: 30px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-35 {
    margin-top: 35px !important;
  }
  .mobile-p-t-35 {
    padding-top: 35px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-35 {
    margin-bottom: 35px !important;
  }
  .mobile-p-b-35 {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-35 {
    margin-left: 35px !important;
  }
  .mobile-p-l-35 {
    padding-left: 35px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-35 {
    margin-right: 35px !important;
  }
  .mobile-p-r-35 {
    padding-right: 35px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mobile-p-x-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mobile-p-y-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-35 {
    margin: 35px !important;
  }
  .mobile-p-35 {
    padding: 35px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-40 {
    margin-top: 40px !important;
  }
  .mobile-p-t-40 {
    padding-top: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-40 {
    margin-bottom: 40px !important;
  }
  .mobile-p-b-40 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-40 {
    margin-left: 40px !important;
  }
  .mobile-p-l-40 {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-40 {
    margin-right: 40px !important;
  }
  .mobile-p-r-40 {
    padding-right: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mobile-p-x-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mobile-p-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-40 {
    margin: 40px !important;
  }
  .mobile-p-40 {
    padding: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-45 {
    margin-top: 45px !important;
  }
  .mobile-p-t-45 {
    padding-top: 45px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-45 {
    margin-bottom: 45px !important;
  }
  .mobile-p-b-45 {
    padding-bottom: 45px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-45 {
    margin-left: 45px !important;
  }
  .mobile-p-l-45 {
    padding-left: 45px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-45 {
    margin-right: 45px !important;
  }
  .mobile-p-r-45 {
    padding-right: 45px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mobile-p-x-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mobile-p-y-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-45 {
    margin: 45px !important;
  }
  .mobile-p-45 {
    padding: 45px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-50 {
    margin-top: 50px !important;
  }
  .mobile-p-t-50 {
    padding-top: 50px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-50 {
    margin-bottom: 50px !important;
  }
  .mobile-p-b-50 {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-50 {
    margin-left: 50px !important;
  }
  .mobile-p-l-50 {
    padding-left: 50px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-50 {
    margin-right: 50px !important;
  }
  .mobile-p-r-50 {
    padding-right: 50px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mobile-p-x-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mobile-p-y-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-50 {
    margin: 50px !important;
  }
  .mobile-p-50 {
    padding: 50px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-55 {
    margin-top: 55px !important;
  }
  .mobile-p-t-55 {
    padding-top: 55px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-55 {
    margin-bottom: 55px !important;
  }
  .mobile-p-b-55 {
    padding-bottom: 55px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-55 {
    margin-left: 55px !important;
  }
  .mobile-p-l-55 {
    padding-left: 55px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-55 {
    margin-right: 55px !important;
  }
  .mobile-p-r-55 {
    padding-right: 55px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .mobile-p-x-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mobile-p-y-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-55 {
    margin: 55px !important;
  }
  .mobile-p-55 {
    padding: 55px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-60 {
    margin-top: 60px !important;
  }
  .mobile-p-t-60 {
    padding-top: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-60 {
    margin-bottom: 60px !important;
  }
  .mobile-p-b-60 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-60 {
    margin-left: 60px !important;
  }
  .mobile-p-l-60 {
    padding-left: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-60 {
    margin-right: 60px !important;
  }
  .mobile-p-r-60 {
    padding-right: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mobile-p-x-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mobile-p-y-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-60 {
    margin: 60px !important;
  }
  .mobile-p-60 {
    padding: 60px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-65 {
    margin-top: 65px !important;
  }
  .mobile-p-t-65 {
    padding-top: 65px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-65 {
    margin-bottom: 65px !important;
  }
  .mobile-p-b-65 {
    padding-bottom: 65px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-65 {
    margin-left: 65px !important;
  }
  .mobile-p-l-65 {
    padding-left: 65px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-65 {
    margin-right: 65px !important;
  }
  .mobile-p-r-65 {
    padding-right: 65px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .mobile-p-x-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mobile-p-y-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-65 {
    margin: 65px !important;
  }
  .mobile-p-65 {
    padding: 65px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-70 {
    margin-top: 70px !important;
  }
  .mobile-p-t-70 {
    padding-top: 70px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-70 {
    margin-bottom: 70px !important;
  }
  .mobile-p-b-70 {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-70 {
    margin-left: 70px !important;
  }
  .mobile-p-l-70 {
    padding-left: 70px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-70 {
    margin-right: 70px !important;
  }
  .mobile-p-r-70 {
    padding-right: 70px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mobile-p-x-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mobile-p-y-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-70 {
    margin: 70px !important;
  }
  .mobile-p-70 {
    padding: 70px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-75 {
    margin-top: 75px !important;
  }
  .mobile-p-t-75 {
    padding-top: 75px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-75 {
    margin-bottom: 75px !important;
  }
  .mobile-p-b-75 {
    padding-bottom: 75px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-75 {
    margin-left: 75px !important;
  }
  .mobile-p-l-75 {
    padding-left: 75px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-75 {
    margin-right: 75px !important;
  }
  .mobile-p-r-75 {
    padding-right: 75px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .mobile-p-x-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mobile-p-y-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-75 {
    margin: 75px !important;
  }
  .mobile-p-75 {
    padding: 75px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-80 {
    margin-top: 80px !important;
  }
  .mobile-p-t-80 {
    padding-top: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-80 {
    margin-bottom: 80px !important;
  }
  .mobile-p-b-80 {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-80 {
    margin-left: 80px !important;
  }
  .mobile-p-l-80 {
    padding-left: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-80 {
    margin-right: 80px !important;
  }
  .mobile-p-r-80 {
    padding-right: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mobile-p-x-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mobile-p-y-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-80 {
    margin: 80px !important;
  }
  .mobile-p-80 {
    padding: 80px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-85 {
    margin-top: 85px !important;
  }
  .mobile-p-t-85 {
    padding-top: 85px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-85 {
    margin-bottom: 85px !important;
  }
  .mobile-p-b-85 {
    padding-bottom: 85px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-85 {
    margin-left: 85px !important;
  }
  .mobile-p-l-85 {
    padding-left: 85px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-85 {
    margin-right: 85px !important;
  }
  .mobile-p-r-85 {
    padding-right: 85px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .mobile-p-x-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mobile-p-y-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-85 {
    margin: 85px !important;
  }
  .mobile-p-85 {
    padding: 85px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-90 {
    margin-top: 90px !important;
  }
  .mobile-p-t-90 {
    padding-top: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-90 {
    margin-bottom: 90px !important;
  }
  .mobile-p-b-90 {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-90 {
    margin-left: 90px !important;
  }
  .mobile-p-l-90 {
    padding-left: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-90 {
    margin-right: 90px !important;
  }
  .mobile-p-r-90 {
    padding-right: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mobile-p-x-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mobile-p-y-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-90 {
    margin: 90px !important;
  }
  .mobile-p-90 {
    padding: 90px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-95 {
    margin-top: 95px !important;
  }
  .mobile-p-t-95 {
    padding-top: 95px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-95 {
    margin-bottom: 95px !important;
  }
  .mobile-p-b-95 {
    padding-bottom: 95px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-95 {
    margin-left: 95px !important;
  }
  .mobile-p-l-95 {
    padding-left: 95px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-95 {
    margin-right: 95px !important;
  }
  .mobile-p-r-95 {
    padding-right: 95px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .mobile-p-x-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mobile-p-y-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-95 {
    margin: 95px !important;
  }
  .mobile-p-95 {
    padding: 95px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-100 {
    margin-top: 100px !important;
  }
  .mobile-p-t-100 {
    padding-top: 100px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-100 {
    margin-bottom: 100px !important;
  }
  .mobile-p-b-100 {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-100 {
    margin-left: 100px !important;
  }
  .mobile-p-l-100 {
    padding-left: 100px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-100 {
    margin-right: 100px !important;
  }
  .mobile-p-r-100 {
    padding-right: 100px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .mobile-p-x-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mobile-p-y-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-100 {
    margin: 100px !important;
  }
  .mobile-p-100 {
    padding: 100px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-105 {
    margin-top: 105px !important;
  }
  .mobile-p-t-105 {
    padding-top: 105px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-105 {
    margin-bottom: 105px !important;
  }
  .mobile-p-b-105 {
    padding-bottom: 105px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-105 {
    margin-left: 105px !important;
  }
  .mobile-p-l-105 {
    padding-left: 105px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-105 {
    margin-right: 105px !important;
  }
  .mobile-p-r-105 {
    padding-right: 105px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  .mobile-p-x-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .mobile-p-y-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-105 {
    margin: 105px !important;
  }
  .mobile-p-105 {
    padding: 105px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-110 {
    margin-top: 110px !important;
  }
  .mobile-p-t-110 {
    padding-top: 110px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-110 {
    margin-bottom: 110px !important;
  }
  .mobile-p-b-110 {
    padding-bottom: 110px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-110 {
    margin-left: 110px !important;
  }
  .mobile-p-l-110 {
    padding-left: 110px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-110 {
    margin-right: 110px !important;
  }
  .mobile-p-r-110 {
    padding-right: 110px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .mobile-p-x-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mobile-p-y-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-110 {
    margin: 110px !important;
  }
  .mobile-p-110 {
    padding: 110px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-115 {
    margin-top: 115px !important;
  }
  .mobile-p-t-115 {
    padding-top: 115px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-115 {
    margin-bottom: 115px !important;
  }
  .mobile-p-b-115 {
    padding-bottom: 115px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-115 {
    margin-left: 115px !important;
  }
  .mobile-p-l-115 {
    padding-left: 115px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-115 {
    margin-right: 115px !important;
  }
  .mobile-p-r-115 {
    padding-right: 115px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  .mobile-p-x-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .mobile-p-y-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-115 {
    margin: 115px !important;
  }
  .mobile-p-115 {
    padding: 115px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-120 {
    margin-top: 120px !important;
  }
  .mobile-p-t-120 {
    padding-top: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-120 {
    margin-bottom: 120px !important;
  }
  .mobile-p-b-120 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-120 {
    margin-left: 120px !important;
  }
  .mobile-p-l-120 {
    padding-left: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-120 {
    margin-right: 120px !important;
  }
  .mobile-p-r-120 {
    padding-right: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mobile-p-x-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mobile-p-y-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-120 {
    margin: 120px !important;
  }
  .mobile-p-120 {
    padding: 120px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-125 {
    margin-top: 125px !important;
  }
  .mobile-p-t-125 {
    padding-top: 125px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-125 {
    margin-bottom: 125px !important;
  }
  .mobile-p-b-125 {
    padding-bottom: 125px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-125 {
    margin-left: 125px !important;
  }
  .mobile-p-l-125 {
    padding-left: 125px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-125 {
    margin-right: 125px !important;
  }
  .mobile-p-r-125 {
    padding-right: 125px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  .mobile-p-x-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .mobile-p-y-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-125 {
    margin: 125px !important;
  }
  .mobile-p-125 {
    padding: 125px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-130 {
    margin-top: 130px !important;
  }
  .mobile-p-t-130 {
    padding-top: 130px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-130 {
    margin-bottom: 130px !important;
  }
  .mobile-p-b-130 {
    padding-bottom: 130px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-130 {
    margin-left: 130px !important;
  }
  .mobile-p-l-130 {
    padding-left: 130px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-130 {
    margin-right: 130px !important;
  }
  .mobile-p-r-130 {
    padding-right: 130px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  .mobile-p-x-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mobile-p-y-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-130 {
    margin: 130px !important;
  }
  .mobile-p-130 {
    padding: 130px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-150 {
    margin-top: 150px !important;
  }
  .mobile-p-t-150 {
    padding-top: 150px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-150 {
    margin-bottom: 150px !important;
  }
  .mobile-p-b-150 {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-150 {
    margin-left: 150px !important;
  }
  .mobile-p-l-150 {
    padding-left: 150px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-150 {
    margin-right: 150px !important;
  }
  .mobile-p-r-150 {
    padding-right: 150px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  .mobile-p-x-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mobile-p-y-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-150 {
    margin: 150px !important;
  }
  .mobile-p-150 {
    padding: 150px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-180 {
    margin-top: 180px !important;
  }
  .mobile-p-t-180 {
    padding-top: 180px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-180 {
    margin-bottom: 180px !important;
  }
  .mobile-p-b-180 {
    padding-bottom: 180px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-180 {
    margin-left: 180px !important;
  }
  .mobile-p-l-180 {
    padding-left: 180px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-180 {
    margin-right: 180px !important;
  }
  .mobile-p-r-180 {
    padding-right: 180px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .mobile-p-x-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mobile-p-y-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-180 {
    margin: 180px !important;
  }
  .mobile-p-180 {
    padding: 180px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-200 {
    margin-top: 200px !important;
  }
  .mobile-p-t-200 {
    padding-top: 200px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-200 {
    margin-bottom: 200px !important;
  }
  .mobile-p-b-200 {
    padding-bottom: 200px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-200 {
    margin-left: 200px !important;
  }
  .mobile-p-l-200 {
    padding-left: 200px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-200 {
    margin-right: 200px !important;
  }
  .mobile-p-r-200 {
    padding-right: 200px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  .mobile-p-x-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mobile-p-y-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-200 {
    margin: 200px !important;
  }
  .mobile-p-200 {
    padding: 200px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-300 {
    margin-top: 300px !important;
  }
  .mobile-p-t-300 {
    padding-top: 300px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-300 {
    margin-bottom: 300px !important;
  }
  .mobile-p-b-300 {
    padding-bottom: 300px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-300 {
    margin-left: 300px !important;
  }
  .mobile-p-l-300 {
    padding-left: 300px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-300 {
    margin-right: 300px !important;
  }
  .mobile-p-r-300 {
    padding-right: 300px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-300 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .mobile-p-x-300 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mobile-p-y-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-300 {
    margin: 300px !important;
  }
  .mobile-p-300 {
    padding: 300px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-t-400 {
    margin-top: 400px !important;
  }
  .mobile-p-t-400 {
    padding-top: 400px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-b-400 {
    margin-bottom: 400px !important;
  }
  .mobile-p-b-400 {
    padding-bottom: 400px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-l-400 {
    margin-left: 400px !important;
  }
  .mobile-p-l-400 {
    padding-left: 400px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-r-400 {
    margin-right: 400px !important;
  }
  .mobile-p-r-400 {
    padding-right: 400px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-x-400 {
    margin-left: 400px !important;
    margin-right: 400px !important;
  }
  .mobile-p-x-400 {
    padding-left: 400px !important;
    padding-right: 400px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-y-400 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
  }
  .mobile-p-y-400 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
  }
}
@media (max-width: 1199.98px) {
  .mobile-m-400 {
    margin: 400px !important;
  }
  .mobile-p-400 {
    padding: 400px !important;
  }
}
/*
sample:
  btn btn-small btn-pink
*/
.learning-platform .btn {
  cursor: pointer;
  font-weight: 900;
  border-radius: 0;
  border: 2px solid #EF426A;
  text-align: center;
  letter-spacing: 1px;
  line-height: revert;
}
.learning-platform .btn-pink {
  background-color: #EF426A;
  color: white;
  text-transform: uppercase;
}
.learning-platform .btn-pink:hover {
  color: #EF426A;
  background-color: white;
  cursor: pointer;
}
.learning-platform .btn-white {
  background-color: #FFFFFF;
  color: #EF426A;
}
.learning-platform .btn-white:hover {
  color: white;
  background-color: #EF426A;
}
.learning-platform .btn-black {
  background-color: black;
  color: #EF426A;
}
.learning-platform .btn-black:hover {
  color: #EF426A;
  background-color: white;
  cursor: pointer;
}
.learning-platform .btn-small {
  padding: 2px 16px;
  font-size: 10px;
  overflow: visible;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
}
.learning-platform .btn-medium {
  padding: 4px 20px;
  font-size: 18px;
  overflow: visible;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.98px) {
  .learning-platform .btn-medium {
    padding: 4px 8px;
  }
}
.learning-platform .btn-large {
  padding: 5px 20px;
  font-size: 20px;
  overflow: visible;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
}
.learning-platform .btn-block {
  padding: 11px 45px;
  font-size: 20px;
  display: block;
  line-height: 100%;
}
.learning-platform .btn:hover {
  color: #EF426A;
}
.learning-platform .teacher-parent-btn {
  max-width: 620px;
  display: flex;
  margin: 50px auto 40px;
  padding: 0 20px 0;
}
.learning-platform .teacher-parent-btn a, .learning-platform .teacher-parent-btn span {
  flex: 1;
}
.learning-platform .teacher-parent-btn span {
  cursor: default;
}
.learning-platform .teacher-parent-btn span:hover {
  background-color: #fff;
  color: #EF426A;
}
.learning-platform .next-link__container {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 992px) {
  .learning-platform .next-link__container {
    margin-top: 0px;
  }
}
.learning-platform .next-link__container a {
  font-size: 15px;
  color: #414042;
}
@media (min-width: 992px) {
  .learning-platform .next-link__container a {
    font-size: 17px;
  }
}
.learning-platform .next-link__container a span {
  font-size: 15px;
  font-weight: 400;
}
.learning-platform .next-link__container img {
  position: relative;
  top: -3px;
  left: 2px;
}
.learning-platform .next-link__container .next-arrow a::after {
  content: "";
  background: transparent url("../images/next-arrow.png") no-repeat center center;
  width: 22px;
  height: 9px;
  display: inline-block;
  margin-left: 10px;
}
.learning-platform .next-link__container .next-arrow::after {
  content: "";
  background: transparent url("../images/next-arrow.png") no-repeat center center;
  width: 22px;
  height: 9px;
  display: inline-block;
  margin-left: 10px;
}
.learning-platform .next-link__container .prev-arrow::before {
  content: "";
  background: transparent url("../images/next-arrow.png") no-repeat center center;
  transform: rotate(180deg);
  width: 22px;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
}
.learning-platform .error-close-btn {
  font-weight: 900 !important;
  font-size: 20px !important;
  background-color: #EF426A;
}

.card-container {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.card-container::before, .card-container::after {
  content: none;
}
@media (min-width: 992px) {
  .card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .card-container {
    margin: 0 auto !important;
  }
}
@media (max-width: 767.98px) {
  .card-container {
    padding: 0 10px;
  }
}
.card-container .wrapper {
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .card-container .wrapper {
    padding: 0;
  }
}
.card-container .wrapper .first-inner-container img {
  width: 100%;
}
.card-container .wrapper .second-inner-container {
  margin: 0 auto;
  width: 100%;
  background-color: #414042;
  padding: 20px 20px 2px;
}
@media (max-width: 767.98px) {
  .card-container .wrapper .second-inner-container {
    padding-bottom: 12px;
  }
}
.card-container .wrapper .second-inner-container p {
  color: white;
  text-align: left;
}
.card-container .wrapper .second-inner-container p.title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.card-container .wrapper .second-inner-container p.content {
  font-size: 15px;
  transition: opacity 1.5s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .card-container .wrapper .second-inner-container p.content {
    opacity: 1;
    height: auto;
    padding-bottom: 12px;
  }
}
@media (pointer: none), (pointer: coarse) {
  .card-container .wrapper .second-inner-container p.content {
    opacity: 1;
    height: auto;
    padding-bottom: 12px;
  }
}
.card-container .wrapper:hover .second-inner-container p.content {
  opacity: 1;
  height: auto;
  padding-bottom: 12px;
}

.cookie-container {
  margin: 0 auto;
  z-index: 99999;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: black;
  width: 80%;
  border-radius: 5px;
  padding: 20px;
}
.cookie-container .first-cont {
  width: 75%;
  display: inline-block;
}
.cookie-container .first-cont p {
  color: white;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .cookie-container .first-cont p {
    font-size: 12px;
  }
}
.cookie-container .first-cont .privacy {
  color: white;
  padding: 0;
  border-top: 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .cookie-container .first-cont .privacy {
    font-size: 12px;
  }
}
.cookie-container .first-cont .privacy:hover {
  border-bottom: solid 1px white;
  border-top: 0;
}
.cookie-container .second-cont {
  margin-top: 10px;
  padding-left: 40px;
  width: 24%;
  display: inline-block;
  text-align: center;
}
.cookie-container .second-cont a {
  width: 80%;
  font-weight: 900;
  letter-spacing: 1px;
}
.cookie-container .second-cont .accept {
  margin-bottom: 5px;
}
.cookie-container .second-cont .cancel {
  color: #EF426A;
}

.hide-card {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .cookie-container .second-cont {
    padding-left: 10px;
  }
  .cookie-container a {
    padding: 6px 10px;
  }
}
@media (max-width: 991.98px) {
  .cookie-container .first-cont {
    width: 100%;
  }
  .cookie-container .second-cont {
    padding-left: 10px;
    width: 100%;
  }
  .cookie-container a {
    padding: 6px 10px;
  }
}
@media (max-width: 767.98px) {
  .cookie-container {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .cookie-container .first-cont {
    width: 100%;
  }
  .cookie-container .second-cont {
    padding-left: 0;
    width: 100%;
  }
  .cookie-container .second-cont a {
    width: 100%;
  }
  .cookie-container .second-cont a.accept {
    margin-bottom: 15px;
  }
  .cookie-container a {
    padding: 6px 10px;
  }
}
.learning-platform #page .header-clone {
  display: none !important;
}
.learning-platform #masthead.site-header {
  background-color: #ee2651;
  padding: 13px 0 20px !important;
}
@media (min-width: 512px) {
  .learning-platform #masthead.site-header {
    padding: 0px !important;
  }
}
@media (min-width: 1200px) {
  .learning-platform #masthead.site-header {
    padding: 13px 0 20px !important;
  }
}
@media (min-width: 768px) {
  .learning-platform #masthead.site-header {
    background-color: transparent;
  }
}
.learning-platform #masthead.site-header img {
  max-width: 180px;
}
@media (min-width: 992px) {
  .learning-platform #masthead.site-header img {
    max-width: 100%;
  }
}
.learning-platform #masthead.site-header .btn-menu {
  color: #fff;
}
.learning-platform #masthead.site-header.float-header {
  background-color: #ee2651;
}
@media screen and (max-width: 1024px) {
  .learning-platform #masthead.site-header.float-header {
    color: white !important;
  }
}
.learning-platform #masthead.site-header .header-wrap .menu-cell {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .learning-platform #masthead.site-header .header-wrap .menu-cell {
    padding-top: 28px;
  }
}
@media (min-width: 992px) {
  .learning-platform #masthead.site-header .header-wrap .menu-cell {
    padding-top: 48px;
  }
}
@media (min-width: 1025px) {
  .learning-platform #masthead.site-header .header-wrap .menu-cell {
    padding-top: 0;
  }
}
.learning-platform #masthead.site-header .header-wrap .menu-cell nav .menu-header-nav-container {
  background-color: black;
}
@media (min-width: 512px) and (max-width: 767px) {
  .learning-platform #masthead.site-header .logo-cell {
    width: 66.66666667% !important;
  }
}
@media (min-width: 512px) and (max-width: 767px) {
  .learning-platform #masthead.site-header .menu-cell {
    width: 33.33333333% !important;
    padding-top: 28px !important;
  }
}
.learning-platform.teacher #masthead.site-header, .learning-platform.parent #masthead.site-header {
  background-color: #ee2651;
  position: relative;
  top: 0px;
}
.learning-platform.teacher #masthead.site-header .btn-menu, .learning-platform.parent #masthead.site-header .btn-menu {
  color: #fff;
}
.learning-platform.teacher .menu-item a:hover, .learning-platform.parent .menu-item a:hover {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.teacher .menu-item a:hover, .learning-platform.parent .menu-item a:hover {
    color: #EF426A !important;
  }
}
.learning-platform.teacher .btn:focus, .learning-platform.parent .btn:focus {
  background-color: white;
  color: #EF426A;
  outline: none !important;
  box-shadow: none !important;
}
.learning-platform.page-child .menu-header-nav-container ul li:last-child {
  color: black !important;
}
.learning-platform.page-child .menu-header-nav-container ul li:last-child a {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-child .menu-header-nav-container ul li:last-child a {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-child .menu-header-nav-container ul li:last-child {
    color: #EF426A !important;
  }
}
.learning-platform.page-child.teacher .menu-header-nav-container ul li:last-child {
  color: black !important;
}
.learning-platform.page-child.teacher .menu-header-nav-container ul li:last-child a {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-child.teacher .menu-header-nav-container ul li:last-child a {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-child.teacher .menu-header-nav-container ul li:last-child {
    color: #EF426A !important;
  }
}
.learning-platform.single.single-teacher-modules .menu-header-nav-container ul li:last-child {
  color: black !important;
}
.learning-platform.single.single-teacher-modules .menu-header-nav-container ul li:last-child a {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.single.single-teacher-modules .menu-header-nav-container ul li:last-child a {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.single.single-teacher-modules .menu-header-nav-container ul li:last-child {
    color: #EF426A !important;
  }
}
.learning-platform.single.single-parent-modules .menu-header-nav-container ul li:last-child {
  color: black !important;
}
.learning-platform.single.single-parent-modules .menu-header-nav-container ul li:last-child a {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.single.single-parent-modules .menu-header-nav-container ul li:last-child a {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.single.single-parent-modules .menu-header-nav-container ul li:last-child {
    color: #EF426A !important;
  }
}

.menu-header-nav-container {
  margin-left: -15px !important;
}

.current-menu-item a {
  color: #F36B8B !important;
}

.learning-platform header .container .row div .btn-menu {
  margin-top: -20px !important;
}
.learning-platform .lp-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url("../images/lp-hero-mobile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px 12px 25px 12px;
  color: #fff;
  text-align: center;
  margin-top: 140px;
  min-height: 700px;
  margin-bottom: 40px;
}
@media (min-width: 512px) {
  .learning-platform .lp-hero {
    margin-top: 70px;
  }
}
.learning-platform .lp-hero .btn {
  font-weight: 900;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .learning-platform .lp-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url("../images/lp-hero.png");
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .learning-platform .lp-hero .container {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .learning-platform .lp-hero .container {
    padding: 0;
  }
  .learning-platform .lp-hero .container .row .col-sm-12 {
    padding: 0;
  }
}
.learning-platform .lp-hero .btn:focus {
  background-color: white;
  color: #EF426A;
  outline: none !important;
  box-shadow: none !important;
}
.learning-platform .lp-hero__header {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 13px;
  margin-top: 100px;
  font-weight: 750;
}
.learning-platform .lp-hero__header br {
  display: none;
}
@media (min-width: 768px) {
  .learning-platform .lp-hero__header br {
    display: block;
  }
}
@media (min-width: 768px) {
  .learning-platform .lp-hero__header {
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    margin-top: 310px;
  }
}
.learning-platform .lp-hero__subheader {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .learning-platform .lp-hero__subheader {
    font-size: 25px;
    text-align: left;
  }
}
.learning-platform .lp-hero__panel {
  position: relative;
  padding-top: 30px;
}
.learning-platform .lp-hero__panel::before {
  content: "";
  display: block;
  background-color: #EF426A;
  width: 220px;
  margin: auto;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
}
@media (max-width: 767.98px) {
  .learning-platform .lp-hero__panel::before {
    width: 72%;
  }
}
.learning-platform .lp-hero__panel a {
  margin-bottom: 20px;
}
.learning-platform .lp-hero__panel p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 25px;
  color: #fff;
}
@media (min-width: 768px) {
  .learning-platform .lp-hero__panel p {
    font-size: 14px;
  }
}
.learning-platform .lp-hero__panel.teacher {
  padding-right: 35px;
}
@media (max-width: 767.98px) {
  .learning-platform .lp-hero__panel.teacher {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .learning-platform .lp-hero__panel.teacher::before {
    margin: 0;
  }
}
.learning-platform .lp-hero__panel.parent {
  padding-left: 35px;
}
@media (max-width: 767.98px) {
  .learning-platform .lp-hero__panel.parent {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .learning-platform .lp-hero__panel.parent::before {
    display: none;
  }
}

.content-container h1 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .content-container h1 {
    margin-bottom: 45px;
  }
}
.content-container p {
  margin-bottom: 20px;
}
.content-container h2 {
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
}
.content-container h2.subheader-main {
  font-weight: 600 !important;
  font-size: 33px !important;
}
@media (max-width: 575px) {
  .content-container h2.subheader-main {
    font-size: 25px !important;
  }
}
.content-container .iframe-container-dlp {
  max-width: 910px;
  margin: 0 auto;
}
.content-container .title {
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
}

.module {
  margin-bottom: 80px;
}
.module .title {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .module .title {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .module .title {
    padding-bottom: 10px;
  }
}
.module .title p {
  color: #ED1849;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 991.98px) {
  .module .title p {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (max-width: 767.98px) {
  .module .title p {
    font-size: 30px;
    line-height: 32px;
  }
}
.module .second-wrapper {
  display: grid;
}
@media (min-width: 992px) {
  .module .second-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-column-gap: 50px;
  }
}
.module .second-wrapper .description {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .module .second-wrapper .description {
    padding-left: 0;
    margin-bottom: 0px;
    order: 2;
  }
}
.module .second-wrapper .description p {
  font-size: 12px;
  line-height: 17px;
  color: #414042;
}
@media (min-width: 768px) {
  .module .second-wrapper .description p {
    font-size: 14px;
    line-height: 19px;
  }
}
.module .second-wrapper .description .sub-module-title {
  font-size: 20px;
  line-height: 24px;
  color: #ED1849;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .module .second-wrapper .description .sub-module-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.module .second-wrapper .video-wrapper {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .module .second-wrapper .video-wrapper {
    grid-column-start: 1;
    grid-row: span 3/span 3;
    order: 1;
    margin-bottom: 0px;
  }
}
.module .second-wrapper .video-wrapper #video-wrapper {
  padding: 0;
  cursor: pointer;
}
.module .second-wrapper .video-wrapper video {
  width: 100%;
}
.module .second-wrapper .video-wrapper .play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.module .second-wrapper .view-download-btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 992px) {
  .module .second-wrapper .view-download-btns {
    order: 3;
  }
}
.module .second-wrapper .view-download-btns .btn:focus {
  color: white;
  background-color: #EF426A;
  outline: none !important;
  box-shadow: none !important;
}
.module .second-wrapper .view-download-btns .btn:hover {
  background-color: #fff;
  color: #EF426A;
}
@media (max-width: 767.98px) {
  .module .second-wrapper .download {
    margin: 0;
  }
}
.module .second-wrapper .download button, .module .second-wrapper .download a {
  background-color: #ee2651;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 200px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991.98px) {
  .module .second-wrapper .download button, .module .second-wrapper .download a {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .module .second-wrapper .download button, .module .second-wrapper .download a {
    width: 49%;
    text-align: center;
  }
}
.module .second-wrapper .download button:hover, .module .second-wrapper .download a:hover {
  background-color: #fff;
  color: #EF426A;
}
.module .second-wrapper .download button.view {
  margin-right: 10px;
  border: 1px solid #EF426A !important;
}
@media (max-width: 767.98px) {
  .module .second-wrapper .download button.view {
    margin-right: 5px;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .module .second-wrapper .download button.view {
    margin-right: 4px;
  }
}
.module .second-wrapper .download button.view:hover {
  color: #EF426A;
}
.module .second-wrapper .downloadModuleLink,
.module .second-wrapper .SignupButton {
  display: none;
}
.module .second-wrapper .downloadModuleLink.show-btn,
.module .second-wrapper .SignupButton.show-btn {
  display: inline-block;
}
.module button.close {
  color: #EF426A;
  opacity: 1;
}

.learning-plaform #page .header-clone {
  display: none !important;
}

.view-module .modal-dialog {
  width: 80%;
  height: 90%;
  margin-top: 100px;
  margin: 0 auto;
}
.view-module .modal-dialog .modal-content {
  height: auto;
  margin-top: 100px;
}
.view-module .modal-dialog .modal-content .modal-body {
  max-height: calc(100% - 70px);
  overflow: hidden;
  background-color: #d9d9d9;
}
.view-module .modal-dialog .modal-content .modal-body img {
  margin-bottom: 20px;
  border: 2px solid #EF426A;
}
.view-module .modal-header {
  padding: 0px;
  position: relative;
  background-color: #d9d9d9;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.view-module .modal-header .close {
  position: absolute;
  right: 17px;
  top: -10px;
  font-size: 70px;
  font-style: normal;
  font-weight: normal;
  color: #EF426A;
  opacity: 0.8;
  z-index: 1;
}
.view-module .modal-header .close:hover {
  opacity: 1;
}

.viewPDF canvas {
  width: 100% !important;
  height: auto !important;
}
.viewPDF .react-pdf__Page__textContent {
  display: none !important;
}
.viewPDF .controls {
  text-align: center;
}
.viewPDF .controls button {
  font-size: 17px;
  color: #414042;
  background-color: transparent;
  padding: 0 20px;
  border: none;
}
.viewPDF .controls button:last-child::after {
  content: "";
  display: inline-block;
  border-right: 3px solid #414042;
  border-bottom: 3px solid #414042;
  width: 10px;
  height: 10px;
  transform: rotate(315deg);
  margin-left: 10px;
  transition: all 0.3s;
}
.viewPDF .controls button:first-child::before {
  content: "";
  display: inline-block;
  border-right: 3px solid #414042;
  border-bottom: 3px solid #414042;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  margin-right: 10px;
  transition: all 0.3s;
}
.viewPDF .controls button:hover {
  color: #EF426A;
}
.viewPDF .controls button:hover::after, .viewPDF .controls button:hover::before {
  border-right: 3px solid #ED1849;
  border-bottom: 3px solid #ED1849;
}
.viewPDF .controls button:disabled {
  color: #b1b1b1;
}
.viewPDF .controls button:disabled::after, .viewPDF .controls button:disabled::before {
  border-right: 3px solid #b1b1b1;
  border-bottom: 3px solid #b1b1b1;
}
.viewPDF .controls span {
  font-size: 17px;
  color: #414042;
}
.viewPDF .react-pdf__Page {
  width: 100%;
}

.pdf-container {
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.controls {
  margin: 20px;
}

@media print {
  .pdf-container {
    display: none;
  }
}
.signup-teacher {
  color: black;
  padding-top: 2%;
  padding-bottom: 2%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.629);
}
.signup-teacher .inner-wrapper {
  background-color: white;
  width: 80%;
}
.signup-teacher .inner-wrapper .header {
  color: #EF426A;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .signup-teacher .inner-wrapper .header {
    font-size: 27px;
  }
}
.signup-teacher .inner-wrapper .close-btn {
  color: #EF426A;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  float: right;
  margin-top: -82px;
  margin-right: -25px;
  z-index: 3;
}
.signup-teacher .inner-wrapper .subheader {
  font-size: 13px;
  margin-left: 15px;
  margin-top: 20px;
}
.signup-teacher .inner-wrapper .reminder {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.signup-teacher .inner-wrapper form input, .signup-teacher .inner-wrapper form select {
  height: 30px;
  padding-left: 20px;
  width: 100%;
}
.signup-teacher .inner-wrapper form .btn-container {
  margin-bottom: 30px;
}
.signup-teacher .inner-wrapper form .btn-container .btn-large {
  width: 50%;
}
.signup-teacher .inner-wrapper form div {
  margin-bottom: 5px;
}

.learning-platform {
  font-family: "Montserrat", sans-serif;
}
.learning-platform.teacher, .learning-platform.parent {
  padding-top: 130px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 512px) {
  .learning-platform.teacher, .learning-platform.parent {
    padding-top: 70px;
  }
}
@media (min-width: 991px) {
  .learning-platform.teacher, .learning-platform.parent {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .learning-platform.teacher, .learning-platform.parent {
    padding-top: 0px;
  }
}
.learning-platform .btn {
  font-weight: 900;
}
.learning-platform .btn:focus {
  outline: none;
  box-shadow: none;
  color: #EF426A;
}
.learning-platform .btn:hover {
  color: #EF426A;
  background-color: white;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .learning-platform .our-partners {
    font-size: 32px;
  }
  .learning-platform .our-partners-logo img {
    width: 20%;
  }
  .learning-platform .mobile-hide {
    display: none !important;
  }
}
.learning-platform .privacy-link {
  color: #414042;
  font-size: 14px;
  border-top: none;
}
.learning-platform .privacy-link:hover {
  border-top: none;
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .learning-platform #sidebar-footer .container div aside#siteorigin-panels-builder-2 #pl-w59493c34eca2e #pg-w59493c34eca2e-0 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) and (max-width: 767.98px) {
  .learning-platform #sidebar-footer .container div aside#siteorigin-panels-builder-2 #pl-w59493c34eca2e #pg-w59493c34eca2e-0 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .learning-platform #sidebar-footer .container div aside div {
    width: 100%;
    display: block;
    text-align: center !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  .learning-platform #mainnav-mobi {
    margin-top: 51px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .learning-platform #mainnav-mobi {
    margin-top: 90px;
    right: 0px;
    width: 270px;
  }
}
.learning-platform #sidebar-footer .simcal-default-calendar-list {
  text-align: center !important;
}
@media only screen and (max-width: 991px) and (min-width: 781px) {
  .learning-platform #sidebar-footer .simcal-default-calendar-list {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .learning-platform #sidebar-footer .simcal-default-calendar-list {
    text-align: center;
  }
}

.modal-success {
  text-align: center;
  padding: 0 !important;
}
.modal-success .modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-success .modal .modal-dialog .modal-header, .modal-success .modal .modal-dialog .modal-footer {
  border: 0;
}
.modal-success .modal .modal-dialog .modal-header .close {
  color: #EF426A;
  opacity: 1;
  margin-top: -10px;
}
.modal-success .modal .modal-dialog .modal-header .close img {
  margin-top: 10px;
}
.modal-success .modal .modal-dialog .modal-content .header {
  margin-top: 20px;
  color: #ED1849;
  font-size: 38px;
  line-height: 42px;
  padding: 0 !important;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .modal-success .modal .modal-dialog .modal-content .header {
    font-size: 25px;
  }
}
.modal-success .modal .modal-dialog .modal-content .click-close {
  margin-bottom: 25px;
}
.modal-success .modal .modal-dialog .modal-content .subheader {
  font-size: 15px;
  color: #ED1849;
  font-weight: 600;
  margin-bottom: 0;
}
.modal-success .modal .modal-dialog .modal-footer {
  text-align: center;
  margin: 0 auto;
}
.modal-success .modal .modal-dialog .modal-footer .btn-medium {
  color: white;
  background-color: #EF426A;
  border-color: #EF426A;
  width: 50%;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.modal-success .modal .modal-dialog .modal-footer .btn-medium:hover {
  color: #EF426A;
  background-color: white;
  cursor: pointer;
}
.modal-success .modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.list-checkbox-wrap .nf-field-element li input, .list-checkbox-wrap .nf-field-element ul input {
  margin-right: 0px !important;
}

.modal-success-btn {
  display: none;
}

.modal-error, .modal-view {
  text-align: center;
  padding: 0 !important;
}
.modal-error .modal .modal-dialog, .modal-view .modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-error .modal .modal-dialog .modal-header, .modal-error .modal .modal-dialog .modal-footer, .modal-view .modal .modal-dialog .modal-header, .modal-view .modal .modal-dialog .modal-footer {
  border: 0;
}
.modal-error .modal .modal-dialog .modal-header .close, .modal-view .modal .modal-dialog .modal-header .close {
  color: #EF426A;
  opacity: 1;
  margin-top: -10px;
}
.modal-error .modal .modal-dialog .modal-header .close span, .modal-view .modal .modal-dialog .modal-header .close span {
  font-size: 30px !important;
}
.modal-error .modal .modal-dialog .modal-content .header, .modal-view .modal .modal-dialog .modal-content .header {
  margin-top: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.modal-error .modal .modal-dialog .modal-footer, .modal-view .modal .modal-dialog .modal-footer {
  text-align: center;
  margin: 0 auto;
}
.modal-error .modal .modal-dialog .modal-footer .btn-medium, .modal-view .modal .modal-dialog .modal-footer .btn-medium {
  color: white;
  background-color: #EF426A;
  width: 65%;
  max-width: 315px;
  font-weight: 700;
  margin-bottom: 30px;
}
.modal-error .modal .modal-dialog .modal-footer .btn-medium:hover, .modal-view .modal .modal-dialog .modal-footer .btn-medium:hover {
  color: #EF426A;
  background-color: white;
  cursor: pointer;
}
.modal-error .modal:before, .modal-view .modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.signup-ninja-form .nf-form-title {
  text-align: center;
}
.signup-ninja-form .nf-form-title h3 {
  color: #ED1849;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .signup-ninja-form .nf-form-title h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.signup-ninja-form .nf-field-label {
  margin-bottom: 5px !important;
}
.signup-ninja-form .nf-field-label label {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
@media (min-width: 992px) {
  .signup-ninja-form .nf-field-label label {
    font-size: 14px;
  }
}
.signup-ninja-form .nf-field-element input[type=text],
.signup-ninja-form .nf-field-element input[type=email],
.signup-ninja-form .nf-field-element select {
  background-color: #fff;
  border: solid 1px #979797;
  padding-left: 5px;
  line-height: 20px !important;
  min-height: 30px;
  -webkit-appearance: menulist-button;
}
.signup-ninja-form .nf-field-element input[type=text], .signup-ninja-form .nf-field-element input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.signup-ninja-form .nf-field-element input[type=checkbox] {
  margin-left: 1px !important;
}
.signup-ninja-form .nf-field-element input[type=button] {
  width: 100%;
  max-width: 460px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 800;
  padding: 10px;
  background-color: #EF426A;
}
.signup-ninja-form .nf-field-element input[type=button]:hover {
  background-color: white;
  color: #EF426A;
}
.signup-ninja-form .nf-field-element ul li {
  color: #414042;
}
.signup-ninja-form .submit-container .nf-field-element {
  text-align: center;
}
.signup-ninja-form .signup-element nf-fields-wrap {
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
  grid-column-gap: 50px;
}
@media (min-width: 992px) {
  .signup-ninja-form .signup-element nf-fields-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .signup-ninja-form .signup-element nf-fields-wrap nf-field:last-child,
.signup-ninja-form .signup-element nf-fields-wrap nf-field:nth-last-child(2) {
    grid-column: span 2/span 2;
  }
}
.signup-ninja-form .signup-note {
  font-size: 12px;
  color: #414042;
}
@media (min-width: 992px) {
  .signup-ninja-form .signup-note {
    font-size: 14px;
  }
}
.signup-ninja-form .checkbox-container ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 992px) {
  .signup-ninja-form .checkbox-container ul {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.signup-ninja-form .checkbox-container ul li {
  font-size: 12px;
  font-weight: 500;
  color: #414042;
}
.signup-ninja-form .nf-field-description p {
  line-height: 110%;
  font-size: 8px;
  margin-bottom: 10px !important;
}
.signup-ninja-form .with-description .nf-field-label, .signup-ninja-form .with-description label {
  margin-bottom: 0 !important;
}
.signup-ninja-form .nf-field-container {
  margin-bottom: 15px;
}
.signup-ninja-form .nf-error input, .signup-ninja-form .nf-error select {
  border: solid 1px #ED1849 !important;
}
.signup-ninja-form .nf-before-form-content .nf-form-fields-required {
  margin-bottom: 30px;
  color: #414042;
  font-size: 14px;
}
.signup-ninja-form .nf-after-form-content .nf-error-msg {
  display: none !important;
}
.signup-ninja-form .form-indented {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .signup-ninja-form .form-indented {
    margin-left: 0px;
  }
}
.signup-ninja-form .list-checkbox-wrap .nf-field-element ul input {
  margin-right: 0px !important;
}
.signup-ninja-form .nf-input-limit {
  margin-top: 0px;
}
.signup-ninja-form .nf-error-msg {
  font-size: 10px;
  font-weight: 600;
}

.signup-modal .modal-dialog {
  width: 90%;
  margin: auto;
  max-width: 1000px;
}
.signup-modal .modal-body {
  padding: 20px;
}
.signup-modal .close {
  opacity: 1;
}
.signup-modal .modal-header {
  border: none;
}
@media (max-width: 1199.98px) {
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(1) {
    order: 1;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(2) {
    order: 2;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(3) {
    order: 3;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(4) {
    order: 4;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(5) {
    order: 5;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(6) {
    order: 6;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(7) {
    order: 7;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(8) {
    order: 8;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(9) {
    order: 9;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(10) {
    order: 10;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(11) {
    order: 12;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(12) {
    order: 11;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(13) {
    order: 13;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(14) {
    order: 15;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(15) {
    order: 14;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(16) {
    order: 16;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(17) {
    order: 17;
  }
  .signup-modal .signup-wrapper.teacher .ninja-forms-form-wrap .nf-form-layout div .signup-element nf-fields-wrap nf-field:nth-of-type(18) {
    order: 18;
  }
}

.learning-platform.page-parent header.fixed .menu-header-nav-container ul li:last-child {
  color: #EF426A !important;
}
.learning-platform.page-parent header.fixed .menu-header-nav-container ul li:last-child a {
  color: #EF426A !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-parent header.fixed .menu-header-nav-container ul li:last-child a {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-parent header.fixed .menu-header-nav-container ul li:last-child {
    color: #EF426A !important;
  }
}
.learning-platform.page-parent header.fixed.float-header .menu-header-nav-container ul li:last-child {
  color: black !important;
}
.learning-platform.page-parent header.fixed.float-header .menu-header-nav-container ul li:last-child a {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-parent header.fixed.float-header .menu-header-nav-container ul li:last-child a {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-parent header.fixed.float-header .menu-header-nav-container ul li:last-child {
    color: #EF426A !important;
  }
}
.learning-platform.page-parent header.fixed.float-header .menu-header-nav-container ul li:hover {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-parent header.fixed.float-header .menu-header-nav-container ul li:hover {
    color: #EF426A !important;
  }
}
.learning-platform.page-parent header.fixed.float-header .menu-header-nav-container ul li:hover a:hover {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-parent header.fixed.float-header .menu-header-nav-container ul li:hover a:hover {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-parent .menu-header-nav-container ul li:hover {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.page-parent .menu-header-nav-container ul li:hover a:hover {
    color: #EF426A !important;
  }
}
.learning-platform #primary main .header {
  padding: 0 45px;
}
@media (max-width: 767.98px) {
  .learning-platform #primary main .header {
    padding: 0 10px;
  }
}
.learning-platform #primary main .header .title {
  color: #EE2651;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .learning-platform #primary main .header .title {
    font-size: 28px;
  }
}

.learning-platform.teacher.page-child.teacher .menu-header-nav-container ul li:last-child {
  color: black !important;
}
.learning-platform.teacher.page-child.teacher .menu-header-nav-container ul li:last-child a {
  color: black !important;
}
@media screen and (max-width: 1024px) {
  .learning-platform.teacher.page-child.teacher .menu-header-nav-container ul li:last-child a {
    color: #EF426A !important;
  }
}
@media screen and (max-width: 1024px) {
  .learning-platform.teacher.page-child.teacher .menu-header-nav-container ul li:last-child {
    color: #EF426A !important;
  }
}
.learning-platform.teacher.page-child.teacher h2 {
  font-weight: 700;
}

.footer-widgets p {
  font-size: 12px;
}

.menu-footer-nav-container .current-menu-item a {
  color: #ffffff !important;
}

.modal-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  z-index: 9999;
}

.modal-content-iframe {
  text-align: center;
  padding: 25px 40px 30px;
  position: static;
  background-color: white;
  width: 57%;
  border-radius: 0.5rem;
}
@media (min-width: 1500px) {
  .modal-content-iframe {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .modal-content-iframe {
    width: 90%;
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 575px) {
  .modal-content-iframe {
    padding-right: 7px;
    padding-left: 7px;
    width: 90%;
  }
}

.close-button {
  z-index: 99999;
  margin-right: -25px;
  margin-top: -13px;
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
  color: #EE2651;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .close-button {
    margin-right: -20px;
  }
}
@media (max-width: 575px) {
  .close-button {
    font-size: 30px;
  }
}

.show-modal {
  opacity: 1;
  visibility: visible !important;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}