@charset "UTF-8";

.group {
    *zoom: 1
}

.group:after, .group:before {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.publishers {
    background: #f3f6f7;
    padding: 34px 0
}

.publishers h2 {
    color: #2d3941;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 33px;
    opacity: .88;
    text-align: center
}

.publishers ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1119px
}

.publishers li img {
    width: 110px
}

.publishers li:first-child img {
    width: 88px
}

.publishers li:nth-child(3) img {
    width: 105px
}

.publishers li:nth-child(4) img {
    width: 129px
}

.publishers li:nth-child(5) img {
    width: 105px
}

.publishers li:nth-child(6) img {
    width: 45px
}

@media(max-width:768px) {
    .publishers {
        padding: 19px 0 0
    }

    .publishers h2 {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 28px
    }

    .publishers ul {
        flex-wrap: wrap
    }

    .publishers li {
        margin-bottom: 22px;
        text-align: center;
        width: 30%
    }

    .publishers li img {
        height: auto;
        max-width: 100%
    }

    .publishers li:first-child {
        display: none
    }

    .publishers li:nth-child(2) {
        order: 3
    }

    .publishers li:nth-child(2) img {
        width: 80px
    }

    .publishers li:nth-child(3) {
        order: 5
    }

    .publishers li:nth-child(3) img {
        width: 56px
    }

    .publishers li:nth-child(4) {
        order: 6
    }

    .publishers li:nth-child(4) img {
        width: 56px
    }

    .publishers li:nth-child(5) {
        order: 4
    }

    .publishers li:nth-child(5) img {
        width: 63px
    }

    .publishers li:nth-child(6) {
        order: 1
    }

    .publishers li:nth-child(6) img {
        width: 30px
    }

    .publishers li:nth-child(7) {
        order: 2
    }

    .publishers li:nth-child(7) img {
        width: 75px
    }
}

.courses {
    padding: 60px 0 10px
}

.courses .courses__carousel {
    margin: 0 auto;
    max-height: 403px;
    max-width: 1067px;
    min-height: 403px;
    overflow: hidden;
    position: relative
}

.courses .courses__carousel.slick-initialized {
    overflow: visible
}

.courses .courses__carousel li {
    margin-left: 7px;
    margin-right: 8px;
    position: relative;
    width: 254px
}

.courses .slick-track {
    margin-left: 3px;
    padding: 14px 0 14px 16px
}

.courses .courses__carousel.clone .slick-track {
    padding-bottom: 0
}

.courses .course-block {
    background-color: #f2f2f2
}

.courses .course-block .course-block-intro {
    background-color: #f2f2f2;
    text-align: center
}

.courses .courses__cta {
    padding: 26px 0 50px;
    text-align: center
}

@media(max-width:1365px) and (min-width:900px) {
    .courses .courses__carousel {
        margin: 0 auto;
        max-width: 793px;
        position: relative
    }

    .courses .slick-next {
        right: -58px
    }

    .courses .slick-prev {
        left: -58px
    }
}

@media(max-width:900px) and (min-width:768px) {
    .courses .courses__carousel {
        margin: 0 auto;
        max-width: 527px;
        position: relative
    }
}

@media(max-width:768px) {
    .courses {
        padding-top: 45px
    }

    .courses .but {
        font-size: 14px
    }

    .courses .courses__cta {
        margin-top: 10px;
        padding-top: 0
    }

    .courses .courses__carousel {
        width: calc(100% + 16px)
    }

    .courses .courses__carousel .course-block .course-block-intro {
        margin-bottom: 0
    }

    .courses .courses__carousel .course-block .course-block-intro .more-info {
        display: none
    }

    .courses .courses__carousel:not(.clone) {
        margin-bottom: 10px
    }

    .courses .inner>h3 {
        color: #465159;
        display: block !important;
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 2px;
        text-align: center
    }
}

.slick-prev {
    left: -98px
}

.slick-prev span {
    left: -6px;
    transform: rotate(-90deg)
}

.slick-next {
    right: -98px
}

.slick-next span {
    right: 3px;
    transform: rotate(90deg)
}

