﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

svg {
    height: 30px;
    width: 30px;
}

.container {
    margin: auto;
    width: 1155px;
    max-width: 100%;
}

html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}

.get-in-touch-db::after {
    opacity: 0.6;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    animation: gridMove 20s linear infinite;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(174,175,204), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(174,175,204), 0.03) 1px, transparent 1px);
    content: "";
    background-size: 20px 20px;
    top: 0;
}

.get-in-touch-db .connect-inquiry-db {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(174,175,204), 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
}



.get-in-touch-db .request-feedback-db {
    position: relative;
    width: 55%;
    padding: 50px 40px;
}

.get-in-touch-db .request-feedback-db::before {
    top: -50px;
    right: -50px;
    width: 200px;
    z-index: 0;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(174,175,204), 0.05) 0%, transparent 70%);
    height: 200px;
}

.get-in-touch-db form input[type="text"] {
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(#000000, 0.1);
    margin-bottom: 20px;
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    color: #000000;
    width: 100%;
}

.get-in-touch-db .feedback-section-db label {
    color: #000000;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    padding-left: 35px;
    line-height: 1.4;
    user-select: none;
}

.get-in-touch-db .feedback-section-db input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: "";
    border-width: 0 2px 2px 0;
    top: 4px;
    width: 6px;
    left: 8px;
    position: absolute;
    height: 12px;
    transform: rotate(45deg);
}

.get-in-touch-db .feedback-section-db label a:hover::after {
    transform: scaleX(1);
    background: rgb(135,131,170);
}

.get-in-touch-db .connect-widget-db:hover::before {
    opacity: 1;
}

.get-in-touch-db .connect-widget-db:active {
    transform: translateY(2px);
}

.get-in-touch-db svg {
    height: 20px;
    width: 20px;
    fill: rgb(174,175,204);
    margin-right: 10px;
    transition: fill 0.3s ease;
}

.get-in-touch-db svg:hover,
.get-in-touch-db svg:hover path {
    fill: rgb(135,131,170);
}

.ty-block-id-db::after {
    z-index: 0;
    content: "";
    right: -5rem;
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(135,131,170) 0%, transparent 70%);
    opacity: 0.15;
    position: absolute;
    width: 15rem;
    height: 15rem;
    transform: rotate(-15deg);
}

.ty-block-id-db .pro-study-db > div:first-child {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    position: relative;
}

.ty-block-id-db .pro-study-db > div:last-child {
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    transform: translateY(15px);
    opacity: 0;
    backdrop-filter: blur(10px);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}

.ty-block-id-db a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

header .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

header .site-start-db {
    display: flex;
    padding: 1rem;
    text-decoration: none;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 2;
}

header .site-start-db svg {
    filter: drop-shadow(0 4px 8px rgb(174,175,204,0.5));
    transition: all 0.3s ease;
    width: 220px;
    height: auto;
}

header .main-teach-db {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    position: relative;
}

header .main-teach-db:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.accept-cookies-db {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.edu-settings-db svg {
    fill: rgb(174,175,204);
    height: 50px;
    width: 50px;
}

.panelTrackingNotice-db h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 21px;
}

.panelTrackingNotice-db p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(174,175,204);
    color: rgb(174,175,204);
}


#cookieConsentAlert-db {
    display: none;
}

#cookieConsentAlert-db:checked ~ .panelTrackingNotice-db {
    visibility: hidden;
    opacity: 0;
}

.privacy-hold-db::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(174,175,204,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(135,131,170,0.5), 0.04) 0%, transparent 50%);
    pointer-events: none;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}

.privacy-hold-db h3 {
    padding-left: 1rem;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    font-size: calc(37px * 0.85);
    border-left: 2px solid rgb(135,131,170);
    position: relative;
    color: #000000;
}

.privacy-hold-db p strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.privacy-hold-db span {
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    max-width: 90ch;
    display: block;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
}

.privacy-hold-db li:nth-child(2n)::before {
    background-color: rgb(135,131,170);
}

