/* hero */
.section {
  margin-bottom: 20px;
}

.landing-hero__wrap {
  margin-bottom: 60px;
  position: relative;
}

.landing-hero__wrap-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landing-hero__wrap-content .landing-hero__content {
  max-width: 822px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  color: #29292A;
}

.landing-hero__bg {
  width: 100%;
  height: auto;
}

.underline {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to right, #fff 0, #fff 100%);
  background-repeat: repeat-x;
  background-position: left 0 bottom 4px;
  background-size: 100% 17px;
}

.landing__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.landing__block {
  margin-top: 60px;
}

.landing__col-1 {
  width: 74%;
}

.landing__col-2 {
  width: 23%;
}

.landing__col-1 h2 {
  font-weight: 550;
  font-size: 24px;
  line-height: 34px;
  color: #29292A;
  margin-bottom: 20px;
}

.landing__circle-bg {
  padding-top: 44px;
}

.landing__circle-img {
  float: right;
}
.landing__circle-img-2 {
  float: right;
  margin-right: 100px;
  margin-left: 50px;
}


ul.list-ul--default {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  list-style: none;
}

.list-ul--default li {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #4F4F4F;
  position: relative;
}

.list-ul--default li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #4F4F4F;
  position: absolute;
  border-radius: 50%;
  left: -12px;
  top: 12px;
}

.list-ul.list-ul--small {
  margin: 0 0 30px;
  padding: 0;
}

.list-ul.list-ul--small li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 40px;
}

.list-ul.list-ul--small li:before {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}


.list-ul.list-ul--dashed {
  margin: 0 0 10px;
  padding: 0;
}

.list-ul.list-ul--dashed li {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  min-height: 46px;
  padding: 10px 30px 10px 40px;
  background: #F0F2F3;
  border: 2px dashed #F4BC2D;
  border-radius: 20px;
  margin-left: 18px;
}

.list-ul.list-ul--dashed li:before {
  content: "";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fdc25b url(../svg/check-7.svg) no-repeat center center;
  border-radius: 6px;
  color: #3F3F3F;
  font-size: 22px;
  left: -18px;
  top: 5px;
}



.blockquote {
  background: #F0F2F3;
  border-radius: 30px;
  padding: 20px 23px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
}

.strong-note {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.strong-note--sm {
  font-size: 18px;
}


/* cta */
.landing__cta {
  margin-top: 60px;
  min-height: 232px;
  position: relative;
}

.landing__cta-content {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 460px;
  margin: 28px auto;
}

.landing__cta-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
}

.landing__cta-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  color: #29292A;
  padding: 28px 0 10px;
}

.landing__cta-desc {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #4F4F4F;
  padding-bottom: 30px;
}

.landing__cta-bttn {
  margin: 0 auto;
}


/*student2*/
.student2__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.student2__col1 {
  width: 44%;
}

.student2__col2 {
  width: 54%;
}

.student2__col3 {
  text-align: center;
}

.student2__col4 {
  padding: 0 0 36px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: #4F4F4F;
}
.student2__bttn {
  margin: 0 auto;
  text-decoration: none;
  margin-top: 15px;
}

.student2__bttn-icon {
  margin-right: 10px;
}

/* conclusion */
.conclusion__block {
  position: relative;
  overflow: visible;
  margin-bottom: 70px;
}

.conclusion__img {
  position: absolute;
  z-index: 0;
  width: 969px;
  max-width: unset;
  right: 0;
  top: 0;
}

/* aside */




.landing__aside h4 {
  font-size: 22px;
  line-height: 34px;
  color: #29292A;
  margin: 0 0 11px;
}

.landing__aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}





.landing__aside ul li a:hover {
  color: #F4BC2D;
}

