/* Minification failed. Returning unminified contents.
(515,39): run-time error CSS1046: Expect comma, found '0'
(515,43): run-time error CSS1046: Expect comma, found '/'
(515,72): run-time error CSS1046: Expect comma, found '0'
(515,76): run-time error CSS1046: Expect comma, found '/'
(515,102): run-time error CSS1046: Expect comma, found '0'
(515,106): run-time error CSS1046: Expect comma, found '/'
 */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-list{background:url(/Content/slick/ajax-loader.gif) center center no-repeat #fff}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/Content/slick/fonts/slick.eot);src:url(/Content/slick/fonts/slick.eot?#iefix) format('embedded-opentype'),url(/Content/slick/fonts/slick.woff) format('woff'),url(/Content/slick/fonts/slick.ttf) format('truetype'),url(/Content/slick/fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;margin-top:-10px\9;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-slider{margin-bottom:30px}.slick-dots{bottom:-45px;width:100%;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*============ Common slick styles ================*/
.slick-next,
.slick-prev {
    width: auto;
    height: auto;
    color: transparent;
    background: 0 0;
    z-index: 1;
}

    .slick-prev:before,
    .slick-next:before {
        font-size: 50px;
        font-family: FontAwesome;
        border-radius: 50%;
        opacity: 0.8;
        color: #234465 !important;
    }

    .slick-prev:before {
        content: "\f053";
    }

    .slick-next:before {
        content: "\f054";
    }
/*============ Common slick styles end ================*/

@media screen and (min-width: 992px) and (max-width: 1060px) {
    .open-courses-inner-wrapper .slick-prev:before,
    .open-courses-inner-wrapper .slick-next:before {
        font-size: 30px;
    }
}

@media screen and (max-width: 840px) {
    .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
    }
}