.title-opener-db {
    background: linear-gradient(135deg, rgb(214,214,228) 40%, rgb(174,175,204,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    min-height: 100vh;
}

.title-opener-db > div {
    max-width: 1200px;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
    z-index: 2;
}

.title-opener-db p {
    max-width: 90%;
    font-size: calc(14px * 1.2);
    color: #000000;
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    margin-bottom: 2rem;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.6;
}

.title-opener-db .who-mentors-db::before {
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.title-opener-db .who-mentors-db:hover {
    transform: rotateX(0) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
}

footer .glossary-db {
    z-index: 1;
    position: relative;
}

footer .learn-help-db {
    gap: 15px;
    background-color: #ffffff;
    z-index: 3;
    padding: 25px;
    flex-wrap: wrap;
    border-radius: 18px;
    width: 85%;
    margin: auto;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item a:hover {
    color: rgb(174,175,204);
}

footer .text_main_holder {
    flex-direction: column;
    display: flex;
    perspective: 2000px;
    margin-top: 40px;
    gap: 20px;
    position: relative;
}

footer .subscribe_holder {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -20px;
    background-color: rgb(174,175,204);
    z-index: 0;
    color: #ffffff;
    transform: translateZ(-20px) scale(0.96);
}

footer .nav-expert-db::after, footer .nav-learn-db::after, footer .subscribe_holder::after {
    z-index: -1;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    opacity: 0;
    width: 100%;
    border-radius: 18px;
    content: "";
    left: 0;
}

footer .main-nav-db {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
    display: grid;
}

footer .main-nav-db a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

footer .main-nav-db a:hover::before {
    width: 100%;
}

footer .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

footer .news-signup-db:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(135,131,170);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(174,175,204);
}

header .top_plank .best-knowledge-db div span {
    color: #ffffff;
}

header .top_plank .best-knowledge-db {
    flex-wrap: wrap;
    font-size: 13px;
    align-items: center;
    display: flex;
    line-height: 21px;
    padding: 15px 0 10px 0;
    width: 100%;
    justify-content: flex-start;
}

.our-story-db::after {
    opacity: 0.15;
    border-radius: 50%;
    position: absolute;
    width: 300px;
    top: -100px;
    background: rgb(174,175,204);
    right: -100px;
    animation: pulse 10s infinite alternate ease-in-out;
    filter: blur(60px);
    content: "";
    z-index: 1;
    height: 300px;
}

.our-story-db .word-block-db > div:first-child {
    position: relative;
    margin-bottom: 10px;
}

.our-story-db .word-block-db > div:first-child::after {
    left: 0;
    position: absolute;
    bottom: -5px;
    background: rgb(174,175,204);
    width: 60px;
    transition: width 0.4s ease;
    content: "";
    height: 2px;
}

.our-story-db b {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgb(174,175,204);
    font-size: calc(12px * 1.3);
}

.our-story-db ol {
    padding-left: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    counter-reset: item;
    list-style-type: none;
    margin: 30px 0 0;
}

.enroll-instantly-db::before {
    opacity: 0.05;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    left: 0;
}

.enroll-instantly-db .pro-study-db::after {
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    bottom: 0;
    content: '';
    animation: scanBottom 4s ease-in-out infinite;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
}

.enroll-instantly-db h3::before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    content: '';
    height: 2px;
    left: 50%;
    box-shadow: 0 0 10px #ffffff;
    width: 70px;
}

.enroll-instantly-db .connect-experts-db::after {
    content: '';
    top: -100%;
    left: -100%;
    transition: all 0.6s ease;
    transform: rotate(25deg);
    height: 300%;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    z-index: 1;
    width: 30%;
}

.enroll-instantly-db .connect-experts-db:hover::after {
    left: 200%;
}

.tariff-container-db::before {
    content: "";
    width: 40%;
    top: -10%;
    height: 70%;
    opacity: 0.1;
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(120deg, rgb(174,175,204,0.5) 20%, rgb(135,131,170,0.5) 80%);
    border-radius: 10px;
    right: -5%;
    z-index: 0;
}

.tariff-container-db .fee-plan-db {
    order: 1;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
}

.tariff-container-db .study-pricing-db {
    max-width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}

.tariff-container-db .study-packages-db {
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: #ffffff;
    height: 100%;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
}

.tariff-container-db .price-panel-db {
    display: flex;
    position: relative;
    padding: 2rem 1.75rem;
    flex: 1;
    flex-direction: column;
}

.tariff-container-db .price-panel-db .fee-options-db::after {
    width: 40px;
    bottom: -0.75rem;
    height: 2px;
    position: absolute;
    content: "";
    background: rgb(174,175,204,0.5);
    left: 0;
}

.tariff-container-db .image-grid-db::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}

.mentorship-profile-db {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(135,131,170,0.5) 100%);
}