.slick-next, .slick-prev {
    background-color: #fff;
    border: 1px solid #008ec3;
    border-radius: 100%;
    color: #008ec3;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in;
    width: 48px
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.slick-next span, .slick-prev span {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    top: 1px
}

.slick-next:hover, .slick-prev:hover {
    border-color: #005d84;
    color: #005d84
}

.courses__nav {
    border-bottom: 2px solid #eff3f6;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 36px;
    padding-bottom: 21px;
    position: relative;
    width: 957px
}

.courses__nav .under {
    background: #0091c7;
    border-radius: 2px;
    bottom: -3px;
    height: 4px;
    opacity: 0;
    position: absolute;
    transition: left .8s cubic-bezier(.64, .57, .265, 1.2);
    width: 60px
}

.courses__nav a {
    color: #465159;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 0 15px;
    position: relative;
    transition: color .3s ease-in-out
}

.courses__nav a span {
    background: 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 60px
}

.courses__nav a.active, .courses__nav a:hover {
    color: #0091c7
}

.courses__nav a.active {
    font-weight: 700
}

@media(max-width:1365px) and (min-width:930px) {
    .courses__nav {
        width: 80%
    }
}

@media(max-width:930px) and (min-width:768px) {
    .courses__nav {
        width: 100%
    }
}

@media(max-width:768px) {
    .courses__nav {
        display: none
    }
}

.careers {
    padding-top: 40px
}

.careers h2 {
    color: #323c41;
    margin-bottom: 12px
}

@media(min-width:769px) {
    .careers h2 br {
        display: none
    }
}

.careers .sub {
    font-size: 18px
}

.careers .inner>a {
    color: #007646;
    display: block;
    font-weight: 700;
    margin: 9px auto 46px;
    transition: all .3s ease-in;
    width: 146px
}

.careers .inner>a:hover {
    text-decoration: underline
}

.careers .inner>a span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    margin-left: 1px;
    position: relative;
    top: 1px
}

.careers ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 784px
}

.careers ul li:nth-child(4) a {
    margin-right: 0
}

.careers ul li a {
    border: 1px solid #b3bdc0;
    border-radius: 26px;
    color: #5d676e;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-right: 12px;
    padding: 16px 24px 15px 22px;
    transition: all .3s ease-in
}

.careers ul li a:hover {
    background: #f4f9ff;
    border-color: #0091c7;
    color: #0091c7
}

@media(max-width:1260px) {
    .careers .inner {
        background: 0 0
    }
}

@media(max-width:768px) {
    .careers {
        padding-top: 24px
    }

    .careers .inner>a {
        font-size: 14px;
        margin-bottom: 28px;
        text-align: center
    }

    .careers .inner>a span {
        font-size: 14px;
        top: 1px
    }

    .careers h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 auto 24px;
        max-width: 220px
    }

    .careers .sub {
        display: none
    }

    .careers ul {
        justify-content: center;
        max-width: 314px
    }

    .careers ul li {
        margin-right: 8px
    }

    .careers ul li a {
        font-size: 12px;
        margin-bottom: 8px;
        margin-right: 10px !important;
        padding: 7px 12px
    }

    .careers ul li:first-child, .careers ul li:nth-child(2) {
        order: 1
    }

    .careers ul li:nth-child(3) {
        order: 2
    }

    .careers ul li:nth-child(4) {
        order: 3
    }

    .careers ul li:nth-child(5) {
        order: 5
    }

    .careers ul li:nth-child(6) {
        order: 8
    }

    .careers ul li:nth-child(7) {
        order: 4
    }

    .careers ul li:nth-child(8) {
        order: 3
    }

    .careers ul li:nth-child(9) {
        order: 9
    }
}

.careers.skills-carousel-wrap ul li a {
    margin-right: 0 !important
}

.careers.skills-carousel-wrap .inner {
    position: relative
}

.careers.skills-carousel-wrap .skills-carousel {
    margin: 0 auto;
    max-height: 403px;
    max-width: 1062px;
    overflow: hidden
}

@media screen and (max-width:1200px) {
    .careers.skills-carousel-wrap .skills-carousel {
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .careers.skills-carousel-wrap .skills-carousel ul {
        max-width: none !important
    }
}

.careers.skills-carousel-wrap .skills-carousel.slick-slider {
    position: relative
}

.careers.skills-carousel-wrap .skills-carousel.slick-slider .slick-next {
    right: 0 !important
}

.careers.skills-carousel-wrap .skills-carousel.slick-slider .slick-prev {
    left: 0 !important;
    z-index: 9999
}

.careers.skills-carousel-wrap .skills-carousel .slick-dots {
    margin: 20px 0 !important
}

.careers.skills-carousel-wrap .skills-carousel .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 15px
}

