﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.viewport-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-track {
    background: radial-gradient(circle at bottom left, rgb(255, 255, 255, 0.5) 86%, rgb(110,110,180) 30%, rgb(110,110,180,0.5) 91%, rgb(157,180,190) 2%, rgb(217,227,231) 73%);
    border-radius: 5px;
}::-webkit-scrollbar-thumb {
    min-height: 90px;
    background: rgb(110,110,180);
    border-radius: 9999px;
    box-shadow: 3px 5px 5px 8px rgba(0, 0, 0, 0.2);
    transition: all 1.7s ease-in;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    border-color: rgb(217,227,231);
    box-shadow: -5px 3px 9px -1px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 5px 3px 2px rgba(0, 0, 0, 0.1);
    background: rgb(110,110,180,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(217,227,231);
    border-radius: 7px;
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(110,110,180,0.5) rgb(110,110,180);
}.container {
    margin: auto;
    max-width: 100%;
    width: 1180px;
}.top_wrap {
    flex: 1 0 auto;
}.guide_section {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_team {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    z-index: 1;
    background: rgb(217,227,231);
}.our_team::before {
    width: 100%;
    z-index: -1;
    background: radial-gradient(ellipse at bottom right, rgb(157,180,190,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    left: 0;
}.our_team::after {
    opacity: 0.03;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, 
                        rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    animation: backgroundMove 15s linear infinite;
    height: 100%;
    background-size: 60px 60px;
    z-index: -2;
    top: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.our_team .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}.our_team .pro_learning {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 
        "logo"
        "top_wrap"
        "director";
    gap: 40px;
    position: relative;
    grid-template-rows: auto auto auto;
}.our_team .skill_boost {
    margin-bottom: 10px;
    gap: 15px;
    font-weight: 700;
    display: flex;
    position: relative;
    font-size: calc(24px * 1.3);
    color: rgb(157,180,190);
    align-items: center;
    justify-content: center;
    grid-area: logo;
}.our_team .skill_boost svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 60px;
    width: 60px;
    fill: rgb(157,180,190);
}.our_team .skill_boost svg path {
    fill: rgb(157,180,190);
}.our_team .text_element {
    text-align: center;
    grid-area: content;
    padding: 0 10%;
    position: relative;
}.our_team .text_element h2 {
    font-weight: 700;
    position: relative;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
}.our_team .text_element h2::before,
.our_team .text_element h2::after {
    background: rgb(110,110,180);
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
}.our_team .text_element h2::before {
    right: calc(100% + 20px);
}.our_team .text_element h2::after {
    left: calc(100% + 20px);
}.our_team .text_element p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    position: relative;
}.our_team .knowledge_study {
    margin-top: 20px;
    position: relative;
    justify-content: center;
    grid-area: director;
    grid-row:1;
    padding-top: 40px;
    display: flex;
}.our_team .main_photo {
    border-radius: 10px;
    height: 180px;
    box-shadow: 15px 15px 0 rgb(157,180,190,0.5);
    position: relative;
    z-index: 2;
    width: 180px;
    flex: 0 0 auto;
    transition: all 0.4s ease;
}.our_team .main_photo:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(157,180,190,0.5);
}.our_team .learn_expert {
    padding-left: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}.our_team .learn_expert::before {
    transform: translateY(-50%);
    background: rgb(157,180,190);
    content: "";
    left: 0;
    top: 50%;
    height: 1px;
    width: 30px;
    position: absolute;
}.our_team .master_class {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}.our_team .learn_academy {
    margin-bottom: 0;
    font-weight: 600;
    color: rgb(157,180,190);
    font-size: 17px;
}

@media (min-width: 768px) {.our_team .pro_learning {
    grid-template-areas:
            "logo logo"
            "content content"
            "director director";
    grid-template-columns: 1fr 1fr;
}
}

@media (min-width: 992px) {.our_team .pro_learning {
    gap: 30px;
    grid-template-areas:
            "logo content content"
            "director content content";
    grid-template-columns: 1fr 1fr;
}.our_team .skill_boost {
    justify-content: flex-start;
}.our_team .text_element {
    text-align: left;
    padding: 0 0 0 30px;
}.our_team .text_element h2::before,
    .our_team .text_element h2::after {
    display: none;
}.our_team .knowledge_study {
    margin-top: 50px;
    padding-top: 0;
}

}

@media (min-width: 1200px) {.our_team .pro_learning {
    gap: 40px;
    grid-template-areas:
            "logo . content"
            "director . content";
    grid-template-columns: 0.8fr 2fr;
}.our_team .text_element {
    position: relative;
    padding: 0 0 0 50px;
}.our_team .text_element::before {
    background: linear-gradient(to bottom, rgb(157,180,190), transparent);
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    content: "";
}
}

@media (max-width: 767px) {.our_team {
    padding: 80px 0;
}.our_team .text_element h2::before,
    .our_team .text_element h2::after {
    width: 25px;
}.our_team .main_photo {
    width: 140px;
    box-shadow: 10px 10px 0 rgb(157,180,190,0.5);
    height: 140px;
}.our_team .learn_expert {
    padding-left: 20px;
}.our_team .learn_expert::before {
    width: 20px;
}
}

@media (max-width: 575px) {.our_team {
    padding: 60px 0;
}.our_team .skill_boost {
    font-size: 24px;
}.our_team .skill_boost svg {
    width: 50px;
    height: 50px;
}.our_team .text_element h2 {
    font-size: calc(33px * 0.9);
}.our_team .text_element h2::before,
    .our_team .text_element h2::after {
    width: 20px;
}.our_team .knowledge_study {
    align-items: center;
    flex-direction: column;
}.our_team .learn_expert {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
}.our_team .learn_expert::before {
    transform: translateX(-50%);
    width: 30px;
    top: 10px;
    left: 50%;
    height: 1px;
}}.windowPrivacySettings {
    border-top: 2px solid rgb(157,180,190);
    background: rgb(217,227,231);
    width: 100%;
    z-index: 90;
    bottom: 0;
    position: fixed;
}#cookiePromptNotice {
    display: none;
}#cookiePromptNotice:checked ~ .windowPrivacySettings {
    opacity: 0;
    visibility: hidden;
}.cookie_edu {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}.windowPrivacySettings h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.windowPrivacySettings p {
    font-size: 18px;
}.consent_box {
    flex-shrink: 0;
    margin-right: 10px;
}.consent_box svg, .consent_box svg path, .consent_box img {
    height: 100px;
    fill: rgb(157,180,190);
    width: 100px;
}.accept_cookies {
    border-bottom: 2px solid rgb(157,180,190);
    font-size: 24px;
    line-height: 35px;
    margin-left: 10px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    color: rgb(157,180,190);
    cursor: pointer;
    min-width: 120px;
}.windowPrivacySettings p a {
    color: rgb(157,180,190);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.windowPrivacySettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_box {
    display: none;
}.cookie_edu {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.windowPrivacySettings h5 {
    text-align: center;
}.windowPrivacySettings p {
    text-align: center;
}.cookie_menu {
    margin-bottom: 20px;
}body .viewport-container .accept_cookies {
    margin-bottom: 10px;
    margin-left: 0;
}}
.viewport-container .windowPrivacySettings {
    box-shadow: rgb(110,110,180,0.5) 0px 0px 10px 10px;
    background: rgb(157,180,190);
}.viewport-container .cookie_edu {
    padding: 40px 0;
    justify-content: space-between;
}.viewport-container .accept_cookies {
    border: none;
    color: rgb(157,180,190);
    background: #ffffff;
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
}.viewport-container .cookie_menu {
    text-align: left;
    color: #ffffff;
}.viewport-container .cookie_menu h5 {
    font-weight: 700;
}.viewport-container .cookie_menu h5, .viewport-container .cookie_menu p {
    color: #ffffff;
}.viewport-container .windowPrivacySettings p a {
    color: rgb(110,110,180);
    text-decoration: underline;
}.stay_connected {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(157,180,190,0.5), rgb(110,110,180));
    overflow: hidden;
    padding: 5rem 0;
}.stay_connected::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}.stay_connected::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    content: "";
    position: absolute;
    height: 200%;
    transform: rotate(-35deg) translateY(-50%);
    width: 40%;
    right: -5%;
    top: 50%;
    z-index: -1;
}.stay_connected .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.stay_connected .pro_learning {
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    display: flex;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}.stay_connected .pro_learning:hover {
    transform: perspective(1000px) rotateX(0deg);
}.stay_connected h4 {
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    opacity: 0;
    transform: translateX(-10px);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2rem;
}.stay_connected h4::before {
    content: "";
    animation: growBar 0.6s ease-out forwards 1s;
    height: 0;
    position: absolute;
    transform: translateY(-50%);
    left: -20px;
    width: 4px;
    top: 50%;
    background: rgb(110,110,180);
}.stay_connected .input_holder {
    opacity: 0;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transform: translateY(10px);
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
}.stay_connected .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.stay_connected .input_holder input[type="email"] {
    background: #ffffff;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    padding: 1rem 1.5rem;
    font-size: 14px;
    outline: none;
    color: #000000;
    width: 100%;
    border: none;
}.stay_connected .input_holder input[type="email"]:focus {
    border-left: 3px solid rgb(110,110,180);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.stay_connected .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.stay_connected .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.stay_connected .input_holder .query_form {
    position: relative;
    outline: none;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 19px;
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(135deg, rgb(110,110,180), rgb(157,180,190));
    color: #ffffff;
    padding: 1rem 2rem;
    overflow: hidden;
    display: inline-block;
}.stay_connected .input_holder .query_form::before {
    transition: all 0.6s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -100%;
}.stay_connected .input_holder .query_form:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.stay_connected .input_holder .query_form:hover::before {
    left: 100%;
}.stay_connected .input_holder .query_form:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideUpForm {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes growBar {
    to {
        height: 70%;
    }
}

@media screen and (min-width: 768px) {.stay_connected .pro_learning {
    align-items: center;
    padding: 3.5rem 4rem;
    flex-direction: row;
    gap: 2rem;
}.stay_connected h4 {
    flex: 1;
    margin-bottom: 0;
    max-width: 60%;
}.stay_connected .input_holder {
    flex: 1;
    justify-content: flex-end;
}
}

@media screen and (max-width: 767px) {.stay_connected {
    padding: 4rem 0;
}.stay_connected .pro_learning {
    padding: 2rem;
}.stay_connected h4 {
    text-align: center;
    font-size: calc(20px * 0.9);
}.stay_connected h4::before {
    left: -15px;
}.stay_connected .input_holder {
    justify-content: center;
}.stay_connected .input_holder span {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 480px) {.stay_connected {
    padding: 3rem 0;
}.stay_connected .pro_learning {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.stay_connected h4 {
    font-size: calc(20px * 0.8);
    margin-bottom: 1.5rem;
}.stay_connected .input_holder input[type="email"],
    .stay_connected .input_holder .query_form {
    padding: 0.8rem 1.2rem;
}}.client_testimonials {
    position: relative;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgba(rgb(110,110,180,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 100px 0;
}.client_testimonials::before {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(157,180,190,0.5), 0.15), transparent 60%);
    z-index: 1;
    position: absolute;
}.client_testimonials::after {
    border: 2px solid rgba(rgb(157,180,190,0.5), 0.1);
    content: "";
    width: 250px;
    z-index: 1;
    border-radius: 50%;
    bottom: -50px;
    position: absolute;
    height: 250px;
    right: -50px;
}.client_testimonials .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.client_testimonials h2 {
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 34px;
    position: relative;
    transition: transform 0.6s ease-out;
}.client_testimonials h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 3px;
    width: 80px;
    left: 50%;
}.client_testimonials .learning_ratings {
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
}.client_testimonials .user_quotes {
    padding: 30px;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}.client_testimonials .user_quotes::before {
    height: 0;
    top: 0;
    position: absolute;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(157,180,190), rgb(110,110,180));
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}.client_testimonials .user_quotes:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.client_testimonials .user_quotes:hover::before {
    height: 100%;
}.client_testimonials .user_quotes div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}.client_testimonials .user_quotes img {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.08);
    width: 60px;
    object-fit: cover;
    border: 3px solid rgba(rgb(157,180,190,0.5), 0.1);
    height: 60px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-radius: 50%;
}.client_testimonials .user_quotes:hover img {
    transform: scale(1.05);
    border-color: rgb(157,180,190);
}.client_testimonials .user_quotes h4 {
    color: #000000;
    margin: 0 0 0 15px;
    position: relative;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 19px;
}.client_testimonials .user_quotes:hover h4 {
    transform: translateX(5px);
    color: rgb(157,180,190);
}.client_testimonials .description {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    padding-left: 22px;
    position: relative;
    font-size: 18px;
}.client_testimonials .description::before {
    font-family: serif;
    position: absolute;
    content: "";
    left: 0;
    font-size: 40px;
    top: -10px;
    color: rgba(rgb(110,110,180,0.5), 0.3);
    line-height: 1;
}.client_testimonials a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 40px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(rgb(157,180,190,0.5), 0.2);
}.client_testimonials a::before {
    z-index: -1;
    transition: left 0.5s ease;
    content: "";
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(rgb(255, 255, 255, 0.5), 0.2), transparent);
    position: absolute;
    width: 100%;
}.client_testimonials a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(rgb(157,180,190,0.5), 0.3);
}.client_testimonials a:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(157,180,190,0.5), 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(157,180,190,0.5), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(157,180,190,0.5), 0);
    }
}

