button:focus {
    outline: none;
}

button:focus-visible {
    outline: none;
}

.btn {
    white-space: nowrap;
    font-weight: 600;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: var(--primaryDark);
}

.btn:not(:disabled):not(.disabled):active {
    outline: 0;
}

.btn-primary, .primary-btn {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.disabled, .btn-primary:disabled, .primary-btn:hover, .primary-btn:focus, .primary-btn:not(:disabled):not(.disabled):active, .primary-btn.disabled, .primary-btn:disabled {
    background-color: var(--primaryDark);
    color: var(--white);
    border-color: var(--primaryDark);
}

.btn-primary:hover:focus, .btn-primary:focus:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.disabled:focus, .btn-primary:disabled:focus, .primary-btn:hover:focus, .primary-btn:focus:focus, .primary-btn:not(:disabled):not(.disabled):active:focus, .primary-btn.disabled:focus, .primary-btn:disabled:focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled, .primary-btn.disabled, .primary-btn:disabled {
    opacity: 0.65;
}

.btn-secondary {
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: var(--secondaryDark);
    color: var(--white);
    border-color: var(--secondaryDark);
}

.btn-secondary:hover:focus, .btn-secondary:focus:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.disabled:focus, .btn-secondary:disabled:focus {
    box-shadow: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    opacity: 0.65;
}

.btn-white {
    background-color: var(--white);
    color: var(--primary);
    border-color: var(--white);
}

.btn-white:hover {
    background-color: var(--white);
    color: var(--primaryDark);
    border-color: var(--white);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-outline :hover {
    color: var(--primaryDark);
    border: 1px solid var(--primaryDark);
}

.btn-border-0 {
    background: transparent;
    color: var(--primary);
    border: none;
}

.btn-border-0 :hover {
    color: var(--primaryDark);
    border: none;
}

.btn-bell {
    background: url("/static/images/hub/bell.svg") no-repeat 10px center;
    padding-left: 38px;
    background-size: 20px;
}

.btn-bell:hover {
    background: url("/static/images/hub/bell-fill.svg") no-repeat 10px center;
    background-size: 20px;
}

.btn-bell.following {
    background: url("/static/images/hub/bell-fill.svg") no-repeat 10px center;
    background-size: 20px;
}

.btn-copy-link {
    background: url("/static/images/hub/link.svg") no-repeat 10px center;
    padding-left: 38px;
    background-size: 22px;
    color: var(--primary);
}

.btn-copy-link:hover {
    background: url("/static/images/hub/link-dark.svg") no-repeat 10px center;
    background-size: 22px;
    color: var(--primaryDark);
}

.btn-arrow {
    background: url("/static/images/hub/chevron-right.svg") no-repeat 97% center;
    padding-right: 30px;
    background-size: 16px;
}

.btn-arrow:hover {
    background: url("/static/images/hub/chevron-right-dark.svg") no-repeat 97% center;
}

.btn-plus {
    background: url("./static/images/hub/plus-primary.svg") no-repeat 10px center;
    font-weight: 600;
    color: var(--primary);
    padding: 0 15px 0 40px;
    background-size: 28px;
    border: 1px solid var(--primary);
    height: 40px;
}

.btn-plus:hover {
    background: url("./static/images/hub/plus-primary-dark.svg") no-repeat 10px center;
    color: var(--primaryDark);
    background-size: 28px;
    border: 1px solid var(--primaryDark);
}

.btn-plus:disabled {
    background: url("./static/images/hub/plus-primary-disabled.svg") no-repeat 10px center;
    color: var(--grey80);
    background-size: 28px;
    border: 1px solid var(--grey80);
    cursor: none;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--primary);
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.btn-close:focus {
    outline: none;
}

section {
    padding: 0;
}

.hero-banner {
    padding: 80px 0;
    background: linear-gradient(89deg, var(--nightDark) 0%, var(--nightLight) 100%);
}

@media (max-width: 991px) {
    .hero-banner {
        padding: 24px 0;
    }
}

.hero-banner .hero-content {
    display: flex;
    gap: 52px;
    align-items: center;
}

@media (max-width: 1200px) {
    .hero-banner .hero-content {
        flex-direction: column;
        gap: 24px;
    }
}

.hero-banner .hero-content .hero-search {
    max-width: 528px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

@media (max-width: 1200px) {
    .hero-banner .hero-content .hero-search {
        order: 2;
    }
}

@media (max-width: 991px) {
    .hero-banner .hero-content .hero-search {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .hero-banner .hero-content .hero-search {
        gap: 24px;
    }
}

.hero-banner .hero-content .hero-search h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    color: var(--white);
    text-align: center;
    margin: 0;
    font-family: var(--fontMontserrat);
}

@media (max-width: 767px) {
    .hero-banner .hero-content .hero-search h1 {
        font-size: 40px;
    }
}

.hero-banner .hero-content .hero-search .search-wrapper {
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 767px) {
    .hero-banner .hero-content .hero-search .search-wrapper {
        padding: 0;
    }
}

.hero-banner .hero-content .hero-search .search-wrapper .search .form-control:focus {
    background-color: var(--white);
    border: 1px solid var(--grey70);
}

.hero-banner .hero-content .hero-search .search-wrapper .search input {
    background: url(/static/images/hub/search-icon-night.svg) no-repeat 15px center;
    background-color: var(--white);
    padding: 8px 16px 8px 45px;
    background-size: 20px;
    height: auto;
}

@media (max-width: 1440px) {
    .hero-banner .hero-content .hero-banner-image img {
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .hero-banner .hero-content .hero-banner-image img {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .hero-banner .hero-content .hero-banner-image img {
        width: 400px;
    }
}

@media (max-width: 576px) {
    .hero-banner .hero-content .hero-banner-image img {
        width: 300px;
    }
}

.career-advice-wrapper {
    margin: 80px 0;
}

@media (max-width: 991px) {
    .career-advice-wrapper {
        margin: 32px 0;
    }
}

.career-advice-wrapper h2 {
    color: var(--night);
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 48px;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .career-advice-wrapper h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.career-advice-wrapper .card {
    height: 100%;
    border-radius: 5px;
    box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.1), 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--night);
}

@media (max-width: 991px) {
    .career-advice-wrapper .card {
        gap: 8px;
    }
}

.career-advice-wrapper .card .icon-block {
    width: 58px;
    height: 58px;
    background-color: var(--night);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-advice-wrapper .card .icon-block .icon {
    width: 32px;
    height: 32px;
    background-size: 32px;
    vertical-align: middle;
}

.career-advice-wrapper .card .icon-block .icon .default-img {
    display: block;
}

.career-advice-wrapper .card .icon-block .icon .hover-img {
    display: none;
}

.career-advice-wrapper .card .career-title {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .career-advice-wrapper .card .career-title {
        font-size: 16px;
    }
}

.career-advice-wrapper .card .text {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .career-advice-wrapper .card .text {
        font-size: 12px;
    }
}

.career-advice-wrapper .card:hover {
    background-color: var(--night);
    color: var(--white);
}

.career-advice-wrapper .card:hover .icon-block {
    background-color: var(--white);
}

.career-advice-wrapper .card:hover .icon-block .icon .default-img {
    display: none;
}

.career-advice-wrapper .card:hover .icon-block .icon .hover-img {
    display: block;
}

.career-advice-wrapper .card:hover .card {
    color: var(--white);
}

.dream-profession-wrapper {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .dream-profession-wrapper {
        margin-bottom: 32px;
    }
}

.dream-profession-wrapper .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .dream-profession-wrapper .title-block {
        display: block;
        margin-bottom: 24px;
    }
}

.dream-profession-wrapper .title-block .title {
    margin: 0px;
    color: var(--night);
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .dream-profession-wrapper .title-block .title {
        text-align: left;
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 32px;
    }
}

.dream-profession-wrapper .title-block a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

@media (max-width: 991px) {
    .dream-profession-wrapper .title-block a {
        font-size: 16px;
    }
}

.dream-profession-wrapper .title-block a img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.dream-profession-wrapper .profession-cards .card {
    border-radius: 5px;
    height: 100%;
    border: none;
}

.dream-profession-wrapper .profession-cards .card img {
    flex-grow: 1;
    height: 360px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.dream-profession-wrapper .profession-cards .card .title {
    height: 100%;
    border-radius: 0 0 5px 5px;
    background-color: var(--night);
    padding: 40px 32px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: var(--white);
    font-family: var(--fontMontserrat);
}

.insights-wrapper {
    background-color: var(--night);
    padding: 80px 0;
}

@media (max-width: 991px) {
    .insights-wrapper {
        padding: 24px 0;
    }
}

.insights-wrapper .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 48px;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .insights-wrapper .title {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.insights-wrapper .insights-cards .card {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.insights-wrapper .insights-cards .card img {
    flex-grow: 1;
    height: 290px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.insights-wrapper .insights-cards .card .title-block {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    min-height: 120px;
    padding: 32px 16px;
}

.insights-wrapper .insights-cards .card .title-block .title {
    font-family: var(--fontMontserrat);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--night);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insights-wrapper .insights-cards .card .title-block img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    flex: 0 0 24px;
}

.our-vision-wrapper {
    background-color: var(--dayLight);
    padding: 80px 0;
}

@media (max-width: 991px) {
    .our-vision-wrapper {
        padding: 24px 0;
    }
}

.our-vision-wrapper .our-vision {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .our-vision-wrapper .our-vision {
        flex-direction: column;
    }
}

.our-vision-wrapper .our-vision .content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: var(--night);
}

@media (max-width: 991px) {
    .our-vision-wrapper .our-vision .content {
        gap: 16px;
    }
}

.our-vision-wrapper .our-vision .content .title {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .our-vision-wrapper .our-vision .content .title {
        font-size: 32px;
    }
}

.our-vision-wrapper .our-vision .content .text {
    font-size: 36px;
    line-height: normal;
    font-weight: 700;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .our-vision-wrapper .our-vision .content .text {
        font-size: 24px;
    }
}

.our-vision-wrapper .our-vision .vision-image img {
    width: auto;
    max-width: none;
}

@media (max-width: 991px) {
    .our-vision-wrapper .our-vision .vision-image img {
        width: 320px;
    }
}

.forum-wrapper {
    background-color: var(--night);
    color: var(--white);
}

@media (max-width: 1200px) {
    .forum-wrapper {
        padding-bottom: 24px;
    }
}

.forum-wrapper .forum-content {
    display: flex;
    gap: 72px;
    align-items: center;
}

@media (max-width: 1200px) {
    .forum-wrapper .forum-content {
        flex-direction: column;
        gap: 24px;
    }
}

.forum-wrapper .forum-content .content .section-title {
    position: relative;
    font-size: 20px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .forum-wrapper .forum-content .content .section-title {
        font-size: 16px;
    }
}

.forum-wrapper .forum-content .content .section-title::after {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--white);
    position: absolute;
    top: 8px;
    margin-left: 10px;
}

.forum-wrapper .forum-content .content h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--white);
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .forum-wrapper .forum-content .content h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

.forum-wrapper .forum-content .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 32px;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .forum-wrapper .forum-content .content p {
        font-size: 16px;
        margin-bottom: 24px;
    }
}

.forum-wrapper .forum-content .content .btn-community {
    background-color: var(--white);
    color: var(--night);
    padding: 8px 16px;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.forum-wrapper .forum-content .forum-banner-image img {
    width: auto;
    max-width: none;
}

@media (max-width: 991px) {
    .forum-wrapper .forum-content .forum-banner-image img {
        width: 400px;
    }
}

@media (max-width: 576px) {
    .forum-wrapper .forum-content .forum-banner-image img {
        width: 300px;
    }
}

.success-stories-wrapper {
    margin: 80px 0;
}

@media (max-width: 991px) {
    .success-stories-wrapper {
        margin: 32px 0;
    }
}

.success-stories-wrapper .success-stories .title-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .success-stories-wrapper .success-stories .title-block {
        margin-bottom: 16px;
    }
}

.success-stories-wrapper .success-stories .title-block .title {
    color: var(--night);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .success-stories-wrapper .success-stories .title-block .title {
        font-size: 24px;
    }
}

.success-stories-wrapper .success-stories .title-block .text {
    padding: 8px 0;
    color: var(--night);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 991px) {
    .success-stories-wrapper .success-stories .title-block .text {
        font-size: 14px;
        padding-bottom: 0;
    }
}

.success-stories-wrapper .success-stories .story-cards .card {
    background-color: var(--night);
    color: var(--white);
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.success-stories-wrapper .success-stories .story-cards .card img {
    width: 100%;
    height: 100%;
    max-height: 206px;
    -o-object-fit: cover;
    object-fit: cover;
}

.success-stories-wrapper .success-stories .story-cards .card .card-body {
    flex-grow: 1;
    margin-bottom: 32px;
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    height: 100%;
}

@media (max-width: 991px) {
    .success-stories-wrapper .success-stories .story-cards .card .card-body {
        gap: 16px;
    }
}

.success-stories-wrapper .success-stories .story-cards .card .card-body .about {
    min-height: 60px;
}

.success-stories-wrapper .success-stories .story-cards .card .card-body .about .name {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--fontMontserrat);
}

.success-stories-wrapper .success-stories .story-cards .card .card-body .about .designation {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    font-family: var(--fontMontserrat);
}

.success-stories-wrapper .success-stories .story-cards .card .card-body .story {
    flex-grow: 1;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--fontMontserrat);
}

@media (max-width: 767px) {
    .success-stories-wrapper .success-stories .story-cards .card .card-body .story {
        margin: 16px 0;
    }
}

.success-stories-wrapper .success-stories .story-cards .card .card-foot {
    margin-top: auto;
}

.success-stories-wrapper .success-stories .story-cards .card .card-foot a {
    padding: 16px 0;
    color: var(--white);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline;
}

.logos-carousel {
    padding: 56px 0;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .logos-carousel {
        padding: 0;
        margin-bottom: 24px;
    }
}

.logos-carousel .title {
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    color: var(--night);
    margin-bottom: 56px;
    font-family: var(--fontMontserrat);
}

@media (max-width: 991px) {
    .logos-carousel .title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 8px;
    }
}

.logos-carousel .logos {
    display: flex;
    justify-content: center;
}

@media (max-width: 1440px) {
    .logos-carousel .logos {
        flex-wrap: wrap;
    }
}

.logos-carousel .logos.owl-drag .owl-item img {
    width: 100%;
}

.logos-carousel .logos a {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .logos-carousel .logos a {
        padding: 10px;
    }
}

.logos-carousel .logos a.disabled {
    pointer-events: none;
    opacity: 1;
}

.logos-carousel .logos a img {
    width: 200px;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
}

.owl-nav .owl-prev {
    left: -20px;
    height: 100%;
    position: absolute;
    top: 0;
    outline: none;
}

.owl-nav .owl-next {
    right: -20px;
    height: 100%;
    position: absolute;
    top: 0;
    outline: none;
}

.owl-nav .arrow {
    color: var(--primary);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--white);
    font-size: 33px;
    filter: drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.1)) drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2));
}

.owl-nav .arrow.arrow-left {
    background-image: url(/static/images/courses/chevron-left.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}

.owl-nav .arrow.arrow-right {
    background-image: url(/static/images/courses/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}