.upskill-faq-section {
  display: grid;
  padding: 48px 18px;
}
@media (min-width: 768px) {
  .upskill-faq-section {
    padding: 96px 128px;
  }
}
@media (min-width: 992px) {
  .upskill-faq-section {
    padding: 96px 48px;
  }
}
@media (min-width: 1200px) {
  .upskill-faq-section {
    justify-content: center;
    padding: 96px 128px;
  }
}
.upskill-faq-section-wrapper {
  max-width: 1290px;
  width: 100%;
}
.upskill-faq-section-wrapper-title {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: 500;
  font-family: 'Montserrat-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  z-index: 1;
  margin: 0;
}
.upskill-faq-section-wrapper-container {
  z-index: 1;
}
@media (min-width: 992px) {
  .upskill-faq-section-wrapper-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
.upskill-faq-section-wrapper-container-questions {
  padding-top: 32px;
  display: grid;
  grid-gap: 12px;
}
@media (min-width: 992px) {
  .upskill-faq-section-wrapper-container-questions {
    margin-right: 12px;
  }
}
.upskill-faq-section-wrapper-container-questions-item {
  position: relative;
  background-color: #FFEDB3;
  display: grid;
  align-items: center;
}
.upskill-faq-section-wrapper-container-questions-item-header {
  min-height: 48px;
  background-color: #FFEDB3;
  color: #565656;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  padding: 12px 48px 12px 18px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.upskill-faq-section-wrapper-container-questions-item-header:before,
.upskill-faq-section-wrapper-container-questions-item-header:after {
  top: 50%;
  content: '';
  display: inline-block;
  background: #565656;
  transform: translateY(-50%);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.upskill-faq-section-wrapper-container-questions-item-header:before {
  width: 16px;
  height: 4px;
  left: unset;
  right: 20px;
}
.upskill-faq-section-wrapper-container-questions-item-header:after {
  height: 16px;
  width: 4px;
  left: unset;
  right: 26px;
}
.upskill-faq-section-wrapper-container-questions-item-header-open:before {
  opacity: 0;
}
.upskill-faq-section-wrapper-container-questions-item-header-open:after {
  transform: translateY(-50%) rotate(270deg);
  color: #565656;
}
.upskill-faq-section-wrapper-container-questions-item-content {
  display: flex;
  flex-flow: column;
  transition-delay: 0;
  overflow: hidden;
  background-color: #FFF8E1;
  display: none;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.upskill-faq-section-wrapper-container-questions-item-content-text {
  padding: 18px;
  transition: all 0.35s ease;
  color: #565656;
}
.upskill-faq-section-wrapper-container-questions-item-content-text:not(:last-child) {
  margin-bottom: 32px;
}
.upskill-faq-section-wrapper-container-contacts {
  display: flex;
  flex-flow: column;
  height: fit-content;
  padding: 32px 24px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  justify-self: center;
  margin-top: 24px;
  border-radius: 4px;
  min-width: 256px;
}
@media (min-width: 992px) {
  .upskill-faq-section-wrapper-container-contacts {
    margin-left: 128px;
    align-self: center;
  }
}
.upskill-faq-section-wrapper-container-contacts-title {
  font-weight: 600;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  line-height: 22px;
  margin-bottom: 12px;
}
.upskill-faq-section-wrapper-container-contacts-description {
  color: #919191;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
.upskill-faq-section-wrapper-container-contacts-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}
.upskill-faq-section-wrapper-container-contacts-list-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-column-gap: 12px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  align-items: center;
}
.upskill-faq-section-wrapper-container-contacts-list-item a {
  color: #565656;
  display: flex;
  justify-self: flex-start;
}
.upskill-faq-section-wrapper-container-contacts-list-item:first-child a {
  text-decoration: underline;
}
.student-comments-container {
  overflow: hidden;
  position: relative;
  background: #FFF;
}
.student-comments-wrapper {
  background: #234465;
  color: #FFF;
  z-index: -2;
}
@media only screen and (max-width: 1200px) {
  .student-comments-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .student-comments-wrapper {
    padding: 18px;
  }
}
.student-comments-wrapper::before {
  content: '';
  background: url(/Content/images/about-page/header-right-dots.svg) center no-repeat;
  background-size: cover;
  width: 105px;
  height: 133px;
  position: absolute;
  left: -32px;
  margin-top: 200px;
}
@media only screen and (max-width: 1200px) {
  .student-comments-wrapper::before {
    background: none;
    width: 0;
  }
}
.student-comments-wrapper::after {
  content: '';
  background: url(/Content/images/right-blue-arrow.svg) center no-repeat;
  background-size: cover;
  width: 311px;
  height: 100%;
  position: absolute;
  right: 140px;
  z-index: 0;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .student-comments-wrapper::after {
    background: none;
    width: 0;
  }
}
.student-comments-wrapper .container {
  position: relative;
  z-index: 1;
}
.student-comments-wrapper .student-comment {
  outline: none;
}
@media (min-width: 992px) {
  .student-comments-wrapper .student-comment {
    justify-content: center;
    display: flex;
    align-self: center;
  }
}
.student-comments-wrapper .student-comment p {
  margin-bottom: 5px;
}
.student-comments-wrapper .single-comment-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .student-comments-wrapper .single-comment-container {
    display: block;
  }
}
.student-comments-wrapper .student-comment-image {
  margin-right: 50px;
  min-width: 145px;
  width: 145px;
  height: 145px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  .student-comments-wrapper .student-comment-image {
    margin-right: 0px;
  }
}
.student-comments-wrapper .student-comment-image img {
  object-fit: cover;
  display: inline;
  margin: 0 auto;
  height: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .student-comments-wrapper .student-comment-image img {
    width: 200px;
    min-width: unset;
    max-height: unset;
    margin-bottom: 20px;
  }
}
.student-comments-wrapper .student-comment-info {
  text-align: left;
}
.student-comments-wrapper .student-name {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  line-height: 24px;
}
.student-comments-wrapper .comment-occupation {
  font-family: 'Lato', sans-serif;
  color: #D6D6D6;
  font-size: 16px;
  line-height: 20px;
}
.student-comments-wrapper .comment-text {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  margin-top: 15px;
}
.student-comments-wrapper .slick-next {
  right: -18px;
  padding: 5px 4px 4px 6px;
  height: 30px;
  width: 30px;
}
.student-comments-wrapper .slick-next::before {
  padding: 0 2px;
}
@media screen and (min-width: 860px) {
  .student-comments-wrapper .slick-next {
    height: 42px;
    width: 42px;
  }
}
@media screen and (max-width: 991px) and (min-width: 860px) {
  .student-comments-wrapper .slick-next {
    right: -54px;
  }
}
.student-comments-wrapper .slick-prev {
  left: -22px;
  padding: 5px 8px 4px 6px;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 860px) {
  .student-comments-wrapper .slick-prev {
    height: 42px;
    width: 42px;
  }
}
@media screen and (max-width: 991px) and (min-width: 860px) {
  .student-comments-wrapper .slick-prev {
    left: -54px;
  }
}
.student-comments-wrapper .slick-next,
.student-comments-wrapper .slick-prev {
  background: #FFF;
  border-radius: 50%;
}
.student-comments-wrapper .slick-next:before,
.student-comments-wrapper .slick-prev:before {
  font-size: 17px !important;
  color: #234465;
}
.student-comments-wrapper .student-comment-rating-star {
  margin-right: 5px;
}
.student-comments-wrapper .students-comments-section {
  visibility: hidden;
  height: 280px;
  overflow: hidden;
  padding: 18px 0;
  margin-bottom: 0;
}
.student-comments-wrapper .students-comments-section.slick-initialized {
  visibility: visible;
  height: unset;
  overflow: unset;
}
.student-comments-wrapper .students-comments-section .slick-track {
  justify-content: center;
  display: flex;
}
.student-comments-wrapper .students-comments-section .slick-slider {
  margin-bottom: 0;
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper {
  display: block;
  align-items: center;
  align-self: center;
  text-align: center;
  padding: 50px 10px;
  width: 100% !important;
}
@media (min-width: 992px) {
  .student-comments-wrapper .students-comments-section .students-comments-inner-wraper {
    display: flex;
  }
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper:focus {
  outline: none;
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper span {
  font-size: 16px;
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper .student-avatar {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-right: 10px;
  display: inline-block;
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper .additional-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  vertical-align: middle;
  color: #234465;
  font-size: 16px;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .student-comments-wrapper .students-comments-section .students-comments-inner-wraper .additional-info {
    display: block;
    margin: 0 auto;
  }
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper .img-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .student-comments-wrapper .students-comments-section .students-comments-inner-wraper .img-wrap {
    display: block;
  }
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper .img-wrap img {
  margin: 0;
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper .student-info-wrap {
  color: #FFF;
  width: 100%;
  display: block;
  text-align: center;
}
.student-comments-wrapper .students-comments-section .students-comments-inner-wraper .student-info-wrap .student-name {
  display: block;
}
.student-comments-wrapper .slick-disabled {
  display: none !important;
}
.student-comments-wrapper .slick-disabled::before {
  color: transparent !important;
}
.course-instance-box {
    height: 230px;
    width: 284px;
    color: #3F4D5A;
    margin-bottom: 5px;
}

    .course-instance-box a {
        display: block;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #565656;
        box-shadow: 0 3px 4px 0 rgb(0 0 0 / 14%), 0 3px 3px -2px rgb(0 0 0 / 12%), 0 1px 8px 0 rgb(0 0 0 / 20%);
        background-color: #FFF;
    }

        .course-instance-box a:hover {
            color: #FFA000;
        }

    .course-instance-box .box-img {
        background-size: cover !important;
        background-position: right top !important;
        height: 140px;
        margin: 0 auto;
        width: 100%;
    }

        .course-instance-box .box-img.has-default-image {
            width: 100%;
        }

    .course-instance-box .box-content {
        padding: 10px;
    }

.course-instance-box .box-content .box-title {
    font-size: 16px;
    margin-top: 0;
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #234465;
}

.course-instance-box-wrapper {
    margin: auto 50px auto 6px;
    height: 100%;
}

.slick-slider .slick-prev {
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    padding: 5px 6px 4px 4px;
    left: 1%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    height: 42px;
    width: 42px;
}

.slick-slider .slick-next {
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    padding: 5px 2px 4px 6px;
    right: -2%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    height: 42px;
    width: 42px;
}

.slick-slider .slick-next:before {
    font-size: 16px;
}

.slick-slider .slick-prev:before {
    font-size: 16px;
}

.slick-slider .slick-disabled{
    display: none !important;
}

@media screen and (min-width: 1320px){
    .slick-slider .slick-prev {
        left: -4%;
    }

    .slick-slider .slick-next {
        right: -4%;
    }
}

@media screen and (min-width: 972px) and (max-width: 992px) {
    .slick-slider .slick-next {
        right: 1%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1260px) {
    .course-instance-box {
        width: 296px;
    }
}

@media screen and (max-width: 1200px) {
    .slick-initialized {
        width: initial;
    }
}

@media screen and (min-width: 992px) and (max-width: 1060px) {
    .course-instance-box {
        margin-left: 7px;
    }
}


@media screen and (max-width: 970px) {
    .course-instance-box {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
/*    .slick-slider .slick-prev {
        left: -29px;
    }

    .slick-slider .slick-next {
        right: -29px;
    }*/
}

@media screen and (max-width: 820px) {
/*    .slick-initialized .slick-slide {
        padding: 0;
    }*/
}

@media screen and (max-width: 767px) {
/*    .slick-initialized {
        width: initial;
    }*/

    .course-instance-box .slick-slider .slick-prev {
        left: 0;
        height: 30px;
        width: 30px;
    }

    .course-instance-box .slick-slider .slick-next {
        right: 0;
        height: 30px;
        width: 30px;
    }

/*    .course-instance-box {
        width: 190px;
    }

        .course-instance-box .box-img {
            height: 105px;
        }*/
}

@media screen and (max-width: 480px) {
/*    .slick-initialized .slick-slide {
        margin: 0 5px;
    }*/

  /*  .course-instance-box {
        width: initial;
    }

        .course-instance-box .box-img {
            height: 100px;
        }*/
}

.student-comments-wrapper {
  background-color: #78ACC6;
  padding-top: 96px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .student-comments-wrapper {
    padding-top: 32px;
    background-color: #234465;
    margin-bottom: 0;
    display: flex;
    margin: auto;
  }
}
.student-comments-wrapper:before {
  width: 105px;
  bottom: 18px;
  left: -32px;
  background-image: url(/Content/images/dots-eight-by-ten.svg);
}
@media (min-width: 992px) {
  .student-comments-wrapper:before {
    bottom: 48px;
  }
}
@media (min-width: 992px) {
  .student-comments-wrapper:after {
    max-height: 358px;
    right: 36px;
    top: 0;
    bottom: 0;
    margin-top: unset;
  }
}
.student-comments-wrapper .container {
  border-radius: 4px;
  background-color: #234465;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  width: inherit;
}
@media (min-width: 992px) {
  .student-comments-wrapper .container {
    border-radius: unset;
    background-color: unset;
    box-shadow: unset;
    max-width: 100%;
    padding: 0;
  }
}
.student-comments-wrapper .container .students-comments-section {
  max-width: 1290px !important;
}
.student-comments-wrapper .container .slick-slider {
  padding: 0 !important;
}
.student-comments-wrapper .container .single-comment-container {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .student-comments-wrapper .container .single-comment-body {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .student-comments-wrapper .container .slick-track {
    display: flex;
    align-items: center;
  }
}
.student-comments-wrapper .student-comment-inner-wrapper {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 18px;
  padding: 18px;
}
@media (min-width: 992px) {
  .student-comments-wrapper .student-comment-inner-wrapper {
    grid-template-columns: 144px 1fr;
    grid-template-rows: auto 1fr;
    grid-row-gap: 18px;
    grid-column-gap: 48px;
    padding: 0 64px;
  }
}
@media (min-width: 1200px) {
  .student-comments-wrapper .student-comment-inner-wrapper {
    padding: 0 128px;
  }
}
.student-comments-wrapper .student-comment-inner-wrapper .student-image {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (min-width: 992px) {
  .student-comments-wrapper .student-comment-inner-wrapper .student-image {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    align-self: center;
  }
}
.student-comments-wrapper .student-comment-inner-wrapper .student-image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .student-comments-wrapper .student-comment-inner-wrapper .student-image img {
    width: 144px;
    height: 144px;
  }
}
.student-comments-wrapper .student-comment-inner-wrapper .student-info {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (min-width: 992px) {
  .student-comments-wrapper .student-comment-inner-wrapper .student-info {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.student-comments-wrapper .student-comment-inner-wrapper .student-info .student-name {
  font-size: 20px;
  line-height: 24px;
}
.student-comments-wrapper .student-comment-inner-wrapper .student-info .student-occupation {
  color: #D6D6D6;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .student-comments-wrapper .student-comment-inner-wrapper .student-info .student-occupation {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.student-comments-wrapper .student-comment-inner-wrapper .student-comment-text {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #FFF;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .student-comments-wrapper .student-comment-inner-wrapper .student-comment-text {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.student-comments-wrapper .slick-next {
  right: 0;
  top: -50px !important;
  width: 52px !important;
  height: 52px !important;
}
@media (min-width: 992px) {
  .student-comments-wrapper .slick-next {
    width: 42px !important;
    height: 42px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1070) {
  .student-comments-wrapper .slick-next {
    right: -42px;
  }
}
.student-comments-wrapper .slick-next:before {
  font-size: 20px !important;
  position: absolute;
  top: 35%;
  left: 35%;
}
@media (min-width: 992px) {
  .student-comments-wrapper .slick-next:before {
    font-size: 16px !important;
  }
}
.student-comments-wrapper .slick-prev {
  width: 52px !important;
  height: 52px !important;
  top: -50px !important;
  left: calc(100% - 134px) !important;
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .student-comments-wrapper .slick-prev {
    width: 42px !important;
    height: 42px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0px !important;
  }
}
@media (min-width: 1070) {
  .student-comments-wrapper .slick-prev {
    left: -42px;
  }
}
.student-comments-wrapper .slick-prev:before {
  font-size: 20px !important;
  position: absolute;
  top: 35%;
  left: 35%;
}
@media (min-width: 992px) {
  .student-comments-wrapper .slick-prev:before {
    font-size: 16px !important;
  }
}
.upcoming-course-label {
  margin-top: 12px;
  margin-bottom: 12px;
}
.upcoming-course-label .label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  padding: 4px 8px;
}
.upcoming-course-label .upskill {
  background-color: #FFF8E1;
  color: #FFA000;
}
.upcoming-course-label .module {
  background-color: #F1F1F1;
  color: #565656;
}
.upcoming-course-label .course {
  background-color: #E4F0F4;
  color: #4480A7;
}
body {
  overflow-x: hidden;
}
.content {
  background-color: #E4F0F4;
}
.page-wrapper {
  overflow: visible;
}
.upskill-additional-section {
  background-color: #FFF;
}
.upskill-additional-section .cannot-apply {
  max-width: 790px;
  padding: 0;
  display: block;
}
.upskill-additional-section .cannot-apply .upskill-faq {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .upskill-additional-section .cannot-apply .upskill-faq {
    padding: 0;
  }
}
.student-comments-wrapper {
  background-color: #234465 !important;
}
.student-comments-wrapper .container {
  box-shadow: none !important;
}
.button-to-top {
  z-index: -1;
}
@media (min-width: 992px) {
  .button-to-top {
    z-index: 1;
  }
}
.upskill-details {
  padding: 0;
  display: grid;
  justify-content: center;
  gap: 45px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .upskill-details {
    padding: 0 16px;
    margin-bottom: 64px;
  }
}
.upskill-details .upskill-background {
  display: none;
}
@media (min-width: 992px) {
  .upskill-details .upskill-background {
    display: unset;
  }
}
.upskill-details.can-apply {
  justify-content: space-between;
}
@media screen and (min-width: 1340px) {
  .upskill-details.can-apply {
    grid-template-columns: 1fr 365px;
  }
}
.upskill-details.can-apply .upskill-background {
  top: 150px;
}
.upskill-details.cannot-apply .upskill-background {
  top: 150px;
}
.upskill-background {
  position: absolute;
  left: 0;
  z-index: 1;
}
.upskill-background:before {
  content: url(/Content/images/trainings/upskills/details/upskill-header.svg);
}
.upskill-content {
  overflow: hidden;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .upskill-content {
    max-width: 720px;
    overflow: visible;
    display: flex;
    flex-flow: column wrap;
  }
}
@media (min-width: 992px) {
  .upskill-content {
    max-width: 570px;
  }
}
@media screen and (min-width: 1320px) {
  .upskill-content {
    max-width: 790px;
    align-content: stretch;
  }
}
@media (min-width: 992px) {
  .upskill-content.cannot-apply {
    max-width: 790px;
  }
}
.k-widget .upskill-video-wrapper {
  display: flex;
  width: 100%;
}
.upskill-video-wrapper {
  display: block;
  position: relative;
  margin-bottom: 16px;
  width: max-content;
}
@media (min-width: 992px) {
  .upskill-video-wrapper {
    justify-content: center;
    display: flex;
    margin-bottom: unset;
    max-width: 665px;
    width: unset;
  }
}
.upskill-video-wrapper.clickable::before {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #FFF;
  cursor: pointer;
  opacity: 0.9;
}
.upskill-video-wrapper.clickable::after {
  content: '';
  position: absolute;
  left: 50.7%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-left: solid 14px #FFA000;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
  opacity: 0.9;
}
.upskill-video-wrapper.mobile {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  max-width: 335px;
  min-height: 183px;
  margin: 0 20px 24px;
}
@media (min-width: 768px) {
  .upskill-video-wrapper.mobile {
    margin: 0 0 24px;
  }
}
@media (min-width: 992px) {
  .upskill-video-wrapper.mobile {
    display: none;
  }
}
.upskill-video-wrapper .upskill-video-image-wrapper {
  overflow: hidden;
  border-radius: 4px;
  max-height: 183px;
}
@media (min-width: 992px) {
  .upskill-video-wrapper .upskill-video-image-wrapper {
    width: 100%;
  }
}
.upskill-video-wrapper .upskill-video-image-wrapper.clickable {
  max-height: 203px;
}
.upskill-video-wrapper .upskill-video-image {
  width: 276px;
  height: 154px;
}
.upskill-video-wrapper .upskill-video-inner-wrapper {
  width: 100%;
  height: 100%;
  max-width: 517px;
  max-height: 291px;
  z-index: -1;
}
.upskill-video-wrapper .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
}
.upskill-video-wrapper .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.upskill-additional-section-wrapper {
  margin-bottom: 0;
}
.upskill-faq {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .upskill-faq {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .upskill-faq {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.upskill-faq-title {
  text-align: start;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .upskill-faq-title {
    text-align: center;
    text-align: initial;
    margin-bottom: 32px;
  }
}
.upskill-faq-list {
  display: grid;
  grid-gap: 2px;
}
@media (min-width: 992px) {
  .upskill-faq-list {
    grid-gap: 12px;
  }
}
.upskill-faq-list-item-question {
  padding: 15px 20px;
  background-color: #FFEDB3;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #565656;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  margin: 0;
}
@media (min-width: 992px) {
  .upskill-faq-list-item-question {
    padding: 12px 18px;
  }
}
.upskill-faq-list-item-question:not(.collapsed):before {
  opacity: 0;
}
.upskill-faq-list-item-question:not(.collapsed):after {
  transform: translateY(-50%) rotate(270deg);
  color: #565656;
}
.upskill-faq-list-item-question:before {
  content: '';
  display: inline-block;
  background: #565656;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 4px;
  left: unset;
  right: 20px;
}
.upskill-faq-list-item-question:after {
  content: '';
  display: inline-block;
  background: #565656;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 4px;
  left: unset;
  right: 26px;
}
.upskill-faq-list-item-answer {
  padding: 12px 18px;
  background-color: #FFF8E1;
}
.upskill-faq-list-item-answer ul {
  margin-left: 12px;
}
.upskill-faq-list-item-answer ul,
.upskill-faq-list-item-answer li {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
}
.upskill-faq-list-item-answer p {
  color: #565656;
}
.upskill-details .upskill-benefits {
  position: relative;
  top: -150px;
  padding: 0 20px;
  z-index: 1;
}
@media (min-width: 767px) {
  .upskill-details .upskill-benefits {
    padding: 0;
  }
}
.upskill-details .upskill-benefits-title {
  padding: 0;
  margin: 0 0 24px 0;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
}
.upskill-details .upskill-benefits-items {
  border-radius: 4px;
  background-color: white;
  padding: 18px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 18px;
}
@media (min-width: 768px) {
  .upskill-details .upskill-benefits-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
  }
}
.upskill-details .upskill-benefits-items-row {
  display: grid;
  grid-gap: 18px;
}
@media (min-width: 768px) {
  .upskill-details .upskill-benefits-items-row {
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 18px;
  }
}
.upskill-details .upskill-benefits-items-details img {
  margin-bottom: 8px;
}
.upskill-details .upskill-benefits-items-details-title {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
  margin-bottom: 4px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .upskill-details .upskill-benefits-items-details-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
  }
}
.upskill-details .upskill-benefits-items-details-description {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
}
.upskill-details .upskill-audience,
.module .upskill-audience,
.upskill-details .module-audience,
.module .module-audience {
  padding: 24px 20px;
  background: #FFF8E1;
  border-left: 8px solid #FFA000;
  margin-bottom: 24px;
}
.upskill-details .upskill-audience-section,
.module .upskill-audience-section,
.upskill-details .module-audience-section,
.module .module-audience-section {
  max-width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .upskill-details .upskill-audience-section,
  .module .upskill-audience-section,
  .upskill-details .module-audience-section,
  .module .module-audience-section {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .upskill-details .upskill-audience,
  .module .upskill-audience,
  .upskill-details .module-audience,
  .module .module-audience {
    padding: 24px;
  }
}
.upskill-details .upskill-audience .upskill-details .upskill-audience-title,
.upskill-details .upskill-audience .module .upskill-audience-title,
.upskill-details .upskill-audience .upskill-details .module-audience-title,
.upskill-details .upskill-audience .module .module-audience-title,
.module .upskill-audience .upskill-details .upskill-audience-title,
.module .upskill-audience .module .upskill-audience-title,
.module .upskill-audience .upskill-details .module-audience-title,
.module .upskill-audience .module .module-audience-title,
.upskill-details .module-audience .upskill-details .upskill-audience-title,
.upskill-details .module-audience .module .upskill-audience-title,
.upskill-details .module-audience .upskill-details .module-audience-title,
.upskill-details .module-audience .module .module-audience-title,
.module .module-audience .upskill-details .upskill-audience-title,
.module .module-audience .module .upskill-audience-title,
.module .module-audience .upskill-details .module-audience-title,
.module .module-audience .module .module-audience-title {
  color: #234465;
}
.upskill-details .upskill-audience-description,
.module .upskill-audience-description,
.upskill-details .module-audience-description,
.module .module-audience-description {
  color: #565656;
}
.upskill-details .upskill-audience-title,
.module .upskill-audience-title,
.upskill-details .module-audience-title,
.module .module-audience-title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  padding-bottom: 12px;
}
.upskill-details .upskill-audience-description,
.module .upskill-audience-description,
.upskill-details .module-audience-description,
.module .module-audience-description {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.upskill-details .upskill-audience .check-icon,
.module .upskill-audience .check-icon,
.upskill-details .module-audience .check-icon,
.module .module-audience .check-icon {
  width: 16px;
  height: 16px;
  margin: 8px 4px;
}
.upskill-details .upskill-curriculum {
  position: relative;
  z-index: 0;
  top: -680px;
  padding-bottom: 16px;
}
@media (min-width: 372px) {
  .upskill-details .upskill-curriculum {
    top: -615px;
  }
}
@media (min-width: 425px) {
  .upskill-details .upskill-curriculum {
    top: -590px;
  }
}
@media (min-width: 574px) {
  .upskill-details .upskill-curriculum {
    top: -530px;
  }
}
@media (min-width: 606px) {
  .upskill-details .upskill-curriculum {
    top: -510px;
  }
}
@media (min-width: 768px) {
  .upskill-details .upskill-curriculum {
    top: -400px;
  }
}
@media (min-width: 992px) {
  .upskill-details .upskill-curriculum {
    padding-bottom: 12px;
  }
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum {
    top: -320px;
  }
}
.upskill-details .upskill-curriculum:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  background: #234465;
}
@media (min-width: 992px) {
  .upskill-details .upskill-curriculum.cannot-apply {
    top: -320px;
  }
  .upskill-details .upskill-curriculum.cannot-apply .upskill-curriculum-title {
    padding-top: 200px;
  }
}
@media (min-width: 768px) {
  .upskill-details .upskill-curriculum.can-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 + 35px));
  }
}
@media (min-width: 992px) {
  .upskill-details .upskill-curriculum.can-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 - 67px));
  }
}
@media screen and (min-width: 1320px) {
  .upskill-details .upskill-curriculum.can-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 - 176px));
  }
}
@media screen and (min-width: 1340px) {
  .upskill-details .upskill-curriculum.can-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 - 206px));
  }
}
@media (min-width: 768px) {
  .upskill-details .upskill-curriculum.cannot-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 + 44px));
  }
}
@media (min-width: 992px) {
  .upskill-details .upskill-curriculum.cannot-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 + 9px));
  }
}
.upskill-details .upskill-curriculum-title {
  padding: 0 20px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 24px;
  padding-top: 560px;
  position: relative;
}
@media (min-width: 372px) {
  .upskill-details .upskill-curriculum-title {
    padding-top: 500px;
  }
}
@media (min-width: 425px) {
  .upskill-details .upskill-curriculum-title {
    padding-top: 460px;
  }
}
@media (min-width: 574px) {
  .upskill-details .upskill-curriculum-title {
    padding-top: 420px;
  }
}
@media (min-width: 606px) {
  .upskill-details .upskill-curriculum-title {
    padding-top: 395px;
  }
}
@media (min-width: 768px) {
  .upskill-details .upskill-curriculum-title {
    padding-top: 290px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-title {
    padding-top: 220px;
  }
}
.upskill-details .upskill-curriculum .tab-pane.mobile {
  display: none;
}
.upskill-details .upskill-curriculum .tab-pane.mobile.active {
  display: block;
  border-radius: 4px;
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum .tab-pane.mobile.active {
    display: none;
  }
}
.upskill-details .upskill-curriculum .tab-pane.desktop {
  display: none;
}
@media (min-width: 992px) {
  .upskill-details .upskill-curriculum .tab-pane.desktop {
    margin-bottom: 32px;
  }
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum .tab-pane.desktop.active {
    display: block;
  }
}
.upskill-details .upskill-curriculum .comming-soon {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #FFF;
  position: relative;
  font-style: italic;
}
.upskill-details .upskill-curriculum-wrapper {
  display: grid;
  grid-gap: 32px;
  position: relative;
  padding: 0 16px;
}
@media (min-width: 767px) {
  .upskill-details .upskill-curriculum-wrapper {
    padding: 0;
  }
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-wrapper {
    grid-template-columns: 310px 1fr;
    left: 10px;
  }
}
.upskill-details .upskill-curriculum-links {
  border: none;
}
.upskill-details .upskill-curriculum-links .nav-item {
  padding: 0 0 0 0 !important;
  background-color: transparent;
  border-left: 4px solid transparent;
  width: 100%;
}
.upskill-details .upskill-curriculum-links .nav-item:not(:first-of-type) .upskill-curriculum-links-item {
  border-top: 1px solid #565656 !important;
  border-radius: 0;
  padding-top: 8px;
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links .nav-item:not(:first-of-type) .upskill-curriculum-links-item {
    border-top: none !important;
  }
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links .nav-item.bordered {
    border-left: 4px solid #FFA000;
  }
}
.upskill-details .upskill-curriculum-links .nav-item .counter {
  background-color: #FFF;
  border: 2px solid #FFA000;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: none;
  color: #FFA000;
  bottom: 5px;
  text-align: center;
  font-weight: bolder;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: -12px;
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links .nav-item .counter {
    display: inline-block;
  }
}
.upskill-details .upskill-curriculum-links .nav-item .upskill-curriculum-links-item {
  background-color: #193047 !important;
  padding: 8px !important;
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links .nav-item .upskill-curriculum-links-item {
    background-color: transparent !important;
    padding: 0 0 32px 32px !important;
  }
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links .nav-item .upskill-curriculum-links-item {
    margin-bottom: unset;
    padding-bottom: 32px !important;
  }
}
.upskill-details .upskill-curriculum-links .nav-item .upskill-curriculum-links-item-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #919191;
  margin-bottom: 8px;
  display: block;
}
.upskill-details .upskill-curriculum-links .nav-item .upskill-curriculum-links-item-info {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #919191;
  padding-right: 24px;
  display: flex;
  justify-content: flex-start;
  margin-right: unset;
  gap: 16px;
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links .nav-item .upskill-curriculum-links-item-info {
    gap: unset;
    justify-content: space-between;
  }
}
.upskill-details .upskill-curriculum-links .nav-item .upskill-curriculum-links-item-info span img {
  top: -1px;
  position: relative;
  padding-right: 4px;
}
.upskill-details .upskill-curriculum-links .nav-item.active .upskill-curriculum-links-item {
  background-color: #193047 !important;
  padding: 8px !important;
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links .nav-item.active .upskill-curriculum-links-item {
    background-color: transparent !important;
    padding: 0 0 32px 32px !important;
  }
}
.upskill-details .upskill-curriculum-links .nav-item.active .upskill-curriculum-links-item:after {
  content: url(/Content/images/trainings/upskills/details/arrow-next.svg);
  position: absolute;
  right: 13px;
  top: 20px;
  transform: rotate(90deg);
  /*@media @for-desktop-small {
                            top: 26%;
                            right: -10px;
                            transform: rotate(0deg);
                        }*/
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links .nav-item.active .upskill-curriculum-links-item:after {
    top: 26%;
    right: -10px;
    transform: rotate(0deg);
  }
}
.upskill-details .upskill-curriculum-links .nav-item.active .upskill-curriculum-links-item-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #FFA000;
  margin-bottom: 8px;
  display: block;
}
.upskill-details .upskill-curriculum-links .nav-item.active .upskill-curriculum-links-item-info {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #F8F8F8;
  padding-right: 24px;
  display: flex;
  margin-right: unset;
}
.upskill-details .upskill-curriculum-links .nav-item.active .upskill-curriculum-links-item-info span {
  color: #F8F8F8;
}
.upskill-details .upskill-curriculum-links .nav-item.active .upskill-curriculum-links-item-info span img {
  filter: brightness(200%) contrast(200%);
}
.upskill-details .upskill-curriculum-links-item {
  background-color: transparent !important;
  border: none !important;
  padding: 0 0 0 0 !important;
  padding-left: 4px !important;
}
@media (min-width: 1320px) {
  .upskill-details .upskill-curriculum-links-item {
    padding: 0 0 0 32px !important;
    left: -10px;
  }
}
.upskill-details .upskill-curriculum-trainings-title {
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 12px;
}
.upskill-details .upskill-curriculum-trainings .education-format {
  color: #F8F8F8;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  padding: 2px 8px;
  background-color: #4480A7;
  margin-bottom: 12px;
  display: inline-block;
  margin-right: 16px;
  border-radius: 2px;
}
.upskill-details .upskill-curriculum-trainings-description {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.upskill-details .upskill-curriculum-trainings.tab-pane {
  padding: 8px;
  margin-top: 8px;
  background-color: #397096;
}
.upskill-details .upskill-guarantee,
.module .upskill-guarantee,
.upskill-details .module-guarantee,
.module .module-guarantee {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 12px;
  align-items: center;
  justify-items: center;
  padding: 0 20px;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .upskill-details .upskill-guarantee,
  .module .upskill-guarantee,
  .upskill-details .module-guarantee,
  .module .module-guarantee {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 18px;
  }
}
.upskill-details .upskill-guarantee-title,
.module .upskill-guarantee-title,
.upskill-details .module-guarantee-title,
.module .module-guarantee-title {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
  font-weight: 600;
  justify-self: start;
  margin-bottom: 0;
}
.upskill-details .upskill-guarantee-section,
.module .upskill-guarantee-section,
.upskill-details .module-guarantee-section,
.module .module-guarantee-section {
  max-width: 100%;
}
.upskill-details .upskill-guarantee-description,
.module .upskill-guarantee-description,
.upskill-details .module-guarantee-description,
.module .module-guarantee-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding: 24px 0;
  color: #565656;
}
@media (min-width: 768px) {
  .upskill-details .upskill-guarantee-description,
  .module .upskill-guarantee-description,
  .upskill-details .module-guarantee-description,
  .module .module-guarantee-description {
    padding: 0;
  }
}
.module-quality {
  margin-bottom: 32px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 12px;
  align-items: center;
  justify-items: center;
  padding: 0 20px;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .module-quality {
    margin-bottom: 48px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 18px;
    grid-template: 1fr / max-content 1fr;
  }
}
.module-quality-title {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
  font-weight: 600;
  justify-self: start;
  margin-bottom: 0;
}
.module-quality-section {
  max-width: 100%;
}
.module-quality-graphics {
  display: none;
  justify-content: center;
  align-content: center;
  justify-items: center;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #234465;
  border: 2px solid #FFA000;
  box-shadow: 0 0 0 6px #234465;
  margin: 6px;
}
@media (min-width: 768px) {
  .module-quality-graphics {
    display: grid;
    grid-template-rows: min-content min-content;
  }
}
.module-quality-graphics:before,
.module-quality-graphics:after {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}
.module-quality-graphics:before {
  font-weight: 900;
  content: '100%';
}
.module-quality-graphics:after {
  font-weight: 600;
  content: 'QUALITY';
}
.module-quality-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding: 24px 0;
  color: #565656;
}
@media (min-width: 768px) {
  .module-quality-description {
    padding: 0;
  }
}
.upskill-header-section {
  max-width: 100%;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .upskill-header-section {
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .upskill-header-section {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .upskill-header-section {
    margin-bottom: 0;
  }
}
.upskill-header-section:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  background: #15293D;
}
@media (min-width: 768px) {
  .upskill-header-section.can-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 + 35px));
  }
}
@media (min-width: 992px) {
  .upskill-header-section.can-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 - 67px));
  }
}
@media screen and (min-width: 1320px) {
  .upskill-header-section.can-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 - 176px));
  }
}
@media screen and (min-width: 1340px) {
  .upskill-header-section.can-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 - 206px));
  }
}
@media (min-width: 768px) {
  .upskill-header-section.cannot-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 + 44px));
  }
}
@media (min-width: 992px) {
  .upskill-header-section.cannot-apply:before {
    left: calc(0% - ((100vw - 790px) / 2 + 9px));
  }
}
.upskill-header {
  padding: 48px 0 0;
}
.upskill-header,
.upskill-header-see-more {
  position: relative;
  z-index: 1;
}
.upskill-header .upskill-header-title,
.upskill-header-intro-container-mobile,
.upskill-header-btn-mobile,
.upskill-header-description-and-button {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .upskill-header .upskill-header-title,
  .upskill-header-intro-container-mobile,
  .upskill-header-btn-mobile,
  .upskill-header-description-and-button {
    padding: 0;
  }
}
.upskill-header-label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 2px;
  padding: 4px 8px;
  background: #FFF8E1;
  color: #FFA000;
  text-transform: uppercase;
  margin: 0 20px 12px;
}
@media (min-width: 768px) {
  .upskill-header-label {
    margin: 0 0 12px;
  }
}
.upskill-header .upskill-header-title {
  font-size: 48px;
  line-height: 58px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 24px;
}
.upskill-header-intro {
  display: grid;
  grid-template-columns: 16px max-content;
  gap: 8px;
}
.upskill-header-intro:first-child .upskill-header-intro-img,
.upskill-header-intro:nth-child(2) .upskill-header-intro-img {
  filter: invert(100%) sepia(10%) saturate(1%) hue-rotate(182deg) brightness(86%) contrast(82%);
}
.upskill-header-intro-container-mobile {
  display: grid;
  grid-template-rows: repeat(4, max-content);
  gap: 8px;
  color: #919191;
  margin-bottom: 32px;
}
@media (min-width: 576px) {
  .upskill-header-intro-container-mobile {
    grid-template: 1fr max-content / repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .upskill-header-intro-container-mobile {
    display: none;
  }
}
.upskill-header-intro-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
.upskill-header-intro .upskill-header-intro-img {
  width: 13px;
  height: 13px;
}
.upskill-header-description {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  overflow: hidden;
  color: #FFF;
  display: inline;
}
@media (min-width: 992px) {
  .upskill-header-description {
    display: inline;
  }
}
.upskill-header-description p {
  color: #565656 !important;
}
.upskill-header-description-and-button {
  min-height: 154px;
  margin-bottom: 32px;
}
.upskill-header-see-more {
  margin-bottom: 16px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .upskill-header-see-more {
    padding: 0 20px;
  }
}
.upskill-header-see-more .upskill-header-see-more-btn {
  padding: 12px 0 0 0;
  display: inline-flex;
  flex-flow: row-reverse;
  font-weight: 600;
}
@media (min-width: 992px) {
  .upskill-header-see-more .upskill-header-see-more-btn {
    width: 100%;
  }
}
.upskill-header-see-more .upskill-header-see-more-btn .fa-caret-down,
.upskill-header-see-more .upskill-header-see-more-btn .fa-caret-up {
  position: relative;
  bottom: 2px;
  padding-left: 12px;
}
.upskill-header-see-more .upskill-header-see-more-btn .fa-caret-down:before {
  content: '\f078';
}
.upskill-header-see-more .upskill-header-see-more-btn .fa-caret-up:before {
  content: '\f077';
}
.upskill-header-card-mobile {
  display: grid;
  background: #F8F8F8;
  gap: 1px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .upskill-header-card-mobile {
    border-radius: 8px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .upskill-header-card-mobile {
    display: none;
  }
}
.upskill-header-card-mobile .upskill-card-footer-education-info {
  padding: 12px 20px;
}
.upskill-header-btn-mobile {
  display: flex;
  margin-bottom: 32px;
}
.upskill-header-btn-mobile a {
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .upskill-header-btn-mobile {
    display: none;
  }
}
.upskill-header-description-wrapper,
.upskill-header-description-wrapper.inlined {
  display: initial;
}
@media (min-width: 992px) {
  .upskill-header .video-wrapper.desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .upskill-header .video-wrapper.desktop {
    max-width: 267px;
    max-height: 154px;
    float: left;
    margin: 0 16px 0 0;
  }
}
.upskill-video-wrapper-modal {
  min-width: 70vw;
  max-width: 665px;
  min-height: unset;
  display: none;
}
@media (min-width: 768px) {
  .upskill-video-wrapper-modal {
    min-width: 475px;
  }
}
@media (min-width: 768px) {
  .upskill-video-wrapper-modal {
    min-width: 665px;
  }
}
.upskill-video-wrapper-modal .upskill-video-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.upskill-video-wrapper-modal .upskill-video-wrapper:after {
  left: 50.4%;
}
.upskill-video-wrapper-modal .upskill-video-image-wrapper {
  max-height: 375px;
}
.upskill-video-wrapper-modal .upskill-video-inner-wrapper {
  max-width: unset;
  max-height: unset;
}
.upskill-video-wrapper-modal-title-and-button {
  display: grid;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .upskill-video-wrapper-modal-title-and-button {
    grid-template-columns: repeat(2, 1fr);
  }
}
.upskill-video-wrapper-modal-title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
}
.upskill-video-wrapper-modal .upskill-video-wrapper-modal-btn {
  text-align: center;
}
.k-widget {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-width: 100% !important;
  border: none !important;
  overflow: visible !important;
  margin: 0 32px 0 0;
  padding: 32px 24px 24px !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.k-widget .k-header {
  left: 0;
  border-color: transparent;
  background: none;
}
.k-widget .k-window-actions {
  right: 0;
}
.k-widget .k-window-actions .k-link {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: -18px;
  left: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
  padding: 4px;
  background-color: #FFF;
  border-radius: 50%;
}
.k-widget .k-window-actions .k-link:before {
  display: none;
}
.k-widget .k-window-actions .k-link:hover {
  transform: none;
  transition: none;
}
.k-widget .k-window-actions .k-link.k-state-hover {
  border: none;
  background: #FFF;
}
.k-widget .k-window-actions .k-i-close {
  background: #FFF url(/Content/images/icons/close-icon.svg) no-repeat center !important;
  width: 14px;
  height: 14px;
  opacity: unset;
}
.k-widget .upskill-video-wrapper:before,
.k-widget .upskill-video-wrapper:after {
  content: none;
}
.upskill-inform-me-modal {
  display: none;
}
.k-widget .upskill-inform-me-modal {
  min-width: 70vw;
  min-height: unset;
  display: none;
}
@media (min-width: 768px) {
  .k-widget .upskill-inform-me-modal {
    min-width: 475px;
  }
}
@media (min-width: 768px) {
  .k-widget .upskill-inform-me-modal {
    max-width: 664px;
  }
}
.k-widget .upskill-inform-me-modal-wrapper-title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
  margin-bottom: 16px;
}
.k-widget .upskill-inform-me-modal-wrapper-text {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
  margin-bottom: 24px;
}
.k-widget .upskill-inform-me-modal-wrapper-form .input-field-container {
  margin-bottom: 24px;
}
.k-widget .upskill-inform-me-modal-wrapper-form input {
  max-width: 86%;
}
@media (min-width: 768px) {
  .k-widget .upskill-inform-me-modal-wrapper-form input {
    max-width: 404px;
  }
}
.k-widget .upskill-inform-me-modal-wrapper-form input[type="submit"] {
  margin-top: 12px;
  margin-bottom: 0;
  width: max-content;
}
.upskill-details-details:not(:last-child),
.module-details:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #F1F1F1;
}
.upskill-details-details-description p,
.module-details-description p,
.upskill-details-details-description strong,
.module-details-description strong,
.upskill-details-details-description ul,
.module-details-description ul,
.upskill-details-details-description li,
.module-details-description li {
  color: #565656;
}
.upskill-details-details-section,
.module-details-section {
  max-width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .upskill-details-details-section,
  .module-details-section {
    margin-bottom: 48px;
  }
}
.upskill-details-details.pricing,
.module-details.pricing {
  display: grid;
  grid-template-rows: min-content min-content 1fr;
}
@media (min-width: 768px) {
  .upskill-details-details.pricing,
  .module-details.pricing {
    grid-template: max-content min-content / repeat(2, 0.5fr);
  }
}
.upskill-details-details .upskill-details-details-title,
.upskill-details-details .module-details-title,
.module-details .upskill-details-details-title,
.module-details .module-details-title {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  padding-bottom: 12px;
  color: #234465;
}
.upskill-details-details .upskill-details-details-description,
.upskill-details-details .module-details-description,
.module-details .upskill-details-details-description,
.module-details .module-details-description {
  font-weight: 500;
  color: #565656;
}
.upskill-details-details .upskill-details-details-description-link,
.upskill-details-details .module-details-description-link,
.module-details .upskill-details-details-description-link,
.module-details .module-details-description-link {
  color: #FFA000;
  font-weight: 700;
}
.upskill-details-details .upskill-details-details-description p,
.upskill-details-details .module-details-description p,
.module-details .upskill-details-details-description p,
.module-details .module-details-description p,
.upskill-details-details .upskill-details-details-description strong,
.upskill-details-details .module-details-description strong,
.module-details .upskill-details-details-description strong,
.module-details .module-details-description strong,
.upskill-details-details .upskill-details-details-description ul,
.upskill-details-details .module-details-description ul,
.module-details .upskill-details-details-description ul,
.module-details .module-details-description ul,
.upskill-details-details .upskill-details-details-description li,
.upskill-details-details .module-details-description li,
.module-details .upskill-details-details-description li,
.module-details .module-details-description li {
  color: #565656;
}
.upskill-details-details-labels,
.module-details-labels {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .upskill-details-details-labels,
  .module-details-labels {
    box-shadow: none;
    justify-self: end;
  }
}
.upskill-details-details-labels-online,
.module-details-labels-online {
  grid-template-columns: auto;
}
.upskill-details-details-label,
.module-details-label {
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 16px;
  color: #FFF;
}
.upskill-details-details-label.onsite,
.module-details-label.onsite {
  background: #FFA000;
}
.upskill-details-details-label.online,
.module-details-label.online {
  background: #397096;
}
.upskill-details-details-label .upskill-details-details-label-text,
.upskill-details-details-label .module-details-label-text,
.module-details-label .upskill-details-details-label-text,
.module-details-label .module-details-label-text {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: inherit;
  margin: 0;
}
@media (min-width: 768px) {
  .upskill-details-details-label .upskill-details-details-label-text,
  .upskill-details-details-label .module-details-label-text,
  .module-details-label .upskill-details-details-label-text,
  .module-details-label .module-details-label-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
  }
}
.upskill-details-details-label-price,
.module-details-label-price {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .upskill-details-details-label-price,
  .module-details-label-price {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
  }
}
.upskill-details-details-label #second-price:not(:empty),
.module-details-label #second-price:not(:empty) {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-top: 12px;
  margin-top: 8px;
  text-align: center;
  color: #D6D6D6;
  position: relative;
}
.upskill-details-details-label #second-price:not(:empty)::before,
.module-details-label #second-price:not(:empty)::before {
  content: '';
  border-top: 1px solid #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.upskill-details-details-benefits,