.mentorship-profile-db::before {
    position: absolute;
    transform-origin: center;
    filter: blur(60px);
    right: -5%;
    content: "";
    animation: floating 15s ease-in-out infinite;
    opacity: 0.3;
    z-index: 0;
    background: rgb(174,175,204,0.5);
    width: 40%;
    top: -5%;
    height: 40%;
}

.mentorship-profile-db .feedback-panel-db:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.mentorship-profile-db .feedback-panel-db .image-grid-db::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(174,175,204), 0.2) 100%
    );
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}

.mentorship-profile-db .feedback-panel-db .image-grid-db:hover::after {
    opacity: 1;
}

.mentorship-profile-db .feedback-panel-db .name {
    font-size: 18px;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}

.mentorship-profile-db .feedback-panel-db > div:nth-child(2) > div {
    font-size: calc(12px - 0.1rem);
    margin-top: 1rem;
    font-weight: 600;
    color: rgb(135,131,170);
}

.mentorship-profile-db .feedback-panel-db .emp-block-db::before {
    font-family: Georgia, serif;
    position: absolute;
    left: -15px;
    opacity: 0.2;
    color: rgb(174,175,204,0.5);
    font-size: 5rem;
    content: "";
    top: -20px;
}

.course-program-description-db .education-plan-db {
    height: 500%;
    display: flex;
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    flex-direction: column;
}

.course-program-description-db .program-plan-db {
    width: 100%;
    height: 20%;
    position: relative;
}

.course-program-description-db .program-plan-db:hover img {
    transform: scale(1.1);
}

.course-program-description-db .container {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0;
    z-index: 5;
}

.course-program-description-db .skill-path-db::before {
    border-radius: 0 10px 10px 0;
    position: absolute;
    right: 20px;
    pointer-events: none;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgb(135,131,170,0.5);
    border-left: none;
    left: 20px;
    content: '';
}

.course-program-description-db .skill-path-db p {
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
}

.course-program-description-db .skill-path-db .connect-widget-db::before {
    width: 100%;
    opacity: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(135,131,170) 0%, rgb(174,175,204) 100%);
    content: '';
    left: 0;
    z-index: -1;
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 480px) {.get-in-touch-db {
    padding: 40px 0;
}.get-in-touch-db h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 25px;
}.get-in-touch-db .image-grid-db {
    height: 200px;
}.get-in-touch-db .request-feedback-db {
    padding: 25px 20px;
}.get-in-touch-db form h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.get-in-touch-db form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.get-in-touch-db .feedback-section-db {
    margin-bottom: 20px;
}.get-in-touch-db .feedback-section-db label {
    font-size: calc(13px * 0.9);
    padding-left: 30px;
}.get-in-touch-db .feedback-section-db label::before {
    height: 18px;
    width: 18px;
}.get-in-touch-db .feedback-section-db input[type="checkbox"]:checked + label::after {
    top: 3px;
    width: 5px;
    height: 10px;
    left: 6px;
}.get-in-touch-db .connect-widget-db {
    padding: 10px 12px;
}
}