@media (max-width: 991px) {.client_testimonials {
    padding: 80px 0;
}.client_testimonials h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.client_testimonials .learning_ratings {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.client_testimonials {
    padding: 60px 0;
}.client_testimonials h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.client_testimonials h2::after {
    width: 60px;
}.client_testimonials .learning_ratings {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.client_testimonials .user_quotes {
    padding: 25px;
}
}

@media (max-width: 480px) {.client_testimonials {
    padding: 50px 0;
}.client_testimonials h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.client_testimonials .user_quotes div {
    text-align: center;
    flex-direction: column;
}.client_testimonials .user_quotes h4 {
    margin: 10px 0 0;
}.client_testimonials .description {
    text-align: center;
    padding-left: 0;
}.client_testimonials .description::before {
    transform: translateX(-50%);
    left: 50%;
}}.offer_grid {
    background: rgb(217,227,231);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.offer_grid::before {
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}.offer_grid .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 1;
}.offer_grid .trial_pricing {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}.offer_grid .payment_scheme {
    transform: translateY(20px);
    text-align: center;
    margin: 0 auto;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    max-width: 800px;
    opacity: 0;
}.offer_grid .payment_scheme h2 {
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 32px;
}.offer_grid .payment_scheme h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    content: "";
    width: 80px;
    position: absolute;
}.offer_grid .fee_chart {
    line-height: 1.6;
    margin-top: 30px;
    color: #000000;
    font-size: calc(14px + 0.1rem);
}.offer_grid .study_offers {
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin-top: 20px;
    transform: translateY(30px);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    opacity: 0;
}.offer_grid .basic_rates {
    z-index: 1;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    color: inherit;
    text-decoration: none;
    position: relative;
}.offer_grid .basic_rates:hover {
    transform: translateY(-10px) scale(1.02);
}.offer_grid .learn_packs {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: #ffffff;
    overflow: hidden;
    min-height: 420px;
    position: relative;
    border-radius: 15px;
}.offer_grid .basic_rates:hover .learn_packs {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.offer_grid .basic_rates:nth-child(odd) .learn_packs::before {
    content: "";
    width: 5px;
    transform-origin: bottom;
    position: absolute;
    background: rgb(157,180,190);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleY(0);
    height: 100%;
    top: 0;
}.offer_grid .basic_rates:nth-child(even) .learn_packs::before {
    right: 0;
    content: "";
    background: rgb(110,110,180);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: bottom;
    transform: scaleY(0);
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
}.offer_grid .basic_rates:hover .learn_packs::before {
    transform: scaleY(1);
}.offer_grid .edu_packages {
    display: flex;
    z-index: 1;
    flex: 1;
    padding: 40px 30px;
    flex-direction: column;
    position: relative;
}.offer_grid .edu_packages h3 {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(19px + 0.2rem);
    transition: color 0.3s ease;
}.offer_grid .basic_rates:hover .edu_packages h3 {
    color: rgb(157,180,190);
}.offer_grid .basic_rates:nth-child(even):hover .edu_packages h3 {
    color: rgb(110,110,180);
}.offer_grid .package_price {
    color: rgb(157,180,190);
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(19px + 0.5rem);
    margin: 10px 0 20px;
}.offer_grid .basic_rates:nth-child(even) .package_price {
    color: rgb(110,110,180);
}.offer_grid .package_price::after {
    height: 3px;
    position: absolute;
    width: 40px;
    content: "";
    left: 0;
    background: currentColor;
    bottom: 0;
    opacity: 0.6;
}.offer_grid .edu_packages p {
    hyphens: auto;
    margin-top: auto;
    font-size: 14px;
    word-break: break-word;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
}.offer_grid .main_photo {
    transition: transform 0.5s ease;
    width: 100%;
    height: 200px;
    transform-origin: center;
    position: relative;
}.offer_grid .basic_rates:hover .main_photo {
    transform: scale(1.05);
}.offer_grid .main_photo::after {
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    width: 100%;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    height: 40%;
    bottom: 0;
    transition: opacity 0.4s ease;
}.offer_grid .basic_rates:hover .main_photo::after {
    opacity: 1;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.offer_grid .trial_pricing {
    grid-template-columns: 1fr;
}.offer_grid .study_offers {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.offer_grid {
    padding: 150px 0;
}.offer_grid .trial_pricing {
    gap: 80px;
    grid-template-columns: 1fr;
}.offer_grid .study_offers {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.offer_grid .learn_packs {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.offer_grid .study_offers {
    gap: 40px;
}
}

@media (max-width: 767px) {.offer_grid {
    padding: 80px 0;
}.offer_grid .payment_scheme h2 {
    font-size: calc(32px - 0.4rem);
}.offer_grid .fee_chart {
    font-size: 14px;
}.offer_grid .edu_packages {
    padding: 30px 20px;
}.offer_grid .learn_packs {
    min-height: 400px;
}.offer_grid .main_photo {
    height: 160px;
}
}

@media (max-width: 480px) {.offer_grid {
    padding: 60px 0;
}.offer_grid .trial_pricing {
    gap: 40px;
}.offer_grid .study_offers {
    gap: 25px;
}.offer_grid .edu_packages h3 {
    font-size: 19px;
}.offer_grid .package_price {
    font-size: 19px;
}.offer_grid .edu_packages p {
    font-size: calc(14px - 0.1rem);
}}.course_overview {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgba(245, 245, 247, 0.9) 100%);
}.course_overview::before {
    top: 0;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(157,180,190,0.5), 0.03) 0px,
    rgba(rgb(157,180,190,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
}.course_overview .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.course_overview .coding_class {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    display: grid;
    transform: translateY(20px);
    gap: 40px;
    grid-template-columns: 1fr;
}.course_overview .main_photo {
    position: relative;
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.course_overview .main_photo::after {
    position: absolute;
    inset: 0;
    content: "";
    backdrop-filter: brightness(1.05);
    background: linear-gradient(
    to right,
    rgba(rgb(157,180,190,0.5), 0.2),
    transparent 40%
  );
}.course_overview .main_photo:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course_overview .text_element {
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    z-index: 2;
    padding: 40px;
}.course_overview .text_element::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    height: 0;
    width: 6px;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(157,180,190);
    top: 0;
}.course_overview .text_element:hover::before {
    height: 100%;
}.course_overview .text_element h3 {
    border-bottom: 2px solid rgb(110,110,180,0.5);
    color: #000000;
    padding-bottom: 12px;
    margin-bottom: 25px;
    line-height: 1.3;
    transform: translateX(0);
    font-weight: 700;
    font-size: calc(24px * 1.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.course_overview .text_element:hover h3 {
    color: rgb(157,180,190);
    transform: translateX(15px);
}.course_overview .text_element div {
    overflow: hidden;
    position: relative;
}.course_overview .description {
    overflow-y: auto;
    scroll-behavior: smooth;
    color: #000000;
    max-height: 300px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding-right: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}.course_overview .description::-webkit-scrollbar {
    width: 4px;
}.course_overview .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_overview .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(110,110,180);
}.course_overview .text_element span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_overview {
    padding: 120px 0;
}.course_overview .coding_class {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_overview .main_photo {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.course_overview .text_element {
    margin-left: -40px;
    backdrop-filter: blur(5px);
    padding: 50px 60px 50px 50px;
}.course_overview .text_element h3 {
    font-size: 24px;
    margin-bottom: 30px;
}.course_overview .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_overview .coding_class {
    gap: 0;
}.course_overview .main_photo {
    z-index: 2;
    height: 580px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
}.course_overview .text_element {
    margin-left: -80px;
    padding: 60px 70px 60px 100px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
}.course_overview .text_element h3 {
    font-size: calc(24px * 1.15);
}.course_overview .description {
    max-height: 380px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_overview {
    padding: 70px 0;
}.course_overview .main_photo {
    width: calc(100% + 30px);
    height: 280px;
    margin: 0 -15px;
}.course_overview .text_element {
    padding: 30px 25px;
}.course_overview .text_element h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
}.course_overview .description {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
    max-height: 250px;
}}header {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100%;
    background: linear-gradient(to bottom, 
        rgb(157,180,190,0.5) 0%,
        #000000 100%);
}header::before {
    z-index: 1;
    opacity: 0.3;
    animation: pulse-bg 8s infinite alternate;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(110,110,180,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(157,180,190,0.5) 0%, transparent 15%);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}header::after {
    z-index: 1;
    left: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(110,110,180,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(110,110,180,0.5) 100%);
    width: 100%;
}header .container {
    z-index: 2;
    position: relative;
    align-items: center;
    padding: 0;
    flex-direction: column;
    display: flex;
}header .top_core {
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
}header .top_pro {
    position: relative;
    justify-content: center;
    text-decoration: none;
    margin: 1rem 0 1.5rem;
    display: flex;
    z-index: 3;
    align-items: center;
}header .top_pro::before {
    height: 120px;
    z-index: -1;
    animation: rotate 10s linear infinite;
    content: "";
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(110,110,180,0.5) 120deg,
            transparent 180deg,
            rgb(157,180,190,0.5) 240deg,
            transparent 360deg
        );
    width: 120px;
}header .top_pro::after {
    opacity: 0.3;
    z-index: -2;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 70px;
    background: rgb(110,110,180,0.5);
    height: 70px;
    animation: pulse-opacity 4s ease infinite alternate;
    filter: blur(20px);
}header .top_pro svg {
    height: 45px;
    width: auto;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(157,180,190,0.5));
}header .top_pro:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(110,110,180));
}header .top_class {
    overflow-x: auto;
    position: relative;
    display: flex;
    scrollbar-width: none;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    border-bottom: 1px solid rgb(157,180,190,0.5);
    width: 100vw;
    border-top: 1px solid rgb(157,180,190,0.5);
    justify-content: center;
    padding: 1rem 0;
    gap: 0.8rem;
}header .top_class::-webkit-scrollbar {
    display: none;
}header .top_class::before {
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: "";
    z-index: 3;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    left: 0;
}header .main_page {
    font-weight: 600;
    text-decoration: none;
    padding: 0.6rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    z-index: 2;
    white-space: nowrap;
    letter-spacing: 1px;
    perspective: 800px;
}header .main_page::before {
    position: absolute;
    left: 0;
    transform: translateZ(-10px);
    transition: all 0.3s ease;
    border: 1px solid transparent;
    z-index: -1;
    content: "";
    top: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}header .main_page::after {
    left: 50%;
    content: "";
    background: rgb(110,110,180);
    position: absolute;
    width: 0%;
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    transition: all 0.3s ease;
}header .main_page:hover {
    color: rgb(110,110,180);
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(110,110,180,0.5);
}header .main_page:hover::before {
    box-shadow: 0 0 15px rgb(157,180,190,0.5);
    border-color: rgb(110,110,180,0.5);
    transform: translateZ(0);
}header .main_page:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .top_pro {
    margin: 0.8rem 0 1.2rem;
}header .top_pro svg {
    height: 40px;
}header .main_page {
    padding: 0.5rem 1.2rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .top_pro {
    margin: 0.6rem 0 1rem;
}header .top_pro svg {
    height: 35px;
}header .top_pro::before {
    width: 90px;
    height: 90px;
}header .top_pro::after {
    width: 50px;
    height: 50px;
}header .top_class {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main_page {
    padding: 0.4rem 1rem;
    font-size: calc(13px - 2px);
}header .main_page:first-child {
    margin-left: 2rem;
}header .main_page:last-child {
    margin-right: 2rem;
}}.learning_system {
    position: relative;
    overflow: hidden;
    background: rgb(217,227,231);
    padding: 6rem 2rem;
}.learning_system::before {
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    opacity: 0.2;
}.learning_system::after {
    content: "";
    background: radial-gradient(circle, rgb(110,110,180,0.5) 0%, transparent 70%);
    z-index: 0;
    animation: moveGradient 20s infinite alternate ease-in-out;
    top: -50%;
    right: -50%;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    width: 100%;
}.learning_system .pro_learning {
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}.learning_system h3 {
    animation: fadeInDown 0.8s ease-out forwards;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    margin: 0;
    border-radius: 27px;
}.learning_system h3::before {
    pointer-events: none;
    width: 100%;
    transform: translate(8px, 8px);
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: -1;
    border: 2px solid rgb(157,180,190,0.5);
    height: 100%;
    border-radius: inherit;
    content: "";
}.learning_system span {
    opacity: 0;
    line-height: 1.8;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    border-radius: 27px;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    background: #ffffff;
    font-size: 13px;
    position: relative;
}.learning_system span::before {
    opacity: 0.5;
    transform: translate(-8px, -8px);
    z-index: -1;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    border: 2px solid rgb(110,110,180,0.5);
    border-radius: inherit;
    position: absolute;
    content: "";
    height: 100%;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.learning_system {
    padding: 5rem 1.5rem;
}.learning_system h3 {
    padding: 1.8rem;
    font-size: calc(28px * 0.9);
}.learning_system span {
    padding: 1.8rem;
}.learning_system h3::before,
    .learning_system span::before {
    transform: translate(6px, 6px);
}.learning_system span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.learning_system {
    padding: 4rem 1rem;
}.learning_system h3 {
    padding: 1.5rem;
    font-size: calc(28px * 0.8);
}.learning_system span {
    padding: 1.5rem;
    font-size: calc(13px * 0.95);
}.learning_system .pro_learning {
    gap: 2rem;
}.learning_system h3::before,
    .learning_system span::before {
    transform: translate(4px, 4px);
}.learning_system span::before {
    transform: translate(-4px, -4px);
}}.mentorship_profile {
    background: linear-gradient(to bottom, #000000 0%, rgb(217,227,231) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.mentorship_profile::before {
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(60px);
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(157,180,190,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(110,110,180,0.5) 0%, transparent 25%);
    animation: ambientLight 20s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.mentorship_profile .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 2rem;
}.mentorship_profile .user_quotes {
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(110,110,180,0.5),
        inset 0 0 30px rgb(157,180,190,0.5);
    backdrop-filter: blur(15px);
    transform: rotateX(5deg) rotateY(-5deg);
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-wrap: wrap;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
}.mentorship_profile .user_quotes:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(110,110,180,0.5),
        inset 0 0 50px rgb(157,180,190,0.5);
}.mentorship_profile .main_photo {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(157,180,190,0.5);
    height: 180px;
    width: 180px;
    position: absolute;
    top: -90px;
    left: 50%;
    border: 3px solid #ffffff;
    transform: translateX(-50%) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
}.mentorship_profile .user_quotes:hover .main_photo {
    transform: translateX(-50%) translateZ(50px);
}.mentorship_profile .name {
    text-shadow: 0 0 10px rgb(157,180,190,0.5);
    width: 100%;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    transform: translateZ(20px);
    letter-spacing: 1px;
    margin-top: 100px;
}.mentorship_profile .user_quotes span:not(.name) {
    text-align: center;
    font-size: 18px;
    color: rgb(110,110,180);
    letter-spacing: 2px;
    font-weight: 600;
    width: 100%;
    transform: translateZ(15px);
    text-transform: uppercase;
    margin-top: 0.5rem;
}.mentorship_profile .career_overview {
    border-left: 3px solid rgb(157,180,190);
    margin-top: 2rem;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    padding: 2rem;
    position: relative;
    font-size: 17px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    line-height: 1.7;
    transform: translateZ(10px);
    transition: transform 0.3s ease;
}.mentorship_profile .career_overview::before {
    height: 100%;
    border-radius: 10px;
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
    opacity: 0.1;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(157,180,190,0.5) 0%, transparent 70%);
    left: 0;
}.mentorship_profile .user_quotes:hover .career_overview {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.mentorship_profile {
    padding: 7rem 0 5rem;
}.mentorship_profile .user_quotes {
    padding: 2.5rem 2rem;
}.mentorship_profile .main_photo {
    top: -75px;
    width: 150px;
    height: 150px;
}.mentorship_profile .name {
    margin-top: 80px;
}.mentorship_profile .career_overview {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.mentorship_profile {
    padding: 6rem 0 3rem;
}.mentorship_profile .container {
    padding: 0 1rem;
}.mentorship_profile .user_quotes {
    padding: 2rem 1.5rem;
    transform: none;
}.mentorship_profile .main_photo {
    height: 120px;
    top: -60px;
    width: 120px;
}.mentorship_profile .name {
    margin-top: 70px;
    font-size: calc(28px - 2px);
}.mentorship_profile .user_quotes span:not(.name) {
    font-size: calc(18px - 1px);
}.mentorship_profile .career_overview {
    padding: 1.2rem;
    font-size: calc(17px - 1px);
    margin-top: 1.5rem;
}.mentorship_profile .user_quotes:hover {
    transform: none;
}}.contact {
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(110,110,180,0.5) 0%, 
        rgb(157,180,190,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
    isolation: isolate;
}.contact::before {
    z-index: 1;
    position: absolute;
    animation: subtle-pulse 12s infinite alternate;
    left: -50%;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    content: '';
    top: -50%;
    height: 200%;
}.contact::after {
    bottom: -30%;
    content: '';
    animation: subtle-wave 15s infinite alternate-reverse;
    width: 150%;
    height: 150%;
    z-index: 1;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    right: -30%;
}.contact .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1rem;
    z-index: 2;
}.contact h2 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: 42px;
    margin-bottom: 3rem;
    text-align: center;
}.contact h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(157,180,190), 
        transparent
    );
    left: 50%;
    bottom: -0.5rem;
    content: '';
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.contact .inquiry_panel {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    background: rgba(255,255,255,0.05);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    align-items: stretch;
    backdrop-filter: blur(10px);
}.contact .main_photo {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.contact .main_photo::before {
    height: 100%;
    content: '';
    width: 100%;
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        45deg, 
        rgb(110,110,180,0.5) 0%, 
        rgb(157,180,190,0.5) 100%
    );
    top: 0;
    opacity: 0.6;
    left: 0;
    position: absolute;
}.contact .feedback_request {
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    justify-content: center;
    padding: 4rem 3rem;
}.contact .feedback_request form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.contact .feedback_request h3 {
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
}.contact .feedback_request input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    width: 100%;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact .feedback_request input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(157,180,190);
    box-shadow: 0 0 15px rgba(rgb(157,180,190), 0.3);
}.contact .feedback_request .help_grid {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.contact .feedback_request .help_grid input[type="checkbox"] {
    margin-right: 1rem;
    position: relative;
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 22px;
    cursor: pointer;
    appearance: none;
    border: 2px solid #ffffff;
}.contact .feedback_request .help_grid input[type="checkbox"]:checked {
    background: rgb(157,180,190);
    border-color: rgb(157,180,190);
}.contact .feedback_request .help_grid input[type="checkbox"]:checked::after {
    color: #ffffff;
    left: 50%;
    font-size: 0.8rem;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    content: '✔';
}.contact .feedback_request .help_grid label {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
}.contact .feedback_request .help_grid a {
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(157,180,190);
}.contact .feedback_request .help_grid a:hover {
    text-decoration: underline;
}.contact .feedback_request .query_form {
    border: none;
    overflow: hidden;
    cursor: pointer;
    padding: 1rem;
    font-weight: 600;
    background: rgb(157,180,190);
    border-radius: 10px;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 20px;
}.contact .feedback_request .query_form::before {
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    transition: all 0.3s ease;
}.contact .feedback_request .query_form:hover::before {
    left: 100%;
}.contact .feedback_request .query_form:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact .inquiry_panel {
    flex-direction: column;
}.contact .main_photo {
    flex: 0 0 100%;
    min-height: 300px;
}.contact .feedback_request {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact {
    padding: 3rem 0;
}.contact h2 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.8);
}.contact .feedback_request h3 {
    font-size: calc(36px * 0.9);
}.contact .feedback_request input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact .feedback_request .help_grid {
    align-items: flex-start;
}.contact .feedback_request .help_grid input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact .inquiry_panel {
    border-radius: 0;
}.contact .main_photo {
    min-height: 250px;
}.contact .feedback_request {
    padding: 2rem 1.5rem;
}}.info_details {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(217,227,231) 0%, rgb(157,180,190,0.5) 40%, rgb(217,227,231) 100%);
    padding: 6rem 0;
}.info_details::before {
    z-index: -1;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
    inset: 0;
    position: absolute;
    content: "";
}.info_details::after {
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(157,180,190,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    opacity: 0.4;
    height: 100%;
    z-index: -2;
    position: absolute;
    animation: pulseGlow 15s infinite alternate;
}@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.info_details .container {
    padding: 0 2rem;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}.info_details .container::before {
    position: absolute;
    width: 400px;
    filter: blur(100px);
    border-radius: 50%;
    right: -200px;
    top: -200px;
    z-index: -1;
    height: 400px;
    opacity: 0.1;
    background: rgb(110,110,180,0.5);
    content: "";
}.info_details .help_question {
    position: relative;
    gap: 3rem 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    display: grid;
}.info_details .message_requestvDaTO {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
}.info_details .message_requestvDaTO:nth-child(1) {
    flex-direction: column;
    display: flex;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    justify-content: space-between;
}.info_details .message_requestvDaTO:nth-child(2) {
    overflow: hidden;
    aspect-ratio: 16/9;
    grid-column: 2 / 3;
    position: relative;
    border: none;
    padding: 0;
    grid-row: 1 / 2;
}.info_details .message_requestvDaTO:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.info_details .message_requestvDaTO::before {
    opacity: 0;
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(157,180,190), transparent);
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100%;
    left: 0;
    transform: scaleY(0.6);
    content: "";
    top: 0;
}.info_details .message_requestvDaTO:hover::before {
    transform: scaleY(1);
    opacity: 1;
}.info_details .message_requestvDaTO:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.info_details .message_requestvDaTO h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 34px;
    color: #ffffff;
}.info_details .message_requestvDaTO h2::after {
    width: 40px;
    transition: width 0.3s ease;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: rgb(157,180,190);
}.info_details .message_requestvDaTO:hover h2::after {
    width: 100%;
}.info_details .course_faq {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 1.3);
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    color: rgb(110,110,180);
}.info_details .course_faq::before {
    left: 0;
    content: "";
    border-radius: 50%;
    width: 8px;
    position: absolute;
    top: 50%;
    background: rgb(157,180,190);
    height: 8px;
    transform: translateY(-50%);
}.info_details .help_form {
    max-width: 90%;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    position: relative;
}.info_details .message_requestvDaTO p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.info_details .message_requestvDaTO p span {
    position: relative;
    color: #ffffff;
    margin-left: 0.5rem;
    padding-bottom: 2px;
    font-weight: 600;
    transition: color 0.3s ease;
}.info_details .message_requestvDaTO p span::after {
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    height: 1px;
    background: rgb(157,180,190);
    content: "";
}.info_details .message_requestvDaTO p:hover span::after {
    width: 100%;
}.info_details .reach_us {
    border-left: 3px solid rgb(110,110,180);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 2.5rem;
    padding: 1.5rem;
    position: relative;
}.info_details .reach_us::before {
    right: 0;
    height: 1px;
    width: 30%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(110,110,180,0.5));
}.info_details .reach_us::after {
    background: linear-gradient(to right, rgb(110,110,180,0.5), transparent);
    height: 1px;
    content: "";
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
}.info_details .reach_us h3 {
    align-items: center;
    margin-bottom: 1.2rem;
    color: rgb(110,110,180);
    display: flex;
    font-size: 20px;
    font-weight: 600;
}.info_details .reach_us h3::before {
    content: "";
    display: inline-block;
    background: 
        linear-gradient(45deg, rgb(157,180,190) 0%, rgb(157,180,190) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(110,110,180) 0%, rgb(110,110,180) 40%, transparent 40%);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}.info_details .edu_form {
    flex-wrap: wrap;
    display: flex;
    gap: 0.8rem;
}.info_details .edu_form span {
    padding: 0.6rem 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    position: relative;
    font-size: calc(14px * 0.85);
}.info_details .edu_form span::before {
    background: rgb(157,180,190);
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
    opacity: 0;
}.info_details .edu_form span:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.info_details .edu_form span:hover::before {
    opacity: 0.1;
}.info_details .message_requestvDaTO .main_photo {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}.info_details .message_requestvDaTO .main_photo::after {
    height: 100%;
    z-index: 1;
    mix-blend-mode: overlay;
    width: 100%;
    content: "";
    left: 0;
    background: 
        linear-gradient(135deg, rgb(157,180,190,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(110,110,180,0.5) 100%);
    top: 0;
    position: absolute;
}.info_details .message_requestvDaTO .main_photo::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    left: 0;
    content: "";
    z-index: 2;
    height: 50%;
}.info_details .ask_for_help {
    align-content: center;
    display: grid;
    height: 100%;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}.info_details .ask_for_help a {
    background: rgba(0, 0, 0, 0.15);
    text-decoration: none;
    position: relative;
    display: flex;
    padding: 1.2rem;
    align-items: center;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 10px;
    grid-column: span 3;
}.info_details .ask_for_help a::before {
    top: 0;
    position: absolute;
    width: 3px;
    background: rgb(157,180,190);
    height: 100%;
    transition: width 0.3s ease;
    left: 0;
    content: "";
}.info_details .ask_for_help a::after {
    left: 0;
    content: "";
    background: rgb(157,180,190);
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    z-index: -1;
}.info_details .ask_for_help a:hover {
    transform: translateX(5px);
}.info_details .ask_for_help a:hover::before {
    width: 6px;
}.info_details .ask_for_help a:hover::after {
    opacity: 0.05;
}.info_details .ask_for_help a span {
    font-size: calc(14px * 0.9);
    display: inline-block;
    color: rgb(110,110,180);
    width: 80px;
    margin-right: 2rem;
    font-weight: 600;
}.info_details .ask_for_help a p {
    transition: transform 0.3s ease;
    color: #ffffff;
    flex-grow: 1;
    margin: 0;
    font-size: 14px;
}.info_details .ask_for_help a:hover p {
    transform: translateX(5px);
}.info_details svg {
    margin-right: 1rem;
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}.info_details svg path {
    fill: rgb(110,110,180);
    transition: fill 0.3s ease;
}.info_details .ask_for_help a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.info_details .ask_for_help a:hover svg path {
    fill: rgb(157,180,190);
}