.careers.skills-carousel-wrap .skills-carousel .slick-dots li.slick-active button:before {
    color: #1794c9;
    opacity: 1
}

.careers.skills-carousel-wrap .skills-carousel .slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 5px;
    width: 20px
}

.careers.skills-carousel-wrap .skills-carousel .slick-dots li button:before {
    color: #8b8b8b;
    content: "•";
    font-size: 40px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.tests {
    background: #e5f1d7;
    background: linear-gradient(90deg, #e5f1d7 70%, #d2e7bb 0);
    height: 256px;
    overflow: hidden
}

.tests h3 {
    color: #2d3941;
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    margin: 53px 0 4px
}

.tests a {
    color: #fff;
    margin-bottom: 70px;
    padding: 11px 24px 10px
}

.tests .inner {
    display: flex;
    height: 256px;
    position: relative
}

.tests .inner .tests__section {
    height: 100%;
    padding: 0 0 0 98px;
    position: relative;
    width: 50%
}

.tests .inner .tests__section:first-child {
    position: relative;
    z-index: 1
}

.tests .inner .tests__section:nth-child(2) {
    background: linear-gradient(293deg, #d2e7bb 86%, transparent 0);
    padding-left: 130px;
    position: absolute;
    right: 0;
    width: 717px;
    z-index: 1
}

.tests .inner .tests__section:nth-child(2) .tests__img {
    right: 12px
}

.tests .inner .sub {
    margin-bottom: 36px;
    text-align: left
}

@media(min-width:1000px) {
    .tests .inner {
        display: block
    }

    .tests .inner .tests__section {
        float: left;
        width: 53%
    }
}

.tests .tests__img {
    bottom: 0;
    position: absolute;
    right: 0
}

.tests .tests__img img {
    position: relative;
    top: 5px
}

@media(max-width:1000px) and (min-width:768px) {
    .tests a {
        margin-bottom: 36px
    }

    .tests .inner .tests__section {
        padding: 0 0 20px 20px
    }

    .tests .inner .tests__section:nth-child(2) {
        padding-left: 40px
    }

    .tests .inner .tests__section:first-child, .tests .inner .tests__section:nth-child(2) {
        width: 50%
    }
}

@media(max-width:1178px) {
    .tests .inner .tests__section:first-child {
        width: 50%
    }

    .tests .inner .tests__section:nth-child(2) {
        background: #d2e7bb;
        width: 50%
    }

    .tests .inner .tests__section img {
        display: none !important
    }
}

.testimonials-wrapper {
    background: #f3f6f7;
    max-width: none !important;
    padding: 70px 0 60px
}

.testimonials-wrapper .testimonials {
    background: #f3f6f7;
    margin: 0 auto;
    max-width: 1182px;
    padding-right: 60px
}

.testimonials-wrapper .testimonials .inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.testimonials-wrapper .testimonials h3 {
    color: #5d676e;
    font-size: 36px;
    font-weight: 300;
    line-height: 53px;
    width: 392px
}

.testimonials-wrapper .testimonials h3 .blue {
    color: #1581af;
    font-weight: 700
}

.testimonials-wrapper .testimonials .testimonial {
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: block;
    margin-right: 32px;
    overflow: hidden;
    width: 336px
}

.testimonials-wrapper .testimonials .testimonial .testimonial__img {
    height: 164px;
    overflow: hidden
}

.testimonials-wrapper .testimonials .testimonial .testimonial__img img {
    width: 100%
}

.testimonials-wrapper .testimonials .testimonial .testimonial__details {
    background: #fff;
    color: #5d5d5d;
    font-size: 12px;
    padding: 15px 20px;
    text-align: center
}

.testimonials-wrapper .testimonials .testimonial .testimonial__details span {
    color: #2d3941;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px
}

@media(max-width:768px) {
    .testimonials-wrapper .testimonials .testimonial .testimonial__img img {
        height: auto
    }
}

.testimonials-wrapper .testimonials .testimonial__slider {
    max-height: 340px;
    width: calc(100% - 495px)
}

.testimonials-wrapper .testimonials .testimonial__slider .slick-track {
    padding: 0 0 5px 10px
}

.testimonials-wrapper .testimonials .slick-next, .testimonials-wrapper .testimonials .slick-prev {
    border: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .36);
    display: none;
    height: 60px;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    visibility: visible;
    width: 60px;
    z-index: 98
}

.testimonials-wrapper .testimonials .slick-next.slick-disabled, .testimonials-wrapper .testimonials .slick-prev.slick-disabled {
    display: none
}

.testimonials-wrapper .testimonials .slick-next span, .testimonials-wrapper .testimonials .slick-prev span {
    font-size: 25px
}

.testimonials-wrapper .testimonials .slick-next {
    right: -100px
}

.testimonials-wrapper .testimonials .slick-next span {
    right: 0
}

.testimonials-wrapper .testimonials .slick-prev {
    left: -80px;
    position: absolute
}

.testimonials-wrapper .testimonials .slick-prev span {
    left: auto;
    right: 3px
}

@media(min-width:769px) {
    .testimonials-wrapper .testimonials .testimonial__slider .slick-dots {
        display: none !important
    }
}

@media(max-width:768px) {
    .testimonials-wrapper .testimonials {
        padding: 0
    }

    .testimonials-wrapper .testimonials h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto 24px;
        text-align: center;
        width: 280px
    }

    .testimonials-wrapper .testimonials .slick-next, .testimonials-wrapper .testimonials .slick-prev {
        display: none;
        visibility: hidden
    }

    .testimonials-wrapper .testimonials .testimonial__slider {
        overflow: visible;
        width: 100%
    }

    .testimonials-wrapper .testimonials .testimonial__slider .slick-track {
        padding: 0 0 5px 19px
    }

    .testimonials-wrapper .testimonials .testimonial__slider .testimonial {
        margin-left: 5px;
        margin-right: 11px;
        width: 240px
    }

    .testimonials-wrapper .testimonials .testimonial__slider .testimonial .testimonial__img {
        height: 135px
    }

    .testimonials-wrapper .testimonials .testimonial__slider .testimonial .testimonial__details {
        font-size: 10px
    }

    .testimonials-wrapper .testimonials .testimonial__slider .testimonial .testimonial__details span {
        font-size: 12px
    }

    .testimonials-wrapper .testimonials .testimonial__slider .slick-dots {
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-top: 19px
    }

    .testimonials-wrapper .testimonials .testimonial__slider .slick-dots li {
        height: 8px;
        margin-right: 6px;
        width: 8px
    }

    .testimonials-wrapper .testimonials .testimonial__slider .slick-dots li:last-child {
        margin-right: 0
    }

    .testimonials-wrapper .testimonials .testimonial__slider .slick-dots li.slick-active button {
        background-color: #1794c9
    }

    .testimonials-wrapper .testimonials .testimonial__slider .slick-dots li button {
        background: #8b8b8b;
        border-radius: 100%;
        height: 8px;
        padding: 0;
        text-indent: -9999px;
        width: 8px
    }
}

.testimonials__intro {
    height: 212px;
    margin-right: 103px
}

.testimonials__intro img.mobile {
    display: none
}

@media(max-width:768px) {
    .testimonials__intro {
        height: auto;
        margin-right: 0
    }
}

.testimonial__slider .slick-list {
    margin-bottom: 10px
}

.testimonial__slider .slick-dots {
    margin-left: 177px
}

.testimonial__slider .slick-dots li {
    display: inline-block
}

.testimonial__slider .slick-dots li:last-child {
    display: none
}

.testimonial__slider .slick-dots li button {
    background: 0 0;
    font-size: 0;
    padding: 0 3px
}

.testimonial__slider .slick-dots li button:before {
    color: #8b8b8b;
    content: "•";
    font-family: slick;
    font-size: 32px
}

.testimonial__slider .slick-dots li.slick-active button:before {
    color: #1794c9
}

@media(min-width:1200px) {
    .testimonials-wrapper {
        padding-left: 95px;
        padding-right: 60px
    }

    .testimonials-wrapper .testimonials {
        padding-right: 60px
    }

    .testimonials-wrapper .testimonials .slick-next {
        right: -32px
    }
}

@media(max-width:1200px) {
    .testimonials-wrapper {
        padding-right: 0
    }

    .testimonials-wrapper .testimonials {
        padding: 0 20px
    }

    .testimonials-wrapper .testimonials .slick-next {
        right: 0
    }
}

@media(max-width:768px) {
    .testimonials-wrapper {
        padding: 22px 24px !important
    }

    .testimonials-wrapper .testimonials {
        padding: 0
    }

    .testimonials-wrapper .testimonials .inner {
        display: block;
        padding: 0
    }

    .upskill {
        text-align: center
    }

    .upskill .inner {
        margin: 0 auto;
        max-width: 319px
    }

    .upskill .story__intro h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 24px;
        text-align: center
    }

    .upskill .story__intro .sub {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
        text-align: center
    }

    .upskill .story__intro img {
        display: block !important;
        margin-bottom: 20px;
        max-width: 100%
    }

    .upskill .story__intro .but {
        font-size: 14px;
        margin-bottom: 28px;
        padding: 9px 18px
    }
}