@media (max-width: 767px) {.ty-block-id-db {
    padding: 3rem 0;
}.ty-block-id-db .pro-study-db > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.ty-block-id-db h5 {
    padding-left: 0.75rem;
    font-size: calc(24px * 0.9);
}.ty-block-id-db .pro-study-db > div:last-child {
    padding: 1.75rem;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top-main-db {
    gap: 0.8rem;
}header .site-start-db svg {
    width: 140px;
}header .nav-learn-db {
    padding: 0.4rem 0.6rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .nav-learn-db::-webkit-scrollbar {
    height: 3px;
}header .nav-learn-db::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main-teach-db {
    font-size: calc(18px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}



@media (max-width: 576px) {.privacy-hold-db {
    padding: 2.5rem 0;
}.privacy-hold-db .container {
    padding: 0 1.25rem;
}.privacy-hold-db h1 {
    transform: translateX(0);
    font-size: calc(45px * 0.75);
}.privacy-hold-db h2 {
    font-size: calc(37px * 0.8);
    padding-left: 0.75rem;
}.privacy-hold-db h3 {
    font-size: calc(37px * 0.7);
    padding-left: 0.75rem;
}.privacy-hold-db h4 {
    padding-left: 0.75rem;
    font-size: calc(37px * 0.6);
}.privacy-hold-db p,
    .privacy-hold-db span {
    font-size: calc(18px * 0.95);
}.privacy-hold-db ul {
    margin-left: 0.5rem;
}.privacy-hold-db li {
    font-size: calc(18px * 0.95);
    padding-left: 1.25rem;
    margin-bottom: 0.8rem;
}}



@media (max-width: 480px) {.title-opener-db {
    padding: 3rem 1rem;
}.title-opener-db h1.edu-online-db {
    font-size: calc(46px * 0.8);
}.title-opener-db .who-mentors-db {
    min-height: 240px;
}.title-opener-db .who-mentors-db h3 {
    font-size: calc(20px * 0.8);
}}



@media (max-width: 576px) {footer .recycle-info-db {
    padding: 70px 0 20px;
}footer .learn-help-db {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .nav-expert-db, footer .nav-learn-db, footer .subscribe_holder {
    padding: 20px 15px;
}footer .nav-learn-db h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .main-nav-db {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .news-signup-db {
    padding: 12px;
}}



@media (max-width: 767px) {.our-story-db {
    padding: 80px 0;
}.our-story-db .word-block-db {
    padding: 30px 20px;
}.our-story-db h5 {
    font-size: 19px;
}.our-story-db p {
    font-size: 12px;
}.our-story-db li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}



@media screen and (max-width: 576px) {.enroll-instantly-db {
    padding: 60px 0;
}.enroll-instantly-db .pro-study-db {
    padding: 30px 20px;
}.enroll-instantly-db h3 {
    margin-bottom: 35px;
    letter-spacing: 1.5px;
    font-size: calc(29px * 0.7);
}.enroll-instantly-db h3::before {
    width: 40px;
    bottom: -10px;
}.enroll-instantly-db h3::after {
    bottom: -18px;
}.enroll-instantly-db .connect-experts-db {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
}}



@media (max-width: 767px) {.tariff-container-db {
    padding: 4rem 0;
}.tariff-container-db .fee-plan-db h2 {
    font-size: calc(37px * 0.9);
}.tariff-container-db .price-panel-db h3 {
    font-size: 18px;
}.tariff-container-db .price-panel-db .fee-options-db {
    font-size: calc(18px * 1.15);
}.tariff-container-db .image-grid-db {
    height: 160px;
}
}



@media (hover: none) {.tariff-container-db .study-packages-db:hover {
    transform: none;
}.tariff-container-db .study-packages-db:hover .image-grid-db {
    transform: none;
}}



@media (max-width: 767px) {.mentorship-profile-db {
    padding: 4rem 0;
}.mentorship-profile-db .container {
    padding: 0 1rem;
}.mentorship-profile-db .feedback-panel-db {
    padding: 2rem;
}.mentorship-profile-db .feedback-panel-db .image-grid-db {
    height: 240px;
}}



@media screen and (min-width: 1440px) {.course-program-description-db .pro-study-db {
    padding-left: 10%;
}.course-program-description-db .skill-path-db {
    max-width: 650px;
}
}



@media screen and (max-width: 992px) {.course-program-description-db {
    min-height: auto;
    flex-direction: column;
}.course-program-description-db .knowledge-route-db {
    position: relative;
    height: 400px;
    width: 100%;
}.course-program-description-db .education-plan-db {
    width: 500%;
    height: 100%;
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
}.course-program-description-db .program-plan-db {
    height: 100%;
    width: 20%;
}.course-program-description-db .program-plan-db::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-program-description-db .container {
    padding: 3rem 1rem;
}.course-program-description-db .pro-study-db {
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}.course-program-description-db .skill-path-db {
    border-top: 5px solid rgb(174,175,204);
    border-radius: 28px;
    max-width: 100%;
    border-left: none;
}.course-program-description-db .skill-path-db::before {
    right: 20px;
    left: 20px;
    top: 20px;
    border-top: none;
    border: 1px solid rgb(135,131,170,0.5);
    border-radius: 10px;
    bottom: 20px;
}
}



@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes rotateRays {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

