* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif
}

.container {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bricolage Grotesque", sans-serif !important
}

p {
    color: #054561
}

.primary-btn {
    background-color: #3857DC;
    color: #fff;
    border-radius: 16px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease;
    cursor: pointer
}

@media (min-width: 768px) and (max-width: 1023px) {
    .primary-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .primary-btn {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .primary-btn {
        font-size: 14px
    }
}

.primary-btn:hover {
    background-color: #223fbf;
    color: #fff;
    text-decoration: none
}

.secondary-btn {
    background-color: #37DCBC;
    color: #1E1E1E;
    border-radius: 16px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center
}

@media (min-width: 768px) and (max-width: 1023px) {
    .secondary-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .secondary-btn {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .secondary-btn {
        font-size: 14px
    }
}

.secondary-btn:hover {
    background-color: #21bfa0;
    color: #1E1E1E;
    text-decoration: none
}

.transparent-btn {
    background-color: transparent;
    color: #1E1E1E;
    border-radius: 16px;
    border: 1px solid rgba(2, 60, 118, 0.2);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease
}

@media (min-width: 768px) and (max-width: 1023px) {
    .transparent-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .transparent-btn {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .transparent-btn {
        font-size: 14px
    }
}

.transparent-btn:hover {
    background-color: #ECEDFB;
    text-decoration: none
}

.white-btn {
    background-color: #fff;
    color: #3857DC;
    border-radius: 16px;
    border: 1px solid #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease
}

@media (min-width: 768px) and (max-width: 1023px) {
    .white-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .white-btn {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .white-btn {
        font-size: 14px
    }
}

.white-btn:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

.common-section-title h2 {
    font-size: 54px;
    line-height: 1.2;
    color: #054561;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    margin-bottom: 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .common-section-title h2 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .common-section-title h2 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .common-section-title h2 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .common-section-title h2 {
        line-height: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .common-section-title h2 {
        line-height: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .common-section-title h2 {
        line-height: 30px
    }
}

.common-section-title h2 a {
    font-family: "Bricolage Grotesque", sans-serif !important
}

.common-section-title p {
    font-size: 18px;
    line-height: 1.2;
    color: #054561;
    font-weight: 400
}

@media (min-width: 768px) and (max-width: 1023px) {
    .common-section-title p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .common-section-title p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .common-section-title p {
        font-size: 14px
    }
}

.color-secondary {
    color: #37DCBC
}

.article-card {
    background: transparent;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
    margin-bottom: 20px
}

.article-card a {
    width: 100%
}

.article-card .article-img {
    width: 100%;
    height: 240px;
    border-radius: 14px;
    margin-bottom: 24px;
    overflow: hidden
}

.article-card .article-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease
}

@media (min-width: 768px) and (max-width: 1023px) {
    .article-card .article-img {
        height: 200px;
        margin-bottom: 18px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .article-card .article-img {
        height: 180px;
        margin-bottom: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .article-card .article-img {
        height: 180px;
        margin-bottom: 14px
    }
}

.article-card .article-content .article-category {
    font-weight: 700;
    font-size: 18px;
    color: #3857DC;
    margin-bottom: 15px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .article-card .article-content .article-category {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .article-card .article-content .article-category {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .article-card .article-content .article-category {
        font-size: 14px
    }
}

.article-card .article-content h3 {
    font-size: 24px;
    letter-spacing: -0.72px;
    color: #1E1E1E;
    margin-bottom: 14px;
    margin-top: 8px;
    font-weight: 400;
    transition: color 0.3s ease
}

@media (min-width: 768px) and (max-width: 1023px) {
    .article-card .article-content h3 {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .article-card .article-content h3 {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .article-card .article-content h3 {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .article-card .article-content h3 {
        margin-top: 4px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .article-card .article-content h3 {
        margin-top: 4px;
        margin-bottom: 10px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .article-card .article-content h3 {
        margin-top: 4px;
        margin-bottom: 10px
    }
}

.article-card .article-content p {
    font-size: 18px;
    line-height: 1.2;
    color: #1E1E1E;
    opacity: 0.7;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 1023px) {
    .article-card .article-content p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .article-card .article-content p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .article-card .article-content p {
        font-size: 14px
    }
}

.article-card:hover .article-img img {
    transform: scale(1.05)
}

.article-card:hover .article-content h3 {
    color: #3857DC
}

.program-card {
    background: #fff;
    border: 1px solid rgba(1, 60, 118, 0.2);
    border-radius: 24px;
    padding: 32px 24px;
    box-shadow: 11px 18px 42px -14px rgba(2, 60, 118, 0.2)
}

.program-card .program-card-title a {
    font-size: 32px;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.64px;
    color: #1E1E1E;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 20px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-card-title a {
        font-size: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-card-title a {
        font-size: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-card-title a {
        font-size: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-card-title a {
        line-height: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-card-title a {
        line-height: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-card-title a {
        line-height: 20px
    }
}

.program-card .program-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 15px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-image {
        height: 200px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-image {
        height: 180px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-image {
        height: 180px
    }
}

.program-card .program-description {
    padding-bottom: 20px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(2, 60, 118, 0.2)
}

.program-card .program-description p {
    font-size: 16px;
    color: rgba(30, 30, 30, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-description p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-description p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-description p {
        font-size: 14px
    }
}

.program-card .program-section-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.48px;
    color: #1E1E1E;
    margin-bottom: 4px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-section-title {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-section-title {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-section-title {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-section-title {
        line-height: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-section-title {
        line-height: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-section-title {
        line-height: 16px
    }
}

.program-card .program-includes {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid rgba(2, 60, 118, 0.2)
}

.program-card .program-includes .include-item {
    display: flex;
    align-items: center;
    gap: 14px
}

.program-card .program-includes .include-item img {
    width: 24px;
    height: 24px
}

.program-card .program-includes .include-item span {
    font-size: 16px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-includes .include-item span {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-includes .include-item span {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-includes .include-item span {
        font-size: 14px
    }
}

.program-card .program-instructors {
    padding: 13px 0px 20px 0px;
    border-bottom: 1px solid rgba(2, 60, 118, 0.2);
    margin: 20px 0px
}

.program-card .program-instructors .instructors {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 10px
}

.program-card .program-instructors .instructors .instructor-avatars {
    display: flex
}

.program-card .program-instructors .instructors .instructor-avatars img {
    width: 42px;
    height: 42px;
    margin-left: -24px;
    position: relative;
    border-radius: 50%
}

.program-card .program-instructors .instructors .instructor-avatars img:first-child {
    margin-left: 0;
    z-index: 2
}

.program-card .program-instructors .instructors .instructor-avatars img:nth-child(2) {
    z-index: 1
}

.program-card .program-instructors .instructors span {
    font-size: 16px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-instructors .instructors span {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-instructors .instructors span {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-instructors .instructors span {
        font-size: 14px
    }
}

.program-card .program-controls {
    display: flex;
    gap: 20px
}

.program-card .program-controls .program-price-select {
    width: calc(100% - 152px)
}

.program-card .program-controls .program-price-select select {
    height: 100%;
    border-radius: 12px;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 600
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-controls .program-price-select select {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-controls .program-price-select select {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-controls .program-price-select select {
        font-size: 14px
    }
}

.program-card .program-controls .program-price-select select:focus {
    outline-color: #3857DC;
    border-color: #3857DC
}

.program-card .program-controls .program-enroll-btn .btn-enroll {
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-controls {
        flex-wrap: wrap
    }

    .program-card .program-controls .program-price-select {
        width: 100%
    }

    .program-card .program-controls .program-enroll-btn {
        width: 100%
    }
}

.program-card .price-selector {
    border: 1px solid rgba(1, 60, 118, 0.2);
    border-radius: 12px;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff
}

.program-card .price-selector:hover {
    background: rgba(0, 0, 0, 0.05)
}

.program-card .price-selector span {
    font-size: 16px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .price-selector span {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .price-selector span {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .price-selector span {
        font-size: 14px
    }
}

.program-card .btn-enroll {
    background-color: #37DCBC;
    color: #1E1E1E;
    font-weight: 700;
    padding: 18px 24px;
    border-radius: 12px;
    font-size: 16px;
    border: none
}

.program-card .btn-enroll:hover {
    background-color: rgba(55, 220, 188, 0.9)
}

.program-card .program-supported-payments .small {
    font-size: 16px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-card .program-supported-payments .small {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-card .program-supported-payments .small {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card .program-supported-payments .small {
        font-size: 14px
    }
}

.program-card .program-supported-payments .payment-methods {
    gap: 12px
}

.program-card .program-supported-payments .payment-methods .payment-method {
    height: 22px;
    width: 40px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(2, 60, 118, 0.2);
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-card {
        padding: 16px 12px
    }
}

.modal-backdrop {
    background-color: rgba(6, 30, 66, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4spx);
    opacity: 1 !important;
    --bs-backdrop-opacity: 0.8
}

.entry-pagination .pagination {
    margin-bottom: 20px
}

.entry-pagination .pagination .page-item:first-child .page-link {
    font-size: 20px
}

.entry-pagination .pagination .page-item:last-child .page-link {
    font-size: 20px
}

.entry-pagination .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.entry-pagination .pagination .page-item.active .page-link {
    background-color: #3857DC;
    background-image: none !important
}

.entry-pagination .pagination .page-item:hover .page-link {
    background-color: #3857DC;
    background-image: none !important
}

.link-item:hover {
    color: #3857DC
}

.note-modal-content .note-modal-footer {
    height: auto !important
}

.search-widget .search {
    display: inline-block;
    position: relative
}

.search-widget .search .form-control {
    height: 56px;
    padding: 11px 45px 11px 25px;
    border: 1px solid rgba(2, 60, 118, 0.2)
}

.search-widget .search button {
    position: absolute;
    right: 25px;
    top: calc(0% + 16px)
}

.search-widget .search button i {
    color: #37DCBC
}

@media (min-width: 576px) and (max-width: 767px) {
    .search-widget {
        width: 100%
    }

    .search-widget .search {
        width: 100%
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .search-widget {
        width: 100%
    }

    .search-widget .search {
        width: 100%
    }
}

.program-card .feature-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

.theme-header-area {
    background-color: #fff;
    padding: 24px 0px
}

.theme-header-area .primary-end .nav-menu .primary-menu li a {
    color: #054561;
    font-weight: 400
}

.theme-header-area .primary-end .nav-menu .primary-menu li a:after {
    background-color: #054561
}

.theme-header-area .primary-end .nav-menu .primary-menu li a.active {
    color: #054561 !important;
    font-weight: 700
}

.theme-header-area .primary-end .nav-menu .primary-menu li a.menu-parent-a:after {
    display: none
}

.theme-header-area .primary-end .cart-top-number {
    background-color: #3857DC
}

.offcanvas .offcanvas-body .btn-off .primary-btn {
    width: 100% !important;
    padding: 15px 20px !important
}

.offcanvas .offcanvas-body .btn-off .transparent-btn {
    width: 100% !important;
    padding: 15px 20px !important
}

.home-header {
    position: absolute;
    z-index: 33;
    width: 100%;
    background: transparent
}

.home-header .primary-end .nav-menu .primary-menu li a {
    color: #fff;
    font-weight: 400
}

.home-header .primary-end .nav-menu .primary-menu li a:after {
    background-color: #fff
}

.home-header .primary-end .nav-menu .primary-menu li a.active {
    color: #fff !important;
    font-weight: 700
}

.home-header .primary-end .nav-menu .primary-menu li a.menu-parent-a:after {
    display: none
}

.home-header .primary-end .nav-menu .primary-menu .have-mega-menu .mega-dropdown-menu .mega-menu-items .mega_list li a {
    color: #1E1E1E
}

.home-header .primary-end .cart-top-number {
    background-color: #3857DC
}

.footer-area {
    background: #1E1E1E !important;
    color: #fff;
    padding: 80px 0px;
    margin-top: 0px
}

.footer-area .footer-content .footer-policy {
    gap: 23px;
    justify-content: start
}

.footer-area .footer-content .footer-policy li {
    color: #fff;
    margin-right: 0px;
    transition: all 0.3s ease !important
}

.footer-area .footer-content .footer-policy li a {
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer-area .footer-content .footer-policy li a {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-content .footer-policy li a {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .footer-area .footer-content .footer-policy li a {
        font-size: 14px
    }
}

.footer-area .footer-content .footer-policy li:hover {
    opacity: 0.5;
    border: 0px;
    background-color: transparent
}

.footer-area .footer-content .copyright-text {
    margin-top: 32px
}

.footer-area .footer-content .copyright-text p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer-area .footer-content .copyright-text p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-content .copyright-text p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .footer-area .footer-content .copyright-text p {
        font-size: 14px
    }
}

.footer-area .f-socials {
    margin-bottom: 0px
}

.footer-area .f-socials li a {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease !important;
    border: 0px
}

.footer-area .f-socials li a:hover {
    opacity: 0.5;
    border: 0px;
    background-color: transparent
}

.header-hero {
    height: 100vh;
    background: url("/figmaAssets/wireframe---2.png") center/cover no-repeat;
    position: relative;
    z-index: 6;
    padding: 80px 0px
}

.header-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(50% 50% at 65% 50%, rgba(36, 71, 86, 0) 45%, rgba(36, 71, 86, 0.5) 100%);
    z-index: 1
}

@media (min-width: 0px) and (max-width: 575px) {
    .header-hero {
        height: 70vh
    }
}

.header-hero .header-nav {
    padding: 23px 80px;
    z-index: 10
}

.header-hero .header-nav .logo {
    height: 41px;
    width: 141.59px;
    object-fit: cover
}

.header-hero .header-nav .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s
}

.header-hero .header-nav .nav-link:hover {
    opacity: 0.8
}

.header-hero .header-nav .btn-signup {
    background-color: #3857DC;
    color: #fff;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 12px;
    border: none
}

.header-hero .header-nav .btn-signup:hover {
    background-color: rgba(56, 87, 220, 0.9)
}

.header-hero .container {
    height: 100%;
    z-index: 2;
    position: relative
}

.header-hero .hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column
}

.header-hero .hero-content .hero-title {
    font-size: 64px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin: 0 0 32px 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-hero .hero-content .hero-title {
        font-size: 48px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-hero .hero-content .hero-title {
        font-size: 36px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .header-hero .hero-content .hero-title {
        font-size: 32px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-hero .hero-content .hero-title {
        margin: 0 0 32px 0
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-hero .hero-content .hero-title {
        margin: 0 0 20px 0
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .header-hero .hero-content .hero-title {
        margin: 0 0 20px 0
    }
}

.header-hero .hero-content .hero-buttons {
    display: inline-flex;
    align-items: center;
    gap: 24px
}

.header-hero .hero-content .hero-buttons .btn-enroll {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background-color: #fff;
    color: #3857DC;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-hero .hero-content .hero-buttons .btn-enroll {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-hero .hero-content .hero-buttons .btn-enroll {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .header-hero .hero-content .hero-buttons .btn-enroll {
        font-size: 14px
    }
}

.header-hero .hero-content .hero-buttons .btn-enroll:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

.header-hero .hero-content .hero-buttons .btn-how-it-works {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.3s
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-hero .hero-content .hero-buttons .btn-how-it-works {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-hero .hero-content .hero-buttons .btn-how-it-works {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .header-hero .hero-content .hero-buttons .btn-how-it-works {
        font-size: 14px
    }
}

.header-hero .hero-content .hero-buttons .btn-how-it-works:hover {
    opacity: 0.8
}

.programs {
    padding: 36px 0px;
    background-image: url(../../assets/frontend/default/image/desing-boxes.svg), url(../../assets/frontend/default/image/desing-boxes2.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 45%, left 98%;
    background-size: 350px, 350px;
    background-attachment: scroll, scroll
}

.programs .program-item {
    padding: 64px 0px;
    border-bottom: 1px solid rgba(2, 60, 118, 0.2)
}

.programs .program-item:last-child {
    border-bottom: 0px
}

.programs .program-item .program-details {
    margin-bottom: 25px
}

.programs .program-item .program-details .program-info {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(2, 60, 118, 0.2)
}

.programs .program-item .program-details .program-info .section-title {
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    color: #054561;
    margin-bottom: 20px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .programs .program-item .program-details .program-info .section-title {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .programs .program-item .program-details .program-info .section-title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .programs .program-item .program-details .program-info .section-title {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .programs .program-item .program-details .program-info .section-title {
        line-height: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .programs .program-item .program-details .program-info .section-title {
        line-height: 36px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .programs .program-item .program-details .program-info .section-title {
        line-height: 30px
    }
}

.programs .program-item .program-details .program-info .section-description {
    font-size: 16px;
    color: #054561;
    margin-bottom: 20px;
    line-height: 1.2
}

@media (min-width: 768px) and (max-width: 1023px) {
    .programs .program-item .program-details .program-info .section-description {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .programs .program-item .program-details .program-info .section-description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .programs .program-item .program-details .program-info .section-description {
        font-size: 14px
    }
}

.programs .program-item .program-details .primary-btn {
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .programs .program-item .program-details .primary-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .programs .program-item .program-details .primary-btn {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .programs .program-item .program-details .primary-btn {
        font-size: 12px
    }
}

.programs .program-item .program-detail-include {
    padding-top: 32px
}

.programs .program-item .program-detail-inc-item {
    margin-bottom: 20px
}

.programs .program-item .program-detail-inc-item .feature-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #054561;
    margin-bottom: 8px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .programs .program-item .program-detail-inc-item .feature-title {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .programs .program-item .program-detail-inc-item .feature-title {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .programs .program-item .program-detail-inc-item .feature-title {
        font-size: 18px
    }
}

.programs .program-item .program-detail-inc-item .feature-description {
    font-size: 18px;
    line-height: 1;
    color: #054561
}

@media (min-width: 768px) and (max-width: 1023px) {
    .programs .program-item .program-detail-inc-item .feature-description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .programs .program-item .program-detail-inc-item .feature-description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .programs .program-item .program-detail-inc-item .feature-description {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .programs .program-item {
        padding: 50px 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .programs .program-item {
        padding: 40px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .programs .program-item {
        padding: 30px 0px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .programs {
        padding: 10px 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .programs {
        padding: 10px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .programs {
        padding: 10px 0px
    }
}

.how-it-helps {
    background: linear-gradient(180deg, #023c76 0%, #0370dc 100%);
    position: relative
}

.how-it-helps .how-it-help-inner {
    padding: 100px 0;
    background-image: url(../../assets/frontend/default/image/boxes-left.svg), url(../../assets/frontend/default/image/boxes-right.svg), url(../../assets/frontend/default/image/shape.svg);
    background-position: -1% -4%, 105% -14%, 1% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 295px, 366px, 400px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .how-it-help-inner {
        padding: 80px 0px;
        background-size: 150px, 200px, 200px;
        background-position: -1% -1%, 105% -4%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .how-it-help-inner {
        padding: 60px 0px;
        background-size: 150px, 200px, 200px;
        background-position: -1% -1%, 105% -4%
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .how-it-help-inner {
        padding: 40px 0px;
        background-size: 150px, 200px, 200px;
        background-position: -1% -1%, 105% -4%
    }
}

.how-it-helps .how-it-help-inner .white-btn {
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .how-it-help-inner .white-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .how-it-help-inner .white-btn {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .how-it-help-inner .white-btn {
        font-size: 12px
    }
}

.how-it-helps .help-section-content {
    padding: 0px 5rem
}

.how-it-helps .help-section-content h2 {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 13px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .help-section-content h2 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .help-section-content h2 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .help-section-content h2 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .help-section-content h2 {
        line-height: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .help-section-content h2 {
        line-height: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .help-section-content h2 {
        line-height: 30px
    }
}

.how-it-helps .help-section-content p {
    color: #fff;
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .help-section-content p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .help-section-content p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .help-section-content p {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .help-section-content {
        padding: 0px 2rem
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .help-section-content {
        padding: 0px 1rem
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .help-section-content {
        padding: 0px 1rem
    }
}

.how-it-helps .help-features {
    margin-top: 64px;
    margin-bottom: 64px
}

.how-it-helps .help-features .step-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 32px;
    backdrop-filter: blur(7px);
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.how-it-helps .help-features .step-card .step-icon {
    width: 48px;
    height: 48px
}

.how-it-helps .help-features .step-card .step-content {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.how-it-helps .help-features .step-card .step-content .step-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
    color: #fff
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .help-features .step-card .step-content .step-title {
        font-size: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .help-features .step-card .step-content .step-title {
        font-size: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .help-features .step-card .step-content .step-title {
        font-size: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .help-features .step-card .step-content .step-title {
        line-height: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .help-features .step-card .step-content .step-title {
        line-height: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .help-features .step-card .step-content .step-title {
        line-height: 20px
    }
}

.how-it-helps .help-features .step-card .step-content .step-description {
    font-size: 18px;
    color: #fff
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .help-features .step-card {
        padding: 26px;
        gap: 40px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .help-features .step-card {
        padding: 20px;
        gap: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .help-features .step-card {
        padding: 20px;
        gap: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .how-it-helps .help-features {
        margin-bottom: 40px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-helps .help-features {
        margin-bottom: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .how-it-helps .help-features {
        margin-bottom: 20px
    }
}

.how-it-helps .btn-light {
    background-color: #fff;
    color: #3857DC;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 12px;
    border: none
}

.how-it-helps .btn-light:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

.testimonials {
    background-color: #ECEDFB;
    padding: 100px 0
}

.testimonials .test-sec-content {
    margin-bottom: 30px
}

.testimonials .test-sec-content h2 {
    font-size: 54px;
    line-height: 1;
    color: #054561;
    font-weight: 700;
    margin-bottom: 14px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials .test-sec-content h2 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonials .test-sec-content h2 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .testimonials .test-sec-content h2 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials .test-sec-content h2 {
        line-height: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonials .test-sec-content h2 {
        line-height: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .testimonials .test-sec-content h2 {
        line-height: 30px
    }
}

.testimonials .test-sec-content p {
    font-size: 18px;
    line-height: 1.2;
    color: #054561;
    font-weight: 400
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials .test-sec-content p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonials .test-sec-content p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .testimonials .test-sec-content p {
        font-size: 14px
    }
}

.testimonials .testimonial-slider .testimonial-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px;
    height: 100%;
    box-shadow: none
}

.testimonials .testimonial-slider .testimonial-card .testimonial-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px
}

.testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%
}

.testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info {
    flex: 1
}

.testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
    color: #054561;
    margin-bottom: 4px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-name {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-name {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-name {
        font-size: 14px
    }
}

.testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-subtitle {
    font-size: 18px;
    color: #054561;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-subtitle {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-subtitle {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-subtitle {
        font-size: 14px
    }
}

.testimonials .testimonial-slider .testimonial-card .testimonial-header .quote-icon {
    width: 48px;
    height: 48px
}

.testimonials .testimonial-slider .testimonial-card .testimonial-quote {
    font-size: 24px;
    line-height: 24px;
    color: #054561;
    font-weight: 400;
    margin-top: 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-quote {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-quote {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .testimonials .testimonial-slider .testimonial-card .testimonial-quote {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials .testimonial-slider .testimonial-card {
        padding: 26px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonials .testimonial-slider .testimonial-card {
        padding: 20px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .testimonials .testimonial-slider .testimonial-card {
        padding: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials {
        padding: 80px 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonials {
        padding: 60px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .testimonials {
        padding: 40px 0px 0px 0px
    }
}

.articles {
    background: linear-gradient(180deg, #ECEDFB 0%, #fff 100%);
    padding-top: 100px
}

.articles .articles-list {
    margin-top: 64px;
    margin-bottom: 44px
}

.articles .articles-list .gx-custom {
    --bs-gutter-x: 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .articles .articles-list {
        margin-top: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .articles .articles-list {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .articles .articles-list {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.articles .btn-primary {
    background-color: #3857DC;
    color: #fff;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 12px;
    border: none
}

.articles .btn-primary:hover {
    background-color: rgba(56, 87, 220, 0.9)
}

@media (min-width: 768px) and (max-width: 1023px) {
    .articles {
        padding-top: 80px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .articles {
        padding-top: 60px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .articles {
        padding-top: 40px
    }
}

.home-community-sec {
    padding-top: 64px;
    border-top: 1px solid rgba(0, 0, 0, 0.15)
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-community-sec {
        padding-top: 80px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .home-community-sec {
        padding-top: 60px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .home-community-sec {
        padding-top: 40px
    }
}

.home-community-sec .primary-btn {
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .home-community-sec .primary-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .home-community-sec .primary-btn {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .home-community-sec .primary-btn {
        font-size: 12px
    }
}

.editor-testemonial-color .testimonial-card p {
    color: #fff
}

.map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px
}

.map-section .hex-grid-background {
    width: 100%;
    height: 600px
}

@media (min-width: 576px) and (max-width: 767px) {
    .map-section .hex-grid-background {
        width: 100%;
        height: auto
    }

    .map-section {
        padding-top: 50px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .map-section .hex-grid-background {
        width: 100%;
        height: auto
    }

    .map-section {
        padding-top: 60px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .map-section .hex-grid-background {
        width: 100%;
        height: auto
    }

    .map-section {
        padding-top: 30px
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 0.3
    }

    50% {
        opacity: 1
    }
}

.map-dot {
    animation: blink 2s ease-in-out infinite
}

.map-dot:nth-child(3n) {
    animation-duration: 2.5s
}

.map-dot:nth-child(5n) {
    animation-duration: 3s
}

.map-dot:nth-child(7n) {
    animation-duration: 3.5s
}

.custom-programs-template {
    margin-top: 0px;
    padding: 60px 0px
}

.custom-programs-template .programs-filter-area {
    box-shadow: none;
    padding: 0px 0px 42px 0px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(2, 60, 118, 0.2)
}

.custom-programs-template .programs-filter-area h1 {
    font-size: 54px;
    font-weight: 700;
    color: #054561;
    margin: 0;
    margin-bottom: 5px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-filter-area h1 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-filter-area h1 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-filter-area h1 {
        font-size: 30px
    }
}

.custom-programs-template .programs-filter-area p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(30, 30, 30, 0.9);
    opacity: 0.7;
    margin: 0;
    max-width: 85%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-filter-area p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-filter-area p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-filter-area p {
        font-size: 14px
    }
}

.custom-programs-template .programs-filter-area .program-filter-options .select-sort-by {
    position: relative;
    display: flex
}

.custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-label {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: calc(0% + 14px);
    z-index: 2;
    left: 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-label {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-label {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-label {
        font-size: 14px
    }
}

.custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-select {
    height: 56px;
    position: relative;
    border: 0px;
    padding: 0px;
    border: 1px solid rgba(2, 60, 118, 0.2);
    border-radius: 12px;
    padding: 16px 24px;
    padding-right: 45px;
    font-size: 16px;
    width: 100%;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url(../../assets/frontend/default/image/drop-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 25px center
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-select {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-select {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-select {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-select {
        margin-bottom: 15px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-filter-area .program-filter-options .select-sort-by .form-select {
        margin-bottom: 15px
    }
}

.custom-programs-template .programs-filter-area .program-filter-options .search-widget .search {
    display: inline-block;
    position: relative
}

.custom-programs-template .programs-filter-area .program-filter-options .search-widget .search .form-control {
    height: 56px;
    padding: 11px 45px 11px 25px;
    border: 1px solid rgba(2, 60, 118, 0.2)
}

.custom-programs-template .programs-filter-area .program-filter-options .search-widget .search button {
    position: absolute;
    right: 25px;
    top: calc(0% + 16px)
}

.custom-programs-template .programs-filter-area .program-filter-options .search-widget .search button i {
    color: #37DCBC
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-filter-area .program-filter-options .search-widget {
        width: 100%
    }

    .custom-programs-template .programs-filter-area .program-filter-options .search-widget .search {
        width: 100%
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-filter-area .program-filter-options .search-widget {
        width: 100%
    }

    .custom-programs-template .programs-filter-area .program-filter-options .search-widget .search {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-filter-area .program-filter-options {
        margin-top: 15px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-filter-area .program-filter-options {
        margin-top: 15px
    }
}

.custom-programs-template .programs-list {
    padding-top: 42px
}

.custom-programs-template .programs-list .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px
}

.custom-programs-template .programs-list .program-card {
    height: 100%;
    background-color: #F6F6FF;
    box-shadow: none;
    padding: 24px;
    margin-bottom: 24px;
    border: none;
    cursor: inherit
}

.custom-programs-template .programs-list .program-card .courses-img {
    height: 278px;
    border-radius: 14px;
    overflow: hidden
}

.custom-programs-template .programs-list .program-card .courses-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.custom-programs-template .programs-list .program-card .courses-img:after {
    display: none
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-list .program-card .courses-img {
        height: 220px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-list .program-card .courses-img {
        height: 200px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-list .program-card .courses-img {
        height: 200px
    }
}

.custom-programs-template .programs-list .program-card .card-body {
    padding: 32px 0px 0px 0px
}

.custom-programs-template .programs-list .program-card .card-body h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.48px;
    color: #1E1E1E;
    margin-bottom: 0px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-list .program-card .card-body h3 {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-list .program-card .card-body h3 {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-list .program-card .card-body h3 {
        font-size: 18px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-list .program-card .card-body h3 {
        line-height: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-list .program-card .card-body h3 {
        line-height: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-list .program-card .card-body h3 {
        line-height: 16px
    }
}

.custom-programs-template .programs-list .program-card .card-body p {
    color: rgba(30, 30, 30, 0.7);
    font-size: 16px;
    font-weight: 400
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-list .program-card .card-body p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-list .program-card .card-body p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-list .program-card .card-body p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-list .program-card .card-body p {
        line-height: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-list .program-card .card-body p {
        line-height: 14px
    }
}

.custom-programs-template .programs-list .program-card .secondary-btn {
    margin-top: 0px;
    display: inline-block;
    border-radius: 12px
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-list .program-card {
        padding: 15px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-list .program-card {
        padding: 15px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .programs-list {
        padding-top: 25px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .programs-list {
        padding-top: 15px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .programs-list {
        padding-top: 15px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template {
        padding: 40px 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template {
        padding: 25px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template {
        padding: 25px 0px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-programs-template .entry-pagination {
        margin-top: 30px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .custom-programs-template .entry-pagination {
        margin-top: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .custom-programs-template .entry-pagination {
        margin-top: 30px
    }
}

.program-detail-banner {
    background: linear-gradient(180deg, #023c76 0%, #0370dc 100%);
    position: relative;
    overflow: hidden
}

.program-detail-banner .program-detail-banner-inner {
    padding: 70px 0;
    background-image: url("../../assets/frontend/default/image/program-vector-top.svg"), url("../../assets/frontend/default/image/program-vector-bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: -11% -19%, 101.5% calc(100% + 150px);
    background-size: 485px, 600px
}

@media (min-width: 992px) and (max-width: 1279px) {
    .program-detail-banner .program-detail-banner-inner {
        background-position: -11% -19%, 101.5% calc(100% + 150px);
        background-size: 450px, 550px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-banner .program-detail-banner-inner {
        background-position: -11% -19%, 101.5% calc(100% + 100px);
        background-size: 300px, 400px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-banner .program-detail-banner-inner {
        background-position: -3% -3%, 102% calc(100% + 70px);
        background-size: 300px, 350px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-banner .program-detail-banner-inner {
        background-position: -2% -2%, 102% calc(100% + 50px);
        background-size: 200px, 300px
    }
}

.program-detail-banner .program-detail-banner-inner .course-details {
    margin-bottom: 30px
}

.program-detail-banner .program-detail-banner-inner .course-details .hero-content h2 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 18px !important
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-banner .program-detail-banner-inner .course-details .hero-content h2 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-banner .program-detail-banner-inner .course-details .hero-content h2 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-banner .program-detail-banner-inner .course-details .hero-content h2 {
        font-size: 30px
    }
}

.program-detail-banner .program-detail-banner-inner .course-details .hero-content p {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 18px;
    margin-bottom: 42px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-banner .program-detail-banner-inner .course-details .hero-content p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-banner .program-detail-banner-inner .course-details .hero-content p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-banner .program-detail-banner-inner .course-details .hero-content p {
        font-size: 14px
    }
}

.program-detail-banner .program-detail-banner-inner .program-image {
    height: 333px;
    border-radius: 24px;
    border: 2px solid #fff;
    overflow: hidden
}

.program-detail-banner .program-detail-banner-inner .program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.program-enrollment {
    width: 100%
}

.program-enrollment .program-controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 14px
}

.program-enrollment .program-controls .program-payment-select {
    width: calc(100% - 146px)
}

.program-enrollment .program-controls .program-payment-select select {
    height: 56px;
    border-radius: 12px;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 600;
    background-size: 22px 18px !important
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-enrollment .program-controls .program-payment-select select {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-enrollment .program-controls .program-payment-select select {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-enrollment .program-controls .program-payment-select select {
        font-size: 14px
    }
}

.program-enrollment .program-controls .program-payment-select select:focus {
    outline-color: #3857DC;
    border-color: #3857DC
}

.program-enrollment .program-controls .payment-enroll-btn {
    text-align: right;
    width: fit-content
}

.program-enrollment .program-controls .payment-enroll-btn .secondary-btn {
    width: 100%;
    height: 100%;
    padding: 12px 20px
}

.program-enrollment .program-supported-payments span {
    color: #fff;
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-enrollment .program-supported-payments span {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-enrollment .program-supported-payments span {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-enrollment .program-supported-payments span {
        font-size: 14px
    }
}

.program-enrollment .program-supported-payments .payment-methods {
    gap: 12px
}

.program-enrollment .program-supported-payments .payment-methods .payment-method {
    height: 22px;
    width: 40px;
    padding: 2px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgba(2, 60, 118, 0.2);
    display: flex;
    justify-content: center;
    align-items: center
}

.features-card {
    background: #fff;
    border-radius: 18px;
    border: none;
    padding: 32px;
    margin-top: 54px
}

.features-card .feature-item {
    padding-left: 24px;
    border-left: 1px solid #00000033
}

.features-card .feature-item .feature-title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #054561;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 4px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .features-card .feature-item .feature-title {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .features-card .feature-item .feature-title {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .features-card .feature-item .feature-title {
        font-size: 18px
    }
}

.features-card .feature-item .feature-description {
    font-family: "Inter", sans-serif;
    color: #054561;
    font-size: 18px;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .features-card .feature-item .feature-description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .features-card .feature-item .feature-description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .features-card .feature-item .feature-description {
        font-size: 14px
    }
}

.program-nav {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1)
}

.program-nav .nav {
    padding: 15px 0px;
    column-gap: 32px;
    row-gap: 10px
}

.program-nav .nav .nav-link {
    color: #054561;
    font-weight: 400;
    font-size: 16px;
    transition: color 0.2s ease, border-color 0.2s ease;
    border-bottom: 2px solid transparent
}

.program-nav .nav .nav-link:hover {
    color: #3857DC
}

.program-nav .nav .nav-link.active {
    color: #3857DC;
    font-weight: 700;
    border-bottom-color: #3857DC
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-nav .nav {
        column-gap: 20px
    }
}

.program-detail-main-content {
    padding: 60px 0
}

.program-detail-main-content h2 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #054561;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content h2 {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content h2 {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content h2 {
        font-size: 18px
    }
}

.program-detail-main-content h5 {
    color: #054561;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content h5 {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content h5 {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content h5 {
        font-size: 14px
    }
}

.program-detail-main-content .section-text {
    color: #054561;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .section-text {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .section-text {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .section-text {
        font-size: 12px
    }
}

.program-detail-main-content .section-divider {
    margin: 42px 0;
    opacity: 0.1
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .section-divider {
        margin: 20px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .section-divider {
        margin: 20px 0px
    }
}

.program-detail-main-content .content-section ul {
    list-style: disc;
    padding-left: 18px
}

.program-detail-main-content .content-section ul li {
    color: #054561;
    font-size: 14px;
    line-height: 1.5
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .content-section ul li {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .content-section ul li {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .content-section ul li {
        font-size: 12px
    }
}

.program-detail-main-content .features-list .feature-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 4px
}

.program-detail-main-content .features-list .feature-row img {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.program-detail-main-content .features-list .feature-row p {
    font-family: "Inter", sans-serif;
    color: #1E1E1E;
    font-size: 16px;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .features-list .feature-row p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .features-list .feature-row p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .features-list .feature-row p {
        font-size: 14px
    }
}

.program-detail-main-content .alert-info-custom {
    background-color: #ECEDFB;
    border-left: 2px solid #3857DC;
    border-radius: 0 8px 8px 0;
    padding: 14px 24px
}

.program-detail-main-content .alert-info-custom p {
    font-family: "Inter", sans-serif;
    color: #054561;
    font-size: 14px;
    line-height: 1.5
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .alert-info-custom p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .alert-info-custom p {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .alert-info-custom p {
        font-size: 12px
    }
}

.program-detail-main-content .section-how-it-helps .how-help-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: decimal
}

.program-detail-main-content .section-how-it-helps .how-help-list li {
    width: calc(50% - 15px);
    font-family: "Inter", sans-serif;
    color: #054561;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 700
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .section-how-it-helps .how-help-list li {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .section-how-it-helps .how-help-list li {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .section-how-it-helps .how-help-list li {
        font-size: 12px
    }
}

.program-detail-main-content .section-how-it-helps .how-help-list li span {
    color: #054561;
    display: block;
    font-weight: 400;
    margin-top: 4px;
    font-size: 14px;
    padding-left: 18px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .section-how-it-helps .how-help-list li span {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .section-how-it-helps .how-help-list li span {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .section-how-it-helps .how-help-list li span {
        font-size: 12px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .section-how-it-helps .how-help-list li {
        width: calc(50% - 25px);
        margin-left: 15px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .section-how-it-helps .how-help-list li {
        width: calc(50% - 25px);
        margin-left: 15px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .section-how-it-helps .how-help-list {
        gap: 18px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .section-how-it-helps .how-help-list {
        gap: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .section-how-it-helps .how-help-list {
        gap: 18px
    }
}

.program-detail-main-content .table-responsive {
    margin-top: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.program-detail-main-content .table-responsive table {
    width: 100%;
    min-width: 640px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto
}

.program-detail-main-content .table-responsive th,
.program-detail-main-content .table-responsive td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: top;
    padding: 12px 8px !important
}

.program-detail-main-content .table-responsive td img,
.program-detail-main-content .table-responsive th img {
    max-width: 100%;
    height: auto;
    display: block
}

@media (max-width: 768px) {

    .program-detail-main-content .table-responsive th,
    .program-detail-main-content .table-responsive td {
        font-size: 14px;
        padding: 10px 8px
    }

    .program-detail-main-content .table-responsive table {
        min-width: 560px
    }
}

.program-detail-main-content .table-responsive .table-stripped thead tr th {
    color: #889699 !important;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 14px 0;
    border-bottom: 1px solid rgba(2, 60, 118, 0.2)
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .table-responsive .table-stripped thead tr th {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .table-responsive .table-stripped thead tr th {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .table-responsive .table-stripped thead tr th {
        font-size: 12px
    }
}

.program-detail-main-content .table-responsive .table-stripped thead tr td {
    font-family: "Inter", sans-serif;
    color: #054561;
    font-size: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(2, 60, 118, 0.2);
    padding: 14px 0px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .table-responsive .table-stripped thead tr td {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .table-responsive .table-stripped thead tr td {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .table-responsive .table-stripped thead tr td {
        font-size: 12px
    }
}

.program-detail-main-content .table-responsive .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #F5F5FF
}

.program-detail-main-content .table-responsive .table-striped>tbody>td:nth-of-type(odd)>* {
    --bs-table-bg-type: #F5F5FF
}

.program-detail-main-content .table-responsive .table>:not(caption)>*>* {
    --bs-table-color-type: #054561;
    padding: 14px 0px;
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .table-responsive .table>:not(caption)>*>* {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .table-responsive .table>:not(caption)>*>* {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .table-responsive .table>:not(caption)>*>* {
        font-size: 12px
    }
}

.program-detail-main-content .table-responsive .table>thead>:first-child>* {
    --bs-table-color-type: #889699;
    font-weight: 400
}

.program-detail-main-content .notification-box {
    padding: 5px 0px;
    gap: 12px;
    margin-top: 18px
}

.program-detail-main-content .notification-box svg {
    height: 20px;
    width: 20px
}

.program-detail-main-content .notification-box p {
    font-size: 14px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .notification-box p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .notification-box p {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .notification-box p {
        font-size: 12px
    }
}

.program-detail-main-content .instructor-card {
    display: flex;
    align-items: center;
    gap: 14px
}

.program-detail-main-content .instructor-card .instructor-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden
}

.program-detail-main-content .instructor-card .instructor-avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center
}

.program-detail-main-content .instructor-card .instructor-info {
    flex: 1
}

.program-detail-main-content .instructor-card .instructor-info h4 {
    font-size: 16px;
    color: #1E1E1E;
    font-size: 16px;
    margin: 0 0 0px 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .instructor-card .instructor-info h4 {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .instructor-card .instructor-info h4 {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .instructor-card .instructor-info h4 {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .instructor-card .instructor-info h4 {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .instructor-card .instructor-info h4 {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .instructor-card .instructor-info h4 {
        font-size: 14px
    }
}

.program-detail-main-content .instructor-card .instructor-info .btn-link-arrow {
    background: none;
    border: none;
    padding: 0;
    color: #3857DC;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .instructor-card .instructor-info .btn-link-arrow {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .instructor-card .instructor-info .btn-link-arrow {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .instructor-card .instructor-info .btn-link-arrow {
        font-size: 14px
    }
}

.program-detail-main-content .instructor-card .instructor-info .btn-link-arrow i {
    font-size: 12px;
    margin-top: 3px
}

.program-detail-main-content .instructor-card .instructor-info .btn-link-arrow:hover {
    opacity: 0.8
}

.program-detail-main-content .testimonial-card {
    background-color: #f4f5ff;
    border-radius: 14px;
    border: none;
    padding: 14px
}

.program-detail-main-content .testimonial-card .card-body {
    padding: 0px
}

.program-detail-main-content .testimonial-card .card-body .testimonial-header {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #bababa;
    padding-bottom: 24px
}

.program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%
}

.program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author {
    flex: 1
}

.program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author .testimonial-name {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #054561;
    font-size: 18px;
    letter-spacing: -0.36px;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author .testimonial-name {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author .testimonial-name {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author .testimonial-name {
        font-size: 14px
    }
}

.program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author .testimonial-title {
    font-family: "Inter", sans-serif;
    color: #054561;
    font-size: 18px;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author .testimonial-title {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author .testimonial-title {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-header .testimonial-author .testimonial-title {
        font-size: 14px
    }
}

.program-detail-main-content .testimonial-card .card-body .testimonial-quote {
    padding-top: 24px
}

.program-detail-main-content .testimonial-card .card-body .testimonial-quote p {
    font-family: "Bricolage Grotesque", sans-serif !important;
    color: #054561;
    font-size: 14px;
    line-height: 14px;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-quote p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-quote p {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .testimonial-card .card-body .testimonial-quote p {
        font-size: 12px
    }
}

.program-detail-main-content .accordion-faq .accordion-item {
    background-color: #f5f5ff;
    border-radius: 14px;
    border: none;
    margin-bottom: 8px
}

.program-detail-main-content .accordion-faq .accordion-item .accordion-button {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #054561;
    font-size: 18px;
    line-height: 24px;
    background-color: transparent;
    border: none;
    padding: 18px 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .accordion-faq .accordion-item .accordion-button {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .accordion-faq .accordion-item .accordion-button {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .accordion-faq .accordion-item .accordion-button {
        font-size: 14px
    }
}

.program-detail-main-content .accordion-faq .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    background-image: none
}

.program-detail-main-content .accordion-faq .accordion-item .accordion-button:not(.collapsed):after {
    transform: rotate(-180deg)
}

.program-detail-main-content .accordion-faq .accordion-item .accordion-button:focus {
    box-shadow: none
}

.program-detail-main-content .accordion-faq .accordion-item .accordion-button:after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none;
    color: #37DCBC;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease;
    transform-origin: center
}

.program-detail-main-content .accordion-faq .accordion-item .accordion-body {
    font-family: "Inter", sans-serif;
    color: #054561;
    font-size: 16px;
    padding: 0 0px 18px 0px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .accordion-faq .accordion-item .accordion-body {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .accordion-faq .accordion-item .accordion-body {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .accordion-faq .accordion-item .accordion-body {
        font-size: 14px
    }
}

.program-detail-main-content .contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px
}

.program-detail-main-content .contact-item .contact-info .contact-label {
    font-family: "Inter", sans-serif;
    color: #054561;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 4px 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .contact-item .contact-info .contact-label {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .contact-item .contact-info .contact-label {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .contact-item .contact-info .contact-label {
        font-size: 12px
    }
}

.program-detail-main-content .contact-item .contact-info .contact-link {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #054561;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .contact-item .contact-info .contact-link {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .program-detail-main-content .contact-item .contact-info .contact-link {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .contact-item .contact-info .contact-link {
        font-size: 14px
    }
}

.program-detail-main-content .contact-item .contact-info .contact-link:hover {
    opacity: 0.8
}

.program-detail-main-content .contact-item .contact-info i {
    font-size: 12px;
    color: #37DCBC;
    margin-left: 10px
}

.program-detail-main-content .contact-item .contact-item-icon {
    width: 38px
}

.program-detail-main-content .contact-item .contact-item-icon object {
    width: 100%;
    height: 100%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content .contact-item .contact-item-icon {
        width: 25px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content .contact-item .contact-item-icon {
        width: 20px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .program-detail-main-content {
        padding: 30px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .program-detail-main-content {
        padding: 25px 0px
    }
}

.sidebar-sticky {
    position: sticky;
    top: 80px
}

.sidebar-sticky.program-card-wrap .program-card .program-desc h3 a {
    font-size: 24px;
    text-decoration: none
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sidebar-sticky.program-card-wrap .program-card .program-desc h3 a {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sidebar-sticky.program-card-wrap .program-card .program-desc h3 a {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .sidebar-sticky.program-card-wrap .program-card .program-desc h3 a {
        font-size: 18px
    }
}

.sidebar-sticky.program-card-wrap .program-card .program-desc img {
    width: 100%;
    height: 192px;
    margin-bottom: 16px
}

.sidebar-sticky.program-card-wrap .program-card .program-includes {
    display: none
}

.sidebar-sticky.program-card-wrap .program-card .program-instructors {
    display: none
}

.instructorModal {
    background-color: rgba(6, 30, 66, 0.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.instructorModal .modal-dialog {
    max-width: 1062px
}

.instructorModal .modal-content {
    border: none;
    border-radius: 24px;
    padding: 24px;
    overflow: hidden
}

.instructorModal .modal-body {
    position: relative
}

.instructorModal .profile-info-card {
    background-color: #F5F5FF;
    border-radius: 8px;
    padding: 24px
}

.instructorModal .profile-info-card .instructor-avatar {
    width: 100%;
    height: 302px;
    border-radius: 14px;
    overflow: hidden
}

.instructorModal .profile-info-card .instructor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.instructorModal .profile-info-card .instructor-contact-info {
    margin-top: 20px
}

.instructorModal .profile-info-card .instructor-contact-info .profile-name {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #054561;
    margin-bottom: 0.25rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .profile-info-card .instructor-contact-info .profile-name {
        font-size: 18px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .profile-info-card .instructor-contact-info .profile-name {
        font-size: 16px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .profile-info-card .instructor-contact-info .profile-name {
        font-size: 16px
    }
}

.instructorModal .profile-info-card .instructor-contact-info .profile-role {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5, 69, 97, 0.5);
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .profile-info-card .instructor-contact-info .profile-role {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .profile-info-card .instructor-contact-info .profile-role {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .profile-info-card .instructor-contact-info .profile-role {
        font-size: 14px
    }
}

.instructorModal .profile-info-card .instructor-contact-info .contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}

.instructorModal .profile-info-card .instructor-contact-info .contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: #054561
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .profile-info-card .instructor-contact-info .contact-info .contact-item {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .profile-info-card .instructor-contact-info .contact-info .contact-item {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .profile-info-card .instructor-contact-info .contact-info .contact-item {
        font-size: 14px
    }
}

.instructorModal .profile-info-card .instructor-contact-info .contact-info .contact-item i {
    font-size: 20px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .profile-info-card .instructor-contact-info .contact-info .contact-item i {
        font-size: 18px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .profile-info-card .instructor-contact-info .contact-info .contact-item i {
        font-size: 16px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .profile-info-card .instructor-contact-info .contact-info .contact-item i {
        font-size: 16px
    }
}

.instructorModal .modal-title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    color: #054561;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .modal-title {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .modal-title {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .modal-title {
        font-size: 18px
    }
}

.instructorModal .btn-close-modal {
    position: absolute;
    top: 15px;
    right: 0px;
    background: transparent;
    border: none;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease
}

.instructorModal .btn-close-modal i {
    font-size: 24px;
    color: #054561
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .btn-close-modal i {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .btn-close-modal i {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .btn-close-modal i {
        font-size: 18px
    }
}

.instructorModal .btn-close-modal:hover {
    opacity: 0.7
}

.instructorModal .custom-tabs {
    border: none;
    gap: 0
}

.instructorModal .custom-tabs .nav-item .nav-link {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #054561;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-left: 5px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .custom-tabs .nav-item .nav-link {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .custom-tabs .nav-item .nav-link {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .custom-tabs .nav-item .nav-link {
        font-size: 14px
    }
}

.instructorModal .custom-tabs .nav-item .nav-link.active {
    background-color: #3857DC;
    color: #fff;
    font-weight: 600
}

.instructorModal .custom-tabs .nav-item .nav-link:hover:not(.active) {
    background-color: rgba(56, 87, 220, 0.1)
}

.instructorModal .instructor-profile-details ul {
    list-style: none;
    padding-left: 0px
}

.instructorModal .tab-content-scrollable {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 1rem
}

.instructorModal .tab-content-scrollable::-webkit-scrollbar {
    width: 8px
}

.instructorModal .tab-content-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

.instructorModal .tab-content-scrollable::-webkit-scrollbar-thumb {
    background: rgba(5, 69, 97, 0.2);
    border-radius: 4px
}

.instructorModal .tab-content-scrollable::-webkit-scrollbar-thumb:hover {
    background: rgba(5, 69, 97, 0.5)
}

.instructorModal .tab-content-scrollable .educational-history .education-degree {
    padding: 24px;
    background-color: #F5F5FF;
    margin-bottom: 14px;
    border-radius: 8px
}

.instructorModal .tab-content-scrollable .educational-history .education-degree span i {
    font-size: 24px;
    color: #37DCBC;
    margin-bottom: 8px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree span i {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree span i {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree span i {
        font-size: 18px
    }
}

.instructorModal .tab-content-scrollable .educational-history .education-degree h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #054561;
    margin-bottom: 8px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree h4 {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree h4 {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree h4 {
        font-size: 18px
    }
}

.instructorModal .tab-content-scrollable .educational-history .education-degree p {
    font-weight: 400;
    font-size: 16px;
    color: #054561
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .tab-content-scrollable .educational-history .education-degree p {
        font-size: 14px
    }
}

.instructorModal .tab-content-scrollable .certification-list .certification-item {
    margin-bottom: 32px
}

.instructorModal .tab-content-scrollable .certification-list .certification-item .certificate-img {
    height: 221px;
    width: 100%;
    margin-bottom: 14px
}

.instructorModal .tab-content-scrollable .certification-list .certification-item .certificate-img img {
    width: 100%;
    height: 100%
}

.instructorModal .tab-content-scrollable .certification-list .certification-item a {
    font-weight: 400;
    font-size: 16px;
    color: #054561
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .tab-content-scrollable .certification-list .certification-item a {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .tab-content-scrollable .certification-list .certification-item a {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .tab-content-scrollable .certification-list .certification-item a {
        font-size: 14px
    }
}

.instructorModal .tab-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #054561;
    line-height: 1.6;
    margin-bottom: 1rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructorModal .tab-text {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructorModal .tab-text {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructorModal .tab-text {
        font-size: 14px
    }
}

.instructorModal .tab-text:last-child {
    margin-bottom: 0
}

.instructorModal.show {
    --bs-backdrop-opacity: 0 !important
}

.global-network-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 628px
}

.global-network-section .global-network-inner {
    width: 100%;
    background: linear-gradient(270deg, transparent 49%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .global-network-section {
        height: 500px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .global-network-section {
        height: 350px
    }
}

.global-network-section .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
    padding: 3rem 0;
    height: 100%;
    justify-content: center
}

.global-network-section .content-wrapper h1 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 64px;
    line-height: 110%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .global-network-section .content-wrapper h1 {
        font-size: 48px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .global-network-section .content-wrapper h1 {
        font-size: 36px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .global-network-section .content-wrapper h1 {
        font-size: 32px
    }
}

.global-network-section .content-wrapper p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .global-network-section .content-wrapper p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .global-network-section .content-wrapper p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .global-network-section .content-wrapper p {
        font-size: 14px
    }
}

.global-network-section .content-wrapper .btn-explore {
    background: #fff;
    color: #3857DC;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    border: none;
    width: fit-content;
    margin-top: 30px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .global-network-section .content-wrapper .btn-explore {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .global-network-section .content-wrapper .btn-explore {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .global-network-section .content-wrapper .btn-explore {
        font-size: 14px
    }
}

.global-network-section .content-wrapper .btn-explore:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #3857DC
}

.supportive-space-section {
    background: #fff;
    padding: 90px 0px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .supportive-space-section {
        padding: 50px 0
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .supportive-space-section {
        padding: 40px 0
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .supportive-space-section {
        padding: 40px 0
    }
}

.supportive-space-section .section-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 54px
}

@media (min-width: 576px) and (max-width: 767px) {
    .supportive-space-section .section-header {
        flex-direction: column;
        gap: 1.5rem
    }
}

.supportive-space-section .section-header h2 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #054561;
    font-size: 54px;
    line-height: 1.2;
    flex: 1
}

@media (min-width: 768px) and (max-width: 1023px) {
    .supportive-space-section .section-header h2 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .supportive-space-section .section-header h2 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .supportive-space-section .section-header h2 {
        font-size: 30px
    }
}

.supportive-space-section .section-header .section-header-description p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #054561;
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .supportive-space-section .section-header .section-header-description p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .supportive-space-section .section-header .section-header-description p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .supportive-space-section .section-header .section-header-description p {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .supportive-space-section .section-header .section-header-description p {
        max-width: 542px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .supportive-space-section .section-header {
        padding-bottom: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .supportive-space-section .section-header {
        padding-bottom: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .supportive-space-section .section-header {
        padding-bottom: 30px
    }
}

.supportive-space-section .section-divider {
    background: rgba(255, 255, 255, 0.15);
    height: 1px
}

.supportive-space-section .section-info {
    padding-top: 54px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .supportive-space-section .section-info {
        padding-top: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .supportive-space-section .section-info {
        padding-top: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .supportive-space-section .section-info {
        padding-top: 30px
    }
}

.supportive-space-section .feature-card h3 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #054561;
    font-size: 32px;
    margin-bottom: 0.5rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .supportive-space-section .feature-card h3 {
        font-size: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .supportive-space-section .feature-card h3 {
        font-size: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .supportive-space-section .feature-card h3 {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .supportive-space-section .feature-card h3 {
        line-height: 32px
    }
}

.supportive-space-section .feature-card p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #054561;
    font-size: 18px;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .supportive-space-section .feature-card p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .supportive-space-section .feature-card p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .supportive-space-section .feature-card p {
        font-size: 14px
    }
}

.hero-section {
    position: relative;
    background: linear-gradient(180deg, #023c76 0%, #0370dc 100%);
    overflow: hidden
}

.hero-section .container {
    position: relative
}

.hero-section .vet-professionals {
    position: relative
}

.hero-section .vet-professionals .map-section {
    position: absolute;
    padding-top: 0px;
    right: -14.5%
}

.hero-section .vet-professionals .map-section .hex-grid-background {
    height: 580px
}

.hero-section .vet-professionals .map-section .hex-grid-background path {
    opacity: 0.3
}

.hero-section .vet-professionals .map-section .hex-grid-background path.map-dot {
    opacity: 1
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hero-section .vet-professionals .map-section .hex-grid-background {
        height: 400px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .map-section .hex-grid-background {
        height: 290px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .map-section .hex-grid-background {
        height: 200px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .vet-professionals .map-section .hex-grid-background {
        height: 180px
    }
}

.hero-section .vet-professionals .vet-professionals-inner {
    padding: 100px 0px;
    background-image: url("../../assets/frontend/default/image/vector-1.svg"), url("../../assets/frontend/default/image/vector-2.svg"), url("../../assets/frontend/default/image/vector-3.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0% 0%, 0% 85%, 100% 98%;
    background-size: 390px, 372px, 327px
}

.hero-section .vet-professionals .vet-professionals-inner .hero-content {
    position: relative;
    z-index: 10;
    max-width: 100%;
    margin-bottom: 80px
}

.hero-section .vet-professionals .vet-professionals-inner .hero-content h2 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content h2 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content h2 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content h2 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content h2 {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content h2 {
        line-height: 54px
    }
}

.hero-section .vet-professionals .vet-professionals-inner .hero-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content p {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content {
        margin-bottom: 50px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content {
        margin-bottom: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .vet-professionals .vet-professionals-inner .hero-content {
        margin-bottom: 30px
    }
}

.hero-section .vet-professionals .vet-professionals-inner .feature-cards-grid {
    position: relative;
    z-index: 10;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-cards-grid {
        padding-bottom: 50px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-cards-grid {
        padding-bottom: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-cards-grid {
        padding-bottom: 30px
    }
}

.hero-section .vet-professionals .vet-professionals-inner .feature-card-hero {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 40px 42px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero {
        padding: 30px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero {
        padding: 24x
    }
}

.hero-section .vet-professionals .vet-professionals-inner .feature-card-hero .feature-icon {
    width: 2rem;
    height: 2rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero .feature-icon {
        width: 2.5rem;
        height: 2.5rem
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero .feature-icon {
        width: 2.625rem;
        height: 2.625rem
    }
}

.hero-section .vet-professionals .vet-professionals-inner .feature-card-hero h3 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    line-height: 1.2
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero h3 {
        font-size: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero h3 {
        font-size: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero h3 {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero h3 {
        line-height: 32px
    }
}

.hero-section .vet-professionals .vet-professionals-inner .feature-card-hero p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .vet-professionals .vet-professionals-inner .feature-card-hero p {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .vet-professionals .vet-professionals-inner {
        background-size: 187px, 200px, 208px;
        background-position: -3% 0%, 0% 71%, 100% 98%;
        padding: 50px 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .vet-professionals .vet-professionals-inner {
        background-size: 143px, 200px, 250px;
        background-position: 0% 0%, 0% 67%, 100% 98%;
        padding: 30px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .vet-professionals .vet-professionals-inner {
        background-size: 143px, 200px, 250px;
        background-position: 0% 0%, 0% 67%, 100% 98%;
        padding: 30px 0px
    }
}

.hero-section .testimonial-divider {
    position: relative;
    z-index: 10;
    background: #ffffff;
    opacity: 0.2;
    height: 1px;
    margin: 3rem 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonial-divider {
        margin: 4rem 0
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hero-section .testimonial-divider {
        margin: 5rem 0
    }
}

.hero-section .testimonials-wrapper {
    position: relative;
    z-index: 10;
    background-color: transparent;
    padding-top: 70px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-wrapper {
        padding-top: 40px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .testimonials-wrapper {
        padding-top: 30px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .testimonials-wrapper {
        padding-top: 30px
    }
}

.hero-section .testimonials-header {
    max-width: 100%;
    margin: 0 auto 2.5rem;
    text-align: center
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-header {
        max-width: 650px;
        margin-bottom: 4rem
    }
}

.hero-section .testimonials-header h2 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-header h2 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .testimonials-header h2 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .testimonials-header h2 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-header h2 {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hero-section .testimonials-header h2 {
        line-height: 54px
    }
}

.hero-section .testimonials-header p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-header p {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .testimonials-header p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .testimonials-header p {
        font-size: 14px
    }
}

.hero-section .testimonials-grid {
    padding-top: 34px
}

.hero-section .testimonials-grid .testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.hero-section .testimonials-grid .testimonial-card .testimonial-header {
    display: flex;
    align-items: center;
    gap: 1.125rem
}

.hero-section .testimonials-grid .testimonial-card .testimonial-header .avatar {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 50%
}

.hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem
}

.hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info .author-name {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.36px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info .author-name {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info .author-name {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info .author-name {
        font-size: 14px
    }
}

.hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info .author-credential {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info .author-credential {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info .author-credential {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .testimonials-grid .testimonial-card .testimonial-header .author-info .author-credential {
        font-size: 14px
    }
}

.hero-section .testimonials-grid .testimonial-card .testimonial-header .quote-icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-grid .testimonial-card .testimonial-header .quote-icon {
        width: 3rem;
        height: 3rem
    }
}

.hero-section .testimonials-grid .testimonial-card .testimonial-divider-small {
    background: #ffffff;
    opacity: 0.2;
    height: 2px;
    margin: 0
}

.hero-section .testimonials-grid .testimonial-card blockquote {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    line-height: 110%;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section .testimonials-grid .testimonial-card blockquote {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-section .testimonials-grid .testimonial-card blockquote {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .hero-section .testimonials-grid .testimonial-card blockquote {
        font-size: 18px
    }
}

.study-resources-section {
    position: relative
}

.study-resources-section .study-resources-section-inner {
    padding: 90px 0;
    background: linear-gradient(270deg, transparent 47%, rgba(0, 0, 0, 0.5) 69%);
    background-size: cover;
    background-position: center
}

.study-resources-section .study-resources-section-inner .content-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .study-resources-section .study-resources-section-inner .content-wrapper {
        max-width: 542px;
        gap: 2rem
    }
}

.study-resources-section .study-resources-section-inner .content-wrapper h2 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.5px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .study-resources-section .study-resources-section-inner .content-wrapper h2 {
        font-size: 48px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .study-resources-section .study-resources-section-inner .content-wrapper h2 {
        font-size: 36px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .study-resources-section .study-resources-section-inner .content-wrapper h2 {
        font-size: 32px
    }
}

.study-resources-section .study-resources-section-inner .content-wrapper .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem
}

.study-resources-section .study-resources-section-inner .content-wrapper .features-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem
}

.study-resources-section .study-resources-section-inner .content-wrapper .features-list li svg {
    width: 20px;
    color: #fff;
    flex-shrink: 0
}

.study-resources-section .study-resources-section-inner .content-wrapper .features-list li span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .study-resources-section .study-resources-section-inner .content-wrapper .features-list li span {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .study-resources-section .study-resources-section-inner .content-wrapper .features-list li span {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .study-resources-section .study-resources-section-inner .content-wrapper .features-list li span {
        font-size: 18px
    }
}

.study-resources-section .study-resources-section-inner .content-wrapper .secondary-btn {
    width: fit-content;
    margin-top: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .study-resources-section .study-resources-section-inner {
        padding: 50px 0
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .study-resources-section .study-resources-section-inner {
        padding: 30px 0
    }
}

.faq-section {
    background: #F5F5FF;
    padding: 100px 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq-section {
        padding: 50px 0
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .faq-section {
        padding: 30px 0
    }
}

.faq-section h2 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #054561;
    font-size: 54px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 2rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq-section h2 {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .faq-section h2 {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .faq-section h2 {
        font-size: 30px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq-section h2 {
        margin-bottom: 3rem
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .faq-section h2 {
        line-height: 54px
    }
}

.faq-section .accordion-wrapper {
    max-width: 100%;
    padding-top: 20px
}

.faq-section .accordion-item {
    background: #fff;
    border: none;
    padding: 24px 32px;
    border-radius: 8px;
    margin-bottom: 14px;
    position: relative
}

.faq-section .accordion-item:last-child {
    margin-bottom: 0
}

.faq-section .accordion-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffffff;
    opacity: 0.2
}

.faq-section .accordion-header {
    margin-bottom: 0;
    padding: 0px
}

.faq-section .accordion-button {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #1E1E1E;
    font-size: 24px;
    line-height: 1.5;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq-section .accordion-button {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .faq-section .accordion-button {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .faq-section .accordion-button {
        font-size: 18px
    }
}

.faq-section .accordion-button:not(.collapsed) {
    background: transparent;
    color: #1E1E1E;
    box-shadow: none
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border: none
}

.faq-section .accordion-button::after {
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2337DCBC'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e")
}

.faq-section .accordion-collapse {
    padding: 0px
}

.faq-section .accordion-collapse .accordion-body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #1E1E1E;
    font-size: 18px;
    line-height: 1.5;
    padding: 0px;
    margin-top: 14px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq-section .accordion-collapse .accordion-body {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .faq-section .accordion-collapse .accordion-body {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .faq-section .accordion-collapse .accordion-body {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq-section .accordion-collapse .accordion-body {
        line-height: 25.2px
    }
}

.main-section {
    padding: 50px 0px 100px 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-section {
        padding: 30px 0px 50px 0
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section {
        padding: 30px 0px 30px 0
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .main-section {
        padding: 30px 0px 30px 0
    }
}

.main-section .content-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem
}

.main-section .page-title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #054561;
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-section .page-title {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section .page-title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .main-section .page-title {
        font-size: 30px
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .main-section .page-title {
        line-height: 54px
    }
}

.main-section .page-description {
    opacity: 0.7;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #1E1E1E;
    font-size: 18px;
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-section .page-description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section .page-description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .main-section .page-description {
        font-size: 14px
    }
}

.main-section .filter-controls {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-end;
    align-items: end;
    height: 100%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-section .filter-controls {
        flex-direction: column
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section .filter-controls {
        flex-direction: column
    }
}

.main-section .select-wrapper {
    position: relative;
    flex: 1;
    height: 56px
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section .select-wrapper {
        flex: 0 0 auto
    }
}

.main-section .select-wrapper .custom-select {
    border: 1px solid rgba(2, 60, 118, 0.2);
    border-radius: 12px;
    padding: 1rem 3rem 1rem 1.5rem;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: none;
    cursor: pointer
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-section .select-wrapper .custom-select {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section .select-wrapper .custom-select {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .main-section .select-wrapper .custom-select {
        font-size: 14px
    }
}

.main-section .select-wrapper .custom-select:focus {
    border-color: #37DCBC;
    box-shadow: 0 0 0 0.2rem rgba(55, 220, 188, 0.25);
    outline: none
}

.main-section .select-wrapper .select-icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% + -4px);
    transform: translateY(-50%);
    pointer-events: none
}

.main-section .search-wrapper {
    position: relative;
    flex: 1;
    height: 56px
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section .search-wrapper {
        flex: 0 0 273px
    }
}

.main-section .search-wrapper .search-input {
    border: 1px solid rgba(2, 60, 118, 0.2) !important;
    border-radius: 12px;
    padding: 1rem 3rem 1rem 1.5rem;
    font-family: "Inter", sans-serif;
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-section .search-wrapper .search-input {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section .search-wrapper .search-input {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .main-section .search-wrapper .search-input {
        font-size: 14px
    }
}

.main-section .search-wrapper .search-input::placeholder {
    opacity: 0.4
}

.main-section .search-wrapper .search-input:focus {
    border-color: #37DCBC;
    box-shadow: 0 0 0 0.2rem rgba(55, 220, 188, 0.25)
}

.main-section .search-wrapper .search-icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% + -4px);
    transform: translateY(-50%);
    pointer-events: none
}

.main-section .divider {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 42px 0px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-section .divider {
        margin: 32px 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-section .divider {
        margin: 24px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .main-section .divider {
        margin: 20px 0px
    }
}

.main-section .resources-grid .row {
    --bs-gutter-x: 24px
}

.main-section .resources-grid.featured-grid {
    margin-bottom: 14px
}

.resource-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 54px;
    transition: all 0.3s ease
}

.resource-card .res-card-img {
    width: 100%;
    height: 240px;
    background-color: #e5e7eb;
    border-radius: 14px;
    overflow: hidden
}

.resource-card .res-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    transition: all 0.3s ease
}

.resource-card.featured {
    grid-column: span 2;
    grid-row: span 2
}

.resource-card.featured .res-card-img {
    height: 532px;
    width: 100%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-card.featured .res-card-img {
        height: 400px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-card.featured .res-card-img {
        height: 300px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-card.featured .res-card-img {
        height: 300px
    }
}

.resource-card.featured .card-title {
    line-height: 100%;
    font-size: 42px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-card.featured .card-title {
        font-size: 36px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-card.featured .card-title {
        font-size: 28px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-card.featured .card-title {
        font-size: 22px
    }
}

.resource-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}

.resource-card .card-category {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #3857DC;
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-card .card-category {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-card .card-category {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-card .card-category {
        font-size: 14px
    }
}

.resource-card .card-title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #1E1E1E;
    font-size: 24px;
    letter-spacing: -0.72px;
    line-height: 100%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-card .card-title {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-card .card-title {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-card .card-title {
        font-size: 18px
    }
}

.resource-card .card-description {
    opacity: 0.7;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #1E1E1E;
    font-size: 18px;
    margin-top: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-card .card-description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-card .card-description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-card .card-description {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-card {
        margin-bottom: 30px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-card {
        margin-bottom: 20px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-card {
        margin-bottom: 20px
    }
}

.resource-card:hover .res-card-img img {
    transform: scale(1.05)
}

.resource-card:hover .card-body h3 {
    color: #3857DC
}

.btn-view-more {
    background-color: #3857DC;
    border: none;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap
}

@media (min-width: 768px) and (max-width: 1023px) {
    .btn-view-more {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .btn-view-more {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .btn-view-more {
        font-size: 12px
    }
}

.btn-view-more:hover {
    background-color: rgba(56, 87, 220, 0.9)
}

.resource-main-content {
    background-color: #fff;
    position: relative;
    z-index: 5
}

.resource-main-content .detail-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 70px
}

@media (max-width: 767px) {
    .resource-main-content .detail-content-wrapper {
        gap: 40px;
        padding-top: 40px;
        padding-bottom: 60px
    }
}

.resource-main-content .resource-hero-image-section {
    width: 100%;
    height: 514px;
    border-radius: 14px;
    overflow: hidden
}

.resource-main-content .resource-hero-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-main-content .resource-hero-image-section {
        height: 300px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-main-content .resource-hero-image-section {
        height: 200px;
        border-radius: 10px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-main-content .resource-hero-image-section {
        height: 200px;
        border-radius: 10px
    }
}

.resource-main-content .article-content {
    width: 100%
}

.resource-main-content .article-content .article-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px
}

.resource-main-content .article-content .category-badge {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    color: #3857DC;
    text-transform: uppercase
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-main-content .article-content .category-badge {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-main-content .article-content .category-badge {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-main-content .article-content .category-badge {
        font-size: 14px
    }
}

.resource-main-content .article-content h1 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 42px;
    font-size: 42px;
    color: #1E1E1E;
    letter-spacing: -1.26px;
    line-height: 1.2
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-main-content .article-content h1 {
        font-size: 36px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-main-content .article-content h1 {
        font-size: 28px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-main-content .article-content h1 {
        font-size: 22px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-main-content .article-content h1 {
        letter-spacing: 0.5px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-main-content .article-content h1 {
        letter-spacing: 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-main-content .article-content h1 {
        letter-spacing: 0px
    }
}

.resource-main-content .article-content .article-body {
    opacity: 0.7;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1E1E1E !important;
    line-height: 1.6
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-main-content .article-content .article-body {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-main-content .article-content .article-body {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-main-content .article-content .article-body {
        font-size: 14px
    }
}

.resource-main-content .article-content .article-body p {
    color: #1E1E1E;
    margin-bottom: 24px
}

.resource-main-content .article-content .article-body p:last-child {
    margin-bottom: 0
}

.resource-main-content .article-content .article-body ul {
    margin-bottom: 24px;
    padding-left: 18px;
    margin: 10px 0px !important;
    list-style: disc !important
}

.resource-main-content .article-content .article-body ul li {
    font-weight: 400;
    font-size: 18px;
    color: #1E1E1E !important
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-main-content .article-content .article-body ul li {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-main-content .article-content .article-body ul li {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-main-content .article-content .article-body ul li {
        font-size: 14px
    }
}

.resource-main-content .article-content .article-body h1,
.resource-main-content .article-content .article-body h2,
.resource-main-content .article-content .article-body h3,
.resource-main-content .article-content .article-body h4,
.resource-main-content .article-content .article-body h5,
.resource-main-content .article-content .article-body h6 {
    font-weight: 700 !important;
    color: #1E1E1E !important;
    margin-bottom: 15px
}

.resource-main-content .article-content .article-body ol {
    padding-left: 18px;
    margin: 10px 0px !important;
    list-style: auto !important
}

.resource-main-content .article-content .article-body ol li {
    font-weight: 400;
    font-size: 18px;
    color: #1E1E1E !important
}

@media (min-width: 768px) and (max-width: 1023px) {
    .resource-main-content .article-content .article-body ol li {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .resource-main-content .article-content .article-body ol li {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .resource-main-content .article-content .article-body ol li {
        font-size: 14px
    }
}

.resource-main-content .article-content .article-body a {
    color: #3857DC !important
}

.contact-main {
    background-color: #fff;
    padding: 60px 0px 100px
}

@media (max-width: 767px) {
    .contact-main {
        padding: 0 !important
    }
}

.contact-main .container {
    max-width: 1280px
}

.contact-main .contact-info-card {
    background: linear-gradient(180deg, #023C76 0%, #0370DC 100%);
    border-radius: 24px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 642px
}

.contact-main .contact-info-card .contact-title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.2
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact-main .contact-info-card .contact-title {
        font-size: 40px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-main .contact-info-card .contact-title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .contact-main .contact-info-card .contact-title {
        font-size: 30px
    }
}

.contact-main .contact-info-card .contact-hours {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 24px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact-main .contact-info-card .contact-hours {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-main .contact-info-card .contact-hours {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .contact-main .contact-info-card .contact-hours {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact-main .contact-info-card .contact-hours br {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-main .contact-info-card .contact-hours br {
        display: none
    }
}

.contact-main .contact-info-card .divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 24px 0;
    opacity: 1
}

.contact-main .contact-info-card .contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-main .contact-info-card .contact-details .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px
}

.contact-main .contact-info-card .contact-details .contact-item i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-main .contact-info-card .vector-decoration {
    position: absolute;
    top: 372px;
    left: 140px;
    width: 478px;
    height: 478px;
    pointer-events: none
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact-main .contact-info-card {
        padding: 30px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-main .contact-info-card {
        padding: 25px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .contact-main .contact-info-card {
        padding: 25px
    }
}

.contact-main .contact-form-wrapper {
    padding: 48px
}

.contact-main .contact-form-wrapper .form-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #054561;
    margin-bottom: 8px;
    font-weight: 400
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact-main .contact-form-wrapper .form-label {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-main .contact-form-wrapper .form-label {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .contact-main .contact-form-wrapper .form-label {
        font-size: 12px
    }
}

.contact-main .contact-form-wrapper .form-label span {
    color: red
}

.contact-main .contact-form-wrapper .form-control {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #054561;
    border: 1px solid rgba(2, 60, 118, 0.2);
    border-radius: 8px;
    padding: 12px 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact-main .contact-form-wrapper .form-control {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-main .contact-form-wrapper .form-control {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .contact-main .contact-form-wrapper .form-control {
        font-size: 12px
    }
}

.contact-main .contact-form-wrapper .form-control:focus {
    border-color: #3857DC;
    box-shadow: 0 0 0 0.2rem rgba(56, 87, 220, 0.15)
}

.contact-main .contact-form-wrapper .form-control::placeholder {
    color: rgba(5, 69, 97, 0.5) !important
}

.contact-main .contact-form-wrapper .form-control::-webkit-input-placeholder {
    color: rgba(5, 69, 97, 0.5) !important;
    font-weight: 400
}

.contact-main .contact-form-wrapper textarea.form-control {
    resize: none;
    height: 164px
}

.contact-main .contact-form-wrapper .btn-send {
    background-color: #3857DC;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    font-family: "Inter", sans-serif;
    font-weight: 700
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact-main .contact-form-wrapper .btn-send {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-main .contact-form-wrapper .btn-send {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .contact-main .contact-form-wrapper .btn-send {
        font-size: 14px
    }
}

.contact-main .contact-form-wrapper .btn-send:hover {
    background-color: #223fbf
}

@media (min-width: 768px) and (max-width: 1023px) {
    .contact-main .contact-form-wrapper {
        padding: 30px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-main .contact-form-wrapper {
        padding: 25px 10px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .contact-main .contact-form-wrapper {
        padding: 25px 0px
    }
}

.about-us-hero {
    background-image: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.5) 79%), url("../../assets/frontend/default/image/about-us-hero-background.jpg");
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width: 767px) {
    .about-us-hero {
        height: 500px
    }
}

@media (min-width: 1023px) {
    .about-us-hero {
        height: 628px
    }
}

.about-us-hero__content {
    position: absolute;
    inset: auto 0 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem
}

@media (min-width: 767px) {
    .about-us-hero__content {
        bottom: 3rem;
        padding: 0 2.5rem
    }
}

@media (min-width: 1023px) {
    .about-us-hero__content {
        bottom: 100px;
        padding: 0 5rem
    }
}

.about-us-hero__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    gap: 1rem
}

@media (min-width: 767px) {
    .about-us-hero__inner {
        gap: 1.5rem
    }
}

@media (min-width: 1023px) {
    .about-us-hero__inner {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2rem
    }
}

.about-us-hero__title {
    width: 100%;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1.1;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-us-hero__title {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .about-us-hero__title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .about-us-hero__title {
        font-size: 30px
    }
}

@media (min-width: 1023px) {
    .about-us-hero__title {
        width: 522px
    }
}

.about-us-hero__description {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-us-hero__description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .about-us-hero__description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .about-us-hero__description {
        font-size: 14px
    }
}

@media (min-width: 1023px) {
    .about-us-hero__description {
        width: 630px
    }
}

.avec-story {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3rem 1rem;
    background-color: #fff
}

@media (min-width: 767px) {
    .avec-story {
        padding: 4rem 2.5rem
    }
}

@media (min-width: 1023px) {
    .avec-story {
        padding: 100px 5rem
    }
}

.avec-story__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    gap: 2rem
}

@media (min-width: 767px) {
    .avec-story__container {
        gap: 3rem
    }
}

@media (min-width: 1023px) {
    .avec-story__container {
        gap: 4rem
    }
}

.avec-story__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .avec-story__content {
        gap: 2rem
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .avec-story__content {
        flex-direction: column;
        gap: 2rem
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .avec-story__content {
        flex-direction: column;
        gap: 2rem
    }
}

.avec-story__image {
    flex-shrink: 0;
    width: 50%;
    height: 406px;
    border-radius: 2.4rem;
    overflow: hidden
}

.avec-story__image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (min-width: 768px) and (max-width: 1023px) {
    .avec-story__image {
        height: 280px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .avec-story__image {
        width: 100%;
        height: 200px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .avec-story__image {
        width: 100%;
        height: 200px
    }
}

.avec-story__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem
}

@media (min-width: 767px) {
    .avec-story__text {
        gap: 1.5rem
    }
}

@media (min-width: 1023px) {
    .avec-story__text {
        width: 650px
    }
}

.avec-story__title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #054561;
    font-size: 32px;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .avec-story__title {
        font-size: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .avec-story__title {
        font-size: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .avec-story__title {
        font-size: 20px
    }
}

.avec-story__description {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #054561;
    line-height: 1.6;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .avec-story__description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .avec-story__description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .avec-story__description {
        font-size: 14px
    }
}

.avec-story__divider {
    width: 100%;
    height: 1px;
    background-color: rgba(2, 60, 118, 0.2);
    border: none;
    margin: 0
}

.mission-vision {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

@media (min-width: 767px) {
    .mission-vision {
        flex-direction: row;
        gap: 2.4rem
    }
}

.mission-vision .mission-vision__card {
    background-image: url("../../assets/frontend/default/image/mission-decoration.png");
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    padding: 32px;
    background-size: 272px auto;
    background-position: calc(100% + 20px) calc(0% - 10px);
    background-color: #ECEDFB;
    background-size: 297px auto;
    background-repeat: no-repeat;
    border-radius: 1rem;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mission-vision .mission-vision__card {
        height: 300px;
        padding: 2rem;
        border-radius: 1.5rem;
        background-size: 150px auto;
        background-position: calc(100% + -2px) calc(26% - 60px)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .mission-vision .mission-vision__card {
        height: 200px;
        padding: 20px;
        background-size: 150px auto;
        background-position: calc(100% + 4px) calc(0% - 22px);
        gap: 40px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .mission-vision .mission-vision__card {
        height: 200px;
        padding: 20px;
        background-size: 150px auto;
        background-position: calc(100% + 4px) calc(0% - 22px);
        gap: 40px
    }
}

.mission-vision__card:nth-child(2) {
    background-image: url("../../assets/frontend/default/image/vision-decoration.png")
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mission-vision__card:nth-child(2) {
        height: 300px;
        padding: 2rem;
        border-radius: 1.5rem;
        background-size: 150px auto;
        background-position: calc(100% + -2px) calc(26% - 80px)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .mission-vision__card:nth-child(2) {
        height: auto;
        padding: 20px;
        background-position: calc(100% + 11px) calc(0% - 0px)
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .mission-vision__card:nth-child(2) {
        height: auto;
        padding: 20px;
        background-position: calc(100% + 11px) calc(0% - 0px)
    }
}

.mission-vision__label {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    color: #054561;
    line-height: 1.4;
    text-decoration: underline
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mission-vision__label {
        font-size: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .mission-vision__label {
        font-size: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .mission-vision__label {
        font-size: 20px
    }
}

.mission-vision__text {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    color: #054561;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mission-vision__text {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .mission-vision__text {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .mission-vision__text {
        font-size: 16px
    }
}

.instructor-section {
    background: linear-gradient(180deg, #023c76 0%, #0370dc 100%)
}

.instructor-section__inner {
    padding: 100px 0;
    background-image: url(../../assets/frontend/default/image/boxes-left.svg), url(../../assets/frontend/default/image/boxes-right.svg);
    background-position: -1% -2%, 101% -7%;
    background-repeat: no-repeat, no-repeat;
    background-size: 390px, 480px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructor-section__inner {
        padding: 80px 0px;
        background-size: 150px, 200px, 200px;
        background-position: -1% -1%, 105% -4%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructor-section__inner {
        padding: 60px 0px;
        background-size: 150px, 200px, 200px;
        background-position: -1% -1%, 105% -4%
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructor-section__inner {
        padding: 40px 0px;
        background-size: 150px, 200px, 200px;
        background-position: -1% -1%, 105% -4%
    }
}

.instructor-section__divider {
    width: auto;
    height: 1px;
    background-color: #ffffff;
    border: none;
    margin: 80px 0px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .instructor-section__divider {
        margin: 40px 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instructor-section__divider {
        margin: 20px 0px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .instructor-section__divider {
        margin: 20px 0px
    }
}

.meet-instructor {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 2rem
}

@media (min-width: 767px) {
    .meet-instructor {
        gap: 3rem
    }
}

@media (min-width: 1023px) {
    .meet-instructor {
        gap: 4rem
    }
}

.meet-instructor__title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 42px;
    text-align: center;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .meet-instructor__title {
        font-size: 36px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .meet-instructor__title {
        font-size: 28px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .meet-instructor__title {
        font-size: 22px
    }
}

.meet-instructor__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 89px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .meet-instructor__content {
        align-items: center;
        gap: 40px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .meet-instructor__content {
        flex-direction: row;
        align-items: center;
        gap: 20px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .meet-instructor__content {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }
}

.meet-instructor__image {
    width: 541px;
    height: 415px;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden
}

.meet-instructor__image img {
    height: 100%;
    width: 100%;
    object-position: top center;
    object-fit: cover
}

@media (min-width: 768px) and (max-width: 1023px) {
    .meet-instructor__image {
        height: 250px;
        width: 45%
    }

    .meet-instructor__image img {
        height: 100%;
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .meet-instructor__image {
        width: 100%
    }

    .meet-instructor__image img {
        height: 100%;
        width: 100%
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .meet-instructor__image {
        height: 360px;
        width: 100%
    }

    .meet-instructor__image img {
        height: 100%;
        width: 100%
    }
}

.meet-instructor__info {
    display: flex;
    width: 100%;
    width: calc(100% - calc(541px + 2rem));
    gap: 2rem;
    flex-direction: column
}

@media (min-width: 768px) and (max-width: 1023px) {
    .meet-instructor__info {
        gap: 1.5rem;
        width: calc(100% - calc(45% + 2rem))
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .meet-instructor__info {
        width: 100%
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .meet-instructor__info {
        width: 100%
    }
}

.meet-instructor__header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem
}

@media (min-width: 767px) {
    .meet-instructor__header {
        gap: 0.875rem
    }
}

.meet-instructor__name {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .meet-instructor__name {
        font-size: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .meet-instructor__name {
        font-size: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .meet-instructor__name {
        font-size: 20px
    }
}

.meet-instructor__role {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .meet-instructor__role {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .meet-instructor__role {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .meet-instructor__role {
        font-size: 14px
    }
}

.meet-instructor__bio {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .meet-instructor__bio {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .meet-instructor__bio {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .meet-instructor__bio {
        font-size: 14px
    }
}

.philosophy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 2rem
}

@media (min-width: 767px) {
    .philosophy {
        gap: 3rem
    }
}

@media (min-width: 1023px) {
    .philosophy {
        gap: 4rem
    }
}

.philosophy__title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 42px;
    text-align: center;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .philosophy__title {
        font-size: 36px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .philosophy__title {
        font-size: 28px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .philosophy__title {
        font-size: 22px
    }
}

.philosophy__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%
}

@media (min-width: 767px) {
    .philosophy__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.4rem
    }
}

.philosophy__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    min-height: 180px;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem
}

@media (min-width: 767px) {
    .philosophy__card {
        min-height: 168px;
        padding: 2rem;
        border-radius: 2.4rem
    }
}

@media (min-width: 1023px) {
    .philosophy__card {
        padding: 2.625rem
    }
}

.philosophy__card-title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .philosophy__card-title {
        font-size: 28px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .philosophy__card-title {
        font-size: 24px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .philosophy__card-title {
        font-size: 20px
    }
}

.philosophy__card-text {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .philosophy__card-text {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .philosophy__card-text {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .philosophy__card-text {
        font-size: 14px
    }
}

.global-impact {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 3rem
}

@media (min-width: 767px) {
    .global-impact {
        gap: 4rem
    }
}

@media (min-width: 1023px) {
    .global-impact {
        gap: 100px
    }
}

.global-impact__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media (min-width: 767px) {
    .global-impact__header {
        gap: 2rem
    }
}

@media (min-width: 1023px) {
    .global-impact__header {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between
    }
}

.global-impact__title {
    width: 100%;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1.1;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .global-impact__title {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .global-impact__title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .global-impact__title {
        font-size: 30px
    }
}

@media (min-width: 1023px) {
    .global-impact__title {
        width: 522px
    }
}

.global-impact__text {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .global-impact__text {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .global-impact__text {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .global-impact__text {
        font-size: 14px
    }
}

@media (min-width: 1023px) {
    .global-impact__text {
        width: 630px
    }
}

.global-impact__map {
    width: 100%;
    height: auto
}

.form-toggle-password {
    position: relative
}

.form-toggle-password .toggle-password {
    position: absolute;
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
    cursor: pointer
}

.form-toggle-password .toggle-password i:hover {
    color: #3857DC
}

.form-switch-wrap label {
    color: #054561 !important;
    font-weight: 600 !important
}

.form-switch-wrap .form-switch .form-check-input[type="checkbox"] {
    border: 1px solid #3857dc !important
}

.form-switch-wrap .form-switch .form-check-input[type="checkbox"]:checked {
    background-color: #3857dc !important
}

.form-custom-label label {
    color: #054561 !important;
    font-weight: 600 !important
}

.community-listing-hero {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.community-listing-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.5) 79%);
    z-index: 1
}

.community-listing-hero>* {
    position: relative;
    z-index: 2
}

@media (min-width: 767px) {
    .community-listing-hero {
        height: 500px
    }
}

@media (min-width: 1023px) {
    .community-listing-hero {
        height: 628px
    }
}

.community-listing-hero__content {
    position: absolute;
    inset: auto 0 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem
}

@media (min-width: 767px) {
    .community-listing-hero__content {
        bottom: 3rem;
        padding: 0 2.5rem
    }
}

@media (min-width: 1023px) {
    .community-listing-hero__content {
        bottom: 100px;
        padding: 0 5rem
    }
}

.community-listing-hero__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    gap: 1rem
}

@media (min-width: 767px) {
    .community-listing-hero__inner {
        gap: 1.5rem
    }
}

@media (min-width: 1023px) {
    .community-listing-hero__inner {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2rem
    }
}

.community-listing-hero__title {
    width: 100%;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1.1;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-listing-hero__title {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-listing-hero__title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-listing-hero__title {
        font-size: 30px
    }
}

@media (min-width: 1023px) {
    .community-listing-hero__title {
        width: 522px
    }
}

.community-listing-hero__description {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-listing-hero__description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-listing-hero__description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-listing-hero__description {
        font-size: 14px
    }
}

@media (min-width: 1023px) {
    .community-listing-hero__description {
        width: 630px
    }
}

.community-section {
    width: 100%;
    padding: 3rem 1rem;
    background-color: #fff
}

@media (min-width: 767px) {
    .community-section {
        padding: 4rem 2rem
    }
}

@media (min-width: 1023px) {
    .community-section {
        padding: 100px 0
    }
}

.community-section__container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media (min-width: 767px) {
    .community-section__container {
        gap: 3rem
    }
}

.community-section__header {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.75rem
}

.community-section__title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    font-size: 54px;
    color: #054561;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-section__title {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-section__title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-section__title {
        font-size: 30px
    }
}

.community-section__subtitle {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    margin: 0;
    line-height: 1.6
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-section__subtitle {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-section__subtitle {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-section__subtitle {
        font-size: 14px
    }
}

.community-section__load-more {
    margin-top: 2rem;
    display: flex;
    justify-content: center
}

.community-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem
}

@media (min-width: 767px) {
    .community-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }
}

@media (min-width: 1023px) {
    .community-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem
    }
}

.community-card {
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
    background-color: #F6F6FF !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease
}

@media (min-width: 767px) {
    .community-card {
        padding: 2rem;
        gap: 1.25rem
    }
}

.community-card__title {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    color: #1E1E1E;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-card__title {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-card__title {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-card__title {
        font-size: 18px
    }
}

.community-card__text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    margin: 0;
    flex-grow: 1
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-card__text {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-card__text {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-card__text {
        font-size: 14px
    }
}

.community-card__btn {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    background-color: #37DCBC;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    text-decoration: none;
    transition: 0.2s ease;
    font-weight: 700
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-card__btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-card__btn {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-card__btn {
        font-size: 14px
    }
}

.community-card:hover {
    background-color: #25d4b2;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1)
}

.community-card:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12)
}

.post-page {
    padding: 30px 0px 50px 0px
}

.post-page__layout .comment-wrapper {
    margin-top: 20px
}

.post-page__layout .load-more-comments-cta {
    text-align: center;
    margin-top: 10px
}

.post-page__layout .load-more-comments-cta .load-more-comments {
    font-size: 18px;
    color: #054561;
    transition: 0.3s all ease-in-out
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__layout .load-more-comments-cta .load-more-comments {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__layout .load-more-comments-cta .load-more-comments {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__layout .load-more-comments-cta .load-more-comments {
        font-size: 14px
    }
}

.post-page__layout .load-more-comments-cta .load-more-comments:hover {
    color: #37DCBC
}

.post-page__card {
    border: 1px solid #EFF3F7;
    background: #ffffff;
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem
}

.post-page__card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 20px
}

.post-page__card-header .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #dfe4ff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
    font-size: 1rem
}

.post-page__card-header .meta .name {
    font-weight: 700;
    font-size: 16px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__card-header .meta .name {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__card-header .meta .name {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__card-header .meta .name {
        font-size: 14px
    }
}

.post-page__card-header .meta .info {
    color: #68728b;
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__card-header .meta .info {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__card-header .meta .info {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__card-header .meta .info {
        font-size: 12px
    }
}

.post-page__card-header .meta .info span {
    color: #3857DC
}

.post-page__card-title {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    color: #1E1E1E;
    font-weight: 600;
    margin-bottom: 1rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__card-title {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__card-title {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__card-title {
        font-size: 16px
    }
}

.post-page__card-text {
    color: #1E1E1E !important
}

.post-page__card-text h1,
.post-page__card-text h2,
.post-page__card-text h3,
.post-page__card-text h4,
.post-page__card-text h5,
.post-page__card-text h6 {
    font-weight: 700 !important;
    color: #1E1E1E !important;
    margin-bottom: 15px
}

.post-page__card-text p {
    font-size: 16px;
    color: #1E1E1E !important;
    margin-bottom: 10px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__card-text p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__card-text p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__card-text p {
        font-size: 14px
    }
}

.post-page__card-text ul {
    padding-left: 18px;
    margin: 10px 0px !important;
    list-style: disc !important
}

.post-page__card-text ul li {
    font-size: 16px;
    color: #1E1E1E !important
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__card-text ul li {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__card-text ul li {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__card-text ul li {
        font-size: 14px
    }
}

.post-page__card-text ol {
    padding-left: 18px;
    margin: 10px 0px !important;
    list-style: auto !important
}

.post-page__card-text ol li {
    font-size: 16px;
    color: #1E1E1E !important
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__card-text ol li {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__card-text ol li {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__card-text ol li {
        font-size: 14px
    }
}

.post-page__card-text a {
    color: #3857DC !important
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__card {
        padding: 1.5rem
    }
}

.post-page__card .reply-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    cursor: pointer;
    color: #6a6a6a;
    font-size: 14px
}

.post-page__card .reply-btn svg {
    width: 16px;
    height: 16px;
    stroke: #6a6a6a
}

.post-page__card .reply-btn:hover {
    color: #054561
}

.post-page__card .reply-btn:hover svg {
    stroke: #054561
}

.post-page__card .reply-btn.active {
    color: #054561
}

.post-page__card .reply-btn.active svg {
    stroke: #054561;
    fill: #054561
}

.post-page__sidebar {
    border: 1px solid #EFF3F7;
    position: sticky;
    top: 1.5rem;
    height: max-content;
    background: #ffffff;
    padding: 2rem;
    border-radius: 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)
}

.post-page__sidebar h4 {
    font-size: 14px;
    color: #6d7180;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.8rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__sidebar h4 {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__sidebar h4 {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__sidebar h4 {
        font-size: 12px
    }
}

.post-page__sidebar .c-title {
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 700;
    margin-bottom: 0.5rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__sidebar .c-title {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__sidebar .c-title {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__sidebar .c-title {
        font-size: 14px
    }
}

.post-page__sidebar .c-text {
    font-size: 14px;
    color: #777;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__sidebar .c-text {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__sidebar .c-text {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__sidebar .c-text {
        font-size: 12px
    }
}

.post-page__sidebar .c-btn {
    width: 100%;
    height: 48px;
    border-radius: 22px;
    background: #f3f5ff;
    border: none;
    font-weight: 600;
    transition: all 0.3s
}

.post-page__sidebar .c-btn:hover {
    background: #e8ebff
}

.post-page__comments {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem
}

.post-page__comments-title {
    text-align: end;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #101010
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__comments-title {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__comments-title {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__comments-title {
        font-size: 14px
    }
}

.post-page__comments-title:hover {
    text-decoration: underline;
    color: #054561
}

.post-page__comments .comment-btn {
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 14px;
    color: #3857DC;
    border: 1px solid #3857DC;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s all ease-in-out
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__comments .comment-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__comments .comment-btn {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__comments .comment-btn {
        font-size: 14px
    }
}

.post-page__comments .comment-btn:hover {
    color: #fff;
    background-color: #3857DC
}

.post-page__comments .comment-btn span {
    display: flex;
    align-items: center;
    height: 16px;
    width: 16px
}

.post-page__comments .comment-btn svg {
    height: 100%;
    width: 100%
}

.post-page .comment {
    background: #ffffff;
    margin-bottom: 1rem;
    display: flex;
    gap: 1.2rem
}

.post-page .comment__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e8ecff;
    color: #333;
    overflow: hidden
}

.post-page .comment__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-page .comment__content {
    width: calc(100% - 60px);
    border-top-left-radius: 0 !important;
    flex-grow: 1;
    border: 1px solid #EFF3F7;
    border-radius: 16px;
    padding: 12px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 2px -1px rgba(0, 0, 0, 0.08)
}

.post-page .comment__content .meta {
    font-weight: 700;
    font-size: 14px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page .comment__content .meta {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page .comment__content .meta {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page .comment__content .meta {
        font-size: 12px
    }
}

.post-page .comment__content .meta .date {
    font-weight: 400;
    font-size: 14px;
    color: #6a6a6a
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page .comment__content .meta .date {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page .comment__content .meta .date {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page .comment__content .meta .date {
        font-size: 12px
    }
}

.post-page .comment__content .text {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.5;
    margin-bottom: 0.6rem
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page .comment__content .text {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page .comment__content .text {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page .comment__content .text {
        font-size: 12px
    }
}

.post-page .comment.reply {
    width: calc(100% - 60px)
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page .comment {
        gap: 10px
    }

    .post-page .comment__avatar {
        width: 35px;
        height: 35px
    }
}

.post-page .comments-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 10px;
    margin-left: 60px
}

.post-page .comments-actions .reply-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #6a6a6a;
    font-size: 14px
}

.post-page .comments-actions .reply-btn svg {
    width: 16px;
    height: 16px;
    stroke: #6a6a6a
}

.post-page .comments-actions .reply-btn:hover {
    color: #054561
}

.post-page .comments-actions .reply-btn:hover svg {
    stroke: #054561
}

.post-page .comments-actions .reply-btn.active {
    color: #054561
}

.post-page .comments-actions .reply-btn.active svg {
    stroke: #054561;
    fill: #054561
}

.post-page .comments-actions .like-btn .like-text {
    text-decoration: none
}

.post-page .comments-actions.flex-dir-row {
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer
}

.post-page .comments-actions.flex-dir-row span:hover {
    text-decoration: underline;
    color: #054561
}

.post-page .reply-editor {
    margin-left: 130px
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page .reply-editor {
        margin-left: 60px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page .reply-editor {
        margin-left: 60px
    }
}

.post-page__editor {
    width: 100%;
    border: 1px solid #EFF3F7;
    display: flex;
    gap: 1rem;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem
}

.post-page__editor .avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #dfe4ff
}

.post-page__editor .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-page__editor .editor-box {
    flex-grow: 1;
    border-radius: 14px
}

.post-page__editor .editor-box textarea {
    padding: 1rem 1.25rem;
    width: 100%;
    background: transparent;
    border: none;
    resize: none;
    font-size: 16px;
    background: #f7f9fc
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__editor .editor-box textarea {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__editor .editor-box textarea {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__editor .editor-box textarea {
        font-size: 14px
    }
}

.post-page__editor .editor-box textarea:focus {
    outline: none
}

.post-page__editor .editor-box .post-wrapper {
    margin-top: 10px;
    text-align: right
}

.post-page__editor .submit-btn {
    background: #3857DC;
    border: none;
    color: #fff;
    padding: 0 1.5rem;
    height: 42px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .post-page__editor .submit-btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__editor .submit-btn {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__editor .submit-btn {
        font-size: 14px
    }
}

.post-page__editor .submit-btn:hover {
    background: #5635e8
}

@media (min-width: 576px) and (max-width: 767px) {
    .post-page__editor {
        padding: 1rem;
        gap: 10px
    }

    .post-page__editor .avatar {
        width: 35px;
        height: 35px;
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
    .post-page__editor .avatar {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
    .post-page__editor .avatar {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) and (min-width: 0px) and (max-width: 575px) {
    .post-page__editor .avatar {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .post-page__editor {
        padding: 1rem;
        gap: 10px
    }

    .post-page__editor .avatar {
        width: 35px;
        height: 35px;
        font-size: 16px
    }
}

@media (min-width: 0px) and (max-width: 575px) and (min-width: 768px) and (max-width: 1023px) {
    .post-page__editor .avatar {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
    .post-page__editor .avatar {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) and (min-width: 0px) and (max-width: 575px) {
    .post-page__editor .avatar {
        font-size: 14px
    }
}

.post-page__editor button {
    font-size: 16px !important
}

.post-page .reply-counts {
    font-size: 14px;
    color: #777
}

.post-page .reply-counts span {
    cursor: pointer
}

.post-page .reply-counts span:hover {
    text-decoration: underline;
    color: #054561
}

.cmnt-reply-wrapper {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.cmnt-reply-wrapper .comments-actions {
    width: calc(100% - 115px)
}

.cmnt-reply-wrapper .load-more-replies {
    width: fit-content;
    font-size: 14px;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #e8ecff;
    border-radius: 12px;
    padding: 0px 8px;
    transition: 0.3s all ease-in-out
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cmnt-reply-wrapper .load-more-replies {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .cmnt-reply-wrapper .load-more-replies {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .cmnt-reply-wrapper .load-more-replies {
        font-size: 12px
    }
}

.cmnt-reply-wrapper .load-more-replies:hover {
    background-color: #cfd7ff
}

.webinar-lisitng {
    padding: 60px 0;
    background: #fff
}

.webinar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

@media (max-width: 992px) {
    .webinar-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 576px) {
    .webinar-grid {
        grid-template-columns: 1fr
    }
}

.webinar-card {
    background: #F6F6FF;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    cursor: default
}

.webinar-card__image {
    position: relative;
    height: 278px;
    overflow: hidden;
    border-radius: 14px
}

.webinar-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease
}

.webinar-card__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.webinar-card__play::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.3s ease
}

.webinar-card__play svg {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    padding: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    color: #1E1E1E;
    transform: scale(0.9);
    transition: transform 0.3s ease, background 0.3s ease
}

.webinar-card__body {
    padding: 20px 0;
    flex-grow: 1;
    padding-bottom: 0
}

.webinar-card__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .webinar-card__title {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .webinar-card__title {
        font-size: 18px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .webinar-card__title {
        font-size: 18px
    }
}

.webinar-card__desc {
    font-size: 16px;
    color: rgba(30, 30, 30, 0.7);
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

@media (min-width: 768px) and (max-width: 1023px) {
    .webinar-card__desc {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .webinar-card__desc {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .webinar-card__desc {
        font-size: 14px
    }
}

.webinar-card__footer {
    padding: 0 20px 20px
}

.webinar-card .details-cta {
    width: 100%;
    margin-top: 15px
}

.webinar-card .details-cta .secondary-btn {
    margin-top: 0px;
    display: inline-block;
    border-radius: 12px;
    width: 100%
}

.webinar-card .type-tag {
    background-color: #3857DC;
    color: #fff;
    position: absolute;
    border-radius: 15px 0px 0px 15px;
    z-index: 33;
    top: 10px;
    right: 0px;
    padding: 2px 18px;
    font-size: 14px;
    font-weight: 600
}

@media (min-width: 768px) and (max-width: 1023px) {
    .webinar-card .type-tag {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .webinar-card .type-tag {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .webinar-card .type-tag {
        font-size: 12px
    }
}

.view-more {
    margin-top: 40px;
    text-align: center
}

.view-more a {
    font-size: 14px;
    color: #054561;
    font-weight: 500;
    text-decoration: none
}

.view-more a span {
    margin-left: 4px
}

.view-more a:hover {
    text-decoration: underline
}

.community-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe)
}

.community-hero .about-us-hero__title {
    font-size: 42px;
    font-weight: 700;
    color: #1E1E1E
}

.community-hero .about-us-hero__description {
    max-width: 720px;
    margin-top: 12px;
    font-size: 18px;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-hero .about-us-hero__description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-hero .about-us-hero__description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-hero .about-us-hero__description {
        font-size: 14px
    }
}

.community-page {
    background: #fff;
    padding: 60px 0
}

.community-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px
}

@media (max-width: 992px) {
    .community-layout {
        grid-template-columns: 1fr
    }
}

.community-threads {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.thread-card {
    background: #F6F6FF;
    border-radius: 16px;
    padding: 24px 28px;
    border: 1px solid rgba(2, 60, 118, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease
}

.thread-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08)
}

.thread-card:hover .thread-card__title {
    color: #3857DC
}

.thread-card:hover .thread-card__comments {
    background-color: #dcdcff;
    color: #3857DC
}

.thread-card:hover .thread-card__comments svg path {
    stroke: #3857DC
}

.thread-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1E1E1E;
    margin-bottom: 10px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .thread-card__meta {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .thread-card__meta {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .thread-card__meta {
        font-size: 12px
    }
}

.thread-card__badge {
    background: #eef2ff;
    color: #3857DC;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    overflow: hidden
}

.thread-card__badge img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thread-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: 0.3s all ease-in-out
}

@media (min-width: 768px) and (max-width: 1023px) {
    .thread-card__title {
        font-size: 18px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .thread-card__title {
        font-size: 16px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .thread-card__title {
        font-size: 16px
    }
}

.thread-card__excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #1E1E1E;
    margin-bottom: 16px;
    transition: 0.3s all ease-in-out
}

@media (min-width: 768px) and (max-width: 1023px) {
    .thread-card__excerpt {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .thread-card__excerpt {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .thread-card__excerpt {
        font-size: 12px
    }
}

.thread-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.thread-card__comments {
    font-size: 14px;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #e6e6ff;
    border-radius: 12px;
    padding: 0px 8px;
    transition: 0.3s all ease-in-out
}

@media (min-width: 768px) and (max-width: 1023px) {
    .thread-card__comments {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .thread-card__comments {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .thread-card__comments {
        font-size: 12px
    }
}

.thread-card__comments span {
    height: 12px;
    width: 12px;
    margin-right: 5px;
    display: flex;
    align-items: center
}

.thread-card__comments span svg {
    height: 100%;
    width: 100%
}

.community-load-more {
    margin-top: 12px;
    display: flex;
    justify-content: center
}

.community-load-more .btn {
    padding: 10px 32px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #3857DC;
    background: transparent;
    color: #3857DC;
    transition: all 0.3s ease
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-load-more .btn {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-load-more .btn {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-load-more .btn {
        font-size: 12px
    }
}

.community-load-more .btn:hover {
    background: #3857DC;
    color: #fff
}

.community-sidebar {
    position: sticky;
    top: 50px;
    height: fit-content
}

.sidebar-card {
    background: #F6F6FF;
    border-radius: 18px;
    padding: 22px;
    border: 1px solid rgba(2, 60, 118, 0.2)
}

.sidebar-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px
}

.sidebar-card__header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sidebar-card__header h4 {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sidebar-card__header h4 {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .sidebar-card__header h4 {
        font-size: 14px
    }
}

.sidebar-card__link {
    font-size: 14px;
    color: #3857DC;
    font-weight: 600
}

.sidebar-card__link:hover {
    text-decoration: underline
}

.sidebar-card__item {
    background-color: #ECEDFB;
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 14px
}

.sidebar-card__item:first-of-type {
    border-top: 0;
    padding-top: 0
}

.sidebar-card__item h5 {
    font-size: 15px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 6px
}

.sidebar-card__item p {
    font-size: 14px;
    line-height: 1.6;
    color: #1E1E1E
}

@media (max-width: 576px) {
    .thread-card {
        padding: 20px
    }

    .thread-card__title {
        font-size: 18px
    }

    .community-hero {
        padding: 60px 0
    }

    .community-hero .about-us-hero__title {
        font-size: 34px
    }
}

.thread-list-banner .program-detail-banner-inner {
    background-size: 320px, 400px;
    background-position: -5% -14%, 103.5% calc(100% + 150px)
}

.thread-list-banner .hero-content {
    color: #fff !important
}

.thread-list-banner .hero-content p {
    color: #fff !important
}

.forum-thread-page {
    padding: 30px 0px 60px 0px
}

.forum-thread-page .community-layout {
    padding-top: 30px
}

.forum-thread-page .thread-page-controls .search {
    width: 70%
}

@media (min-width: 0px) and (max-width: 575px) {
    .forum-thread-page .thread-page-controls .search {
        width: 100%
    }
}

.eNtry-breadcum .breadcrumb .breadcrumb-item {
    color: #1E1E1E
}

.eNtry-breadcum .breadcrumb .breadcrumb-item a {
    font-size: 18px;
    font-weight: 600
}

@media (min-width: 768px) and (max-width: 1023px) {
    .eNtry-breadcum .breadcrumb .breadcrumb-item a {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .eNtry-breadcum .breadcrumb .breadcrumb-item a {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .eNtry-breadcum .breadcrumb .breadcrumb-item a {
        font-size: 14px
    }
}

.eNtry-breadcum .breadcrumb .breadcrumb-item.active {
    font-size: 18px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .eNtry-breadcum .breadcrumb .breadcrumb-item.active {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .eNtry-breadcum .breadcrumb .breadcrumb-item.active {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .eNtry-breadcum .breadcrumb .breadcrumb-item.active {
        font-size: 14px
    }
}

.add-thread-modal {
    background-color: rgba(6, 30, 66, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 1 !important;
    --bs-backdrop-opacity: 0.8
}

.add-thread-modal .modal-header {
    background: transparent
}

.add-thread-modal .modal-header .modal-title {
    color: #1E1E1E;
    font-size: 20px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .add-thread-modal .modal-header .modal-title {
        font-size: 18px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .add-thread-modal .modal-header .modal-title {
        font-size: 16px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .add-thread-modal .modal-header .modal-title {
        font-size: 16px
    }
}

.add-thread-modal .modal-header .btn-close {
    margin-right: 0px
}

.add-thread-modal .modal-body {
    padding: 16px
}

.add-thread-modal .modal-body .add-thread label {
    margin-bottom: 10px;
    color: #1E1E1E;
    font-family: "Bricolage Grotesque", sans-serif !important
}

.add-thread-modal .modal-body .add-cta-modal {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .add-thread-modal .modal-body .add-cta-modal {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .add-thread-modal .modal-body .add-cta-modal {
        font-size: 12px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .add-thread-modal .modal-body .add-cta-modal {
        font-size: 12px
    }
}

.webinar-details-wrapper {
    padding: 50px 0
}

.webinar-details-wrapper .webinar-banner {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    background: #1E1E1E;
    margin-bottom: 24px
}

.webinar-details-wrapper .webinar-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none
}

.webinar-details-wrapper .webinar-banner .webinar-poster {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.webinar-details-wrapper .webinar-banner .play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.35);
    transition: background 0.3s ease
}

.webinar-details-wrapper .webinar-banner .play-btn:hover {
    background: rgba(0, 0, 0, 0.55)
}

.webinar-details-wrapper .webinar-banner .play-btn:hover .play-cta {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.95)
}

.webinar-details-wrapper .webinar-banner .play-btn .play-cta {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transform: scale(1);
    transition: transform 0.25s ease, background 0.25s ease;
    position: relative
}

.webinar-details-wrapper .webinar-banner .play-btn .play-cta::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    animation: playPulse 2s ease-out infinite
}

.webinar-details-wrapper .webinar-banner .play-btn .play-cta i {
    font-size: 26px;
    color: #1E1E1E;
    margin-left: 2px
}

.webinar-details-wrapper .webinar-details-wrap .webinar-title {
    font-size: 54px;
    font-weight: 600;
    color: #1E1E1E
}

@media (min-width: 768px) and (max-width: 1023px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-title {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-title {
        font-size: 30px
    }
}

.webinar-details-wrapper .webinar-details-wrap .webinar-date {
    font-size: 16px;
    color: rgba(30, 30, 30, 0.6);
    white-space: nowrap
}

@media (min-width: 768px) and (max-width: 1023px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-date {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-date {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-date {
        font-size: 14px
    }
}

.webinar-details-wrapper .webinar-details-wrap .webinar-description {
    font-size: 20px;
    line-height: 1.7;
    color: rgba(30, 30, 30, 0.85)
}

@media (min-width: 768px) and (max-width: 1023px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-description {
        font-size: 18px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-description {
        font-size: 16px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .webinar-details-wrapper .webinar-details-wrap .webinar-description {
        font-size: 16px
    }
}

.webinar-details-wrapper aside {
    padding-top: 20px;
    margin-top: -20px
}

.webinar-details-wrapper .webinar-venue {
    background-color: #F6F6FF;
    padding: 20px;
    border-radius: 16px
}

.webinar-details-wrapper .webinar-venue .webinar-venue-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.webinar-details-wrapper .webinar-venue .webinar-venue-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 0px
}

@media (min-width: 768px) and (max-width: 1023px) {
    .webinar-details-wrapper .webinar-venue .webinar-venue-item h4 {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .webinar-details-wrapper .webinar-venue .webinar-venue-item h4 {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .webinar-details-wrapper .webinar-venue .webinar-venue-item h4 {
        font-size: 14px
    }
}

.webinar-details-wrapper .webinar-venue .webinar-venue-item p {
    font-size: 16px;
    color: rgba(30, 30, 30, 0.85)
}

@media (min-width: 768px) and (max-width: 1023px) {
    .webinar-details-wrapper .webinar-venue .webinar-venue-item p {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .webinar-details-wrapper .webinar-venue .webinar-venue-item p {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .webinar-details-wrapper .webinar-venue .webinar-venue-item p {
        font-size: 14px
    }
}

.webinar-details-wrapper .webinar-venue .webinar-venue-item:last-child {
    margin-bottom: 0px
}

@keyframes playPulse {
    0% {
        transform: scale(0.85);
        opacity: 0.9
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@media (max-width: 768px) {
    .webinar-details-wrapper .webinar-banner {
        height: 300px
    }

    .webinar-details-wrapper .webinar-header {
        flex-direction: column
    }
}

.webinar-banner-live {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    background: #1E1E1E;
    margin-bottom: 24px
}

.webinar-banner-live .webinar-poster {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.webinar-banner-live .join-now-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.35)
}

.webinar-banner-live .join-now-btn span {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #1E1E1E;
    background: #37DCBC;
    box-shadow: 0 8px 25px rgba(55, 220, 188, 0.5);
    position: relative;
    transition: transform 0.3s ease, background 0.3s ease
}

.webinar-banner-live .join-now-btn span::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 16px;
    border: 2px solid rgba(55, 220, 188, 0.6);
    animation: joinPulse 2s ease-out infinite
}

.webinar-banner-live .join-now-btn:hover span {
    background: #21bfa0;
    transform: scale(1.05)
}

.webinar-banner-live .join-now-btn:hover span::after {
    border-color: rgba(33, 191, 160, 0.6)
}

@keyframes joinPulse {
    0% {
        transform: scale(0.85);
        opacity: 0.9
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

.enrollment-container {
    padding: 40px 0;
    min-height: 80vh
}

.enrollment-container .course-details h2 {
    color: #054561;
    margin-bottom: 10px !important;
    font-weight: 700
}

.enrollment-container .course-details h4 {
    color: #054561
}

.enrollment-container .course-details .form-switch input[type="checkbox"] {
    border-radius: 2em
}

.enrollment-container .course-details .participant-field-group {
    padding: 10px !important
}

.enrollment-container .course-details .participant-field-group strong {
    color: #054561
}

.enrollment-container .course-details h5 {
    color: #054561;
    font-size: 14px
}

.enrollment-container .course-details button {
    font-weight: 600;
    font-size: 12px;
    border-radius: 16px;
    background-color: #3857DC;
    border: none;
    color: #fff;
    padding: 5px 10px
}

.enrollment-container .course-details button:hover {
    background-color: #223fbf
}

.enrollment-container .course-details .remove-participant-btn {
    background-color: transparent;
    color: #1E1E1E;
    font-size: 16px
}

.enrollment-container .course-details .remove-participant-btn:hover {
    background-color: transparent;
    color: #054561
}

.enrollment-container .course-details label strong {
    color: #054561
}

.enrollment-container .course-details .group-purchase-card {
    max-height: 650px;
    overflow-y: auto
}

.enrollment-container .g-title,
.enrollment-container .description {
    margin-bottom: 10px
}

.enrollment-container .payment-summary-card h4 {
    color: #054561;
    font-weight: 700
}

.enrollment-container .payment-summary-card span {
    color: #1E1E1E
}

.enrollment-container .payment-summary-card strong {
    color: #054561;
    font-weight: 700
}

.enrollment-container .g-title {
    color: #054561
}

.enrollment-container .form-label {
    margin-bottom: 5px
}

.enrollment-container .form-icons .right {
    right: 20px;
    cursor: pointer !important
}

.enrollment-container .course-info-section {
    padding-right: 30px
}

.enrollment-container .auth-section {
    padding-left: 30px
}

.enrollment-container .register-form {
    display: none
}

.enrollment-container .register-form.show {
    display: block
}

.enrollment-container .login-form.hide {
    display: none
}

.enrollment-container .user-info-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center
}

.enrollment-container .enrollment-actions {
    margin-top: 20px
}

.enrollment-container .ol-select2 .select2-container {
    width: 100% !important
}

.enrollment-container .ol-select2 .select2-container .select2-selection--single {
    height: 58px !important
}

.enrollment-container .custom-style .select2-container--default .select2-selection--single {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 10px
}

.enrollment-container .custom-style .select2-selection__rendered {
    line-height: 58px !important;
    padding: 0px 22px !important;
    color: #6b7385 !important
}

.enrollment-container .custom-style .select2-selection__arrow {
    display: none
}

.enrollment-container .ol-select2 .select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 35px 10px 15px;
    transition: .3s
}

.enrollment-container .ol-select2 .select2-container--default .select2-selection--single:hover {
    border-color: var(--skinColor)
}

.enrollment-container .ol-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--grayColor)
}

.enrollment-container .ol-select2 .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none
}

.enrollment-container .ol-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: .3s
}

.enrollment-container .ol-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg)
}

.enrollment-container .ol-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none
}

.enrollment-container .ol-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.enrollment-container .select-drop .select2-dropdown {
    border-radius: 8px;
    border: 1px solid var(--borderColor);
    padding: 4px
}

.enrollment-container .select-drop .select2-search--dropdown {
    padding: 0px;
    margin-bottom: 10px;
    position: relative
}

.enrollment-container .select-drop .select2-search--dropdown::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    height: 16px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../images/icons/search-gray-18.svg)
}

.enrollment-container .select-drop.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px;
    padding: 9px 17px 9px 35px;
    background: #f2f3f5;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--grayColor)
}

.enrollment-container .select-drop.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: var(--skinColor)
}

.enrollment-container .select-drop.select2-container--default .select2-results__option {
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--darkColor)
}

.enrollment-container .select-drop.select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.enrollment-container .select-drop.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.enrollment-container .select-drop.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #ebf4ff;
    color: var(--skinColor)
}

.enrollment-container .select-drop.select2-container--default .select2-results__option--selected {
    background-color: var(--whiteColor);
    color: var(--skinColor)
}

.enrollment-container .select-drop.select2-container--default .select2-results__option:not(:last-child) {
    margin-bottom: 2px
}

.enrollment-container .select2-container {
    width: 100% !important
}

@media (max-width: 768px) {

    .enrollment-container .course-info-section,
    .enrollment-container .auth-section {
        padding: 0;
        margin-bottom: 30px
    }
}

.enrollment-container .login-form-wrapper {
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 10px
}

.enrollment-container .user-info-card {
    text-align: left
}

.enrollment-container .user-info-card select {
    padding: 10px !important
}

.enrollment-container .user-info-card h4 {
    font-size: 18px
}

.enrollment-container .user-info-card p {
    margin-top: 10px;
    font-size: 22px
}

.community-forum-hero {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.community-forum-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.5) 79%);
    z-index: 1
}

.community-forum-hero>* {
    position: relative;
    z-index: 2
}

@media (min-width: 767px) {
    .community-forum-hero {
        height: 500px
    }
}

@media (min-width: 1023px) {
    .community-forum-hero {
        height: 628px
    }
}

.community-forum-hero__content {
    position: absolute;
    inset: auto 0 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem
}

@media (min-width: 767px) {
    .community-forum-hero__content {
        bottom: 3rem;
        padding: 0 2.5rem
    }
}

@media (min-width: 1023px) {
    .community-forum-hero__content {
        bottom: 100px;
        padding: 0 5rem
    }
}

.community-forum-hero__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    gap: 1rem
}

@media (min-width: 767px) {
    .community-forum-hero__inner {
        gap: 1.5rem
    }
}

@media (min-width: 1023px) {
    .community-forum-hero__inner {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2rem
    }
}

.community-forum-hero__title {
    width: 100%;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1.1;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-forum-hero__title {
        font-size: 42px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-forum-hero__title {
        font-size: 34px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-forum-hero__title {
        font-size: 30px
    }
}

@media (min-width: 1023px) {
    .community-forum-hero__title {
        width: 522px
    }
}

.community-forum-hero__description {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #fff !important;
    line-height: 1.6;
    margin: 0
}

@media (min-width: 768px) and (max-width: 1023px) {
    .community-forum-hero__description {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .community-forum-hero__description {
        font-size: 14px
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .community-forum-hero__description {
        font-size: 14px
    }
}

.community-forum-hero__description p {
    color: #fff !important
}

.community-forum-hero__description ul {
    color: #fff !important
}

.community-forum-hero__description ul li {
    color: #fff !important
}

@media (min-width: 1023px) {
    .community-forum-hero__description {
        width: 630px
    }
}

/*# sourceMappingURL=style.css.map */