.story {
    background: #fff
}

.story.story--right {
    background: #edf5e4
}

.story.story--left .inner {
    flex-direction: row-reverse;
    justify-content: space-evenly
}

.story h2 {
    color: #2d3941;
    margin-top: 70px
}

.story .sub, .story h2 {
    text-align: left
}

.story .ellipsis {
    display: none
}

.story .inner {
    align-items: center;
    display: flex;
    justify-content: space-around
}

.story .story__intro {
    width: 550px
}

.story .story__intro br {
    display: none
}

.story .story__img {
    width: 478px
}

.story .story__img img {
    max-width: 100%
}

.story .but {
    margin-bottom: 70px
}

@media(max-width:768px) {
    .story .but {
        font-size: 16px;
        padding: 14px 24px
    }

    .story .ellipsis {
        display: inline
    }
}

.app {
    background: #0094c9;
    overflow: hidden;
    width: 100%
}

.app .inner {
    min-height: 256px
}

.app h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 20px
}

.app .sub {
    color: #fff;
    margin-bottom: 32px;
    text-align: left
}

.app .app__nav a {
    display: inline-block;
    width: 148px
}

.app .app__nav a:first-child {
    margin-right: 35px
}

.app .app__nav a img {
    height: auto;
    max-width: 100%
}