.module-details-benefits {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  color: #565656;
  background: #F8F8F8;
  border-radius: 0 0 6px 6px;
}
@media (min-width: 768px) {
  .upskill-details-details-benefits,
  .module-details-benefits {
    border-radius: 6px;
    grid-column: 1 / span 2;
    background: none;
  }
}
.upskill-details-details-benefit,
.module-details-benefit {
  display: grid;
  grid-template-rows: minmax(72px, 1fr) 72px;
  text-align: center;
}
@media (min-width: 768px) {
  .upskill-details-details-benefit:nth-child(2n),
  .module-details-benefit:nth-child(2n) {
    background: #F8F8F8;
  }
}
@media (min-width: 768px) {
  .upskill-details-details-benefit,
  .module-details-benefit {
    grid-template: max-content / 1fr 0.6fr;
    padding: 16px 0 16px 16px;
    text-align: left;
  }
}
.upskill-details-details-benefit-text,
.module-details-benefit-text,
.upskill-details-details-benefit .fa-check,
.module-details-benefit .fa-check,
.upskill-details-details-benefit .fa-times,
.module-details-benefit .fa-times {
  display: grid;
  align-items: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .upskill-details-details-benefit-text,
  .module-details-benefit-text,
  .upskill-details-details-benefit .fa-check,
  .module-details-benefit .fa-check,
  .upskill-details-details-benefit .fa-times,
  .module-details-benefit .fa-times {
    padding: 0;
  }
}
.upskill-details-details-benefit-text,
.module-details-benefit-text {
  margin: 0;
}
.upskill-details-details-benefit-icons,
.module-details-benefit-icons {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media (min-width: 768px) {
  .upskill-details-details-benefit-icons,
  .module-details-benefit-icons {
    gap: 0;
    justify-self: end;
    grid-template-columns: repeat(2, 123px);
  }
}
.upskill-details-details-benefit-icons .fa-check,
.module-details-benefit-icons .fa-check,
.upskill-details-details-benefit-icons .fa-times,
.module-details-benefit-icons .fa-times {
  width: 100%;
  font-size: 22px;
  line-height: 20px;
  background: #FFF;
}
@media (min-width: 768px) {
  .upskill-details-details-benefit-icons .fa-check,
  .module-details-benefit-icons .fa-check,
  .upskill-details-details-benefit-icons .fa-times,
  .module-details-benefit-icons .fa-times {
    width: auto;
    font-size: 20px;
    line-height: 18px;
    background: none;
  }
}
.upskill-details-details-benefit-icons .fa-check,
.module-details-benefit-icons .fa-check {
  color: #12A945;
}
.upskill-details-details-benefit-icons .fa-times,
.module-details-benefit-icons .fa-times {
  color: #FC4C50;
  font-size: 27px;
}
.upskill-details-details-benefit-online .upskill-details-benefit-icons,
.module-details-benefit-online .upskill-details-benefit-icons,
.upskill-details-details-benefit-online .module-details-benefit-icons,
.module-details-benefit-online .module-details-benefit-icons {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .upskill-details-details-benefit-online .upskill-details-benefit-icons,
  .module-details-benefit-online .upskill-details-benefit-icons,
  .upskill-details-details-benefit-online .module-details-benefit-icons,
  .module-details-benefit-online .module-details-benefit-icons {
    grid-template-columns: 110px;
  }
}
.upskill-details-details-wrapper,
.module-details-wrapper {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 24px 20px;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .upskill-details-details-wrapper,
  .module-details-wrapper {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 24px;
  }
}
.upskill-details-overview-section,
.module-overview-section {
  width: 100%;
}
.upskill-details-overview-section .course-appropriation-wrap,
.module-overview-section .course-appropriation-wrap,
.upskill-details-overview-section .quality-guaranteed,
.module-overview-section .quality-guaranteed,
.upskill-details-overview-section .partner-wrapper,
.module-overview-section .partner-wrapper {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
  border-radius: 6px;
}
.upskill-details-overview-section .course-appropriation-wrap a,
.module-overview-section .course-appropriation-wrap a,
.upskill-details-overview-section .overview-section-wrap a,
.module-overview-section .overview-section-wrap a {
  color: #FFA000;
  font-weight: 600;
}
.upskill-details-overview-section .training-info-wrapper:not(:first-child) .fa,
.module-overview-section .training-info-wrapper:not(:first-child) .fa {
  width: 100%;
  height: 2px;
  background-color: #F1F1F1;
}
.upskill-details-overview-section .partner-wrapper,
.module-overview-section .partner-wrapper {
  display: grid;
  grid-template: max-content 1fr / max-content 1fr;
  grid-column-gap: 32px;
  margin-bottom: 32px;
  background: #FFF;
}
.upskill-details-overview-section .partner-wrapper > div,
.module-overview-section .partner-wrapper > div {
  grid-row: 1 / 2;
  grid-column: span 2;
}
.upskill-details-overview-section .partner-wrapper > div .section-title,
.module-overview-section .partner-wrapper > div .section-title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
}
.upskill-details-overview-section .partner-wrapper > div .section-title::after,
.module-overview-section .partner-wrapper > div .section-title::after {
  background: transparent;
  width: 0;
}
.upskill-details-overview-section .partner-wrapper > img,
.module-overview-section .partner-wrapper > img,
.upskill-details-overview-section .partner-wrapper > p,
.module-overview-section .partner-wrapper > p {
  grid-row: 2 / 2;
}
.upskill-details-overview-section .certificates-image,
.module-overview-section .certificates-image {
  float: right;
  padding: 24px;
  width: 35%;
}
@media (min-width: 768px) {
  .upskill-details-overview-section .certificates-image,
  .module-overview-section .certificates-image {
    width: 20%;
  }
}
.upskill-details-overview-section .training-info-content *,
.module-overview-section .training-info-content * {
  color: #565656;
}
.upskill-details-overview-section .training-info-header .fa::before,
.module-overview-section .training-info-header .fa::before {
  content: '';
}
.upskill-details-overview-section .training-info-header h4,
.module-overview-section .training-info-header h4 {
  display: block;
  margin: 24px auto 16px auto;
}
.upskill-details-overview-section .training-info-header h4 strong,
.module-overview-section .training-info-header h4 strong {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
}
.upskill-details-overview-section .fastTracksLectureInfo,
.module-overview-section .fastTracksLectureInfo {
  margin: 48px 0;
}
.upskill-details-overview-section .table,
.module-overview-section .table {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.upskill-details-overview-section .table .price strong,
.module-overview-section .table .price strong,
.upskill-details-overview-section .table .form strong,
.module-overview-section .table .form strong {
  font-family: 'Montserrat-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.upskill-details-overview-section .table .price,
.module-overview-section .table .price {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
}
.upskill-details-overview-section .table .price strong,
.module-overview-section .table .price strong {
  font-weight: bold;
  color: #FFA000;
}
.upskill-details-overview-section .table thead th,
.module-overview-section .table thead th,
.upskill-details-overview-section .table thead tr,
.module-overview-section .table thead tr {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #234465;
}
.upskill-details-overview-section .table thead th,
.module-overview-section .table thead th {
  padding: 18px 0;
}
.upskill-details-overview-section .table thead th:first-child,
.module-overview-section .table thead th:first-child {
  opacity: 0;
}
.upskill-details-overview-section .table tbody,
.module-overview-section .table tbody {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
@media screen and (min-width: 448px) {
  .upskill-details-overview-section .table tbody,
  .module-overview-section .table tbody {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }
}
.upskill-details-overview-section .table tbody p,
.module-overview-section .table tbody p,
.upskill-details-overview-section .table tbody li,
.module-overview-section .table tbody li {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.upskill-details-overview-section .table tbody td,
.module-overview-section .table tbody td {
  padding: 16px 2px;
  padding: 16px;
}
@media screen and (min-width: 448px) {
  .upskill-details-overview-section .table tbody td,
  .module-overview-section .table tbody td {
    padding: 16px;
  }
}
.upskill-details-overview-section .table tbody td:nth-child(2),
.module-overview-section .table tbody td:nth-child(2) {
  width: 65%;
}
.upskill-details-overview-section .table tbody td:last-child,
.module-overview-section .table tbody td:last-child {
  padding-left: 0;
  padding-right: 0;
  min-width: 96px;
}
.upskill-details-overview-section .table .onsite td:nth-child(2),
.module-overview-section .table .onsite td:nth-child(2),
.upskill-details-overview-section .table .online td:nth-child(2),
.module-overview-section .table .online td:nth-child(2) {
  padding: 18px 0;
}
.upskill-details-overview-section .course-appropriation-wrap,
.module-overview-section .course-appropriation-wrap {
  background: #234465;
}
.upskill-details-overview-section .course-appropriation-wrap::before,
.module-overview-section .course-appropriation-wrap::before {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  content: "За кого е подходящ модулът?";
  color: #FFF;
}
.upskill-details-overview-section .course-appropriation-wrap p,
.module-overview-section .course-appropriation-wrap p {
  color: #FFF;
  margin-top: 16px;
}
.upskill-details-overview-section .course-appropriation-wrap a,
.module-overview-section .course-appropriation-wrap a,
.upskill-details-overview-section .course-appropriation-wrap strong,
.module-overview-section .course-appropriation-wrap strong {
  color: #FFF;
}
.upskill-details-overview-section .quality-guaranteed,
.module-overview-section .quality-guaranteed {
  display: grid;
  grid-column-gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .upskill-details-overview-section .quality-guaranteed,
  .module-overview-section .quality-guaranteed {
    grid-template-columns: max-content 1fr;
  }
}
.upskill-details-overview-section .quality-guaranteed img,
.module-overview-section .quality-guaranteed img {
  display: none;
}
@media (min-width: 768px) {
  .upskill-details-overview-section .quality-guaranteed img,
  .module-overview-section .quality-guaranteed img {
    display: block;
  }
}
.upskill-details-overview-section .quality-guaranteed p,
.module-overview-section .quality-guaranteed p {
  color: #565656;
}
.upskill-details-overview-section .fa.fa-2x::before,
.module-overview-section .fa.fa-2x::before {
  display: none;
  content: '';
}
.upskill-details-overview-section > h4,
.module-overview-section > h4 {
  margin-bottom: 16px;
}
.upskill-details-overview-section > h4::before,
.module-overview-section > h4::before {
  background: #F1F1F1;
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  top: -24px;
  content: '';
}
.upskill-details-overview-section > h4:first-of-type,
.module-overview-section > h4:first-of-type {
  margin-top: 32px;
}
.upskill-details-overview-section > h4:first-of-type::before,
.module-overview-section > h4:first-of-type::before {
  width: 0;
  height: 0;
}
.upskill-details-overview-section > h4 strong,
.module-overview-section > h4 strong {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
}
.upskill-details-overview-section > p,
.module-overview-section > p,
.upskill-details-overview-section > ul li,
.module-overview-section > ul li {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
  margin-bottom: 32px;
}
.upskill-details-overview-section #training-details-apply-button,
.module-overview-section #training-details-apply-button {
  display: none;
}
.upskill-skills {
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .upskill-skills {
    border: 1px solid #FFA000;
    padding: 24px;
    border-radius: 4px;
  }
}
.upskill-skills-section {
  position: relative;
  margin-top: -640px;
  padding-bottom: 8px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .upskill-skills-section {
    margin-bottom: 32px;
  }
}
@media (min-width: 372px) {
  .upskill-skills-section {
    margin-top: -570px;
  }
}
@media (min-width: 425px) {
  .upskill-skills-section {
    margin-top: -530px;
  }
}
@media (min-width: 574px) {
  .upskill-skills-section {
    margin-top: -490px;
  }
}
@media (min-width: 606px) {
  .upskill-skills-section {
    margin-top: -450px;
  }
}
@media (min-width: 768px) {
  .upskill-skills-section {
    margin-top: -360px;
  }
}
@media (min-width: 1320px) {
  .upskill-skills-section {
    margin-top: -270px;
  }
}
@media (min-width: 992px) {
  .upskill-skills-section-cannot-apply {
    margin-top: -260px;
  }
}
.upskill-skills .upskill-skills-title {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #234465;
  margin-top: -42px;
  margin-bottom: 24px;
  padding: 4px 8px;
  background-color: #E4F0F4;
}
@media (min-width: 390px) {
  .upskill-skills .upskill-skills-title {
    width: max-content;
  }
}
.upskill-skills #more-skills {
  grid-column: 1 / -1;
}
.upskill-skills-list {
  gap: 10px;
  display: grid;
  gap: 16px;
  color: #565656;
}
@media (min-width: 768px) {
  .upskill-skills-list {
    grid-template-columns: repeat(2, 1fr);
    /* Creates two columns of equal width */
  }
}
.upskill-skills-list-item {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 12px;
  color: #565656;
}
.upskill-skills-list-item img {
  margin-right: 20px;
}
.upskill-skills-more-skills-list {
  padding-top: 16px;
}
.upskill-skills .upskill-skills-btn {
  display: inline-block;
  padding: 24px 32px 0 0;
  font-weight: 600;
}
.upskill-skills .upskill-skills-btn.show-more-btn:after,
.upskill-skills .upskill-skills-btn.hide-btn:after {
  font-family: 'FontAwesome';
  position: relative;
  bottom: 1px;
  padding-left: 12px;
}
.upskill-skills .upskill-skills-btn.show-more-btn:after {
  content: '\f078';
}
.upskill-skills .upskill-skills-btn.hide-btn:after {
  content: '\f077';
}
.sticky-section-wrapper {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: unset;
  padding: 12px 20px;
  background-color: #FFF;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.14), 0px -3px 4px rgba(0, 0, 0, 0.12), 0px -1px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
  z-index: 9995;
}
@media (min-width: 768px) {
  .sticky-section-wrapper {
    padding: 24px 18px;
  }
}
@media screen and (min-width: 1320px) {
  .sticky-section-wrapper {
    display: none;
  }
}
.sticky-section-wrapper .sticky-section {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .sticky-section-wrapper .sticky-section {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .sticky-section-wrapper .sticky-section {
    max-width: 970px;
  }
}
.sticky-section-wrapper .sticky-section:before,
.sticky-section-wrapper .sticky-section:after {
  content: none;
}
.sticky-section-wrapper .sticky-section-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  padding-bottom: 12px;
  text-align: left;
}
@media (min-width: 576px) {
  .sticky-section-wrapper .sticky-section-title {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .sticky-section-wrapper .sticky-section-title {
    padding: 0 24px 0 0;
  }
}
.sticky-section-wrapper .sticky-button-container .upskill-header-btn {
  width: 100%;
  text-align: center;
}
.sticky-section-wrapper .sticky-button-container .sticky-btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .sticky-section-wrapper .sticky-button-container .sticky-btn {
    margin: 0;
  }
}
.upskill-card {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #FFA000;
  background: #181818;
}
.upskill-card-section {
  display: none;
  grid-row: 1;
  grid-column: 2;
  align-self: baseline;
  max-width: 308px;
  position: sticky;
  right: 0;
  top: 100px;
  z-index: 1;
  border-radius: 8px;
  background: #FFF;
  margin: 48px 0 4px;
  justify-self: end;
}
@media (min-width: 992px) {
  .upskill-card-section {
    display: block;
  }
}
.upskill-card-header .upskill-card-header-title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  padding: 0 16px 24px 16px;
  color: #FFF;
}
.upskill-card-header img {
  margin: 16px;
}
.upskill-card-main {
  display: grid;
  gap: 12px;
  padding: 0 16px 24px 16px;
  color: #919191;
}
.upskill-card-main-content:nth-child(3) .upskill-card-main-content-img,
.upskill-card-main-content:nth-child(4) .upskill-card-main-content-img {
  filter: invert(100%) sepia(0%) saturate(59%) hue-rotate(26deg) brightness(78%) contrast(100%);
}
.upskill-card-main-content-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #919191;
}
.upskill-card-main-btn-wrapper {
  display: flex;
  margin-top: 12px;
}
.upskill-card .upskill-card-btn {
  flex: 1;
  text-align: center;
}
.upskill-card-footer {
  display: grid;
  gap: 1px;
  color: #565656;
}
.upskill-card-footer-education-info {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background: #F1F1F1;
  align-items: center;
}
.upskill-card-footer-education-info-type {
  display: flex;
  align-items: center;
}
.upskill-card-footer-education-info-type-img {
  padding-right: 12px;
}
.upskill-card-footer-education-info-type-img-discount,
.upskill-card-footer-education-info-type-img-installments {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.upskill-card-footer-education-info-type-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #565656;
}
.upskill-card-footer-education-info-type-installments {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #565656;
}
@media (min-width: 992px) {
  .upskill-card-footer-education-info-type-installments {
    color: #919191;
    font-family: 'LatoBold', sans-serif;
  }
}
.upskill-card-footer-education-info-type-original-price {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  text-decoration: line-through;
  color: #565656;
}
.upskill-card-footer-education-info-type-original-price-discount {
  margin-left: 8px;
  color: #FC4C50;
  text-decoration: none;
  display: inline-block;
}
.upskill-card-footer-education-info-price {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  color: #565656;
}
.upskill-card-more {
  background-color: #FFF;
  padding: 24px 16px 32px 16px;
}
.upskill-card-more-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  color: #397096;
  margin-bottom: 18px;
}
.upskill-card-more-list {
  display: grid;
  grid-gap: 16px;
}
.upskill-card-more-list li {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 18px;
}
.upskill-card-more-list li .checked-icon {
  background-image: url(/Content/images/icons/check-icon-yellow.svg);
  min-width: 20px;
  min-height: 20px;
  align-self: start;
  background-color: #FFF;
  border-radius: 50%;
  margin-right: 18px;
}
.upskill-additional-section-recommended-courses {
  position: relative;
  background-color: #306085;
  padding: 64px 16px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .upskill-additional-section-recommended-courses {
    padding: 64px 0;
  }
}
.upskill-additional-section-recommended-courses::before {
  content: '';
  background: url(/Content/images/about-page/header-right-dots.svg) center no-repeat;
  background-size: cover;
  width: 105px;
  height: 133px;
  position: absolute;
  left: 7%;
  margin-top: 104px;
}
@media only screen and (max-width: 1200px) {
  .upskill-additional-section-recommended-courses::before {
    background: none;
    width: 0;
  }
}
.upskill-additional-section-recommended-courses::after {
  content: '';
  background: url(/Content/images/home-page/right-grey-arrow.svg) center no-repeat;
  background-size: cover;
  width: 359px;
  height: 453px;
  position: absolute;
  right: 96px;
  z-index: 0;
  top: 16px;
}
@media only screen and (max-width: 1200px) {
  .upskill-additional-section-recommended-courses::after {
    background: none;
    width: 0;
  }
}
.upskill-additional-section-recommended-courses-header {
  max-width: 1290px;
  margin: auto;
  color: #FFF;
}
@media (min-width: 992px) {
  .upskill-additional-section-recommended-courses-header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1200px) {
  .upskill-additional-section-recommended-courses-header {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.upskill-additional-section-recommended-courses-header-title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  margin-bottom: 12px;
}
.upskill-additional-section-recommended-courses-header-subtitle {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 32px;
}
.upskill-additional-section-recommended-courses-slider {
  visibility: hidden;
  max-width: 1290px;
  margin: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .upskill-additional-section-recommended-courses-slider {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1200px) {
  .upskill-additional-section-recommended-courses-slider {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.upskill-additional-section-recommended-courses-slider .open-courses-inner-wrapper {
  max-width: 970px;
  padding: 0 15px;
}
.upskill-additional-section-recommended-courses-slider .course-instance-box {
  height: 230px;
  width: 276px;
}
.upskill-additional-section-recommended-courses-slider .course-instance-box a {
  background-color: transparent;
}
.upskill-additional-section-recommended-courses-slider .course-instance-box .box-content {
  background: #FFF;
}
.upskill-additional-section-recommended-courses-slider .course-instance-box-wrapper {
  margin: auto 82px auto 6px;
}
.upskill-additional-section-recommended-courses-slider .slick-next {
  right: 0;
  top: -50px !important;
  width: 52px !important;
  height: 52px !important;
}
@media (min-width: 992px) {
  .upskill-additional-section-recommended-courses-slider .slick-next {
    width: 42px !important;
    height: 42px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 1070) {
  .upskill-additional-section-recommended-courses-slider .slick-next {
    right: -42px;
  }
}
.upskill-additional-section-recommended-courses-slider .slick-next:before {
  font-size: 20px !important;
  position: absolute;
  top: 35%;
  left: 35%;
}
@media (min-width: 992px) {
  .upskill-additional-section-recommended-courses-slider .slick-next:before {
    font-size: 16px !important;
  }
}
.upskill-additional-section-recommended-courses-slider .slick-prev {
  width: 52px !important;
  height: 52px !important;
  top: -50px !important;
  left: calc(100% - 134px) !important;
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .upskill-additional-section-recommended-courses-slider .slick-prev {
    width: 42px !important;
    height: 42px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0px !important;
  }
}
@media (min-width: 1070) {
  .upskill-additional-section-recommended-courses-slider .slick-prev {
    left: -42px;
  }
}
.upskill-additional-section-recommended-courses-slider .slick-prev:before {
  font-size: 20px !important;
  position: absolute;
  top: 35%;
  left: 35%;
}
@media (min-width: 992px) {
  .upskill-additional-section-recommended-courses-slider .slick-prev:before {
    font-size: 16px !important;
  }
}
.upskill-details .upskill-why-to-apply-section {
  background-color: #FFF;
  padding: 24px 16px;
  border-radius: 6px;
  margin: 0 20px;
  margin-top: 32px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .upskill-details .upskill-why-to-apply-section {
    padding: 32px 24px;
    margin: 0;
    margin-top: 48px;
  }
}
.upskill-details .upskill-why-to-apply-section-title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  margin-bottom: 18px;
}
.upskill-details .upskill-why-to-apply-section-list {
  display: grid;
  gap: 18px;
}
.upskill-details .upskill-why-to-apply-section-list li {
  display: grid;
  gap: 18px;
  grid-template-columns: 20px 1fr;
}
.upskill-details .upskill-why-to-apply-section-list p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
  font-weight: 600;
  border-bottom: 8px;
}
@media (min-width: 768px) {
  .upskill-details .upskill-why-to-apply-section-list p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
    font-weight: 600;
  }
}
.upskill-details .upskill-why-to-apply-section-list span {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #565656;
}
.upskill-details .upskill-why-to-apply-section-list img {
  position: relative;
  top: 2px;
}
.upskill-details .upskill-trainers-section {
  margin: 32px 0 0 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .upskill-details .upskill-trainers-section {
    margin: 48px 0 0 0;
  }
}
@media (min-width: 992px) {
  .upskill-details .upskill-trainers-section {
    padding: 0;
  }
}
.upskill-details .upskill-trainers-section-title {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
}
.upskill-details .upskill-trainers-section-text {
  color: #565656;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .upskill-details .upskill-trainers-section-text {
    margin-bottom: 42px;
  }
}
.upskill-details .upskill-trainers-section-list {
  display: grid;
  grid-gap: 32px;
}
@media (min-width: 992px) {
  .upskill-details .upskill-trainers-section-list {
    grid-gap: 48px;
  }
}
.upskill-details .upskill-trainers-section-list-item.hidden {
  display: none;
}
.upskill-details .upskill-trainers-section-list-item {
  display: grid;
  grid-gap: 12px;
}
@media (min-width: 768px) {
  .upskill-details .upskill-trainers-section-list-item {
    grid-gap: 48px;
    grid-template-columns: max-content 1fr;
  }
}
.upskill-details .upskill-trainers-section-list-item-img {
  position: relative;
  margin-bottom: 20px;
}
.upskill-details .upskill-trainers-section-list-item-img img {
  border-radius: 180px;
  z-index: 1;
  position: relative;
  width: 173px;
  height: 173px;
}
.upskill-details .upskill-trainers-section-list-item-img:after {
  content: '';
  background-image: url(/Content/images/bootcamp/details/trainer-mask.svg);
  width: 134px;
  height: 105px;
  position: absolute;
  top: 88px;
  background-repeat: no-repeat;
  z-index: 0;
  left: 88px;
}
@media (min-width: 768px) {
  .upskill-details .upskill-trainers-section-list-item-img:after {
    right: -45px;
  }
}
.upskill-details .upskill-trainers-section-list-item-name {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
}
.upskill-details .upskill-trainers-section-list-item-job {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #629CBC;
  margin-bottom: 24px;
}
.upskill-details .upskill-trainers-section-list-item-description {
  color: #565656;
}
.upskill-details .upskill-trainers-section-list-button {
  color: #FFA000;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: right;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .upskill-details .upskill-trainers-section-list-button {
    top: -24px;
  }
}
