@charset "UTF-8";
:root {
  --dark-heading: #1b232e;
  --secondary-dark-grey: #363636;
  --grey: #2d3941;
  --paragraph-text: #465159;
  --breadcrumb: #5d676e;
  --minor-grey: #747c82;
  --dark-grey-2: #444f57;
  --grey-border: #b3bdc0;
  --grey-border-2: #adaeb1;
  --grey-bg: #f1f8f8;
  --white: #fff;
  --pill: #f0f4f7;
  --bg-light-grey: #fafafd;
  --light-grey-border: #d6d6d6;
  --light-grey-3: #eff2fc;
  --level-background: #f8f9fa;
  --discover-border: #dce0e5;
  --light-grey-4: #f3f6f7;
  --light-grey-5: #d2d8de;
  --discover-blue: #008fc3;
  --border-blue: #c5eaff;
  --breadcrumb-blue: #016c94;
  --intro-blue: #1581af;
  --light-blue: #0091c7;
  --pale-blue: #f0f9fb;
  --heading-text: #1e2d40;
  --blue-2: #0389b9;
  --light-blue-2: #def1f7;
  --alison-green: #009b5d;
  --alt-green: #007646;
  --pale-green: #ebf5db;
  --hover-green: #008952;
}
h1 {
  color: var(--heading-text);
  font-size: 34px;
  line-height: 36px;
  margin: -4px 0 20px;
}
h1,
h2 {
  font-weight: 900;
}
h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
}
h2 span {
  color: var(--breadcrumb-blue);
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
}
h3,
h5 {
  font-weight: 900;
}
h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
p {
  color: var(--paragraph-text);
  font-size: 14px;
  line-height: 22px;
}
div.h-desc {
  margin: 0;
}
div.h-desc,
div.h-desc p {
  color: #465159;
  font: normal normal normal 16px/24px Roboto;
  letter-spacing: 0;
}
div.h-desc .h-read {
  cursor: pointer;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0;
  line-height: 24px;
}
div.h-desc .h-read,
div.h-desc .long a:link,
div.h-desc .long a:visited {
  color: #465159;
  font-weight: 500;
}
div.h-desc .long a:active,
div.h-desc .long a:focus,
div.h-desc .long a:hover {
  color: #5c6b76;
  font-weight: 500;
}
.center,
.flex,
.space-between {
  align-items: center;
  display: flex;
}
.flex--top.center,
.flex--top.space-between,
.flex.flex--top {
  align-items: unset;
}
.center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .desktop-only,
  .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