.app .app__intro {
    max-width: 440px
}

.app .learners {
    background: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    margin-top: 25px;
    padding: 9px 15px 6px;
    text-shadow: none;
    width: 333px
}

.app .learners span {
    color: #1b232e;
    font-weight: 700;
    margin-right: 2px
}

.app .learners span:before {
    background-color: #009b5d;
    border-radius: 7.5px;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 15px;
    width: 12px
}

@media(min-width:768px) {
    .app .inner {
        align-items: center;
        display: flex;
        justify-content: flex-end
    }

    .app .app__img {
        position: relative
    }

    .app .app__img img {
        display: block
    }

    .app .app__nav a img {
        height: auto
    }
}

@media(max-width:1365px) and (min-width:768px) {
    .app .inner {
        background-size: auto 100%
    }
}

@media(max-width:1365px) and (min-width:768px) and (max-width:1120px) {
    .app .app__img {
        padding-right: 0
    }
}

@media(max-width:1365px) and (min-width:768px) and (max-width:1120px) and (max-width:920px) {
    .app .inner>div {
        max-width: 50%
    }

    .app .inner .app__nav a {
        height: auto;
        width: 135px
    }
}

@media(max-width:1220px) {
    .app h3 {
        font-size: 30px;
        line-height: 43px;
        margin-bottom: 12px
    }

    .app .sub {
        margin-bottom: 20px
    }

    .app .app__img {
        max-width: 60%
    }

    .app .app__img img {
        width: 100%
    }

    .app .app__intro {
        max-width: 40%
    }

    .app .inner .app__nav a {
        width: 125px
    }

    .app .learners {
        font-size: 14px;
        width: 288px
    }
}

