@charset "UTF-8";
body:after {
  content: url(green_arrow.svg) url(white_arrow.svg);
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  z-index: -1;
}
.l-tags {
  margin: 38px 0;
}
.l-tags .l-section__inner {
  padding: 25px 40px 10px 24px;
}
@media (min-width: 768px) {
  .l-tags.l-tags--icon {
    min-height: 0 !important;
  }
  .l-tags.l-tags--icon .l-section__inner {
    background: #e0f4f9;
  }
}
.l-tags.l-tags--icon h3 {
  padding-left: 30px;
  position: relative;
}
.l-tags.l-tags--icon h3 img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: -1px;
}
.l-tags ul {
  display: flex;
  flex-wrap: wrap;
}
.l-tags ul li {
  margin-bottom: 12px;
}
.l-tags ul a {
  border: 1px solid #0093c9;
  border-radius: 20px;
  color: #0081b6;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  line-height: 37px;
  margin-right: 12px;
  min-width: 65px;
  padding: 0 16px;
}
.l-tags ul a:hover {
  background: #b1e2f1 !important;
}
.l-tags ul a:not(.empty) {
  background-color: #fff;
}
@media (max-width: 991px) {
  .l-tags.l-tags--lower {
    background: #f3f6f7;
    margin: 20px 0 38px;
  }
  .l-tags.l-tags--icon {
    margin: 0 0 16px;
  }
  .l-tags.l-tags--icon h3 {
    font-size: 16px;
  }
  .l-tags .l-section__inner {
    border-radius: 0;
    padding: 25px 40px 20px 24px;
  }
  .l-tags ul li {
    margin-bottom: 0;
  }
  .l-tags ul a {
    margin-bottom: 8px;
    margin-right: 8px;
  }
}
.l-desc {
  padding: 32px 24px;
}
.l-desc p {
  color: #2d3941;
  line-height: 21px;
}
.l-desc a:not(.l-but):link,
.l-desc a:not(.l-but):visited {
  color: #1581af;
}
.l-desc a:not(.l-but):active,
.l-desc a:not(.l-but):focus,
.l-desc a:not(.l-but):hover {
  color: #105f81;
}
.l-desc .course_btn {
  font-weight: 500;
}
.l-desc .l-but__outer {
  display: block;
  margin: 40px 0 12px;
}
.l-desc .l-but {
  border-radius: 8px;
  display: inline;
  font-size: 14px;
  margin-top: 20px;
  padding: 15px 45px;
}
.l-desc .l-but:hover {
  background: #008952;
}
.l-desc hr {
  border: 0;
  border-bottom: 1px solid #b7c1c4;
  margin: 36px 0;
}
.l-desc .l-flex {
  margin-bottom: 32px;
}
.l-desc .l-flex .l-list {
  max-width: 289px;
}
@media (max-width: 991px) {
  .l-desc.course-outcomes {
    padding: 0;
  }
  .l-desc.cert-desc .l-flex {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .l-desc.cert-desc .l-list {
    margin-top: 20px;
    max-width: none;
    order: 2;
  }
}
.l-diploma {
  text-align: center;
  width: 255px;
}
.l-diploma img {
  margin-bottom: 14px;
  width: 100%;
}
.l-diploma a {
  color: #465159;
  font-size: 16px;
}
.l-diploma a:hover {
  text-decoration: underline;
}
.l-flex {
  display: flex;
}
.l-flex.l-flex--even {
  justify-content: space-between;
}
.icon-thick-chevron-down.left,
.icon-thick-chevron-down.right {
  font-size: 12px;
  font-weight: 700;
  margin-right: 4px;
}
.icon-thick-chevron-down.left:before,
.icon-thick-chevron-down.right:before {
  display: inline-block;
  transform: rotate(-90deg);
}
.icon-thick-chevron-down.left:before {
  transform: rotate(90deg);
}
.l-accred {
  margin-bottom: 42px;
}
.l-accred .l-diploma {
  min-width: 240px;
  padding-right: 12px;
}
.l-accred .l-diploma a {
  color: #008445;
  font-size: 16px;
  font-weight: 700;
}
.l-accred h3 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .l-accred h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 24px;
    max-width: 80%;
    text-align: center;
  }
  .l-accred.l-section.l-section--green .l-section__inner {
    border-radius: 0;
    padding: 24px;
  }
  .l-accred .l-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-accred .l-diploma {
    margin-bottom: 25px;
    order: -1;
  }
}
.l-reviews-fullpage .js-pagination .navi {
  border: 1px solid #d7dcdf;
  border-radius: 6px;
  color: #465159;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  text-align: center;
  width: 112px;
}
.l-reviews-fullpage .js-pagination .nums li {
  align-items: center;
  border-radius: 4px;
  color: #009b5d;
  display: inline-flex;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  margin-right: 14px;
  padding: 0 10px;
  width: 28px;
}
.l-reviews-fullpage .js-pagination .nums li.active {
  background: #d7dcdf;
  border-radius: 6px;
  color: #343c41;
  display: inline-block;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}