.browse__inner {
  background: #fff;
  overflow: hidden;
  width: calc(100% - 174px);
}
.browse__inner .no-search-results {
  padding-top: 32px;
}
.browse__inner .no-search-results .img-wrapper {
  align-items: start;
  background: url(search/no-search-results.svg) no-repeat 100% 100% #f0f4f7;
  border-radius: 24px;
  flex-direction: column;
  height: 146px;
  justify-content: center;
  margin-bottom: 8px;
  padding-left: 48px;
}
.browse__inner .no-search-results .img-wrapper h3 {
  color: #343c41;
  font-size: 28px;
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 8px;
}
.browse__inner .no-search-results .img-wrapper p {
  color: #343c41;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .browse__inner .no-search-results .img-wrapper {
    background-size: 40%;
  }
}
@media (max-width: 768px) {
  .browse__inner .no-search-results .img-wrapper {
    background: url(search/no-search-results-mob.svg) no-repeat bottom #f0f4f7;
    background-size: 255px 116px;
    display: block;
    min-height: 226px;
    padding: 16px 12px;
    text-align: center;
  }
  .browse__inner .no-search-results .img-wrapper h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 33px;
  }
  .browse__inner .no-search-results .img-wrapper p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 768px) {
  .browse__inner.browse__inner--guest {
    display: flex;
    flex-direction: column;
  }
  .browse__inner.browse__inner--guest > div {
    width: 100%;
  }
  .browse__inner.browse__inner--guest .goals {
    order: 38;
  }
  .browse__inner.browse__inner--guest .slide__outer {
    order: 39;
  }
  .browse__inner.browse__inner--guest #faq-section,
  .browse__inner.browse__inner--guest .faq-section {
    order: 40;
  }
}
.browse__inner .browse__alt-link br {
  display: none;
}
.browse__inner.browse__inner--type .intro p {
  font-size: 14px;
}
@media (max-width: 991px) {
  .browse__inner.browse__inner--type .cat {
    padding: 19px 0 46px 24px;
  }
  .browse__inner.browse__inner--type .browse__alt-link {
    display: block;
    height: 0;
    line-height: 24px;
    margin: 0;
    padding: 0;
    top: -74px;
  }
  .browse__inner.browse__inner--type .browse__alt-link br {
    display: initial;
  }
}
@media (min-width: 769px) {
  .browse__inner.browse__inner--cat .browse__intro + related h2,
  .browse__inner.browse__inner--cat .courses--main h2 {
    font-size: 24px;
  }
}
.browse__inner #top-courses .browse__cta,
.browse__inner #top-courses .courses__view-all {
  display: none;
}
.browse__inner.browse__inner--hub,
.browse__inner.browse__inner--vertical {
  padding-top: 76px;
}
@media (max-width: 769px) {
  .browse__inner.browse__inner--hub,
  .browse__inner.browse__inner--vertical {
    padding-top: 39px;
  }
  .browse__inner.browse__inner--hub #careers {
    padding-top: 0 !important;
  }
  .browse__inner.browse__inner--hub .courses.courses--carousel {
    margin-bottom: 0;
  }
}
.browse__inner.browse__inner--hub #top-courses .browse__cta,
.browse__inner.browse__inner--hub #top-courses .courses__view-all,
.browse__inner.browse__inner--vertical #top-courses .browse__cta,
.browse__inner.browse__inner--vertical #top-courses .courses__view-all {
  display: none;
}
@media (max-width: 769px) {
  .browse__inner.browse__inner--vertical .related h2 {
    font-size: 22px;
  }
}
.browse__inner.browse__inner--vertical .related h2 span {
  color: var(--breadcrumb-blue);
}
.browse__inner--type .courses--main .courses__header .pops {
  display: inline;
}
.browse__inner > div {
  margin: 0 auto;
  max-width: 1182px;
  padding: 42px 60px;
}
.browse__inner > div.testimonials-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-right: 0;
}
.browse__inner > div.testimonials-wrapper .testimonials {
  padding: 42px 0;
}
@media (max-width: 768px) {
  .browse__inner > div {
    padding: 0;
  }
}
.browse__inner .ad {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  height: 131px;
  justify-content: center;
  max-width: none !important;
  padding: 5px 0 0 !important;
}
@media (min-width: 1541px) {
  .browse__inner {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1541px) {
  .browse__inner + .inner-page-sticky-ad {
    width: 160px;
  }
}
@media (min-width: 1201px) {
  .browse__inner {
    border-right: 10px solid #fff;
  }
  .browse__inner .bf-topics-by-levels {
    padding: 0;
  }
  .browse__inner .bf-topics-by-levels h3 {
    color: #1e2d40;
    margin-bottom: 10px;
  }
  .browse__inner .bf-topics-by-levels p {
    font-size: 16px;
  }
  .browse__inner .bf-topics-by-levels p + .h-tbl__slick {
    margin-top: 0;
  }
  .browse__inner .bf-topics-by-levels .h-tbl__section {
    color: #465159;
    padding: 38px 60px 0;
  }
  .browse__inner .bf-topics-by-levels .h-tbl__slick {
    margin-top: 20px;
  }
  .browse__inner .bf-topics-by-levels .h-tbl__slick .card {
    margin-right: 17px;
    width: 248px;
  }
  .browse__inner .bf-topics-by-levels .h-tbl__pills {
    margin-bottom: 23px;
  }
  .browse__inner .bf-topics-by-levels .level__courses {
    background: var(--level-background);
    padding: 0 0 42px;
  }
  .browse__inner .bf-topics-by-levels .level__courses .card .card__outcomes ul li {
    width: calc(100% - 10px);
  }
  .browse__inner .bf-topics-by-levels .slick-dots {
    height: 24px;
  }
  .browse__inner .bf-topics-by-levels .slick-dots li {
    margin-top: 19px;
  }
}
@media (max-width: 1200px) {
  .browse__inner {
    width: 100%;
  }
  .browse__inner > div {
    padding: 22px 24px;
  }
}
@media (max-width: 768px) {
  .browse__inner > div {
    padding: 22px 0 22px 14px;
  }
  .browse__inner > div > h2 {
    text-align: center;
  }
  .browse__inner > div.english-test {
    border: 1px solid #bbc5cb;
    border-radius: 12px;
    margin: 35px auto 0;
    padding: 16px 16px 12px;
    width: 312px;
  }
  .browse__inner > div.english-test h4 {
    display: block;
    font-size: 18px;
    font-weight: 900;
    height: unset;
    margin: 0 auto 12px;
    padding-top: 0;
    text-align: center;
  }
  .browse__inner > div.english-test p {
    font-size: 14px;
    line-height: 150%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .browse__inner > div.english-test a {
    border-top: none;
    color: #007646;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    padding-top: 12px;
  }
  .browse__inner > div.english-test .disc__infog-img {
    border-radius: 8px;
    display: flex;
    height: 88px;
    justify-content: center;
    margin: 0 auto 17px;
    max-width: 100%;
    width: 272px;
  }
  .browse__inner > div.english-test .disc__infog-img img {
    position: relative;
    width: 128px;
  }
  .browse__inner .ad {
    height: auto;
  }
  .browse__inner .bf-topics-by-levels {
    padding: 22px 0 22px 24px;
  }
  .browse__inner .bf-topics-by-levels .h-tbl__description,
  .browse__inner .bf-topics-by-levels .h-tbl__heading,
  .browse__inner .bf-topics-by-levels .h-tbl__pills {
    padding-right: 24px;
  }
}
#main-holder {
  background: #f7f7f7;
}
#all-courses .course.courses--main.category-search .pops,
#all-courses .course.courses--main.diploma-search .pops {
  display: none;
}
@media (min-width: 769px) {
  #all-courses .course.courses--main:not(.category-search, .diploma-search) .pops {
    display: none;
  }
}
.all-courses--carousel .card .card__img {
  height: auto;
}
.slick-dots {
  display: flex !important;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  background: var(--light-grey-border);
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 38px 6px 0;
  width: 12px;
}
.slick-dots li.slick-active {
  background: var(--breadcrumb);
}
.slick-dots li button {
  display: none;
}
@media (max-width: 992px) {
  .slick-dots li {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .slick-dots {
    display: flex !important;
    height: 15px;
    justify-content: center;
    margin: 15px 0 20px 7px;
    width: 100%;
  }
  .slick-dots li {
    margin: 5px 6px;
  }
  .slick-dots li.slick-active button {
    background-color: var(--paragraph-text);
    color: var(--paragraph-text);
  }
  .slick-dots li:last-child button {
    margin-right: 0;
  }
  .slick-dots button {
    background: #b3bdc0;
    border-radius: 100%;
    color: #b3bdc0;
    display: block;
    height: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    width: 10px;
  }
}
.browse__cta {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
}
.browse__cta:hover span {
  text-decoration: underline;
}
.browse__cta.browse__cta--green,
.browse__cta.browse__cta--green:after {
  color: var(--alt-green);
}
.browse__cta.browse__cta--arrow:after {
  content: "\e9a7";
  font-family: icomoon !important;
  font-size: 14px;
  margin-left: 6px;
  width: 10px;
}
.browse__intro {
  background: var(--grey-bg);
  max-width: none !important;
  padding: 0 !important;
}
.browse__intro .browse__intro-bg {
  margin: 0 auto;
  max-width: 1182px;
  padding: 42px 60px 0;
}
@media (max-width: 768px) {
  .browse__intro .browse__intro-bg {
    padding: 20px 24px 0;
  }
}
@media (min-width: 769px) {
  .browse__intro.browse__intro--white {
    background: var(--white);
  }
}
@media (max-width: 768px) {
  .browse__intro.browse__intro--white {
    padding-bottom: 0;
  }
}
.browse__intro.browse__intro--slider {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .browse__intro {
    overflow: hidden;
    text-align: center;
  }
  .browse__intro h1 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 28px;
  }
  .browse__intro p {
    font-size: 14px;
    line-height: 21px;
  }
}
.intro h1 {
  margin: 0 0 15px;
}
.intro.intro--wide h1 {
  margin: 0 0 22px;
}
@media (min-width: 769px) {
  .intro.intro--stats > div:first-child {
    margin-right: 24px;
    width: calc(100% - 364px);
  }
}
.intro .intro__sub {
  color: var(--breadcrumb-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .intro .intro__sub {
    font-size: 16px;
  }
}
.intro p {
  font-size: 16px;
  line-height: 22px;
  padding-right: 26px;
}
.intro p a {
  color: var(--paragraph-text);
  text-decoration: underline;
}
.intro.intro--stats {
  align-items: unset;
}
.intro.intro--stats > div:first-child {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .intro {
    flex-direction: column;
  }
  .intro p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 0;
  }
}
.intro__less,
.intro__more {
  color: var(--paragraph-text);
  cursor: pointer;
  font-weight: 700;
}
@media (min-width: 769px) {
  .stats {
    background: transparent linear-gradient(90deg, #ecf4fa, rgba(229, 245, 234, 0)) 0 0 no-repeat padding-box;
    border: 1px solid var(--border-blue);
    border-radius: 12px;
    height: 188px;
    overflow: hidden;
    padding: 30px 0 30px 18px;
    position: relative;
    width: 340px;
  }
  .stats:after {
    background: url(hat-bg.svg) no-repeat 100% 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .stats li {
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .stats li,
  .stats li:before {
    align-items: center;
    display: flex;
  }
  .stats li:before {
    background: var(--intro-blue);
    border-radius: 100%;
    color: var(--white);
    content: "";
    height: 30px;
    justify-content: center;
    margin-right: 16px;
    width: 30px;
  }
  .stats li strong {
    color: var(--intro-blue);
    font-weight: 900;
    margin-right: 2px;
  }
  .stats li a {
    color: var(--grey);
    text-decoration: none;
    z-index: 1;
  }
  .stats li a strong {
    display: inline;
  }
  .stats li a .link-text {
    transition: box-shadow 0.2s ease;
  }
  .stats li a:hover .link-text span {
    box-shadow: inset 0 -1px 0 0 currentColor;
  }
}
.stats li:before {
  font-family: icomoon;
}
.stats li:first-child:before {
  content: "\e958";
  font-size: 16px;
}
.stats li:nth-child(2):before {
  content: "\ea6c";
  font-size: 13px;
}
.stats li:nth-child(3):before {
  content: "\e97a";
}
@media (max-width: 768px) {
  .stats {
    background: var(--light-blue-2);
    border-bottom: 1px solid #c5eaff;
    border-top: 1px solid #c5eaff;
    color: var(--breadcrumb);
    height: 40px;
    margin-left: -24px;
    overflow: hidden;
    overflow-x: scroll;
    padding: 12px 0 8px 25px;
    width: calc(100% + 48px);
  }
  .stats ul {
    flex-flow: nowrap;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .stats li,
  .stats ul {
    align-items: center;
    display: flex;
  }
  .stats li {
    border-right: 1px solid #444f57;
    flex: none;
    font-size: 12px;
    font-weight: 500;
    padding-left: 9px;
    padding-right: 9px;
  }
  .stats li,
  .stats li a {
    color: #5d676e;
  }
  .stats li:last-child {
    border: none;
  }
  .stats li:first-child {
    padding-left: 0;
  }
  .stats li:before {
    margin-right: 1px;
  }
  .stats li strong {
    margin-left: 4px;
    margin-right: 3px;
  }
  .stats li strong,
  .stats li:before {
    color: var(--breadcrumb-blue);
  }
  .stats li:nth-child(2):before {
    font-size: 11px;
  }
  .stats li:nth-child(3):before {
    font-size: 10px;
  }
}
.crumb {
  color: var(--breadcrumb-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 35px;
  text-decoration: none;
}
.crumb ul {
  display: flex;
}
.crumb li {
  white-space: nowrap;
}
.crumb a {
  color: var(--breadcrumb);
  margin-right: 14px;
}
.crumb a:after {
  content: "\e9c0";
  display: inline-block;
  font-family: icomoon !important;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  right: -6px;
  transform: rotate(90deg);
}
.crumb span {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .crumb {
    margin-bottom: 24px;
  }
  .crumb ul {
    justify-content: center;
  }
  .crumb a,
  .crumb li {
    font-size: 12px;
    margin-right: 8px;
  }
  .crumb a:after {
    font-size: 9px;
  }
  .crumb span {
    display: block;
    max-width: 110px;
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.browse__alt-link {
  display: block;
  font-size: 14px;
  margin-top: -27px;
  padding-bottom: 42px;
  position: relative;
  z-index: 8;
}
.browse__alt-link a {
  color: #009b5d;
  text-decoration: underline;
}
.slide__outer {
  background: #f1f8f8;
  max-width: none !important;
  padding-bottom: 0 !important;
}
.slide__outer .cat {
  margin: 0 0 0 -10px;
}
@media (max-width: 991px) {
  .slide__outer {
    padding: 0 !important;
  }
  .slide__outer h2,
  .slide__outer > br {
    display: none !important;
  }
  .slide__outer .cat {
    margin: 0;
  }
  .slide__outer .cat .cat__item.slick-slide:first-child {
    margin-left: 24px;
  }
  .slide__outer .cat:before {
    text-align: center;
    width: calc(100vw - 25px);
  }
}
.cat {
  margin-top: 31px;
}
.cat .slick-slide {
  border: 1px solid #fff;
}
.cat .slick-slide:hover {
  border: 1px solid #007646;
}
.cat.slick-slider .slick-track {
  padding-bottom: 50px;
}
.cat.slick-slider .slick-next,
.cat.slick-slider .slick-prev {
  top: calc(50% - 20px);
}
@media (max-width: 768px) {
  .cat {
    background: var(--light-blue-2);
    padding: 19px 0 0 24px;
    width: calc(100% + 48px);
  }
  .cat,
  .cat:before {
    margin-left: -24px;
  }
  .cat:before {
    content: "Browse Categories";
    content: attr(title);
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .cat button {
    display: none !important;
  }
  .cat .slick-track {
    padding-bottom: 29px !important;
    padding-top: 10px;
  }
}
.cat__item {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 10px 40px hsla(0, 0%, 55%, 0.129);
  height: 72px;
  margin-right: 12px;
  overflow: hidden;
  padding: 0 12px;
  width: 190px;
}
.cat__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
}
.cat__img {
  border-radius: 5px;
  height: 46px;
  margin-right: 12px;
  width: 46px;
}
.cat__img.cat__img--it {
  background: #e4f8ff;
}
.cat__img.cat__img--personal-development {
  background: #fce6da;
}
.cat__img.cat__img--health {
  background: #d6f4e4;
}
.cat__img.cat__img--language {
  background: #fdf4c8;
}
.cat__img.cat__img--business {
  background: #f9dffd;
}
.cat__img.cat__img--management {
  background: #f5d7da;
}
.cat__img.cat__img--marketing {
  background: #f9dffd;
}
.cat__img.cat__img--engineering {
  background: #f2fbd7;
}
.cat__img.cat__img--education {
  background: #fff0e4;
}
.cat__img img {
  width: 20px;
}
.cat__desc {
  color: var(--paragraph-text);
  font-size: 10px;
  line-height: 10px;
}
.cat__desc h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .cat__desc {
    text-align: left;
  }
}
.slick-next,
.slick-prev {
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  color: #008ec3;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  width: 48px;
}
.slick-next:active,
.slick-prev:active {
  height: 48px;
  width: 48px;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  display: none !important;
}
.slick-next span,
.slick-prev span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: 2px;
  transition: all 0.3s ease-in;
}
.slick-next {
  right: -22px;
}
.slick-next span {
  right: 7px;
  transform: rotate(90deg);
}
.slick-next span:before {
  position: relative;
  top: -3px;
}
.slick-prev {
  left: -20px;
  z-index: 99;
}
.slick-prev span {
  left: -9px;
  transform: rotate(-90deg);
}
.slick-prev span:before {
  position: relative;
  top: 3px;
}
.courses.courses--top .courses__header {
  position: relative;
}
.courses.courses--top .courses__header h2 span {
  color: #1b232e;
}
.courses.courses--top .courses__header > div {
  max-width: 80%;
}
.course.courses--main .browse__cta,
.course.courses--main.category-search .pops,
.course.courses--main.diploma-search .pops {
  display: none;
}
@media (max-width: 768px) {
  .course.courses--main .slick-dots {
    margin: 3px 0 17px -12px;
  }
  .course.courses--main .slick-dots li {
    margin: 0 10px 0 0;
  }
  .course.courses--main .slick-dots li:last-child {
    margin: 0;
  }
  .course.courses--main .courses__header {
    position: relative;
  }
  .course.courses--main .courses__header > div {
    max-width: 80%;
  }
  .course.courses--main .courses__header h2 > div {
    min-width: 75%;
  }
}
@media (min-width: 769px) {
  .course.courses--main:not(.category-search, .diploma-search) .courses__view-all {
    display: none;
  }
  .course.all-search h2 {
    font-size: 28px;
  }
  .course.all-search .courses__view-all,
  .course.all-search .pops {
    display: none;
  }
  .course.all-search + .category-search {
    padding-bottom: 29px !important;
    padding-top: 0 !important;
  }
  .course.all-search + .category-search .courses__more {
    display: none;
  }
  .course.all-search + .category-search + .diploma-search {
    padding-top: 0 !important;
  }
  .course.all-search + .category-search + .diploma-search .courses__more {
    display: none;
  }
}
.listing > h2 {
  display: none;
}
@media (min-width: 769px) {
  .listing:not(.listing--loaded) {
    min-height: 2353px;
  }
}
.listing .slick-list {
  max-width: 1065px;
}
@media (min-width: 769px) {
  .listing {
    padding: 42px 40px 0 60px !important;
  }
}
@media (max-width: 768px) {
  .listing {
    background: var(--level-background);
    padding-top: 50px !important;
    position: relative;
  }
  .listing.listing--carousel {
    margin-bottom: 36px;
    padding: 50px 24px 0 !important;
  }
  .listing.listing--carousel .courses h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    padding: 20px 30px 20px 0;
  }
  .listing.listing--carousel .courses--carousel:nth-child(2) h2 {
    border-top: none;
  }
  .listing.listing--carousel .courses--carousel:last-child h2 {
    border: none;
  }
  .listing.listing--carousel .courses--carousel:last-child .browse__cta {
    margin-bottom: 0;
    padding-bottom: 22px;
  }
  .listing:before {
    background: #fff;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .listing > h2 {
    display: block;
    margin-bottom: 8px;
  }
  .listing .courses__view-all {
    display: none;
  }
  .listing .courses.courses--active h2 {
    border: none;
  }
  .listing .courses.courses--active h2:after {
    content: "\e9c0";
  }
  .listing .courses:not(:nth-child(2)) .courses__inner {
    display: none;
  }
  .listing .courses:nth-child(2) .browse__cta {
    display: flex;
  }
  .listing .courses .courses__header {
    margin-bottom: 0;
  }
  .listing .courses .courses__header.space-between {
    display: block;
  }
  .listing .courses h2 {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    color: var(--paragraph-text);
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 25px 0;
    position: relative;
    width: 100%;
  }
  .listing .courses h2:after {
    color: #707070;
    content: "\e9bf";
    font-family: icomoon !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .listing .courses h2 br {
    display: none;
  }
  .listing .courses h2 span {
    color: var(--paragraph-text);
  }
  .listing .courses .browse__cta {
    display: none;
    margin-bottom: 36px;
  }
}
.courses--listing {
  max-width: 1056px;
}
.all {
  background: var(--white);
  background: var(--light-grey-4);
  height: 100vh;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.all .courses__more {
  display: none;
}
.all .courses__pagination {
  height: 96px;
  margin-bottom: 20px;
  position: relative;
}
.all .courses__pagination ul {
  justify-content: center;
}
.all .courses__pagination li:first-child,
.all .courses__pagination li:last-child {
  height: 46px;
  position: absolute;
  top: 53px;
}
.all .courses__pagination li:first-child {
  left: 50%;
  transform: translate(calc(-100% - 10px));
}
.all .courses__pagination li:last-child {
  right: 50%;
  transform: translate(calc(100% + 10px));
}
.all .courses__pagination li a {
  background: transparent !important;
}
.all h4 {
  background: #fff;
  color: #1b232e;
  font-size: 18px;
  font-weight: 900;
  line-height: 29px;
  padding: 16px 24px 16px 46px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.all h4:before {
  color: #b3bdc0;
  content: "\e9a7";
  display: inline-block;
  font-family: icomoon;
  left: -22px;
  margin-right: -15px;
  position: relative;
  transform: rotate(180deg);
}
.all .courses__inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.all .courses__inner .card {
  float: none;
  margin: 0 auto 24px;
  width: 320px;
}
.courses__back-top {
  margin-top: 40px;
  text-align: center;
}
.courses__back-top .text {
  color: var(--paragraph-text);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
  top: -1px;
}
.courses__back-top .icon-chevron-right {
  background: #b3bdc0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  transform: rotate(-90deg);
  width: 20px;
}
.courses__back-top .icon-chevron-right:before {
  color: #fff;
  content: "\e9a7";
  display: inline-block;
  font-size: 13px;
  margin: 4px 0 0;
}
.courses.courses--carousel .base-card {
  padding: 0 6px;
}
.courses.courses--carousel .base-card .card {
  margin-right: 0;
}
@media (min-width: 769px) {
  .courses.courses--carousel {
    margin-bottom: 39px;
    min-height: 452px;
  }
  .courses.courses--carousel h2 {
    font-size: 24px;
  }
}
.courses__inner.courses__inner--grid {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
}
.courses__inner.courses__inner--flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .courses__inner.courses__inner--flex .card,
  .courses__inner.courses__inner--grid .card {
    float: none;
    margin-right: 17px;
    width: 248px;
  }
  .courses__inner.courses__inner--flex .card:nth-child(4n + 4),
  .courses__inner.courses__inner--grid .card:nth-child(4n + 4) {
    margin-right: 0;
  }
  .courses__inner.courses__inner--flex .card .card__outcomes ul li,
  .courses__inner.courses__inner--grid .card .card__outcomes ul li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .courses__inner {
    margin-left: -24px;
    padding-left: 24px;
    width: 100%;
  }
}
.courses__header {
  margin-bottom: 28px;
}
.courses__header h2 {
  display: inline-block;
}
.courses__header .pops {
  display: none;
}
@media (min-width: 769px) {
  .courses__header br {
    display: none;
  }
}
@media (max-width: 768px) {
  .courses__header {
    margin-bottom: 29px;
  }
  .courses__header h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.course-filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  width: calc(100% - 12px);
}
.course-filters .filter-levels .filter-levels-inner {
  display: flex;
  min-width: 570px;
}
.course-filters .filter-levels button {
  background: #f0f4f7;
  border-radius: 4px;
  color: #465159;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  margin-right: 16px;
  padding: 0 8px;
  width: auto;
}
.course-filters .filter-levels button.active {
  background: #005182;
  color: #fff;
}
.course-filters .filter-levels button i {
  padding-right: 6px;
}
.course-filters .filter-levels button:first-child i {
  color: #465159;
}
.course-filters .filter-levels button:first-child.active i {
  color: #fff;
}
.course-filters .filter-levels button:nth-child(2) i {
  color: #933c9b;
}
.course-filters .filter-levels button:nth-child(3) i {
  color: #00a94f;
}
.course-filters .filter-levels button:last-child {
  margin-right: 0;
}
.course-filters .filter-levels button:last-child i {
  color: #30aedb;
}
.course-filters .filter-course-type {
  display: flex;
  opacity: 0;
  position: relative;
  transition: opacity 0.4s ease;
}
.course-filters .filter-course-type .filter-by {
  color: #465159;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-right: 12px;
}
.course-filters .filter-course-type .filter-by:before {
  content: url(filter-icon.svg);
  margin-right: 4px;
}
.course-filters .filter-course-type .icon-dropdown {
  left: 240px;
  position: absolute;
  top: 11px;
}
.course-filters .filter-course-type .icon-dropdown:before {
  color: #465159;
  font-size: 12px;
}
.course-filters .filter-course-type .icon-dropdown.rotate {
  top: 13px;
  transform: rotate(180deg);
}
.course-filters .filter-course-type select.course-type-sorting-original {
  display: none;
}
.course-filters .filter-course-type .select2 {
  border: 1px solid #d7dcdf;
  border-radius: 6px;
  color: #465159;
  cursor: pointer;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  width: 188px !important;
}
.course-filters .filter-course-type .select2 .select2-selection__rendered {
  color: #465159;
  display: block;
  width: 100%;
}
.course-filters .filter-course-type .select2-container .new-select-2-dd ul {
  border: 1px solid #d7dcdf;
  width: 188px;
}
.course-filters .filter-course-type .select2-container .new-select-2-dd ul li:hover {
  background: #f0f4f7;
}
@media (max-width: 920px) {
  .course-filters {
    flex-direction: column;
    height: 100px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
  }
  .course-filters::-webkit-scrollbar {
    display: none;
  }
  .course-filters .filter-levels {
    -ms-overflow-style: none;
    margin-bottom: 16px;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .course-filters .filter-levels button {
    width: auto;
  }
  .course-filters .filter-course-type {
    bottom: 2px;
    position: absolute;
    width: 100%;
  }
  .course-filters .filter-course-type .filter-by {
    margin-bottom: 8px;
    width: 70px;
  }
  .course-filters .filter-course-type select.course-type-sorting-original {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .course-filters .filter-course-type .select2 {
    width: 230px;
  }
}
.pops {
  display: inline;
  font-weight: 700;
  margin-left: 10px;
  position: relative;
}
.pops .pops__icon {
  align-items: center;
  border: 2px solid var(--breadcrumb-blue);
  border-radius: 100%;
  color: var(--breadcrumb-blue);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  height: 20px;
  justify-content: center;
  position: relative;
  top: -3px;
  width: 20px;
}
.pops .pops__message {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  color: var(--dark-heading);
  font-size: 12px;
  font-weight: 400;
  left: 30px;
  line-height: 18px;
  padding: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 388px;
  z-index: 9;
}
.pops .pops__message a {
  color: var(--blue-2);
  display: block;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .pops {
    position: static;
  }
  .pops .pops__message {
    border-radius: 6px;
    bottom: auto;
    box-shadow: 0 3px 44px rgba(0, 0, 0, 0.161);
    font-size: 12px;
    left: 5%;
    padding: 16px;
    position: absolute;
    top: 70px;
    transform: none;
    width: 90%;
  }
  .pops .pops__message .icon-cross2 {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.courses__more {
  text-align: center;
}
.courses__more span {
  color: var(--paragraph-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.courses__more:after {
  color: var(--pargraph-text);
  content: "\e9c0";
  display: inline-block;
  font-family: icomoon !important;
  font-weight: 700;
  position: relative;
  right: -15px;
  top: 2px;
  transform: rotate(180deg);
}
.courses__pagination ul {
  display: flex;
}
.courses__pagination li:not(:last-child):not(:first-child) {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.courses__pagination li:not(:last-child):not(:first-child) a {
  background: var(--white);
  color: var(--alison-green);
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.courses__pagination li:not(:last-child):not(:first-child).active {
  background: #dde3ea;
  border-radius: 4px;
  font-weight: 700;
}
.courses__pagination li:first-child {
  margin-right: 17px;
}
.courses__pagination li:last-child {
  margin-left: 17px;
}
.courses__pagination li:first-child,
.courses__pagination li:last-child {
  align-items: center;
  border: 1px solid var(--light-grey-border);
  border-radius: 8px;
  display: flex;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  width: 112px;
}
.courses__pagination li:first-child a,
.courses__pagination li:last-child a {
  color: var(--paragraph-text);
}
@media (max-width: 768px) {
  .courses__pagination {
    padding: 0 20px;
  }
  .courses__pagination li:first-child,
  .courses__pagination li:last-child {
    border: 1px solid var(--paragraph-text);
  }
  .courses__pagination li:first-child a,
  .courses__pagination li:last-child a {
    color: var(--paragraph-text);
    font-weight: 500;
  }
  .courses__pagination li.disabled {
    opacity: 0.5;
  }
}
.course__info {
  color: var(--minor-grey);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.courses__view-all {
  color: var(--alt-green);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 24px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.courses__view-all:hover {
  text-decoration: underline;
}
.courses__view-all .icon-chevron-right {
  font-size: 13px;
  position: absolute;
  right: -17px;
  top: 6px;
}
@media (max-width: 768px) {
  .courses__view-all {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .courses__view-all span:first-child {
    display: none;
  }
}
.course__benefits {
  background: var(--pale-green);
  max-width: none !important;
  padding: 0 !important;
}
.course__benefits .course__benefits-inner {
  background: var(--pale-green) url(benefits-bg.svg) no-repeat bottom right;
  margin: 0 auto;
  max-width: 1182px;
  padding: 42px 60px;
}
.course__benefits h3 {
  color: #1e2d40;
  margin-bottom: 0;
}
.course__benefits li span {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .course__benefits .course__benefits-inner {
    background-image: none;
    padding: 28px 23px;
  }
  .course__benefits h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: center;
  }
  .course__benefits h5 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
  }
  .course__benefits .flex--top {
    flex-direction: column;
  }
  .course__benefits .course-diploma {
    order: -1;
  }
}
.course-list.course-list--tick ul li {
  background: url(tick.svg) no-repeat 0/16px 16px;
  padding-left: 27px;
}
.course-list.course-list--image ul li {
  align-items: center;
  display: flex;
  line-height: 22px;
}
.course-list.course-list--image ul li span:first-child {
  display: inline-block;
  height: 48px;
  max-width: 48px;
  min-width: 48px;
}
.course-list.course-list--image ul li span:nth-child(2) {
  padding-left: 16px;
}
.course-list h6 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 14px;
}
.course-list ul {
  max-width: 456px;
  padding-top: 31px;
}
.course-list ul li {
  color: var(--paragraph-text);
  font-size: 14px;
  margin-bottom: 16px;
}
.course-list ul li:last-child {
  margin-bottom: 0;
}
.course-list ul li strong {
  font-weight: 700;
}
.course-list .course-list__color {
  color: var(--intro-blue);
}
@media (max-width: 768px) {
  .course-list.course-list--image ul {
    padding-top: 25px;
  }
  .course-list.course-list--image ul li span {
    font-size: 12px;
    line-height: 18px;
  }
}
.course-diploma {
  margin-right: 140px;
  text-align: center;
  width: 347px;
}
.course-diploma img {
  margin-bottom: 14px;
  width: 100%;
}
@media (max-width: 768px) {
  .course-diploma {
    margin: 0 auto;
    width: 220px;
  }
}
.faqs {
  margin-top: 4px;
}
.faqs .faqs__header {
  align-items: center;
  background-position: 100% 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #b7c1c4;
  display: flex;
  padding-bottom: 42px;
}
.faqs .faqs__header h2 {
  font-size: 24px;
  text-align: left;
}
@media (max-width: 991px) {
  .faqs {
    margin-bottom: 62px;
  }
  .faqs .faqs__header {
    border-bottom: 0;
    justify-content: center;
    padding: 4px 0 0;
  }
  .faqs .faqs__header h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .faqs .faq__answer {
    line-height: 24px;
    padding: 0;
  }
  .faqs .faq__answer p {
    line-height: 24px;
  }
}
.in-page-faq {
  padding-bottom: 8px;
}
.in-page-faq:first-child {
  border-top: 1px solid #b7c1c4;
}
.in-page-faq:not(:last-child) {
  border-bottom: 1px solid #b7c1c4;
}
.in-page-faq.in-page-faq--open .faq__question {
  color: #1783b1;
}
.in-page-faq.in-page-faq--open .faq__question .reveal span:after,
.in-page-faq.in-page-faq--open .faq__question .reveal span:before {
  background-color: #1783b1;
}
.in-page-faq:not(.in-page-faq--open) .faq__question .reveal span:before {
  transform: rotate(90deg);
}
.in-page-faq .faq__question {
  align-items: center;
  color: var(--paragraph-text);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 19px;
  padding: 24px 0 16px;
}
.in-page-faq .faq__question .reveal span {
  display: block;
  height: 14px;
  position: relative;
  width: 14px;
}
.in-page-faq .faq__question .reveal span:after,
.in-page-faq .faq__question .reveal span:before {
  background: #465159;
  border-radius: 11px;
  content: "";
  font-size: 23px;
  font-weight: 500;
  height: 3px;
  position: absolute;
  transition: all 0.3s ease-in;
  width: 12px;
}
.in-page-faq .faq__answer {
  color: var(--breadcrumb);
  font-size: 16px;
  line-height: 24px;
}
.in-page-faq .faq__answer a {
  color: #1783b1;
}
@media (max-width: 991px) {
  .in-page-faq .faq__question {
    font-size: 16px;
    line-height: 24px;
    padding: 24px 35px 16px 0;
    position: relative;
  }
  .in-page-faq .faq__answer {
    color: #5d676e;
    font-size: 14px;
    line-height: 21px;
  }
  .in-page-faq .reveal {
    position: absolute;
    right: 0;
    top: 32px;
  }
}
.goals {
  padding: 37px 0 38px;
}
.goals h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 38px;
  text-align: center;
}
.goals h2,
.goals h2 span {
  color: var(--grey);
}
.goals .goals__container {
  display: flex;
  justify-content: center;
}
.goals h5 {
  color: var(--breadcrumb);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 43px;
  margin-top: 22px;
  text-align: center;
}
.goals .goal {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(5, 5, 5, 0.16);
  color: var(--paragraph-text);
  display: block;
  font-size: 19px;
  height: 80px;
  letter-spacing: 0.4px;
  line-height: 24px;
  margin-right: 48.5px;
  padding: 10px 0 0 30px;
  width: 346px;
}
.goals .goal:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .goals .goal:hover {
    outline: var(--alt-green) solid 2px;
  }
  .goals .goal:hover span {
    color: var(--alt-green);
  }
}
.goals .goal > span {
  font-weight: 700;
  max-width: 195px;
  transition: color 0.3s ease-in-out;
}
.goals .goal > span span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 12px;
  left: 2px;
  overflow: hidden;
  position: relative;
  top: 2px;
  width: 11px;
}
.goals .goal > span span:before {
  left: -2px;
  position: absolute;
  top: -1px;
  transition: color 0.3s ease-in-out;
}
.goals .goal:first-child {
  background: no-repeat 100% 100%/71px;
}
.goals .goal:nth-child(2) {
  background: no-repeat 100% 100%/80px;
}
.goals .goal:nth-child(3) {
  background: no-repeat 100% 100%/70px;
}
.goals .goal .arrow {
  position: relative;
  right: -4px;
  top: 2px;
}
.goals .goal .arrow:before {
  color: var(--alt-green);
}
@media (max-width: 1170px) and (min-width: 769px) {
  .goals {
    background-image: none;
  }
  .goals .goals__container {
    flex-wrap: wrap;
  }
  .goals .goal {
    background-size: 89px !important;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 242px;
  }
}
@media (min-width: 769px) {
  .goals .goal .arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .goals {
    background-color: var(--pill);
    background-image: none;
    padding: 24px 0 40px;
  }
  .goals .inner {
    margin: 0 auto;
    max-width: 310px;
  }
  .goals h2 {
    margin-bottom: 10px;
  }
  .goals h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 24px;
  }
  .goals .goals__container {
    align-items: center;
    flex-direction: column;
  }
  .goals .goal {
    background-color: var(--white) !important;
    background-size: 64px !important;
    box-shadow: none;
    font-size: 16px;
    height: 92px;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 23px 0 0 24px;
    width: 100%;
  }
  .goals .goal br {
    display: inline-block;
  }
  .goals .goal:nth-child(3) {
    margin-bottom: 24px;
  }
  .goals .goal:nth-child(3) > span {
    display: inline;
  }
}
.related {
  margin-bottom: 56px;
}
.related.related--no-margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.related h2 {
  margin-bottom: 20px;
}
.related h2 span {
  color: var(--breadcrumb-blue);
}
.related .scroll-nav {
  position: relative;
  z-index: 5;
}
.related .scroll-nav .scroll-nav-btn {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  color: #008ec3;
  height: 48px;
  position: absolute;
  transform: translateY(50%);
  transition: all 0.3s ease-in;
  width: 48px;
}
.related .scroll-nav .scroll-nav-btn.scroll-nav__next,
.related .scroll-nav .scroll-nav-btn.scroll-nav__prev {
  display: none;
}
.related .scroll-nav .scroll-nav-btn.scroll-nav__next span,
.related .scroll-nav .scroll-nav-btn.scroll-nav__prev span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  pointer-events: none;
  position: relative;
  transition: all 0.3s ease-in;
}
.related .scroll-nav .scroll-nav-btn.scroll-nav__next.active,
.related .scroll-nav .scroll-nav-btn.scroll-nav__prev.active {
  display: block;
}
.related .scroll-nav .scroll-nav-btn.scroll-nav__prev {
  left: -24px;
  right: auto;
}
.related .scroll-nav .scroll-nav-btn.scroll-nav__prev span {
  left: -9px;
  top: 2px;
  transform: rotate(270deg);
}
.related .scroll-nav .scroll-nav-btn.scroll-nav__next {
  left: auto;
  right: -24px;
}
.related .scroll-nav .scroll-nav-btn.scroll-nav__next span {
  left: -3px;
  top: 2px;
  transform: rotate(90deg);
}
.related .related__topics {
  overflow-x: scroll;
  position: relative;
  scroll-behavior: smooth;
}
.related .related__topics::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .related h2 {
    color: #1e2d40;
    margin-bottom: 14px;
  }
  .related h2,
  .related h2.related__heading {
    font-size: 22px;
  }
  .related h2 span {
    color: #1e2d40;
  }
  .related + .careers {
    background: #f8f9fa;
  }
  .related + .careers.careers--no-margin {
    padding: 28px 24px 20px !important;
  }
}
.related__topics {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.related__topics .related__row {
  display: flex;
  position: relative;
}
.related__topics .related__row.flex-wrap {
  flex-wrap: wrap;
}
.related__topics li {
  align-items: center;
  background: var(--pill);
  border: 1px solid var(--pill);
  border-radius: 8px;
  color: var(--paragraph-text);
  display: flex;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  margin: 0 16px 13px 0;
  padding: 14px;
  text-align: center;
}
.related__topics .slick-next,
.related__topics .slick-prev {
  top: 52px;
  z-index: 99;
}
@media (min-width: 769px) {
  .related__topics a {
    color: var(--breadcrumb);
  }
  .related__topics li:hover {
    border: 1px solid var(--breadcrumb-blue);
    color: var(--breadcrumb-blue);
    cursor: pointer;
  }
  .related__topics li:hover a {
    color: var(--light-blue);
  }
}
@media (max-width: 768px) {
  .related__topics {
    overflow: scroll !important;
    width: calc(100% + 24px);
  }
  .related__topics .slick-dots {
    display: none !important;
  }
  .related__topics li {
    font-size: 12px;
    height: 32px;
    margin: 0 10px 8px 0;
    padding: 7px 12px 9px;
  }
  .related__topics li:last-child {
    margin-right: 30px;
  }
  .related__topics li a {
    color: var(--breadcrumb);
    height: 14px;
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.careers.careers--no-margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.careers.careers--no-margin .careers__list {
  margin-bottom: 0;
}
.careers.careers--no-margin .browse__cta {
  margin-bottom: 20px;
}
.careers h2 {
  margin-bottom: 32px;
}
.careers .browse__cta {
  display: none;
}
@media (max-width: 768px) {
  .careers .browse__cta {
    display: flex;
    margin-bottom: 10px;
  }
  .careers .slick-dots {
    height: 15px;
  }
  .careers .slick-dots li {
    margin: 0 4px;
  }
  .careers h2 {
    margin-bottom: 16px;
  }
}
.careers__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
  max-width: 100%;
}
.careers__list .career__group {
  margin-right: 24px;
  width: 316px;
}
.careers__list a {
  align-items: center;
  background: var(--bg-light-grey);
  border: 1px solid var(--grey-border);
  border-radius: 12px;
  display: flex;
  margin-bottom: 24px;
  overflow: hidden;
  width: 100%;
}
.careers__list a:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .careers__list a:hover .career__name:after {
    color: var(--secondary-dark-grey);
  }
}
@media (max-width: 768px) {
  .careers__list a {
    background: #f9fafb;
    border: 1px solid #eaeaea;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.031);
  }
}
.careers__list a img {
  height: 100%;
  left: 50%;
  margin-right: 14px;
  position: relative;
  transform: translate(-50%);
}
.careers__list a .career__img {
  height: 88px;
  overflow: hidden;
  text-align: center;
  width: 104px;
}
.careers__list a h5 {
  color: var(--grey);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.careers__list .slick-next,
.careers__list .slick-prev {
  height: 40px;
  padding: 2px 0 0 12px;
  width: 40px;
}
.careers__list .slick-next {
  right: -48px;
}
@media (max-width: 1200px) {
  .careers__list {
    max-width: 96%;
  }
}
@media (max-width: 768px) {
  .careers__list {
    margin-bottom: 0;
    margin-left: -24px;
    max-width: 100%;
    padding-left: 24px;
    width: calc(100% + 48px);
  }
  .careers__list .career__group {
    margin-bottom: 23px;
    width: 224px;
  }
  .careers__list a h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .careers__list a .career__img {
    height: 61px;
    width: 72px;
  }
  .careers__list a .career__name {
    padding-left: 14px;
    padding-right: 20px;
    width: calc(100% - 72px);
  }
  .careers__list a .career__name:after {
    font-size: 9px;
    right: 7px;
    top: 50%;
    transform: translateY(-3px);
  }
}
.career__name {
  padding: 0 41px 0 14px;
  position: relative;
  width: calc(100% - 104px);
}
.career__name:after {
  color: var(--grey-border);
  content: "\e90e";
  font-family: icomoon !important;
  font-size: 11px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-5px);
}
.articles {
  margin: 5px auto 0 !important;
}
.articles h2 {
  margin-bottom: 32px;
}
.articles a article {
  background: var(--light-grey-4) 0 0 no-repeat padding-box;
  border: 1px solid #dadfe1;
  border-radius: 8px;
  margin: 0 24px 0 0;
  opacity: 1;
  padding: 17px;
}
.articles a article img {
  border-radius: 4px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.articles a article h4 {
  color: var(--grey);
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 0;
  margin: 0 0 18px;
  opacity: 1;
  text-align: left;
}
.articles a article p.article-category {
  color: #206e90;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  opacity: 1;
  padding: 10px 0;
  text-transform: uppercase;
}
.articles a article p.article-description {
  color: var(--paragraph-text);
  font: normal normal normal 12px/18px Roboto;
  height: 55px;
  letter-spacing: 0;
  margin: 0 0 10px;
  opacity: 1;
  text-align: left;
}
.articles a article p.article-description strong {
  font-weight: 900;
}
.articles a article p.date {
  color: var(--breadcrumb);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  opacity: 1;
  text-transform: none;
}
.articles a:last-child article {
  margin-right: 0;
}
@media (max-width: 768px) {
  .articles {
    max-width: 350px;
  }
  .articles a article {
    margin-right: 16px;
    padding: 12px;
    width: 226px;
  }
  .articles a article h4 {
    color: var(--grey);
    font-size: 14px;
    height: 39px;
    margin: 0 0 25px;
    text-align: left;
  }
  .articles a article img {
    height: 112px;
  }
  .articles a article p.article-categor {
    padding: 10px 0 5px;
  }
  .articles a article p.date {
    font-size: 10px;
  }
  .articles a article p.date span {
    margin-right: 5px;
  }
  .articles a article p.article-description {
    height: 70px;
  }
}
@media (min-width: 769px) {
  .managers {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .managers:not(.managers--entries) {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .managers {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .managers .manager {
    border-radius: 0;
  }
  .managers .manager .bottom {
    border-radius: 0 0 6px 6px;
    padding: 18px;
  }
  .managers .manager p {
    font-size: 12px;
    line-height: 18px;
  }
  .managers .manager .h-tbl__rm-rl {
    font-weight: 700;
  }
  .managers .manager__description {
    text-align: center;
  }
  .managers .manager__description .full {
    display: none;
  }
  .managers .manager__description .short {
    display: block;
  }
}
.manager {
  background: var(--light-grey-3) 0 0 no-repeat padding-box;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 54px;
  padding: 44px 36px 25px;
}
.manager h3 {
  color: var(--paragraph-text);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 1;
  text-align: left;
  text-transform: none;
}
@media (min-width: 769px) {
  .manager {
    margin-bottom: 0;
  }
  .manager h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .manager {
    padding: 24px;
  }
  .manager > h3 {
    color: #1e2d40;
    display: block !important;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.manager__description {
  max-width: calc(100% - 268px);
  padding-left: 32px;
}
.manager__description span {
  color: var(--paragraph-text);
  line-height: 24px;
}
.manager__description span.full .readless,
.manager__description span.short {
  display: none;
}
.manager__description span.readless,
.manager__description span.readmore {
  color: var(--paragraph-text);
  font-size: 12px;
  font-weight: 700;
}
.manager__description p {
  color: var(--paragraph-text);
  font: normal normal normal 16px/24px Roboto;
  letter-spacing: 0;
  opacity: 1;
  text-align: left;
}
.manager__description a.banner-cta {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  letter-spacing: 0;
  margin: 32px 0 0;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 244px;
}
.manager__description a.banner-cta:link,
.manager__description a.banner-cta:visited {
  background: var(--white) 0 0 no-repeat padding-box;
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
}
.manager__description a.banner-cta:active,
.manager__description a.banner-cta:focus,
.manager__description a.banner-cta:hover {
  background: var(--light-blue);
  border: 1px solid var(--white);
  color: var(--white);
}
@media (max-width: 768px) {
  .manager__description {
    color: #5d676e;
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .manager__description h3 {
    display: none;
  }
  .manager__description a.banner-cta {
    margin: 20px auto 0;
  }
  .manager__description span {
    line-height: 18px;
  }
}
.manager__img-tab {
  position: relative;
  width: 268px;
}
.manager__img-tab .top {
  background-image: url(hubs/bg01.png);
  background-repeat: repeat-x;
  border-radius: 12px 12px 0 0;
  height: 12px;
  margin-bottom: 10px;
  outline: 10px solid var(--light-grey-3);
}
.manager__img-tab .bottom {
  background: var(--white);
  border-radius: 0 0 12px 12px;
  padding: 20px;
  position: relative;
  text-align: center;
  top: -13px;
}
.manager__img-tab .bottom__heading {
  margin-bottom: 31px;
}
.manager__img-tab .manager__img {
  border: 2px solid #cddcf9;
  border-radius: 100%;
  height: 116px;
  margin: 0 auto 18px;
  overflow: hidden;
  width: 116px;
}
.manager__img-tab .manager__img img {
  width: 100%;
}
.manager__img-tab p {
  color: var(--paragraph-text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 11px;
  opacity: 1;
  text-transform: none;
}
.manager__img-tab a {
  color: var(--light-blue);
  font-size: 14px;
  font-weight: 500;
}
.manager__img-tab .bottom__description p {
  color: var(--dark-heading);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .manager__img-tab {
    margin-bottom: 16px;
    width: 100%;
  }
  .manager__img-tab a {
    font-size: 13px;
  }
  .manager__img-tab .manager__img {
    height: 103px;
    margin-bottom: 0;
    width: 103px;
  }
  .manager__img-tab .bottom {
    display: flex;
  }
  .manager__img-tab .bottom > div:nth-child(2) {
    padding-left: 10px;
  }
  .manager__img-tab .bottom .bottom__heading {
    color: var(--paragraph-text);
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: left;
  }
  .manager__img-tab .bottom .bottom__description {
    text-align: left;
  }
  .manager__img-tab .bottom .bottom__description p {
    color: #1e2d40;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
  }
}
.card__last {
  border: 2px solid var(--alt-green);
  border-radius: 12px;
  color: var(--alt-green);
  display: flex !important;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  height: 371px;
  line-height: 30px;
  margin: 0 0 0 6px;
  width: 246px;
}
.card__last.hide {
  opacity: 0;
  visibility: hidden;
}
.card__last span {
  align-items: center;
  background: var(--alt-green);
  border-radius: 100%;
  color: var(--white);
  display: flex;
  height: 36px;
  justify-content: center;
  margin-top: 29px;
  width: 36px;
}
.no-results-found {
  background: url(no-results-filtered.svg) no-repeat right 22px bottom #f0f4f7;
  border-radius: 8px;
  padding: 36px 44px;
  width: 100%;
}
.no-results-found h3 {
  color: #1e2d40;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 16px;
}
.no-results-found p {
  color: #1e2d40;
  font-size: 16px;
  margin-bottom: 8px;
}
.no-results-found p:nth-child(2) {
  font-weight: 600;
}
@media (max-width: 768px) {
  .no-results-found {
    background-position: center bottom 24px;
    background-size: 245px;
    height: 283px;
    padding: 24px 12px;
    text-align: center;
    width: calc(100% - 40px);
  }
  .no-results-found .inner {
    margin: 0 auto;
    text-align: left;
    width: 298px;
  }
  .no-results-found .inner h3 {
    font-size: 22px;
  }
}
.testimonials-wrapper {
  background: #f3f6f7;
  max-width: none !important;
  padding: 0 120px 0 0;
}
.testimonials-wrapper .testimonials {
  background: #f3f6f7;
  margin: 0 auto;
  max-width: 1182px;
  padding: 0 78px 0 60px;
}
.testimonials-wrapper .testimonials .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.testimonials-wrapper .testimonials h3 {
  color: #5d676e;
  font-size: 36px;
  font-weight: 300;
  line-height: 53px;
  width: 392px;
}
.testimonials-wrapper .testimonials h3 .blue {
  color: #1581af;
  font-weight: 700;
}
.testimonials-wrapper .testimonials .testimonial {
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  margin-right: 32px;
  overflow: hidden;
  width: 336px;
}
.testimonials-wrapper .testimonials .testimonial .testimonial__img {
  height: 164px;
  overflow: hidden;
}
.testimonials-wrapper .testimonials .testimonial .testimonial__img img {
  width: 100%;
}
.testimonials-wrapper .testimonials .testimonial .testimonial__details {
  background: #fff;
  color: #5d5d5d;
  font-size: 12px;
  padding: 15px 20px;
  text-align: center;
}
.testimonials-wrapper .testimonials .testimonial .testimonial__details span {
  color: #2d3941;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .testimonials-wrapper .testimonials .testimonial .testimonial__img img {
    height: auto;
  }
}
.testimonials-wrapper .testimonials .testimonial__slider {
  max-height: 340px;
  width: calc(100% - 495px);
}
.testimonials-wrapper .testimonials .testimonial__slider .slick-track {
  padding: 0 0 5px 10px;
}
.testimonials-wrapper .testimonials .slick-next,
.testimonials-wrapper .testimonials .slick-prev {
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
  display: none;
  height: 60px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  visibility: visible;
  width: 60px;
  z-index: 99;
}
.testimonials-wrapper .testimonials .slick-next.slick-disabled,
.testimonials-wrapper .testimonials .slick-prev.slick-disabled {
  display: none;
}
.testimonials-wrapper .testimonials .slick-next span,
.testimonials-wrapper .testimonials .slick-prev span {
  font-size: 25px;
}
.testimonials-wrapper .testimonials .slick-next {
  right: -100px;
}
.testimonials-wrapper .testimonials .slick-next span {
  right: 3px;
}
.testimonials-wrapper .testimonials .slick-prev {
  left: -80px;
  position: absolute;
}
.testimonials-wrapper .testimonials .slick-prev span {
  left: auto;
  right: 5px;
}
@media (max-width: 768px) {
  .testimonials-wrapper .testimonials {
    max-width: 100%;
  }
  .testimonials-wrapper .testimonials .testimonial__slider {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .testimonials-wrapper .testimonials .testimonial__slider .slick-dots {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .testimonials-wrapper .testimonials {
    padding: 0;
  }
  .testimonials-wrapper .testimonials h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 24px;
    text-align: center;
    width: 280px;
  }
  .testimonials-wrapper .testimonials .slick-next,
  .testimonials-wrapper .testimonials .slick-prev {
    display: none;
    visibility: hidden;
  }
  .testimonials-wrapper .testimonials .testimonial__slider {
    overflow: visible;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .slick-track {
    padding: 0 0 5px 19px;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .testimonial {
    margin-left: 5px;
    margin-right: 11px;
    width: 240px;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .testimonial .testimonial__img {
    height: 135px;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .testimonial .testimonial__details {
    font-size: 10px;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .testimonial .testimonial__details span {
    font-size: 12px;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 19px;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .slick-dots li {
    height: 8px;
    margin-right: 6px;
    width: 8px;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .slick-dots li.slick-active button {
    background-color: #1794c9;
  }
  .testimonials-wrapper .testimonials .testimonial__slider .slick-dots li button {
    background: #8b8b8b;
    border-radius: 100%;
    height: 8px;
    padding: 0;
    text-indent: -9999px;
    width: 8px;
  }
}
.testimonials-wrapper .testimonials-cta {
  background: #009b5d;
  border-radius: 8px;
  height: 48px;
  text-align: center;
  width: 387px;
}
.testimonials-wrapper .testimonials-cta a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 768px) {
  .testimonials-wrapper .testimonials-cta {
    width: 312px;
  }
  .testimonials-wrapper .testimonials-cta a {
    font-size: 14px;
  }
}
.testimonials__intro {
  height: 212px;
  margin-right: 103px;
}
.testimonials__intro img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .testimonials__intro {
    height: auto;
    margin-right: 0;
  }
}
.testimonial__slider .slick-list {
  margin-bottom: 10px;
}
.testimonial__slider .slick-dots {
  margin-left: 177px;
}
.testimonial__slider .slick-dots li {
  display: inline-block;
}
.testimonial__slider .slick-dots li:last-child {
  display: none;
}
.testimonial__slider .slick-dots li button {
  background: transparent;
  font-size: 0;
  padding: 0 3px;
}
.testimonial__slider .slick-dots li button:before {
  color: #8b8b8b;
  content: "•";
  font-family: slick;
  font-size: 32px;
}
.testimonial__slider .slick-dots li.slick-active button:before {
  color: #1794c9;
}
.browse__inner > div.testimonials-wrapper {
  padding-left: 0 !important;
}
.browse__inner > div.testimonials-wrapper .testimonials {
  padding-left: 90px;
  padding-right: 19px;
}
.browse__inner > div.testimonials-wrapper .testimonials .slick-next {
  right: -67px;
}
@media (min-width: 1200px) {
  .browse__inner > div.testimonials-wrapper .testimonials {
    padding-left: 63px;
    padding-right: 60px;
  }
  .browse__inner > div.testimonials-wrapper .testimonials .slick-next {
    right: -32px;
  }
}
@media (max-width: 1200px) {
  .browse__inner > div.testimonials-wrapper {
    padding-right: 0;
  }
  .browse__inner > div.testimonials-wrapper .testimonials {
    padding-left: 24px;
  }
  .browse__inner > div.testimonials-wrapper .testimonials .slick-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .browse__inner > div.testimonials-wrapper {
    padding: 22px 24px !important;
  }
  .browse__inner > div.testimonials-wrapper .testimonials {
    padding: 0;
  }
  .browse__inner > div.testimonials-wrapper .testimonials .inner {
    display: block;
    padding: 0;
  }
}
.stats__list {
  background: #016c94;
  color: #fff;
  font-size: 18px;
  max-width: none !important;
  padding: 0 !important;
}
.stats__list ul {
  height: 76px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1182px;
  padding: 0 60px;
}
.stats__list li,
.stats__list ul {
  align-items: center;
  display: flex;
}
.stats__list span {
  font-weight: 900;
  margin-right: 5px;
}
.stats__list i {
  margin-right: 14px;
}
.stats__list i:before {
  color: #b3d3df;
}
.stats__list .icon-globe1 {
  font-size: 19px;
}
@media (max-width: 768px) {
  .stats__list {
    display: none;
  }
}
.disc {
  background: var(--pale-blue);
  max-width: none !important;
  padding: 48px 60px 48px 70px;
}
.disc .disc__inner {
  margin: 0 auto;
  max-width: 1182px;
}
.disc .disc__header,
.disc .disc__inner {
  display: flex;
  justify-content: space-between;
}
.disc .disc__header h2 {
  max-width: 75%;
}
.disc.disc-english-language .disc__pop {
  display: flex;
}
@media (max-width: 768px) {
  .disc.disc-english-language .disc__infog.disc__infog--button .disc__infog-img img {
    max-width: 100%;
    width: auto;
  }
}
.disc .disc__pop {
  align-items: center;
  background: #f9fafb;
  border: 1px solid #d2d8de;
  border-radius: 8px;
  color: var(--paragraph-text);
  display: none;
  font-size: 14px;
  height: 38px;
  justify-content: center;
  width: 120px;
}
.disc .disc__pop .pops {
  position: relative;
  top: 2px;
}
.disc .disc__pop .pops .pops__icon {
  background: var(--breadcrumb-blue);
  border: none;
  color: #fff;
  font-size: 10px;
  height: 16px;
  text-align: center;
  width: 16px;
}
.disc .disc__pop .pops .pops__message {
  bottom: auto;
  left: auto;
  max-width: 300px;
  padding: 16px;
  right: -25px;
  top: 33px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 769px) {
  .disc .disc__side {
    position: relative;
  }
  .disc .disc__side .disc__side-inner.active {
    left: auto;
    position: fixed;
    top: 170px;
    transform: translate(-100%);
  }
  .disc .disc__side .disc__side-inner.stopped {
    bottom: 50px;
    position: absolute;
    top: auto !important;
    transform: translate(-100%);
  }
  .disc .disc__side .disc__infog .h4 {
    justify-content: normal;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .disc {
    padding-bottom: 0 !important;
  }
  .disc .disc__inner {
    display: block;
  }
  .disc .disc__view-all {
    color: var(--paragraph-text);
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 20px;
    text-align: center;
  }
  .disc .disc__view-all span {
    margin-left: 8px;
  }
  .disc .disc__header h2 {
    max-width: 61%;
  }
}
.disc__content {
  counter-reset: number-increment;
  justify-content: space-between;
  width: calc(100% - 240px);
}
.disc__content h2 {
  margin-bottom: 20px;
}
.disc__content > p {
  color: var(--paragraph-text);
  font-size: 16px;
  letter-spacing: 0.03px;
  line-height: 24px;
  margin-bottom: 34px;
}
.disc__content > .long-desc {
  display: none;
}
@media (max-width: 768px) {
  .disc__content {
    width: 100%;
  }
  .disc__content > p {
    font-size: 14px;
    line-height: 22px;
  }
}
.top__left .disc__infog.disc__infog--one.t-item {
  padding: 0 0 15px;
}
.top__left .disc__infog.disc__infog--one.t-item h2 {
  font-weight: 700;
}
.top__left .disc__infog.disc__infog--two.t-item-row {
  padding: 13px 16px 14px;
}
.top__left .disc__infog h4 {
  font-weight: 700;
}
.top__left .disc__infog.disc__infog--bubble h4 {
  border: none;
  margin-bottom: 0;
}
.top__left .disc__infog.disc__infog--bubble p {
  padding-top: 5px;
}
.disc__side .disc__infog h4 {
  margin-bottom: 14px;
  padding-left: 18px;
}
@media (max-width: 768px) {
  .disc__side .disc__infog {
    display: none;
    padding: 28px 24px;
  }
  .disc__side .disc__infog:last-child.disc__infog--button {
    padding-bottom: 28px;
  }
  .disc__side .disc__infog:last-child h4 {
    border: none;
    color: #1b232e !important;
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    text-align: center;
  }
  .disc__side .disc__infog:last-child h4.flms {
    margin-bottom: 12px;
  }
  .disc__side .disc__infog:last-child h4 span {
    display: none;
  }
  .disc__side .disc__infog:last-child p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    text-align: center;
  }
  .disc__side .disc__infog:last-child a:not(.t-item-row) {
    border: 1px solid #016c94;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    padding-top: 14px;
    width: 100%;
  }
}
.banners.english-language .disc__infog--button p {
  margin-bottom: 4px;
  padding: 0 24px 0 16px;
}
.banners.english-language .disc__infog--button p:before {
  color: #465159;
  content: "Translator";
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 4px;
}
.banners.english-language .disc__infog--button a {
  border-top: none;
  color: #008445;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.banners.english-language .disc__infog--button a:after {
  content: "\e9a7";
  font-family: icomoon !important;
  margin-left: 8px;
  position: absolute;
}
.disc__infog {
  background: var(--white);
  border: 1px solid var(--light-grey-5);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0 0 22px;
  position: relative;
  text-align: center;
  width: 210px;
}
.disc__infog.disc__infog--one a {
  border-bottom: none !important;
}
.disc__infog.disc__infog--one .t-item-row {
  padding: 12px 18px 9px;
}
.disc__infog.disc__infog--left {
  padding: 0 0 16px;
}
.disc__infog.disc__infog--left h4 {
  color: var(--paragraph-text);
  font-size: 12px;
  justify-content: space-between;
  line-height: 16px;
  padding-left: 18px;
  padding-right: 10px;
  text-align: left;
  text-transform: uppercase;
}
.disc__infog.disc__infog--left h4:before {
  content: "";
  display: none;
  margin: 0;
}
.disc__infog.disc__infog--bubble .bubble {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.122);
  color: var(--dark-heading);
  font-size: 12px;
  line-height: 18px;
  padding: 12px;
  position: absolute;
  text-align: left;
  top: -76px;
  width: 280px;
  z-index: 9;
}
.disc__infog.disc__infog--bubble .bubble img {
  max-height: 97px;
}
.disc__infog.disc__infog--bubble .bubble:before {
  border-color: #fff transparent transparent;
  border-style: solid;
  bottom: -15px;
  color: #fff;
  content: "\e959";
  font-family: icomoon;
  left: 50%;
  position: absolute;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.122);
  transform: translate(50%);
}
.disc__infog.disc__infog--bubble h4 {
  cursor: pointer;
  position: relative;
}
.disc__infog.disc__infog--bubble h4:hover {
  color: var(--breadcrumb-blue);
}
.disc__infog .disc__button {
  color: var(--alt-green);
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
}
.disc__infog .disc__button:hover span:first-child {
  text-decoration: underline;
}
.disc__infog .disc__button span:nth-child(2) {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.disc__infog .disc__button .icon-chevron-right {
  color: var(--alt-green);
}
.disc__infog.disc__infog--button {
  padding-bottom: 0;
}
.disc__infog.disc__infog--button h4 {
  border-bottom: none;
  font-size: 14px;
  line-height: 150%;
  padding-right: 22px;
  padding-top: 16px;
  text-align: left;
}
.disc__infog.disc__infog--button h4:before {
  font-size: 18px;
}
.disc__infog.disc__infog--button .disc__infog-img {
  height: auto;
  margin-bottom: 10px;
}
.disc__infog.disc__infog--button .disc__infog-img img {
  height: auto;
  width: calc(100% - 32px);
}
.disc__infog.disc__infog--button p {
  margin-bottom: 22px;
}
.disc__infog.disc__infog--lms {
  background: #e1e8f5;
}
.disc__infog.disc__infog--lms h4 {
  justify-content: center;
}
.disc__infog.disc__infog--lms a:not(.t-item-row) {
  background-color: #213b65 !important;
  color: #fff !important;
}
.disc__infog.disc__infog--lms p {
  padding: 0 10px 0 18px;
}
.disc__infog h4 {
  align-items: center;
  border-bottom: 1px solid var(--discover-border);
  color: var(--paragraph-text);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.disc__infog h4 span[class^="icon-"] {
  color: var(--discover-blue);
  margin-right: 12px;
}
.disc__infog .disc__infog-img {
  height: 80px;
  margin-bottom: 16px;
}
.disc__infog .disc__infog-img img {
  height: 100%;
}
.disc__infog p {
  color: var(--paragraph-text);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 0 18px;
  text-align: left;
}
.disc__infog a:not(.t-item-row) {
  border-top: 1px solid var(--discover-border);
  color: var(--breadcrumb-blue);
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .disc__infog {
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0 -24px;
    width: calc(100% + 48px);
  }
  .disc__infog.disc__infog--lms {
    padding: 28px 31px;
  }
}
.disc__courses {
  padding-right: 26px;
}
.path {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  counter-increment: number-increment;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 24px 24px 24px 48px;
  position: relative;
}
.path.path--level {
  padding-bottom: 12px;
}
.path.path--level h3 {
  max-width: 310px;
}
.path.path--level .path__content {
  width: 100%;
}
@media (min-width: 768px) {
  .path.path--level .path__content {
    display: flex;
    justify-content: space-between;
  }
}
.path.path--level .long-desc {
  max-width: 282px;
}
.path.path--level .path__content-left {
  max-width: calc(100% - 172px);
}
.path.path--hide:nth-child(4),
.path.path--hide:nth-child(5) {
  display: none;
}
.path:before {
  background: #cee8f2;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
.path:after {
  align-items: center;
  background-color: var(--discover-blue);
  border-radius: 0 8px 8px 0;
  color: var(--white);
  content: counter(number-increment);
  display: flex;
  height: 36px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 20px;
  width: 32px;
}
.path h3 {
  color: var(--heading-text);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2px;
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.path .long-desc {
  color: #5d676e;
  font-size: 12px;
}
.path .long-desc p {
  line-height: 18px;
  margin: 11px 0 16px;
}
.path .long-desc span {
  color: var(--breadcrumb);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .path {
    display: block;
    padding: 16px;
  }
  .path h3 {
    line-height: normal;
    overflow: initial;
    text-overflow: clip;
    white-space: normal;
  }
  .path:before {
    display: none;
  }
  .path:after {
    font-size: 12px;
    width: 24px;
  }
  .path.path--level .path__content {
    display: block;
  }
  .path.path--level .path__content .path__levels {
    border-bottom: 1px solid var(--grey-border-2);
    border-top: 1px solid var(--grey-border-2);
    display: flex;
    margin: 10px 0 12px;
    padding: 10px 0;
  }
  .path.path--level.path__level--na {
    border-color: var(--grey-border-2) !important;
    color: var(--grey-border-2);
  }
  .path > .path__img-pub {
    display: none;
  }
  .path .path__content {
    display: block;
    padding: 0;
  }
  .path .path__content .path__headline {
    border-bottom: 1px solid var(--grey-border-2);
    color: #5d676e;
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0;
    padding-bottom: 12px;
  }
  .path .path__content .path__img {
    display: block !important;
    height: 70px;
    margin-left: 16px;
    width: 104px;
  }
  .path .path__top {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .path .path__top div:nth-child(2) {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    min-height: 70px;
    padding-left: 16px;
    width: calc(100% - 120px);
  }
  .path .path__top .path__img {
    margin-bottom: 0;
  }
  .path .path__top h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}
.path__pro {
  align-items: center;
  border-bottom: 1px solid var(--grey-border-2);
  display: flex;
  justify-content: space-between;
  margin: 20px 0 12px;
  padding-bottom: 20px;
}
.path__pro .path__pro-bar {
  background: var(--light-grey-border);
  border-radius: 5px;
  height: 8px;
  overflow: hidden;
  width: calc(100% - 88px);
}
.path__pro .path__pro-bar div {
  background: var(--alt-green);
  border-radius: 5px;
  height: 8px;
}
.path__pro span {
  color: var(--alt-green);
  font-size: 12px;
  font-weight: 700;
}
.path__img {
  border-radius: 8px;
  height: 102px;
  margin-bottom: 12px;
  overflow: hidden;
  width: 152px;
}
.path__img img {
  height: auto;
  width: 100%;
}
.path__img-pub {
  color: var(--paragraph-text);
}
.path__img-pub span {
  font-size: 10px;
  font-weight: 500;
}
.path__img-pub a {
  color: var(--paragraph-text);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 9px;
  text-decoration: underline;
}
.path__content {
  padding-left: 22px;
}
.path__content .path__stat {
  color: var(--minor-grey);
  font-size: 12px;
  margin-right: 16px;
}
.path__content .path__stat:nth-child(2) span {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.path__content .path__stat span {
  margin-right: 4px;
}
.path__content p {
  font-size: 12px;
  margin-top: 12px;
}
.path__content-right {
  display: flex;
  flex-wrap: wrap;
  width: 172px;
}
.path__nav {
  display: flex;
}
.path__nav a {
  align-items: center;
  border-radius: 8px;
  color: var(--paragraph-text);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  padding: 0 17px;
}
.path__nav a:first-child {
  border: 1px solid var(--light-grey-border);
  margin-right: 16px;
}
.path__nav a:first-child:hover {
  border-color: var(--minor-grey);
}
.path__nav a:nth-child(2) {
  background: var(--alison-green);
  border: 1px solid var(--alison-green);
  color: var(--white);
  font-weight: 700;
  padding: 0 20px;
}
.path__level {
  align-items: center;
  border: 1px solid var(--light-grey-border);
  border-radius: 8px;
  color: var(--breadcrumb);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 72px;
  justify-content: center;
  margin: 0 12px 12px 0;
  text-transform: uppercase;
  width: 80px;
}
.path__level:first-child {
  text-transform: capitalize;
}
.path__level:nth-child(2n + 2) {
  margin-right: 0;
}
.path__level span {
  display: block;
  font-weight: 500;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .path__level {
    border-bottom-color: transparent;
    border-left: transparent;
    border-radius: 0;
    border-right: 1px solid var(--grey-border-2);
    border-top-color: transparent;
    color: #1c232e;
    font-size: 10px;
    height: 43px;
    margin: 0;
  }
  .path__level span {
    font-weight: 700;
  }
  .path__level:last-child {
    border-right: transparent;
  }
  .mobile {
    display: block;
    padding: 14px;
  }
  .mobile .disc__infog-img {
    background: #ecf2c1;
  }
  .mobile .disc__infog-img img {
    width: 92px;
  }
}
#top-courses {
  background: var(--grey-bg);
  max-width: none !important;
}
#top-courses.english-language .disc__infog--left {
  background: none;
  border: none;
}
#top-courses.english-language .disc__infog--left .disc__infog {
  padding: 16px;
}
#top-courses.english-language .disc__infog--left .disc__infog h4 {
  font-size: 12px;
  height: auto;
  line-height: 150%;
  margin-bottom: 12px;
  padding: 0;
}
#top-courses.english-language .disc__infog--left .disc__infog p {
  padding: 0;
}
#top-courses.english-language .disc__infog--left .disc__infog .disc__button {
  font-size: 14px;
}
#top-courses.english-language .disc__infog--left .disc__infog .disc__button .icon-chevron-right {
  font-weight: 600;
}
#top-courses.english-language .disc__infog--left .disc__infog:not(.english-test) p {
  margin: 16px 0 0;
}
#top-courses.english-language .disc__infog--left .english-test.disc__infog {
  margin-bottom: 19px;
}
#top-courses.english-language .disc__infog--left .english-test.disc__infog .disc__infog-img {
  align-items: center;
  display: flex;
  padding: 0;
}
#top-courses.english-language .disc__infog--left .english-test.disc__infog .disc__infog-img p {
  margin-bottom: 0;
  margin-left: 12px;
  padding-top: 0;
}
#top-courses.english-language .disc__infog--left .english-test.disc__infog a {
  border-top: none;
  font-size: 14px;
  height: auto;
  line-height: 150%;
  margin-top: 12px;
  padding-top: 0;
  text-align: left;
}
#top-courses .hubs-main__inner {
  max-width: 1140px;
}
#top-courses .pops {
  display: none;
}
@media (min-width: 769px) {
  #top-courses {
    margin-top: 36px;
    min-height: 505px;
  }
  #top-courses .top__right {
    height: 402px;
  }
  #top-courses .top__right-heading h2 {
    color: var(--white);
  }
  #top-courses h2 {
    color: #46515a;
    max-width: none;
  }
}
@media (max-width: 768px) {
  #top-courses {
    background: #fff;
    padding-bottom: 0;
  }
  #top-courses h2,
  #top-courses + #most-popular .courses__header h2 span {
    color: #1b232e;
  }
  #top-courses .slick-dots {
    margin-bottom: 0;
  }
}
.top {
  display: flex;
  justify-content: center;
}
.top__right {
  background: #fff;
  border: 1px solid var(--light-grey-5);
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  width: 688px;
}
.top__right .top__right-heading {
  border-top: 3px solid var(--breadcrumb-blue);
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.top__right h2 {
  background: var(--breadcrumb-blue);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 28px 0 48px;
  text-transform: uppercase;
  top: 0;
}
.top__right h2:before {
  content: "\ea6a";
  font-family: icomoon;
  left: -15px;
  position: relative;
}
.top__left,
.top__left .disc__infog {
  width: 340px;
}
.top__left .disc__infog.t-item {
  padding: 0 0 12px;
}
.top__left .disc__infog.t-item.t-item--no-img .t-item__desc {
  padding: 0;
}
.top__left .disc__infog.t-item.t-item--no-img .t-item__desc h5 {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top__left .disc__infog.t-item.t-item--no-img .t-item__desc p {
  font-size: 14px;
}
.top__left .disc__infog.t-item.t-item--article .t-item__desc {
  width: 100%;
}
.top__left .disc__infog.t-item:not(.t-item--no-img) .t-item-row:nth-child(2) {
  border-bottom: 1px solid #d2d8de;
}
.top__left .disc__infog.t-item h2 {
  color: var(--paragraph-text);
  font-size: 12px;
  line-height: 17px;
  padding: 18px 18px 0;
  text-align: left;
  text-transform: uppercase;
}
.top__left .disc__infog.t-item .disc__button {
  border: 0;
  color: var(--alt-green);
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 0 0 0 18px;
  text-align: left;
}
.top__left .disc__infog .disc__button {
  color: var(--alt-green);
  font-size: 12px;
}
.t-item-row {
  display: flex;
  padding: 16px 18px;
}
.t-item__img {
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  width: 76px;
}
.t-item__img img {
  height: auto;
  width: 100%;
}
.t-item__desc {
  padding-left: 14px;
  width: calc(100% - 76px);
}
.t-item__desc h5 {
  color: #2d3941;
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  margin-bottom: 2px;
  text-align: left;
}
.t-item__desc p {
  padding: 0;
}
.featured {
  display: flex;
  flex-wrap: wrap;
}
.featured > h3 {
  color: var(--paragraph-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 14px;
  padding-left: 20px;
  width: 100%;
}
.featured__course {
  display: flex;
  width: 50%;
}
.featured__course:first-child {
  border-bottom: 1px solid var(--light-grey-5);
  margin-bottom: 10px;
  padding: 0 20px;
}
.featured__course:nth-child(3),
.featured__course:nth-child(4) {
  margin-bottom: 14px;
}
.featured__course:nth-child(3) .featured__info,
.featured__course:nth-child(4) .featured__info {
  margin-bottom: 8px;
}
.featured__course:nth-child(3) .icon-help,
.featured__course:nth-child(4) .icon-help {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.featured__course:nth-child(3) .featured__nav a:first-child,
.featured__course:nth-child(4) .featured__nav a:first-child {
  display: none;
}
.featured__course:nth-child(3) .featured__nav a:nth-child(2),
.featured__course:nth-child(4) .featured__nav a:nth-child(2) {
  margin-left: 0;
}
.featured__course:nth-child(3) p,
.featured__course:nth-child(4) p {
  display: none;
}
.featured__course:nth-child(3) {
  border-right: 1px solid var(--light-grey-5);
}
.featured__course:nth-child(3),
.featured__course:nth-child(4) {
  padding-left: 20px;
  padding-right: 20px;
}
.featured__course h4 {
  color: var(--paragraph-text);
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 4px;
}
.featured__course p {
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0 14px;
}
.featured__course .featured__inside {
  margin-top: -6px;
  padding-left: 20px;
  width: calc(100% - 116px);
}
.featured__course .featured__img {
  border-radius: 5px;
  height: 75px;
  overflow: hidden;
  width: 116px;
}
.featured__course .featured__img img {
  height: auto;
  width: 100%;
}
.featured__course .featured__nav a:first-child {
  align-items: center;
  background: var(--alison-green);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  padding: 0 75px;
}
.featured__course .featured__nav a:first-child:hover {
  background: var(--hover-green);
}
.featured__course .featured__nav a:nth-child(2) {
  color: var(--minor-grey);
  font-size: 12px;
  font-weight: 500;
  margin-left: 22px;
}
.featured__course .featured__nav a:nth-child(2) span:first-child {
  margin-right: 4px;
}
.featured__course .featured__nav a:nth-child(2) span:first-child:hover {
  text-decoration: underline;
}
.featured__course .featured__info {
  display: flex;
}
.featured__course .featured__info span {
  font-size: 12px;
}
.featured__course .featured__info .icon-learners-1 {
  margin: 0 8px;
}
.featured__course .featured__info .icon-learners-1:before {
  font-size: 10px;
}
.featured__course .featured__rating + span {
  color: #5d676e;
}
.featured__course .featured__rating li {
  color: #f99d25;
  float: left;
  list-style: none;
  margin-right: 3px;
}
.featured__course .featured__rating li span {
  font-size: 10px;
}
.featured__course:first-child {
  width: 100%;
}
.featured__course:first-child .featured__img {
  height: 129px;
  overflow: hidden;
  width: 207px;
}
.featured__course:first-child .featured__img img {
  height: auto;
}
.featured__course:first-child .featured__inside {
  width: calc(100% - 207px);
}
.featured__course:first-child .featured__inside .featured__nav {
  margin-bottom: 14px;
}
.featured__course:first-child .icon-help {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.featured__course:first-child h4 {
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.featured__all {
  border-top: 1px solid var(--light-grey-5);
  color: var(--alt-green);
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.featured__all span:hover {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .english-language#top-courses .top__right {
    height: 427px;
    position: relative;
  }
}
.english-language#top-courses .featured > h3 {
  line-height: 150%;
  margin-bottom: 20px;
}
.english-language#top-courses .featured .featured__course:first-child {
  margin-bottom: 20px;
  padding-bottom: 4px;
}
.english-language#top-courses .featured .featured__course p {
  margin: 5px 0 11px;
}
.english-language#top-courses .featured .featured__all {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.faqs_copy {
  background: #fff;
  margin-top: 40px;
  padding: 10px 24px 40px;
}
.faqs_copy .faqs {
  margin-bottom: 0;
}
.faqs_copy .faqs .faqs__header {
  border-bottom: none;
}
.faqs_copy .faqs .faqs__header h2 {
  color: var(--paragraph-text);
  font-size: 21px;
  max-width: none;
  text-align: center;
  width: 100%;
}
.button__scroll {
  cursor: pointer;
}
@media (min-width: 769px) {
  #hub-navbar {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
    height: 68px;
  }
  #hub-navbar,
  #hub-navbar ul {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #hub-navbar ul {
    padding: 0;
  }
  #hub-navbar ul li {
    padding: 0 8px;
  }
  #hub-navbar ul li.active a {
    background: #f4f9ff;
    border: 1px solid #0389b9;
    color: #1691c7;
  }
  #hub-navbar ul li a {
    align-content: center;
    align-items: center;
    border-radius: 8px;
    color: var(--paragraph-text);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    letter-spacing: 0.28px;
    padding: 0 18px;
    position: relative;
    text-transform: none;
  }
  #hub-navbar ul li a:hover {
    color: #1691c7;
  }
}
@media (max-width: 768px) {
  #hub-navbar {
    background: #d4f0f8;
    padding: 0;
  }
  #hub-navbar ul {
    align-items: center;
    display: flex;
    height: 40px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 10px;
    white-space: nowrap;
  }
  #hub-navbar ul li {
    align-items: center;
    border-right: 1px solid #444f57;
    display: flex;
    height: 20px;
    justify-content: center;
    padding: 0 14px;
    position: relative;
  }
  #hub-navbar ul li.active a {
    color: #206e90;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28px;
  }
  #hub-navbar ul li.active:after {
    background: #206e90;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 28px;
    width: 60%;
  }
  #hub-navbar ul li a {
    color: var(--paragraph-text);
    position: relative;
  }
  #hub-navbar ul li a,
  #hub-navbar ul li a.selected {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: none;
  }
  #hub-navbar ul li a.selected {
    color: #206e90;
  }
  #hub-navbar ul li a.selected:after {
    background: #206e90 0 0 no-repeat padding-box;
    border-radius: 2px;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 58px;
  }
}
.course-creators-wrapper h2 {
  margin-bottom: 20px;
}
.course-creators .slick-dots {
  margin-top: 14px;
}
.course-creators .slick-dots li {
  height: 8px;
  width: 8px;
}
.creator {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  height: 244px;
  margin: 3px 24px 5px 0;
  overflow: hidden;
  padding: 16px 16px 0;
  transition: all 0.3s ease-in-out;
  width: 296px;
}
.creator:hover {
  background: #e0f4f9;
}
.creator:hover .creator__top-bar a,
.creator:hover .creator__top-bar span {
  background: #fff;
  color: #2d3941;
}
.creator:hover .creator__bottom {
  background: #fff;
}
.creator__top-bar {
  display: flex;
  margin-bottom: 16px;
}
.creator__top-bar a,
.creator__top-bar span {
  align-items: center;
  background: #f0f4f7;
  border-radius: 6px;
  color: #465159;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  gap: 4px;
  justify-content: center;
  line-height: 18px;
  margin-right: 12px;
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
}
.creator__top-bar a img,
.creator__top-bar span img {
  height: 18px;
  width: 18px;
}
.creator__info {
  display: flex;
  gap: 19px;
  margin-bottom: 20px;
}
.creator__info .creator__img {
  border-radius: 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  height: 48px;
  overflow: hidden;
  width: 48px;
}
.creator__info .creator__img img {
  height: 48px;
  width: 48px;
}
.creator__name span:first-child {
  color: #2d3941;
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.32px;
  line-height: 22px;
  white-space: nowrap;
}
.creator__name span:nth-child(2) {
  color: #263238;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.creator__desc {
  color: #465159;
  height: 54px;
  line-height: 16px;
  overflow: hidden;
}
.creator__desc,
.creator__desc span {
  font-size: 12px;
  letter-spacing: 0.24px;
}
.creator__desc span {
  font-weight: 700;
  line-height: 18px;
}
.creator__bottom {
  align-items: center;
  background: #e0f4f9;
  border-radius: 0 0 12px 12px;
  display: flex;
  gap: 8px;
  height: 40px;
  margin: 16px -16px 0;
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.creator__figure {
  color: #465159;
  font-weight: 500;
  height: 23px;
  letter-spacing: 0.2px;
  line-height: 18px;
}
.creator__figure,
.creator__figure > span {
  align-items: center;
  display: inline-flex;
  font-size: 10px;
}
.creator__figure > span {
  background: #f2fcff;
  border: 2px solid #b1e2f1;
  border-radius: 6px;
  color: #0081b6;
  height: 24px;
  justify-content: center;
  margin: 0 8px 0 0;
  width: 24px;
}
.creator__figure > span:before {
  color: #0081b6;
}
#gift-cards-banner .gift-cards-banner__wrap {
  background: linear-gradient(135.2deg, #dec0e1, #ffcace 62.45%, #ffeeb1 99.65%);
  border-radius: 12px;
  display: flex;
  gap: 48px;
  height: 292px;
  padding: 32px 28px 0 18px;
  width: 100%;
}
#gift-cards-banner .gift-cards-banner__wrap .col1 {
  background-image: url(gift-cards-banner-bg-d.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 310px;
}
#gift-cards-banner .gift-cards-banner__wrap .col2 {
  padding-bottom: 32px;
}
#gift-cards-banner .gift-cards-banner__wrap .col2 h2 {
  color: #343c41;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  margin: 0 0 12px;
  text-align: left;
}
#gift-cards-banner .gift-cards-banner__wrap .col2 p {
  color: #343c41;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px;
  text-align: left;
}
#gift-cards-banner .gift-cards-banner__wrap .col2 a {
  align-items: center;
  background: #009b5d;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  padding: 12px 40px;
  text-align: left;
  width: 264px;
}
#gift-cards-banner .gift-cards-banner__wrap .col2 a:hover {
  background: #008445;
}
@media (max-width: 1250px) {
  #gift-cards-banner .gift-cards-banner__wrap .col2 h2 {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  #gift-cards-banner .gift-cards-banner__wrap .col1 {
    width: 280px;
  }
}
@media (max-width: 885px) {
  #gift-cards-banner .gift-cards-banner__wrap {
    flex-direction: column;
    gap: 18px;
    height: auto;
  }
  #gift-cards-banner .gift-cards-banner__wrap .col1 {
    background-image: url(gift-cards-banner-bg-m.svg);
    background-position: bottom;
    height: 18vh;
    width: 100%;
  }
  #gift-cards-banner .gift-cards-banner__wrap .col2 h2 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
  }
  #gift-cards-banner .gift-cards-banner__wrap .col2 p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 16px;
    text-align: center;
  }
  #gift-cards-banner .gift-cards-banner__wrap .col2 a {
    width: 100%;
  }
}
.offline-learning-wrap {
  padding: 0 60px 42px !important;
}
@media (max-width: 1200px) {
  .offline-learning-wrap {
    padding: 0 24px 42px !important;
  }
}
@media (max-width: 480px) {
  .offline-learning-wrap {
    padding: 0 !important;
  }
}