@media(max-width:992px) {
    .app h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .app .inner {
        min-height: 0
    }

    .app .inner>div {
        max-width: none
    }

    .app .inner .app__nav a {
        width: 109px
    }

    .app .sub {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .app .learners {
        -webkit-margin-after: 0;
        font-size: 12px;
        margin-block-end: 0;
        margin-top: 10px;
        padding: 5px 15px 4px;
        width: 256px
    }
}

@media(min-width:769px) {
    .app .inner {
        background: 0 0 !important
    }
}

@media(max-width:768px) {
    .app .inner {
        background: no-repeat bottom;
        background-size: 125%;
        display: block;
        min-height: 172px;
        padding: 30px 15px 24px
    }

    .app .app__intro {
        padding: 0;
        text-shadow: none
    }

    .app h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
        text-align: center
    }

    .app .sub {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto 24px;
        max-width: 280px;
        text-align: center
    }

    .app .app__img {
        display: none
    }

    .app .learners {
        font-size: 14px;
        height: 36px;
        line-height: 37px;
        margin: 20px auto 0;
        max-width: 100%;
        padding: 0 5px;
        text-align: center;
        width: 292px
    }

    .app .learners span:before {
        margin-right: 8px
    }
}

@media(max-width:768px) and (max-width:320px) {
    .app .learners {
        font-size: 12px
    }
}

@media(max-width:768px) {
    .app .inner .app__nav {
        display: flex;
        justify-content: center
    }

    .app .inner .app__nav a {
        width: 147px
    }

    .app .inner .app__nav a:first-child {
        margin-right: 20px
    }
}

.goals {
    padding: 37px 0 38px
}

.goals.goals--upper {
    background-color: #f3f6f7;
    background-position: left 20px;
    background-size: 111px auto;
    height: 244px;
    padding: 54px 0 40px
}

.goals.goals--upper h2 {
    font-weight: 700;
    line-height: normal
}

.goals.goals--upper h5 {
    font-size: 18px;
    margin: 0 0 23px
}

.goals.goals--upper .goal {
    background-color: #fff !important;
    background-size: 65px auto;
    font-size: 20px;
    height: 84px;
    line-height: 24px;
    padding: 18px 0 0 20px
}

.goals.goals--upper .goal:first-child {
    background-size: 63px auto
}

.goals.goals--upper .goal:nth-child(2) {
    background-size: 69px auto
}

.goals.goals--upper .goal:nth-child(3) {
    background-size: 80px auto
}

.goals.goals--upper .goal .arrow {
    display: none
}

@media(max-width:1250px) {
    .goals.goals--upper {
        padding-top: 60px
    }
}

@media(max-width:768px) {
    .goals.goals--upper {
        display: none
    }
}

.goals h2 {
    color: #2d3941;
    font-size: 24px;
    margin-bottom: 38px
}

.goals .goals__container {
    display: flex;
    justify-content: center
}

.goals h5 {
    color: #5d676e;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 43px;
    margin-top: 22px;
    text-align: center
}

.goals .goal {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(5, 5, 5, .16);
    color: #465159;
    display: block;
    font-size: 20px;
    height: 80px;
    letter-spacing: .4px;
    line-height: 30px;
    margin-right: 48.5px;
    padding: 10px 0 0 30px;
    width: 346px
}

.goals .goal:last-child {
    margin-right: 0
}

.goals .goal:hover {
    outline: 2px solid #007646
}

.goals .goal:hover span {
    color: #007646
}

.goals .goal>span {
    font-weight: 700;
    max-width: 195px;
    transition: color .3s ease-in-out
}

.goals .goal>span span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 12px;
    left: 2px;
    overflow: hidden;
    position: relative;
    top: 2px;
    width: 11px
}

.goals .goal>span span:before {
    left: -2px;
    position: absolute;
    top: -1px;
    transition: color .3s ease-in-out
}

.goals .goal:first-child {
    background: no-repeat 100% 100%/71px
}

.goals .goal:nth-child(2) {
    background: no-repeat 100% 100%/80px
}

.goals .goal:nth-child(3) {
    background: no-repeat 100% 100%/70px
}

.goals .goal .arrow {
    position: relative;
    right: -4px;
    top: 2px
}

.goals .goal .arrow:before {
    color: #007646
}

@media(max-width:1170px) and (min-width:768px) {
    .goals {
        background-image: none
    }

    .goals .goals__container {
        flex-wrap: wrap
    }

    .goals .goal {
        background-size: 89px !important;
        margin-bottom: 20px;
        margin-right: 20px;
        width: 242px
    }
}

@media(min-width:769px) {
    .goals .goal .arrow {
        display: none
    }
}