@media(min-width: 992px) {
  .landing__aside-section-1 {
    margin-bottom: 30px;
    /*height: 324px;*/
  }
  
  .landing__aside-section-2 {
    margin-bottom: 30px;
  }
  .landing__aside-block-1,
  .landing__aside-block-2 {
    background: #FAFAFA;
    border: 1px dashed #E1E8EC;
    border-radius: 20px;
    padding: 21px 17px;
    margin: 0 0 30px;
    z-index: 1;
    position: relative;
    transition: all .15s linear;
  }

  .landing__aside-block-1 {
    z-index: 2;
  }

  .landing__aside ul li {
    display: block;
    transition: all .15s linear;
  }

  .landing__aside ul li a {
    text-decoration: none;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: 550;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    transition: all .15s linear;
  }

  .landing__aside-block-1 ul li:nth-of-type(7),
  .landing__aside-block-1 ul li:nth-of-type(8),
  .landing__aside-block-1 ul li:nth-of-type(9),
  .landing__aside-block-1 ul li:nth-of-type(10),
  .landing__aside-block-1 ul li:nth-of-type(11),
  .landing__aside-block-1 ul li:nth-of-type(12),
  .landing__aside-block-1 ul li:nth-of-type(13),
  .landing__aside-block-1 ul li:nth-of-type(14),
  .landing__aside-block-1 ul li:nth-of-type(15),
  .landing__aside-block-1 ul li:nth-of-type(16),
  .landing__aside-block-1 ul li:nth-of-type(17),
  .landing__aside-block-1 ul li:nth-of-type(18),
  .landing__aside-block-1 ul li:nth-of-type(19),
  .landing__aside-block-1 ul li:nth-of-type(20),
  .landing__aside-block-1 ul li:nth-of-type(21),
  .landing__aside-block-1 ul li:nth-of-type(22),
  .landing__aside-block-1 ul li:nth-of-type(23),
  .landing__aside-block-1 ul li:nth-of-type(24),
  .landing__aside-block-1 ul li:nth-of-type(25){
    max-height: 0;
    transition: all 0.5s ease-out;
    overflow: hidden;
  }
  .landing__aside-block-2 ul li:nth-of-type(7),
  .landing__aside-block-2 ul li:nth-of-type(8),
  .landing__aside-block-2 ul li:nth-of-type(9),
  .landing__aside-block-2 ul li:nth-of-type(10),
  .landing__aside-block-2 ul li:nth-of-type(11),
  .landing__aside-block-2 ul li:nth-of-type(12),
  .landing__aside-block-2 ul li:nth-of-type(13),
  .landing__aside-block-2 ul li:nth-of-type(14),
  .landing__aside-block-2 ul li:nth-of-type(15) {
    max-height: 0;
    transition: all 0.5s ease-out;
    overflow: hidden;
  }

  .landing__aside-block-1:hover ul li:nth-of-type(7),
  .landing__aside-block-1:hover ul li:nth-of-type(8),
  .landing__aside-block-1:hover ul li:nth-of-type(9),
  .landing__aside-block-1:hover ul li:nth-of-type(10),
  .landing__aside-block-1:hover ul li:nth-of-type(11),
  .landing__aside-block-1:hover ul li:nth-of-type(12),
  .landing__aside-block-1:hover ul li:nth-of-type(13),
  .landing__aside-block-1:hover ul li:nth-of-type(14),
  .landing__aside-block-1:hover ul li:nth-of-type(15),
  .landing__aside-block-1:hover ul li:nth-of-type(16),
  .landing__aside-block-1:hover ul li:nth-of-type(17),
  .landing__aside-block-1:hover ul li:nth-of-type(18),
  .landing__aside-block-1:hover ul li:nth-of-type(19),
  .landing__aside-block-1:hover ul li:nth-of-type(20),
  .landing__aside-block-1:hover ul li:nth-of-type(21),
  .landing__aside-block-1:hover ul li:nth-of-type(22),
  .landing__aside-block-1:hover ul li:nth-of-type(23),
  .landing__aside-block-1:hover ul li:nth-of-type(24),
  .landing__aside-block-1:hover ul li:nth-of-type(25){
    max-height: 100vh;
    transition: all 0.5s ease-in;
  }
  .landing__aside-block-2:hover ul li:nth-of-type(7),
  .landing__aside-block-2:hover ul li:nth-of-type(8),
  .landing__aside-block-2:hover ul li:nth-of-type(9),
  .landing__aside-block-2:hover ul li:nth-of-type(10),
  .landing__aside-block-2:hover ul li:nth-of-type(11),
  .landing__aside-block-2:hover ul li:nth-of-type(12),
  .landing__aside-block-2:hover ul li:nth-of-type(13),
  .landing__aside-block-2:hover ul li:nth-of-type(14),
  .landing__aside-block-2:hover ul li:nth-of-type(15) {
    max-height: 100vh;
    transition: all 0.5s ease-in;
  }
}



.landing__aside-block-3 {
  background-color: #F0F2F3;
  box-shadow: 0px 4px 28px -25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 17px 15px 22px;
  background: #f0f2f3 url(../svg/aside-cta-8.svg) no-repeat right 15px bottom 70px;
}

.aside-cta-title {
  font-weight: 550;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: #29292A;
  margin-bottom: 4px;
}

.landing__aside-block-3 p {
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  margin-bottom: 30px;
}

.aside-cta .landing__cta-bttn {
  width: 100%;
}

.sticky {
  position: fixed;
  z-index: 101;
}

.stop {
  position: relative;
  z-index: 101;
}