.l-reviews-fullpage:not(.full-screen) {
  margin-bottom: 42px;
}
.l-reviews-fullpage:not(.full-screen) .l-reviews__content .l-review:nth-child(3),
.l-reviews-fullpage:not(.full-screen) .l-reviews__content .l-review:nth-child(4),
.l-reviews-fullpage:not(.full-screen) .l-reviews__content .l-review:nth-child(5) {
  display: none;
}
.l-reviews-fullpage.full-screen {
  overflow: hidden;
  padding-top: 90px;
}
.l-reviews-fullpage.full-screen .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.l-reviews-fullpage.full-screen #mCSB_1_scrollbar_vertical {
  opacity: 0;
}
.l-reviews-fullpage.full-screen .l-reviews .l-reviews__head .select2 {
  bottom: -58px;
  left: 0;
  right: unset;
}
@media (min-width: 992px) {
  .l-reviews-fullpage.full-screen .l-reviews .l-reviews__head .select2 {
    bottom: -8px;
    left: unset;
    right: 0;
  }
}
.l-reviews-fullpage.full-screen .l-reviews .l-reviews__head i {
  right: 18px;
  top: 34px;
}
@media (min-width: 992px) {
  .l-reviews-fullpage.full-screen .l-reviews .l-reviews__head i {
    top: -16px;
  }
  .l-reviews-fullpage.full-screen .l-reviews .l-reviews__head i rotate {
    top: -18px;
  }
}
@media (max-width: 992px) {
  .l-reviews-fullpage.full-screen .l-reviews .l-reviews__head i {
    top: 33px !important;
  }
}
.l-reviews-fullpage.full-screen .l-reviews .l-reviews__head .reviews-sorting {
  display: block;
  max-width: 172px;
}
@media (min-width: 992px) {
  .l-reviews-fullpage.full-screen .l-reviews .l-reviews__head .reviews-sorting {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 991px) {
  .l-reviews-fullpage.full-screen .l-reviews .l-reviews__head {
    padding-bottom: 48px;
  }
}
.l-reviews-fullpage.full-screen + .l-careers {
  opacity: 0;
}
.l-reviews-fullpage.full-screen .l-reviews__back--top {
  display: block !important;
}
.l-reviews-fullpage.full-screen .l-reviews__more {
  display: none;
  transition: all 0.3s ease-in-out;
}
.l-reviews-fullpage.full-screen .js-pagination {
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 0;
  position: relative;
}
.l-reviews-fullpage.full-screen .js-pagination ul {
  display: flex;
}
.l-reviews-fullpage.full-screen .js-pagination ul li {
  color: #009b5d;
  font-size: 16px;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  padding: 0;
  width: 36px;
}
.l-reviews-fullpage.full-screen .js-pagination ul li a {
  color: #009b5d;
}
.l-reviews-fullpage.full-screen .js-pagination ul li:first-child,
.l-reviews-fullpage.full-screen .js-pagination ul li:last-child {
  border: 1px solid #d7dcdf;
  border-radius: 8px;
  color: #465159;
  display: inline-block;
  width: 112px;
}
.l-reviews-fullpage.full-screen .js-pagination ul li:first-child a,
.l-reviews-fullpage.full-screen .js-pagination ul li:last-child a {
  color: #465159;
  font-size: 14px;
}
.l-reviews-fullpage.full-screen .js-pagination ul li:first-child {
  margin-right: 24px !important;
}
.l-reviews-fullpage.full-screen .js-pagination ul li:last-child {
  margin-left: 16px;
}
.l-reviews-fullpage.full-screen .js-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.l-reviews-fullpage.full-screen .js-pagination ul li.active {
  background: #d7dcdf;
  border-radius: 6px;
  color: #343c41;
}
@media (max-width: 991px) {
  .l-reviews-fullpage.full-screen .l-reviews {
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 120px;
    position: relative;
  }
  .l-reviews-fullpage.full-screen .l-reviews .js-pagination {
    max-width: 312px;
  }
  .l-reviews-fullpage.full-screen .l-reviews .js-pagination ul li {
    font-size: 14px;
  }
  .l-reviews-fullpage.full-screen .l-reviews .js-pagination ul li:first-child,
  .l-reviews-fullpage.full-screen .l-reviews .js-pagination ul li:last-child {
    bottom: -61px;
    margin: 0;
    position: absolute;
    width: 148px;
  }
  .l-reviews-fullpage.full-screen .l-reviews .js-pagination ul li:first-child a,
  .l-reviews-fullpage.full-screen .l-reviews .js-pagination ul li:last-child a {
    color: #465159;
  }
  .l-reviews-fullpage.full-screen .l-reviews .js-pagination ul li:first-child {
    left: 0;
  }
  .l-reviews-fullpage.full-screen .l-reviews .js-pagination ul li:last-child {
    right: 0;
  }
  .l-reviews-fullpage.full-screen .reviews-back-to-top {
    bottom: 20px;
    display: block !important;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
  }
  .l-reviews-fullpage.full-screen .reviews-back-to-top span:first-child {
    background: #b3bdc0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 20px;
    margin-right: 12px;
    width: 20px;
  }
  .l-reviews-fullpage.full-screen .reviews-back-to-top span:first-child:before {
    font-size: 12px;
  }
  .l-reviews-fullpage.full-screen .reviews-back-to-top span:last-child {
    color: #465159;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: underline;
  }
  .l-reviews-fullpage.full-screen .l-reviews__back.bottom {
    display: none;
  }
  .l-reviews-fullpage.full-screen .l-reviews__back:not(.l-reviews__back--top) {
    margin-top: 10px;
  }
}
.l-reviews-fullpage .l-reviews__more {
  color: #343c41;
  transition: all 0.3s ease-in-out;
}
.l-reviews-fullpage .l-reviews__more .total {
  padding: 0 4px;
}
.l-reviews-fullpage .l-reviews__more:hover {
  color: #007646;
}
.l-reviews-fullpage .l-reviews__back {
  color: #465159;
  cursor: pointer;
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}
.l-reviews-fullpage .l-reviews__back:not(.l-reviews__back--top) {
  margin-top: 75px;
}
@media (min-width: 992px) {
  .l-reviews-fullpage .l-reviews__back.l-reviews__back--top {
    border-bottom: 0;
    height: auto;
    margin-bottom: 40px;
    margin-top: 25px;
    padding-left: 0;
  }
}
.l-reviews-fullpage .l-reviews__back span:before {
  font-weight: 900;
}
.l-reviews-fullpage .l-reviews__pagination span {
  margin-right: 10px;
}
.l-reviews-fullpage .l-reviews__pagination span.active {
  color: #0e3148;
  font-weight: 900;
}
.l-reviews-fullpage .l-reviews__pagination span:last-child {
  margin-right: 0;
}
.l-reviews-fullpage .mCSB_inside > .mCSB_container {
  margin-right: 17px;
}
@media (max-width: 991px) {
  .l-reviews-fullpage.full-screen {
    padding-top: 45px;
  }
  .l-reviews-fullpage.full-screen .l-reviews__back {
    display: none;
  }
  .l-reviews-fullpage.full-screen .l-reviews__back.back-button {
    display: flex !important;
    font-size: 16px;
    margin: 0;
  }
  .l-reviews-fullpage.full-screen .l-reviews__head {
    border-top: none;
  }
  .l-reviews-fullpage.full-screen .reviews-breadcrumb {
    margin: 20px 24px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;
  }
  .l-reviews-fullpage .js-pagination li {
    display: inline;
    margin-right: 14px;
    padding: 0 10px;
  }
  .l-reviews-fullpage .js-pagination li:first-child {
    padding: 0;
  }
  .l-reviews-fullpage .js-pagination li span.ellipse {
    pointer-events: none;
    visibility: hidden;
  }
  .l-reviews-fullpage .js-pagination li span.ellipse:after {
    color: green;
    content: "...";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 18px;
    opacity: 1 !important;
    visibility: visible;
  }
  .l-reviews-fullpage .js-pagination li.active {
    background: #d7dcdf;
    border-radius: 6px;
    color: #343c41;
    display: inline-block;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
  }
  .l-reviews-fullpage .js-pagination li.active a {
    color: #343c41;
  }
  .l-reviews-fullpage .js-pagination li a {
    color: #009b5d;
    font-weight: 500;
  }
}
.l-reviews {
  background: #f0f4f7;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
}
.l-reviews .js-pagination,
.l-reviews .reviews-back-to-top {
  display: none;
}
.l-reviews .l-reviews__head {
  background: #f0f4f7;
  margin-bottom: 26px;
  position: relative;
}
.l-reviews .l-reviews__head h2 {
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 12px;
}
.l-reviews .l-reviews__head h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.l-reviews .l-reviews__head .reviews-sorting {
  display: none;
  position: relative;
}
.l-reviews .l-reviews__head .reviews-sorting span.icon-dropdown {
  display: none;
}
.l-reviews .l-reviews__head i {
  font-size: 11px;
  position: absolute;
  right: 22px;
  top: -17px;
  z-index: 1;
}
.l-reviews .l-reviews__head i.rotate {
  top: -19px;
  transform: rotate(180deg);
}
.l-reviews .l-reviews__head .select2 {
  background: #fff;
  border-radius: 8px;
  bottom: -8px;
  color: #465159;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  max-width: 172px;
  min-width: 172px;
  padding: 0 12px;
  position: absolute;
  right: 0;
  text-align: left;
}
.l-reviews .l-reviews__head .select2 .select2-selection {
  display: block;
  width: 100%;
}
.l-reviews .l-reviews__head select {
  display: none;
}
.l-reviews .l-reviews__content {
  background: #fff;
  border-radius: 12px 12px 0 0;
}
.l-reviews .l-rating {
  background: transparent;
  height: 17px;
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0;
  width: 118px;
}
.l-reviews .l-rating p {
  color: #343c41;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 30px;
}
.l-reviews .l-rating p span {
  font-weight: 700;
}
.l-reviews .l-rating p:after {
  color: #889aa7;
  content: "•";
  font-size: 30px;
  line-height: 21px;
  margin: 0 12px 0 10px;
  position: absolute;
}
.l-reviews .l-rating .l-rating__love {
  margin-right: 12px;
}
.l-reviews .l-reviews__more {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .l-reviews {
    border-radius: 0;
    outline: 1px solid #d2d8de;
    padding: 24px 0 0;
  }
  .l-reviews .l-reviews__more {
    border-radius: 0;
    height: 53px;
  }
  .l-reviews .l-reviews__head {
    padding: 0 24px;
  }
  .l-reviews .l-reviews__head h2 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .l-reviews .l-reviews__head h2 strong {
    display: block;
    font-size: 16px;
  }
  .l-reviews .l-reviews__head h3 {
    margin-bottom: 16px;
  }
  .l-reviews .l-reviews__head .course-like,
  .l-reviews .l-reviews__head .course-love {
    position: relative;
    top: 1px;
  }
  .l-reviews .l-reviews__content {
    border-radius: 0;
  }
  .l-reviews .l-review__rating {
    border-bottom: 1px solid #d7dcdf;
  }
}
.select2-search__field {
  display: none;
}
.select2-dropdown .select2-results__options {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.161);
  margin-top: 9px;
  padding: 4px;
  right: 0;
  top: 48px;
  width: 172px;
}
.select2-dropdown .select2-results__options li {
  color: #465159;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 12px;
}
.select2-dropdown .select2-results__options li:hover {
  background: #e6f6eb;
}
.select2-dropdown.course-type-sorting-dd .select2-results__options {
  border: 1px solid #d7dcdf;
  border-radius: 6px;
  padding: 0;
  width: 188px;
}
.select2-dropdown.course-type-sorting-dd .select2-results__options li {
  font-size: 12px;
  font-weight: 600;
}
.select2-dropdown.course-type-sorting-dd .select2-results__options li:hover {
  background: #f0f4f7;
}
.l-review {
  padding: 24px 24px 0;
}
.l-review:last-child {
  border-bottom: none;
  padding-bottom: 16px;
}
.l-review.l-review--empty {
  color: #2d3941;
  font-weight: 500;
  text-align: center;
}
.l-review .l-review__img {
  background: #7859bb;
  border: 1px solid #d2d8de;
  border-radius: 100%;
  height: 54px;
  overflow: hidden;
  position: relative;
  width: 54px;
}
.l-review .l-review__img.l-review__img--no-img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.l-review .l-review__img img {
  height: 100%;
  left: 50%;
  max-width: none;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
.l-review .l-review__content {
  color: #5d676e;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 18.5px 0 16px;
}
.l-review .l-review__rating {
  border-bottom: 1px solid #d2d8de;
  padding-bottom: 16px;
}
.l-review .l-review__name {
  color: #0b2441;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-right: 10px;
}
.l-review .l-review__name.l-review__name--link {
  text-decoration: underline;
}
.l-review .l-review__flag {
  border: 2px solid #d2d8de;
  height: 14px;
  margin-right: 10px;
  width: 20px;
}
.l-review .l-review__flag img {
  vertical-align: top;
  width: 20px;
}
.l-review .l-review__details {
  line-height: 22px;
  margin-right: 6px;
  padding-left: 15px;
}
.l-review .l-review__details .l-review__details-top {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5.75px;
}
.l-review .l-review__graduate {
  border-left: 1px solid #d2d8de;
  color: #0e3148;
  font-size: 12px;
  font-weight: 500;
  padding-left: 6px;
}
.l-review .l-review__graduate span {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.l-review .l-review__user-rating {
  color: #465159;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.l-review .l-review__user-rating > span {
  background: url(loved-active.svg) no-repeat 0/20px;
  background-size: 19px;
  color: #0093c9;
  padding-left: 26px;
}
.l-review .l-review__user-rating .liked {
  background: url(like-active.svg) no-repeat 0/20px;
  background-size: 15px;
  padding-left: 22px;
}
.l-review .l-review__rating {
  color: #5d676e;
  font-size: 12px;
  font-weight: 500;
}
.l-review .l-review__helpful {
  border: 1px solid #b3bdc0;
  border-radius: 19px;
  cursor: pointer;
  display: flex;
  padding: 0 10px 0 8px;
  transition: all 0.3s ease-in-out;
}
.l-review .l-review__helpful:has(.selected) {
  background: #e0f4f9;
  border: 1px solid #e0f4f9;
  color: #0070a3;
}
.l-review .l-review__helpful:has(.selected) .likes-count {
  color: #0070a3;
}
.l-review .l-review__helpful:has(.selected) .likes-count:before {
  color: #0070a3;
}
.l-review .l-review__helpful.likes .likes-count {
  margin-left: 22px;
}
.l-review .l-review__helpful.likes .likes-count:before {
  bottom: 1px;
  content: "•";
  font-size: 15px;
  left: -14px;
  line-height: 30px;
  position: absolute;
}
.l-review .l-review__helpful.likes .review-icon:after {
  content: "";
}
.l-review .l-review__helpful .review-icon {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  line-height: 32px;
  width: auto;
}
.l-review .l-review__helpful .review-icon:after {
  content: "?";
}
.l-review .l-review__helpful .review-icon img {
  margin-right: 8px;
}
.l-review .l-review__helpful .review-icon img.not-active {
  display: block;
}
.l-review .l-review__helpful .review-icon img.active {
  display: none;
}
.l-review .l-review__helpful .review-icon.selected {
  color: #0070a3;
}
.l-review .l-review__helpful .review-icon.selected:after {
  content: "";
}
.l-review .l-review__helpful .review-icon.selected img.not-active {
  display: none;
}
.l-review .l-review__helpful .review-icon.selected img.active {
  display: block;
}
.l-review .l-review__helpful .likes-count {
  color: #7b858c;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .l-review .l-review__helpful:hover {
    background: #b1e2f1;
    border: 1px solid #e0f4f9;
    color: #0070a3;
  }
}
.l-review .l-review__helpful:hover .review-icon img.not-active {
  display: none;
}
.l-review .l-review__helpful:hover .review-icon img.active {
  display: block;
}
.l-review .l-review__helpful:hover .likes-count,
.l-review .l-review__helpful:hover .likes-count:before {
  color: #0070a3;
}
.l-review .l-review__buttons {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.l-review .l-review__buttons.disabled--like .icon-like {
  background: #465159;
  cursor: not-allowed;
}
.l-review .l-review__buttons.disabled--like .icon-like:before {
  color: #fff;
}
.l-review .l-review__report {
  color: #7b858c;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  margin-left: 16px;
}
.l-review .l-review__report:hover {
  color: #465159;
  text-decoration: underline;
}
.l-review .l-flex {
  align-items: center;
}
@media (max-width: 991px) {
  .l-review .l-review__user-rating {
    font-size: 12px;
  }
  .l-review .l-review__details-top img {
    border-radius: 3px;
  }
  .l-review .l-review__graduate {
    color: transparent;
    height: 21px;
    width: 22px;
  }
  .l-review .l-review__graduate span {
    color: #0e3148;
  }
  .l-review .l-review__flag {
    margin-right: 7px;
  }
  .l-review .l-review__details > .l-review__graduate.no-rating {
    border-right: none;
  }
  .l-review .l-review__details .l-review__details-top {
    justify-content: flex-start !important;
  }
}
.l-careers {
  margin-bottom: 42px;
}
.l-careers.l-careers--init .l-careers__section > div {
  width: 100%;
}
.l-careers.l-careers--init .l-careers__section > div .l-career {
  background: #fff;
}
.l-careers.l-careers--init .l-careers__section > div span {
  min-width: 100px;
}
.l-careers .l-careers__section {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .l-careers {
    padding-left: 24px;
  }
  .l-careers .l-careers__section {
    margin-right: 14px;
  }
  .l-careers .l-careers__inner.slick-initialized.slick-slider .slick-list {
    margin-left: -14px;
    padding-left: 4px;
  }
}
.l-careers.l-careers--init h3 {
  margin: 0 0 14px;
}
.l-careers.l-careers--init .l-careers__section.empty .l-career .l-career__top .fake-img {
  background: #bfbfbf;
  border-radius: 6px;
  display: block;
  height: 60px;
  width: 90px;
}
.l-careers.l-careers--init .l-careers__section.empty .l-career .l-career__top span {
  background: #bfbfbf;
  display: inline-block;
  height: 22px;
  width: 100%;
}
.l-careers.l-careers--init .l-careers__section.empty .l-career .l-career__desc {
  background: #bfbfbf;
  height: 60px;
  width: 100%;
}
.l-careers.l-careers--init .l-careers__section.empty .l-career ul.l-career__details li {
  background: #bfbfbf;
  height: 30px;
  padding-left: 0;
  width: 100%;
}
.l-careers.l-careers--init .l-careers__section.empty .l-career a.l-career__cta {
  border: 1px solid #bfbfbf;
}
.l-career {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 302px;
  margin: 10px;
  padding: 16px;
  width: 305px !important;
}
.l-career .l-career__top {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.l-career .l-career__top img {
  border-radius: 6px;
  display: block;
  height: 60px;
  width: 90px;
}
.l-career .l-career__top span {
  color: var(--Alison-Grey-800, #343c41);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 900;
  line-height: 125%;
}
.l-career .l-career__desc,
.l-career .l-career__top span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-career .l-career__desc {
  color: var(--Alison-Grey-700, #465159);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .l-career .l-career__desc {
    min-height: 43px;
  }
}
.l-career hr {
  border-top: 1px solid #e0e0e0;
  margin: 7px 0;
}
.l-career ul.l-career__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.l-career ul.l-career__details li {
  align-items: center;
  background-position: 0;
  background-repeat: no-repeat;
  color: var(--Alison-Grey-800, #343c41);
  display: flex;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-left: 30px;
}
.l-career ul.l-career__details li span {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  padding: 2px 6px;
  text-transform: uppercase;
}
.l-career ul.l-career__details li:first-child {
  background-image: url(salary.svg);
  background-position: -2px;
}
.l-career ul.l-career__details li:first-child span {
  background: var(--Alison-Grey-25, #f0f4f7);
  border: 1px solid var(--Alison-Grey-50, #d7dcdf);
  color: var(--Alison-Green-800, #005930);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  line-height: 20px;
  margin-left: 10px;
}
.l-career ul.l-career__details li:last-child {
  background-image: url(traits.svg);
}
.l-career ul.l-career__details li:last-child span {
  border: 1px solid transparent;
  color: var(--Alison-Grey-700, #465159);
  flex-shrink: 1;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-left: 10px;
  min-width: unset;
}
.l-career ul.l-career__details li:last-child span.realistic {
  background: var(--Alison-Green-25, #e6f6eb);
  border-color: var(--Alison-Green-50, #c2e9cd);
}
.l-career ul.l-career__details li:last-child span.investigative {
  background: var(--Alison-Purple-10, #f2e6f2);
  border-color: var(--Alison-Purple-25, #dec0e1);
}
.l-career ul.l-career__details li:last-child span.artistic {
  background: var(--Alison-Pink-10, #fbe5f2);
  border-color: var(--Alison-Pink-25, #f5bee0);
}
.l-career ul.l-career__details li:last-child span.social {
  background: var(--Alison-Orange-10, #fff4de);
  border-color: var(--Alison-Orange-50, #ffd06c);
}
.l-career ul.l-career__details li:last-child span.enterprising {
  background: var(--Alison-Blue-50, #e0f4f9);
  border-color: var(--Alison-Blue-75, #b1e2f1);
}
.l-career ul.l-career__details li:last-child span.conventional {
  background: var(--Alison-Red-10, #ffeaed);
  border-color: var(--Alison-Red-25, #ffcace);
}
.l-career a.l-career__cta {
  align-items: center;
  background: #fff;
  background-image: url(green_arrow.svg);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1px solid var(--Alison-Green-600, #008445);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--Alison-Green-500---Principal, #009b5d);
  display: flex;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 48px;
  justify-content: space-between;
  line-height: 20px;
  margin-top: 12px;
  padding: 0 24px;
  width: 100%;
}
.l-career a.l-career__cta:active,
.l-career a.l-career__cta:hover {
  background-image: url(white_arrow.svg) !important;
  background-position: center right 15px !important;
  background-repeat: no-repeat !important;
  color: var(--Alison-Green-500---Principal, #fff);
}
.l-career a.l-career__cta:hover {
  background: var(--Alison-Green-600, #008445);
  border: 1px solid var(--Alison-Green-600, #008445);
}
.l-career a.l-career__cta:active {
  background: var(--Alison-Green-800, #005930);
  border: 1px solid var(--Alison-Green-800, #005930);
}
.l-main-pub {
  border: 1px solid #d2d8de;
  border-radius: 12px;
  margin-bottom: 42px;
}
.l-main-pub .l-main-pub--no-border .l-main-pub__inner {
  border-bottom: none;
}
.l-main-pub h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
}
.l-main-pub .l-main-pub__inner {
  border-bottom: 1px solid #d2d8de;
  padding: 28px 24px;
}
.l-main-pub .l-main-pub__inner h4 {
  font-weight: 500;
}
.l-main-pub .l-main-pub__info {
  display: flex;
  margin-bottom: 16px;
}
.l-main-pub .l-main-pub__img {
  border: 4px solid #dadfe1;
  border-radius: 100%;
  height: 102px;
  margin: 0 24px 0 0;
  min-width: 102px;
  overflow: hidden;
  position: relative;
  width: 102px;
}
.l-main-pub .l-main-pub__img.missing img {
  border-radius: 100%;
  padding: 0;
  width: 100%;
}
.l-main-pub .l-main-pub__img img {
  height: 100%;
  left: 50%;
  max-width: none;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
.l-main-pub .l-main-pub__stats {
  color: #465159;
  font-size: 14px;
}
.l-main-pub .l-main-pub__stats h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.l-main-pub .l-main-pub__stats h4 a {
  color: #2d3941;
}
.l-main-pub .l-main-pub__stats h4 a span,
.l-main-pub .l-main-pub__stats h4 a:hover {
  text-decoration: underline;
}
.l-main-pub .l-main-pub__stats strong {
  font-weight: 700;
}
.l-main-pub .l-main-pub__stats strong.publisher {
  text-decoration: underline;
}
.l-main-pub .l-main-pub__stats > span {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.l-main-pub .l-main-pub__stats > span > span {
  margin-right: 6px;
}
.l-main-pub .l-main-pub__stats > span > span.icon-learners-1:before {
  color: #b370b9;
}
.l-main-pub .l-main-pub__stats > span > span.icon-Literature-Filled:before {
  color: #f99d25;
}
.l-main-pub .l-main-pub__stats > span > span.icon-learners-benefited:before {
  color: #0093c9;
}
.l-main-pub .l-main-pub__stats > span:last-child {
  display: block;
  margin-top: 16px;
}
.l-main-pub .l-main-pub__stats .icon-Literature-Filled {
  color: #f99d25;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
  top: 1px;
}
.l-main-pub .l-main-pub__desc {
  color: #5d676e;
  line-height: 24px;
  min-height: 50px;
}
.l-main-pub .l-main-pub__desc .l-main-pub__desc--cut br {
  display: none;
}
.l-main-pub .l-carousel {
  background: #f0f9fc;
  border-radius: 0 0 12px 12px;
  padding: 28px 0 24px 28px;
}
.l-main-pub .l-main-pub__read-more {
  color: #5d676e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.l-main-pub .l-main-pub__read-more:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .l-main-pub {
    border-radius: 0;
  }
  .l-main-pub.full-screen {
    border-top: none;
  }
  .l-main-pub.full-screen .l-main-pub__back {
    display: flex !important;
  }
  .l-main-pub h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 16px;
  }
  .l-main-pub .l-main-pub__inner {
    padding-top: 20px;
  }
  .l-main-pub .l-main-pub__inner > h4 {
    color: #2d3941;
    display: block !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .l-main-pub .l-main-pub__inner > h4 strong {
    color: #2d3941;
    font-weight: 700;
    text-decoration: underline;
  }
  .l-main-pub .l-main-pub__stats > span {
    display: block;
    font-size: 14px;
    margin-top: 12px;
  }
  .l-main-pub .l-main-pub__stats > span:nth-child(2),
  .l-main-pub .l-main-pub__stats > span:nth-child(3),
  .l-main-pub .l-main-pub__stats > span:nth-child(4) {
    margin-right: 5px;
  }
  .l-main-pub .l-main-pub__stats > span:nth-child(2) {
    margin-top: 0;
  }
  .l-main-pub .l-main-pub__stats > span:nth-child(4) {
    width: 199px;
  }
  .l-main-pub .l-main-pub__stats > span:last-child {
    margin-top: 11px;
    padding-left: 29px;
    position: relative;
  }
  .l-main-pub .l-main-pub__stats > span:last-child span:last-child {
    font-weight: 400;
  }
  .l-main-pub .l-main-pub__stats .icon-Literature-Filled {
    font-size: 13px;
    left: -2px;
    margin-left: 4px;
    padding-left: 0;
    position: relative;
    top: 1px;
  }
  .l-main-pub .l-main-pub__stats .icon-Literature-Filled:before {
    font-size: 15px;
  }
  .l-main-pub .l-main-pub__stats .icon-learners-benefited {
    font-size: 12.5px;
    left: 0;
    position: absolute;
  }
  .l-main-pub .l-main-pub__stats .icon-learners-benefited:before {
    position: absolute;
    top: 3px;
  }
  .l-main-pub .l-main-pub__stats h4 {
    display: none;
  }
  .l-main-pub .l-main-pub__desc {
    font-size: 14px;
    line-height: 21px;
  }
  .l-main-pub .l-main-pub__img {
    height: 76px;
    margin-right: 14px;
    min-width: 76px;
    width: 76px;
  }
  .l-main-pub .l-main-pub__info {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .l-main-pub .l-carousel {
    padding-bottom: 50px;
    position: relative;
  }
}
.l-carousel .course-block .course-block-content {
  padding: 20px 6px;
}
.l-carousel.l-carousel--pub .l-carousel--title {
  display: flex;
  justify-content: space-between;
}
.l-carousel.l-carousel--pub .l-carousel--title h3 {
  font-size: 18px;
  font-weight: 700;
}
.l-carousel.l-carousel--pub .l-carousel--title a {
  color: #343c41;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  padding-right: 42px;
  position: relative;
}
.l-carousel.l-carousel--pub .l-carousel--title a span {
  font-size: 15px;
  margin-left: 6px;
  position: absolute;
  top: 3px;
}
.l-carousel.l-carousel--pub .l-carousel__courses .course-block {
  background-color: #fff;
}
.l-carousel.l-carousel--pub.l-carousel--long .slick-dots li:last-child {
  display: none;
}
.l-carousel.l-carousel--enrolled > h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .l-carousel.l-carousel--enrolled > h3 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .l-carousel.l-carousel--enrolled .l-carousel__courses .slick-track > li {
    width: 205px !important;
  }
  .l-carousel.l-carousel--enrolled .slick-dots li:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .l-carousel.l-carousel--enrolled {
    padding-left: 24px;
  }
  .l-carousel.l-carousel--enrolled > h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .l-carousel.l-carousel--enrolled li {
    margin-right: 12px;
  }
  .l-carousel li {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .l-carousel.l-carousel--pub .l-carousel--title a {
    bottom: 13px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
  }
}
.l-carousel__courses .course-block {
  background-color: #f2f2f2;
}
.l-carousel__courses .course-block .course-block-intro {
  margin-bottom: 0;
}
.l-carousel__courses > ul {
  position: relative;
}
.l-carousel__courses > ul:after {
  clear: both;
  content: "";
  display: table;
}
.l-carousel__courses > ul .slick-next,
.l-carousel__courses > ul .slick-prev {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  height: 48px;
  width: 48px;
}
.l-carousel__courses > ul .slick-next:hover,
.l-carousel__courses > ul .slick-prev:hover {
  border: 0;
}
.l-carousel__courses > ul .slick-next {
  right: 0;
  transform: translate(50%, calc(-50% - 18.5px));
}
.l-carousel__courses > ul .slick-next span {
  font-size: 21px;
  right: 3px;
  top: 2px;
}
.l-carousel__courses > ul .slick-next span:hover {
  right: 3px;
}
.l-carousel__courses > ul .slick-prev {
  left: -48px;
  transform: translate(50%, calc(-50% - 18.5px));
}
.l-carousel__courses > ul .slick-prev span {
  font-size: 21px;
  left: -6px;
}
.l-carousel__courses > ul .slick-prev span:hover {
  left: -6px;
}
@media (min-width: 992px) {
  .l-carousel__courses .slick-list {
    margin-left: -3px;
    padding-left: 3px;
    width: calc(100% + 3px);
  }
  .l-carousel__courses .slick-list .card {
    margin-right: 12px !important;
    width: 254px !important;
  }
  .l-carousel__courses .slick-list .card:hover .card__info {
    padding: 16px;
  }
  .l-carousel__courses .slick-list .slick-track > li {
    float: left;
    height: 375px;
    margin-bottom: 1px;
    margin-right: 12px !important;
    padding-bottom: 40px;
    position: relative;
  }
  .l-carousel__courses .slick-list .slick-track > li h3 {
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .l-carousel__courses .slick-track {
    margin: 0;
  }
}
@media (max-width: 991px) and (min-width: 350px) {
  .l-carousel__courses .slick-track.course-listing {
    padding: 10px !important;
  }
}
@media (max-width: 991px) {
  .l-carousel__courses .slick-track > li {
    height: 172px;
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
    position: relative;
    width: 307px !important;
  }
  .l-carousel__courses .slick-track > li .start-now__outer {
    margin-top: 0 !important;
  }
  .l-carousel__courses .slick-track > li .course-block {
    min-height: 0 !important;
    padding: 10px;
    position: static;
  }
  .l-carousel__courses .slick-track > li .course-block .course-stars {
    bottom: 14px;
    left: 10px;
    position: absolute;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-info {
    display: none;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-img-outer {
    background-color: transparent !important;
    float: right;
    height: auto !important;
    margin-left: 3%;
    max-width: 44%;
    width: 50%;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-img-outer .btn {
    border-radius: 3px;
    display: block !important;
    margin: 10px 0 0;
    max-width: none;
    padding: 7px 0;
    position: relative;
    text-transform: capitalize;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-img-outer .btn span {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-img-outer .bar-container {
    bottom: auto;
    top: 0;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-content {
    padding: 0 !important;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-content > .course-category,
  .l-carousel__courses .slick-track > li .course-block .course-block-content > span {
    margin-bottom: 8px !important;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-content h3,
  .l-carousel__courses .slick-track > li .course-block .course-block-content h4,
  .l-carousel__courses .slick-track > li .course-block .course-block-content h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
    padding-bottom: 34px;
  }
  .l-carousel__courses .slick-track > li .course-block .course-block-content .mobile-read-more {
    display: none;
  }
}
@media (max-width: 420px) {
  .l-carousel__courses .slick-track > li .course-block .course-block-content > .course-category {
    display: none;
  }
}
.landing__ad {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  min-height: 125px;
  padding-top: 28px;
}
.landing__ad.landing__ad--middle {
  border-bottom: 30px solid #fff;
  display: none;
}
@media (max-width: 991px) {
  .landing__ad {
    height: auto;
    margin: 0 auto;
    min-height: 0;
    padding: 8px 10px;
    width: calc(100% - 20px);
  }
  .landing__ad.landing__ad--middle {
    display: block;
    height: auto;
    min-height: 95px;
  }
}
.l-faqs {
  margin-top: 4px;
}
.l-faqs .l-faqs__header {
  align-items: center;
  background-position: 100% 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #b7c1c4;
  display: flex;
  min-height: 102px;
}
@media (min-width: 992px) {
  .l-faqs .l-faqs__header {
    background-image: url(faqs.svg) !important;
  }
}
.l-faqs .l-faqs__header h2 {
  font-size: 24px;
  text-align: left;
}
@media (max-width: 991px) {
  .l-faqs {
    margin-bottom: 62px;
  }
  .l-faqs .l-faqs__header {
    min-height: 87px;
    padding-left: 24px;
  }
  .l-faqs .l-faqs__header h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    max-width: 138px;
  }
  .l-faqs .l-faq__answer {
    line-height: 24px;
    padding: 0 24px;
  }
  .l-faqs .l-faq__answer p {
    line-height: 24px;
  }
}
.l-faq {
  border-bottom: 1px solid #b7c1c4;
  padding-bottom: 8px;
}
.l-faq:last-child {
  border-bottom: none;
}
.l-faq.l-faq--open .l-faq__question {
  color: #1783b1;
}
.l-faq.l-faq--open .l-faq__question .reveal span:after,
.l-faq.l-faq--open .l-faq__question .reveal span:before {
  background-color: #1783b1;
}
.l-faq:not(.l-faq--open) .l-faq__question .reveal span:before {
  transform: rotate(90deg);
}
.l-faq .l-faq__question {
  align-items: center;
  color: #465159;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 19px;
  padding: 24px 0 16px;
}
.l-faq .l-faq__question .reveal span {
  display: block;
  height: 14px;
  position: relative;
  width: 14px;
}
.l-faq .l-faq__question .reveal span:after,
.l-faq .l-faq__question .reveal span:before {
  background: #000;
  border-radius: 11px;
  content: "";
  font-size: 23px;
  font-weight: 500;
  height: 3px;
  position: absolute;
  transition: all 0.3s ease-in;
  width: 12px;
}
.l-faq .l-faq__answer {
  color: #5d676e;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .l-faq .l-faq__question {
    padding: 24px 24px 16px;
  }
}
.full-screen .mCSB_scrollTools .mCSB_draggerContainer {
  height: calc(100% - 10px);
}
.back-button {
  align-items: center;
  border-bottom: 1px solid #d2d8de;
  color: #465159;
  display: flex;
  font-weight: 500;
  height: 60px;
  padding-left: 24px;
}
.back-button span {
  color: #465159;
  margin-right: 10px;
}
.empty {
  -webkit-animation: loading 1.2s ease-in-out infinite !important;
  animation: loading 1.2s ease-in-out infinite !important;
  background: linear-gradient(100deg, #f0f9fc 30%, #fff 50%, #f0f9fc 70%);
  background-size: 400% !important;
}
.empty,
.empty span:before {
  color: transparent !important;
}
@-webkit-keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.overlay .overlay__inner {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.overlay .icon-cross2 {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: -27px;
}
.overlay .resp-iframe {
  content: "";
  display: block;
  padding-top: 56.25%;
  position: relative;
}
.overlay .resp-iframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .overlay .overlay__inner {
    width: 90%;
  }
}