@media(max-width:768px) {
    .goals {
        background-image: none;
        padding: 24px 0 40px
    }

    .goals h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px
    }

    .goals h5 {
        font-size: 16px;
        margin: 0 0 24px
    }

    .goals .goals__container {
        align-items: center;
        flex-direction: column
    }

    .goals .goal {
        background-size: 64px !important;
        font-size: 16px;
        height: 92px;
        line-height: 24px;
        margin: 0 0 20px;
        padding: 23px 0 0 24px
    }

    .goals .goal br {
        display: inline-block
    }

    .goals .goal:nth-child(3) {
        margin-bottom: 0
    }

    .goals .goal:nth-child(3)>span {
        display: inline
    }
}

.alison {
    background: #f5fcec;
    background: linear-gradient(90deg, #f5fcec 50%, #e6f3fd 0);
    position: relative
}

.alison .inner {
    display: flex;
    position: relative
}

.alison .alison__world {
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.alison .alison__section {
    padding: 58px 0 67px;
    width: 50%
}

.alison .alison__section:first-child {
    padding: 58px 0 67px 131px
}

.alison .alison__section:first-child .speech {
    color: #686868;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 26px;
    max-width: 384px
}

.alison .alison__section:first-child .mike {
    align-items: center;
    color: #686868;
    display: flex;
    font-size: 14px
}

.alison .alison__section:first-child .mike img {
    margin-right: 18px;
    max-width: 74px
}

.alison .alison__section:first-child .mike>span {
    font-size: 14px
}

.alison .alison__section:first-child .mike>span span {
    display: block;
    font-size: 20px
}

.alison .alison__section:first-child .mike a .blue {
    transition: color .3s ease-in-out
}

.alison .alison__section:first-child .mike a .blue:hover {
    color: #5d676e
}

.alison .alison__section:nth-child(2) {
    color: #2e3942;
    padding-left: 101px
}

.alison .alison__section:nth-child(2) .founded {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 26px;
    max-width: 214px
}

.alison .alison__section:nth-child(2) a {
    color: #2e3942;
    font-size: 16px
}

.alison .alison__section:nth-child(2) a:hover .bold {
    text-decoration: underline
}

@media(min-width:1170px) {
    .alison .alison__section:nth-child(2) {
        background: 0 0 !important
    }
}

@media(min-width:768px) {
    .alison .alison__background {
        background: url("{{ asset('new-design/img/homepage/ireland.png') }}") no-repeat 100% 0/auto 100%;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .alison .alison__world {
        background: url('{{ asset("new-design/img/homepage/world.svg") }}') no-repeat bottom !important
    }
}

@media(min-width:768px) and (max-width:1366px) {
    .alison .alison__world {
        width: calc(100% - 31px)
    }
}

@media(min-width:768px) and (max-width:1170px) {
    .alison .alison__world {
        display: none
    }

    .alison .inner {
        flex-wrap: wrap;
        padding: 0
    }

    .alison .inner .alison__section {
        width: 100%
    }

    .alison .inner .alison__section:first-child {
        background: #f5fcec url('{{ asset("new-design/img/homepage/world.png") }}') no-repeat 100% 100%;
        justify-content: left;
        order: 2;
        padding-left: 101px
    }

    .alison .inner .alison__section:nth-child(2) {
        background: #e6f3fd no-repeat 100% 0/auto 100%;
        order: 1
    }
}

@media(max-width:768px) {
    .alison .inner {
        flex-wrap: wrap;
        padding: 0
    }

    .alison .inner .alison__world {
        background: no-repeat 100% 100%/104px
    }

    .alison .inner .alison__section {
        padding: 24px 0 41px 24px;
        width: 100%
    }

    .alison .inner .alison__section:first-child {
        background-color: #f5fcec;
        order: 2
    }

    .alison .inner .alison__section:first-child .speech {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
        max-width: 274px
    }

    .alison .inner .alison__section:first-child .mike img {
        height: auto;
        width: 48px
    }

    .alison .inner .alison__section:first-child .mike span {
        font-size: 12px
    }

    .alison .inner .alison__section:first-child .mike .medium {
        font-size: 16px;
        margin-bottom: 4px
    }

    .alison .inner .alison__section:nth-child(2) {
        background: #e6f3fd no-repeat 100%/auto 190px;
        order: 1;
        padding: 32px 0 41px 24px
    }

    .alison .inner .alison__section:nth-child(2) img {
        width: 100px
    }

    .alison .inner .alison__section:nth-child(2) .founded {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 19px;
        max-width: 197px
    }

    .alison .inner .alison__section:nth-child(2) a {
        font-size: 14px
    }
}

@media(max-width:480px) {
    .alison .inner {
        flex-wrap: wrap;
        padding: 0
    }

    .alison .inner .alison__section:nth-child(2) {
        background-position: 125%
    }
}

@media(max-width:768px) {
    .courses__carousel .slick-track {
        margin: 0
    }

    .courses__carousel .slick-track>li {
        height: auto;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    .courses__carousel .slick-track>li .course-block {
        min-height: 0 !important;
        padding: 10px;
        position: static
    }

    .courses__carousel .slick-track>li .course-block .course-stars {
        bottom: 14px;
        left: 10px;
        position: absolute
    }

    .courses__carousel .slick-track>li .course-block .course-block-info {
        display: none
    }

    .courses__carousel .slick-track>li .course-block .course-block-img-outer {
        background-color: transparent !important;
        float: right;
        height: auto !important;
        margin-left: 3%;
        max-width: 44%;
        width: 50%
    }

    .courses__carousel .slick-track>li .course-block .course-block-img-outer .btn {
        border-radius: 3px;
        display: block !important;
        margin: 10px 0 0;
        max-width: none;
        padding: 7px 0;
        position: relative;
        text-transform: capitalize
    }

    .courses__carousel .slick-track>li .course-block .course-block-img-outer .btn span {
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 10px
    }

    .courses__carousel .slick-track>li .course-block .course-block-img-outer .bar-container {
        bottom: auto;
        top: 0
    }

    .courses__carousel .slick-track>li .course-block .course-block-content {
        min-height: 136px;
        padding: 0 !important
    }

    .courses__carousel .slick-track>li .course-block .course-block-content .mobile-publisher {
        display: block !important
    }

    .courses__carousel .slick-track>li .course-block .course-block-content>.course-category, .courses__carousel .slick-track>li .course-block .course-block-content>span {
        margin-bottom: 8px !important
    }

    .courses__carousel .slick-track>li .course-block .course-block-content h3, .courses__carousel .slick-track>li .course-block .course-block-content h4, .courses__carousel .slick-track>li .course-block .course-block-content h5 {
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 10px
    }

    .courses__carousel .slick-track>li .course-block .course-block-content .mobile-read-more {
        display: none
    }

    .courses__carousel .slick-track .course-block .start-now__outer.start-now__outer--mobile {
        display: block !important;
        float: right;
        left: auto;
        margin-top: 10px;
        max-width: 44%;
        position: static;
        text-align: right;
        transform: none;
        width: 50%
    }

    .courses__carousel .slick-track .course-block .start-now__outer.start-now__outer--mobile .start-button:after {
        content: "\ea08";
        font-family: icomoon;
        font-size: 11px;
        position: absolute;
        right: 5px;
        top: 11px
    }

    .courses__carousel .slick-track .course-block .start-now__outer.start-now__outer--mobile a {
        border-radius: 3px;
        display: block !important;
        font-size: 11px;
        margin: 4px 0 0;
        max-width: 100%;
        min-width: auto;
        padding: 9px 0;
        position: relative;
        text-transform: capitalize;
        width: 100%
    }

    .courses__carousel .slick-track .course-block .start-now__outer.start-now__outer--mobile a.continue-button {
        padding: 9px 15px 9px 0
    }

    .courses__carousel .slick-track .course-block .start-now__outer:not(.start-now__outer--mobile) {
        display: none !important
    }
}

@media(max-width:420px) {
    .courses__carousel .slick-track>li:not(.occupations-object) .course-block .course-block-content>.course-category {
        display: none
    }
}

.learning-counter {
    background: #fff;
    border-radius: 6px;
    bottom: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .21);
    color: #717980;
    font-size: 16px;
    left: 40px;
    padding: 16px 28px 16px 48px;
    position: absolute;
    text-align: center;
    transform: translateY(50%);
    width: 395px
}

.learning-counter:after {
    background: #009b5d;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

@media(max-width:768px) {
    .learning-counter {
        font-size: 12px;
        left: 50%;
        padding: 12px 16px 12px 36px;
        transform: translate(-50%, 50%);
        width: 296px
    }

    .learning-counter:after {
        left: 16px
    }
}