@media (max-width: 1024px) {.info_details .help_question {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 2rem;
}.info_details .message_requestvDaTO:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.info_details .message_requestvDaTO:nth-child(2) {
    grid-row: 2 / 3;
    aspect-ratio: 21/9;
    grid-column: 1 / 2;
}.info_details .message_requestvDaTO:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.info_details .ask_for_help {
    grid-template-columns: repeat(2, 1fr);
}.info_details .ask_for_help a {
    grid-column: span 1;
}.info_details .ask_for_help a:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.info_details {
    padding: 4rem 0;
}.info_details .help_question {
    gap: 1.5rem;
}.info_details .message_requestvDaTO {
    padding: 2rem;
}.info_details .message_requestvDaTO:nth-child(2) {
    aspect-ratio: 16/9;
}.info_details .ask_for_help {
    grid-template-columns: 1fr;
}.info_details .ask_for_help a {
    grid-column: span 1;
}.info_details .ask_for_help a:last-child {
    grid-column: span 1;
}.info_details .edu_form {
    gap: 0.6rem;
}.info_details .edu_form span {
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {.info_details {
    padding: 3rem 0;
}.info_details .help_question {
    gap: 1.2rem;
}.info_details .message_requestvDaTO {
    padding: 1.5rem;
}.info_details .message_requestvDaTO h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.9);
}.info_details .course_faq {
    font-size: 14px;
}.info_details .help_form {
    margin-bottom: 1.5rem;
}.info_details .reach_us {
    padding: 1rem;
    margin-top: 1.5rem;
}.info_details .ask_for_help a {
    padding: 1rem;
}.info_details .ask_for_help a span {
    width: 60px;
    margin-right: 1rem;
}}