.landing__circle-bg .list-ul--default li{
  margin-bottom: 20px;
}
@media(max-width:1199px) {
  .landing-hero__wrap-content .landing-hero__content {
    font-size: 40px;
  }

  .landing__col-1 {
    width: 70%;
  }

  .landing__col-2 {
    width: 28%;
  }

  /* .landing-hero__wrap-content {
    min-height: 388px;
  } */
  .landing__circle-img {
    width: 315px;
  }

  .landing__cta-title {
    font-size: 35px;
    line-height: 40px;
    padding: 28px 0 5px;
  }

  .landing__cta-desc {
    padding-bottom: 15px;
  }

  .landing__cta {
    min-height: 190px;
  }
  .landing__circle-img-2 {
    width: 350px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
}

@media (max-width: 1050px) {
  .landing__cta-title {
    padding: 22px 0 5px;
  }
}

@media (max-width: 991px) {
  .landing__circle-img-2 {
    margin: 0 0 10px;
  }
  .landing-hero__wrap-content .landing-hero__content {
    font-size: 26px;
    line-height: 42px;
    max-width: 524px;
  }

  .landing__col-1 {
    width: 100%;
  }

  .landing__col-2 {
    width: 100%;
  }

  .landing__circle-img,
  .landing__circle-img-2 {
    width: auto;
    float: none;
  }

  .landing__circle-bg {
    background: unset;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .landing__circle-img-wrap {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
    order: 2;
  }

  .landing__circle-block-1 {
    order: 1;
  }

  .landing__circle-block-2 {
    order: 3;
  }

  .landing__cta-title {
    font-size: 26px;
    line-height: 30px;
    padding: 55px 0 5px;
  }

  .landing__cta {
    min-height: 229px;
  }

  .landing__block.student2__wrap {
    flex-direction: column;
  }

  .student2__col1 {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .student2__col2 {
    width: 100%;
    order: 1;
  }

  .student2__col3 {
    order: 3;
    font-weight: 800;
  }

  .student2__col3 p {
    font-weight: 800;
    text-align: left;
  }
  .student2__col4 {
    order: 4;
  }
  .conclusion__img {
    display: none;
  }

  .landing__col-2.landing__aside {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 45px;
  }

  .landing__aside-block-3 {
    order: 1;
  }

  .landing__aside-section-1 {
    order: 2;
  }

  .landing__aside-section-2 {
    order: 3;
  }

  .aside-cta-title {
    text-align: center;
  }

  .aside-cta-title br {
    display: none;
  }

  .landing__aside-block-3 p {
    text-align: center;
    max-width: 294px;
  }

  .landing__aside-block-3 p {
    text-align: center;
    max-width: 294px;
    margin: 0 auto 30px auto;
  }

  .landing__aside-block-3 {
    order: 1;
    padding: 49px 30px 50px;
    background-image: none;
  }

  .aside-cta .landing__cta-bttn {
    margin: 0 auto;
  }

  .landing__aside-section-1 {
    margin-top: 60px;
  }
  .landing__aside ul {
    border-top: 1px solid #E1E8EC;
  }
  .landing__aside h4 {
    margin-bottom: 25px;
  }
  .landing__aside ul {
    border-top: 1px solid #E1E8EC;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .landing__aside ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 32%;
    border-bottom: 0.5px solid #E1E8EC;
    min-height: 53px;
  }
  .landing__aside ul li  a{
    font-weight: 550;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
    text-decoration: none;
  }
}

@media (max-width: 850px) {


  .landing__cta-title {
    font-size: 26px;
    line-height: 30px;
    padding: 35px 0 5px;
  }

  .landing__cta {
    min-height: 190px;
  }
}

@media (max-width: 767px) {
  .landing-hero__wrap-content .landing-hero__content {
    max-width: 419px;
  }
  .landing__cta-bg {
    display: none;
  }
  .landing__cta {
    min-height: 216px;
    background: #F0F2F3;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .landing__cta-content {
    margin: 0 auto;
  }
  .landing__cta-title {
    padding: 35px 0 8px;
  }
  .landing__cta-desc {
    padding-bottom: 20px;
  }
  .aside-cta.landing__aside-block-3 {
    background-image: url(../svg/aside-cta-8.svg);
    background-repeat: no-repeat;
    background-position: right 49px bottom 70px;
  }
  .landing__aside ul li {
    width: 49%;
  }
  .conclusion__block{
    margin-bottom: 0;
  }
  .student2__col3 p {
    text-align: center;
  }
}


@media (max-width: 575px) {
  
  .landing__aside ul li {
    width: 100%;
  }
  .landing-hero__wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .landing-hero__bg {
    display: none;
  }

  .landing-hero__wrap {
    margin-left: -20px;
    margin-right: -20px;
    height: 234px;
    background-image: url(../hero-6.html);
    background-size: 105% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fdc25b;
    border-radius: 20px;
    
  }
  .landing-hero__wrap-content .landing-hero__content {
    max-width: unset;
    padding: 0 20px;
  }
  .landing__block.conclusion__block{
    background-image: none;
  }
}

@media (max-width: 450px) {
  .landing-hero__wrap-content .landing-hero__content br{
    display: none;
  }
  .landing__cta {
    min-height: 240px;
    padding: 0 20px;
  }
}
.yellow-span {
  position: relative;
  z-index: 9;
  background-image: linear-gradient(to right, #FDC25B 0, #FDC25B 100%);
  background-repeat: repeat-x;
  background-position: left 0 bottom -1px;
  background-size: 100% 14px;
}
.landing-section {
  margin-bottom: 60px;
}
.landing-hero__wrap-content h1.landing-hero__content {
  margin-bottom: 0;
}