.info_details .container::after {
    left: -100px;
    bottom: -100px;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    animation: rotate 30s linear infinite;
    z-index: -1;
    height: 200px;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.privacy_compartment {
    padding: 40px;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    overflow: hidden;
}.privacy_compartment h1 {
    font-size: 46px;
    padding-bottom: 10px;
    color: rgb(157,180,190);
    margin-bottom: 25px;
    text-align: center;
    margin-top: 40px;
    border-bottom: 2px solid rgb(157,180,190);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.privacy_compartment h2 {
    font-size: 33px;
    margin-top: 30px;
    padding-bottom: 8px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(110,110,180);
    margin-bottom: 20px;
    color: rgb(110,110,180);
    text-transform: uppercase;
}.privacy_compartment h3, .privacy_compartment h4, .privacy_compartment h5, .privacy_compartment h6 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}.privacy_compartment ul, .privacy_compartment ol {
    list-style-position: inside;
    padding: 15px 0;
    padding-left: 0;
    margin: 0;
}.privacy_compartment li {
    border-radius: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: background 0.3s ease-in-out;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.6;
}.privacy_compartment li:hover {
    background: rgb(157,180,190,0.5);
}.privacy_compartment section {
    background: none;
}.privacy_compartment p, .privacy_compartment span, .privacy_compartment div {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy_compartment {
    width: 100%;
    padding: 25px 10px;
}.privacy_compartment h1, .privacy_compartment h2 {
    font-size: calc(18px - 5px);
    text-align: left;
}.privacy_compartment ul, .privacy_compartment ol {
    padding: 10px 0;
}}.opening_board {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgb(110,110,180,0.5) 100%);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    position: relative;
}.opening_board::before {
    z-index: 1;
    background-size: 50px 50px;
    right: 0;
    left: 0;
    opacity: 0.03;
    top: 0;
    content: "";
    background: 
    linear-gradient(45deg, transparent 45%, rgb(157,180,190,0.5) 45%, rgb(157,180,190,0.5) 55%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, rgb(110,110,180,0.5) 45%, rgb(110,110,180,0.5) 55%, transparent 55%);
    bottom: 0;
    position: absolute;
    animation: backgroundShift 60s linear infinite;
}.opening_board::after {
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(157,180,190);
    right: -10%;
    width: 40vw;
    height: 40vw;
    transform: rotate(-15deg);
    opacity: 0.03;
    animation: floatBubble 20s ease-in-out infinite alternate;
    top: -10%;
    z-index: 0;
    position: absolute;
}.opening_board .edu_smart {
    max-width: 1200px;
    position: relative;
    width: 90%;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    z-index: 2;
}.opening_board .edu_smart > div:first-child {
    position: relative;
    background: #ffffff;
    padding: 1.5rem 2rem;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateY(1rem);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}.opening_board .edu_smart > div:first-child::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(157,180,190);
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    content: "";
    transform-origin: top;
    width: 5px;
    top: 0;
    transform: scaleY(0);
}.opening_board .edu_smart > div:first-child p {
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.1);
    font-weight: 600;
    letter-spacing: 0.015em;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}.opening_board .skill_experts {
    transform: translateY(1rem);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    position: relative;
}.opening_board .skill_experts > div {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 3rem 2.5rem;
    border-radius: 10px;
}.opening_board .skill_experts > div::before {
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    z-index: 1;
    left: 0;
    bottom: 0;
}.opening_board .skill_experts > div h3 {
    animation: fadeIn 0.8s ease-out 0.8s both;
    line-height: 1.5;
    z-index: 2;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 2rem;
    max-width: 85%;
    font-family: Arial, sans-serif;
    font-size: calc(22px * 0.95);
    position: relative;
}.opening_board .skill_experts > div > div {
    position: relative;
    z-index: 2;
}.opening_board .skill_experts .title_style_header {
    font-weight: 700;
    transform: translateY(0.5rem);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: clamp(2rem, 5vw, 46px);
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.02em;
    animation: slideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    opacity: 0;
}.opening_board .skill_experts > div > div > div {
    position: relative;
    margin-top: 1.5rem;
}.opening_board .skill_experts > div > div > div::before {
    transform-origin: left;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    background: rgb(157,180,190);
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    transform: scaleX(0);
    content: "";
    width: 60px;
}

@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes growLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}

@keyframes floatBubble {
  0% {
    transform: rotate(-15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-10deg) translate(-20px, 20px);
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
  }
}

@media (min-width: 768px) {.opening_board .edu_smart {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
    align-items: center;
}.opening_board .edu_smart > div:first-child {
    padding: 2rem 2.5rem;
    margin-top: -2rem;
}.opening_board .edu_smart > div:first-child p {
    font-size: calc(13px * 1.2);
}.opening_board .skill_experts > div {
    min-height: 320px;
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.opening_board .skill_experts > div h3 {
    max-width: 80%;
    margin-bottom: 2.5rem;
    font-size: 22px;
}.opening_board .skill_experts > div > div > div::before {
    width: 80px;
    height: 5px;
}
}

@media (min-width: 992px) {.opening_board .edu_smart {
    grid-template-columns: 0.35fr 0.65fr;
}.opening_board .edu_smart > div:first-child {
    transform: translateX(-1rem);
    opacity: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}.opening_board .skill_experts {
    animation: slideLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    transform: translateX(1rem);
    opacity: 0;
}.opening_board .skill_experts > div {
    padding: 5rem 4rem;
    min-height: 380px;
}.opening_board .skill_experts > div h3 {
    font-size: calc(22px * 1.1);
    max-width: 75%;
}.opening_board .skill_experts > div > div > div::before {
    width: 100px;
}
}

@keyframes slideRight {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (hover: hover) {.opening_board .skill_experts > div {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.opening_board .skill_experts > div:hover {
    transform: translateY(-5px);
}.opening_board .skill_experts > div:hover .title_style_header {
    transition: text-shadow 0.5s ease;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}.opening_board .edu_smart > div:first-child {
    transition: box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.opening_board .edu_smart > div:first-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 767px) {.opening_board {
    padding: 4rem 1rem;
}.opening_board .edu_smart > div:first-child {
    padding: 1.25rem 1.5rem;
}.opening_board .skill_experts > div {
    padding: 2.5rem 1.5rem;
}.opening_board .skill_experts > div h3 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(21px * 1.1);
}.opening_board .skill_experts .title_style_header {
    font-size: calc(38px * 0.9);
}}.thxPanel {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, rgb(217,227,231) 50%, rgb(110,110,180,0.5) 100%);
}.thxPanel::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(157,180,190,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(110,110,180,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    animation: pulse 10s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    z-index: 0;
}.thxPanel::after {
    content: "";
    right: -50%;
    filter: blur(80px);
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -50%;
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(35deg);
    height: 100%;
}.thxPanel .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.thxPanel .pro_learning {
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    transform-origin: top center;
    flex-direction: column;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.thxPanel .pro_learning:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.thxPanel .pro_learning > div:first-child {
    margin-left: -1.5rem;
    border-left: 4px solid rgb(157,180,190);
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    padding-left: 1.5rem;
    position: relative;
}.thxPanel .pro_learning > div:first-child::before {
    transform: translate(-50%, -50%);
    background: rgb(157,180,190);
    position: absolute;
    width: 1rem;
    left: -0.5rem;
    height: 1rem;
    border-radius: 50%;
    top: 50%;
    content: "";
}.thxPanel h5 {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 23px;
}.thxPanel .pro_learning > div:last-child {
    position: relative;
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
}.thxPanel a {
    position: relative;
    transition: all 0.3s ease;
    transform-origin: center;
    border-radius: 10px;
    text-decoration: none;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    overflow: hidden;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    display: block;
}.thxPanel a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(157,180,190), rgb(110,110,180));
    height: 100%;
    top: 0;
}.thxPanel a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}.thxPanel a:hover::before {
    width: 8px;
}.thxPanel p {
    position: relative;
    margin: 0;
    line-height: 1.7;
    z-index: 1;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 16px;
}.thxPanel a:hover p {
    color: #000000;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

@keyframes float {
    0% { transform: rotate(35deg) translateY(0); }
    50% { transform: rotate(32deg) translateY(-20px); }
    100% { transform: rotate(35deg) translateY(0); }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 991px) {.thxPanel {
    padding: 5rem 0;
}.thxPanel .pro_learning {
    padding: 2.5rem;
    gap: 2rem;
}.thxPanel h5 {
    font-size: calc(23px * 0.95);
}
}

@media (max-width: 768px) {.thxPanel {
    padding: 4rem 0;
}.thxPanel .container {
    padding: 0 1.5rem;
}.thxPanel .pro_learning {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
    padding: 2rem;
}.thxPanel h5 {
    font-size: calc(23px * 0.9);
}.thxPanel a {
    padding: 1.2rem 1.5rem;
}.thxPanel p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.thxPanel {
    padding: 3rem 0;
}.thxPanel .container {
    padding: 0 1rem;
}.thxPanel .pro_learning {
    gap: 1.5rem;
    transform: none;
    padding: 1.5rem;
}.thxPanel .pro_learning > div:first-child {
    margin-left: -1rem;
    border-left-width: 3px;
    padding-left: 1rem;
}.thxPanel h5 {
    font-size: calc(23px * 0.85);
}.thxPanel a {
    padding: 1rem;
}.thxPanel p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}footer {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    z-index: 1;
}footer::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(8px);
    width: 100%;
    z-index: -1;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(157,180,190,0.5) 50%, rgb(110,110,180,0.5) 100%);
}.guide_section {
    padding: 4.5rem 0 2rem;
    position: relative;
}.guide_section::before {
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(157,180,190) 25%, 
                #ffffff 50%, 
                rgb(110,110,180) 75%, 
                transparent 100%);
    content: "";
    animation: shimmer 8s linear infinite;
    position: absolute;
    top: 0;
}.guide_section .container {
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}.guide_section .company_holder {
    border-radius: 16px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    margin-right: 2rem;
    flex: 1 1 350px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.5);
}.guide_section .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(157,180,190,0.5);
}.guide_section .company_holder h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: calc(31px * 0.85);
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem;
}.guide_section .company_holder h3::after {
    transition: transform 0.5s ease;
    width: 100%;
    transform-origin: left;
    bottom: -8px;
    background: linear-gradient(to right, rgb(157,180,190), rgb(110,110,180));
    left: 0;
    height: 2px;
    transform: scaleX(0.3);
    content: "";
    position: absolute;
}.guide_section .company_holder:hover h3::after {
    transform: scaleX(1);
}.guide_section .footer_disclaimer {
    max-width: 450px;
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}.guide_section .slack_invite {
    flex: 1 1 450px;
    position: relative;
}.guide_section .first_class {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.guide_section .slack_invite .first_class {
    justify-content: flex-end;
}.guide_section .top_class {
    padding: 1.5rem;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
}.guide_section .top_class h5 {
    font-size: 22px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 1.25rem;
}.guide_section .top_class h5::before {
    width: 40px;
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(157,180,190);
    bottom: -6px;
    content: "";
}.guide_section .top_class:hover h5::before {
    width: 100%;
}.guide_section .top_class .first_class {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.guide_section .top_class a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    display: block;
}.guide_section .top_class a::before {
    bottom: 0;
    background: linear-gradient(to right, rgb(157,180,190), rgb(110,110,180));
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    z-index: -1;
}.guide_section .top_class a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.guide_section .top_class a:hover::before {
    width: 100%;
}.site_map {
    overflow: hidden;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    position: relative;
}.site_map::before {
    top: 0;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(110,110,180) 25%, 
                #ffffff 50%, 
                rgb(157,180,190) 75%, 
                transparent 100%);
}.site_map .container {
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}.site_map .cert_block {
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    backdrop-filter: blur(5px);
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}.site_map .cert_block:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(157,180,190,0.5);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.guide_section {
    padding: 3.5rem 0 2rem;
}.guide_section .container {
    flex-direction: column;
}.guide_section .company_holder {
    margin-bottom: 2rem;
    margin-right: 0;
    flex: 1 1 100%;
}.guide_section .slack_invite {
    flex: 1 1 100%;
}.guide_section .slack_invite .first_class {
    justify-content: space-between;
}.guide_section .top_class {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.guide_section {
    padding: 3rem 0 1.5rem;
}.guide_section::before {
    height: 2px;
}.guide_section .company_holder {
    padding: 1.25rem;
}.guide_section .top_class {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.guide_section .slack_invite .first_class {
    flex-direction: column;
}.site_map {
    padding: 1.25rem 0;
}.site_map::before {
    height: 2px;
}
}

@media (max-width: 576px) {.guide_section {
    padding: 2.5rem 0 1rem;
}.guide_section .company_holder h3 {
    font-size: calc(31px * 0.75);
}.guide_section .footer_disclaimer {
    font-size: calc(16px * 0.9);
}.guide_section .top_class h5 {
    font-size: calc(22px * 0.9);
}.guide_section .top_class a {
    font-size: calc(16px * 0.9);
}.site_map .cert_block {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.guide_section .first_class a::after {
    left: -10px;
    background: rgb(157,180,190);
    width: 4px;
    transition: transform 0.3s ease;
    position: absolute;
    height: 4px;
    transform: translateY(-50%) scale(0);
    content: "";
    top: 50%;
    border-radius: 50%;
}.guide_section .first_class a:hover::after {
    transform: translateY(-50%) scale(1);
}.guide_section .footer_disclaimer::before {
    width: 0;
    top: -10px;
    position: absolute;
    content: "";
    left: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    border: 1px solid transparent;
}.guide_section .footer_disclaimer::after {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    right: -10px;
    bottom: -10px;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
}.guide_section .company_holder:hover .footer_disclaimer::before {
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    border-top-color: rgb(157,180,190,0.5);
    border-right-color: rgb(157,180,190,0.5);
}.guide_section .company_holder:hover .footer_disclaimer::after {
    border-bottom-color: rgb(110,110,180,0.5);
    width: calc(100% + 20px);
    border-left-color: rgb(110,110,180,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}