* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.page_headerE {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
}.job_boardB {
    flex: 0 0 auto;
}.wrapper-segmentp {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1145px;
    max-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;
}}
.course_programb {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(213,213,227) 0%, rgb(172,172,203,0.5) 100%);
    overflow: hidden;
}.course_programb::before {
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(172,172,203,0.5),
        rgb(172,172,203,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    content: "";
    left: 0;
    opacity: 0.04;
    height: 100%;
    position: absolute;
}.course_programb .container {
    position: relative;
    z-index: 2;
}.course_programb .skill_trackd {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 0;
}.course_programb .text_body_wrapC {
    z-index: 3;
    transition: transform 0.4s ease;
    transform: translateY(0);
    border-radius: 18px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}.course_programb .text_body_wrapC:hover {
    transform: translateY(-10px);
}.course_programb .text_body_wrapC::before {
    opacity: 0.6;
    top: -4rem;
    z-index: -1;
    background: rgb(133,129,168,0.5);
    right: 3rem;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    position: absolute;
    content: "";
}.course_programb .text_body_wrapC h2 {
    color: rgb(172,172,203);
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    animation: fadeInUp 0.8s ease forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_programb .text_body_wrapC h2::after {
    content: "";
    transition: width 0.4s ease;
    height: 4px;
    position: absolute;
    left: 0;
    width: 3rem;
    border-radius: 10px;
    bottom: -10px;
    background: rgb(133,129,168);
}.course_programb .text_body_wrapC:hover h2::after {
    width: 100%;
}.course_programb .text_body_wrapC .description {
    animation-delay: 0.2s;
    color: #000000;
    animation: fadeInUp 0.8s ease forwards;
    padding-left: 1rem;
    position: relative;
    font-size: 18px;
    margin-bottom: 1.2rem;
    opacity: 0;
    line-height: 1.7;
}.course_programb .text_body_wrapC .description:last-of-type {
    font-weight: 600;
    margin-bottom: 0;
    animation-delay: 0.4s;
}.course_programb .text_body_wrapC .description::before {
    top: 0.5rem;
    background: rgb(133,129,168);
    content: "";
    left: 0;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    position: absolute;
}.course_programb .img_holderU {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    position: relative;
    margin-top: -2rem;
    z-index: 2;
    height: 320px;
    border-radius: 0;
}.course_programb .img_holderU:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course_programb .img_holderU::after {
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(172,172,203,0.5) 0%,
        transparent 40%
    );
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}

@media (min-width: 768px) {.course_programb .skill_trackd {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course_programb .text_body_wrapC {
    grid-column: 1 / 2;
    align-self: center;
    margin-right: -4rem;
}.course_programb .img_holderU {
    grid-column: 2 / 3;
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    height: 400px;
}.course_programb .img_holderU::before {
    position: absolute;
    z-index: -1;
    filter: blur(15px);
    content: "";
    left: 20px;
    width: 60%;
    height: 20px;
    opacity: 0.4;
    bottom: -20px;
    background: rgb(133,129,168);
}
}

@media (min-width: 992px) {.course_programb .skill_trackd {
    grid-template-columns: 1.2fr 0.8fr;
}.course_programb .text_body_wrapC {
    padding: 3rem;
}.course_programb .img_holderU {
    margin-top: 3rem;
    height: 450px;
}.course_programb .text_body_wrapC::after {
    bottom: -3rem;
    width: 6rem;
    background: rgb(172,172,203,0.5);
    border-radius: 50%;
    content: "";
    height: 6rem;
    position: absolute;
    opacity: 0.4;
    left: 25%;
    z-index: -1;
}
}

@media (max-width: 767px) {.course_programb {
    padding: 4rem 0;
}.course_programb .img_holderU {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.cookieWarningMessagem {
    border-top: 3px solid rgb(172,172,203);
    bottom: 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    position: fixed;
    background: rgb(213,213,227);
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    z-index: 100;
}.cookie_gateb {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    max-width: 1200px;
    align-items: center;
    border: 2px solid rgb(172,172,203);
    display: flex;
    width: 90%;
    border-radius: 13px;
    justify-content: space-between;
}.cookie_controle {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_controle svg {
    fill: rgb(172,172,203);
    height: 50px;
    width: 50px;
}.cookies_trackingc {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.cookies_trackingc h5 {
    letter-spacing: 1px;
    font-size: 21px;
    margin-bottom: 10px;
    color: rgb(172,172,203);
    text-transform: uppercase;
    font-weight: 700;
}.cookies_trackingc p {
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
}.cookies_trackingc p a {
    text-decoration: underline;
    color: rgb(172,172,203);
}.learn_prefsP {
    flex-shrink: 0;
    font-size: 14px;
    cursor: pointer;
    background: rgb(172,172,203);
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    min-width: 120px;
}.cookie_button.cookie_menuL {
    margin-right: 10px;
}#cookieNotificationk {
    display: none;
}#cookieNotificationk:checked ~ .cookieWarningMessagem {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_gateb {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie_controle {
    margin-right: 0;
    margin-bottom: 20px;
}.learn_prefsP {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}
.job_boardB {
    padding: 6rem 0 2rem;
    color: #ffffff;
    background: linear-gradient(45deg, #000000 0%, rgb(133,129,168,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
}.job_boardB::before {
    top: 0;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(172,172,203,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(133,129,168,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    left: 0;
}.job_boardB::after {
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    z-index: 2;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
}.job_boardB .container {
    z-index: 3;
    position: relative;
}.job_boardB .fellow_progr {
    display: flex;
    position: relative;
    flex-direction: column;
}.job_boardB .request_infoK {
    gap: 1.5rem;
    z-index: 10;
    border-radius: 24px;
    padding: 1.25rem 2rem;
    transform: translateY(-3.5rem);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 2rem;
}.job_boardB .request_infoK::before {
    z-index: -1;
    opacity: 0.08;
    left: 0;
    content: '';
    border-radius: 24px;
    top: 0;
    background: linear-gradient(135deg, transparent 20%, rgb(172,172,203,0.5) 140%);
    position: absolute;
    height: 100%;
    width: 100%;
}.job_boardB .info_item {
    flex: 1;
    position: relative;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 200px;
}.job_boardB .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(133,129,168,0.5), transparent);
    top: 50%;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    width: 1px;
    right: -0.75rem;
    height: 70%;
}.job_boardB .info_item p,
.job_boardB .info_item a {
    text-decoration: none;
    border-radius: 10px;
    align-items: center;
    font-size: 12px;
    gap: 0.875rem;
    padding: 0.5rem;
    transition: all 0.3s ease;
    display: flex;
    color: #000000;
}.job_boardB .info_item:hover {
    transform: translateY(-5px);
}.job_boardB .info_item:hover p,
.job_boardB .info_item:hover a {
    color: rgb(172,172,203);
}.job_boardB .info_item svg {
    width: 22px;
    transition: transform 0.3s ease;
    fill: rgb(172,172,203);
    height: 22px;
}.job_boardB .info_item:hover svg {
    transform: scale(1.15);
}.job_boardB .text_main_holder {
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    gap: 4rem;
}.job_boardB .top_pagebare {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.job_boardB .top_pagebare svg {
    height: auto;
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
}.job_boardB .top_pagebare:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(172,172,203,0.5));
}.job_boardB .referral_progr {
    line-height: 1.6;
    font-size: calc(14px + 1px);
    opacity: 0.8;
}.job_boardB .header_tutorz {
    flex-direction: column;
    display: flex;
    position: relative;
}.job_boardB .header_tutorz::before {
    content: '';
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(133,129,168,0.5) 30%, rgb(133,129,168,0.5) 70%, transparent);
    width: 1px;
    left: -2rem;
}.job_boardB .header_tutorz::after {
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(133,129,168,0.5) 30%, rgb(133,129,168,0.5) 70%, transparent);
    right: -2rem;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
}.job_boardB .header_tutorz h5 {
    padding-bottom: 0.875rem;
    margin-bottom: 1.75rem;
    position: relative;
    font-weight: 600;
    font-size: 23px;
}.job_boardB .header_tutorz h5::after {
    content: '';
    width: 60px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(172,172,203), transparent);
    position: absolute;
    height: 2px;
}.job_boardB .top_learnn {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.job_boardB .top_learnn:first-child {
    margin-bottom: 2rem;
}.job_boardB .top_learnn a {
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    opacity: 0.85;
    padding: 0.25rem 0;
    text-decoration: none;
    color: #ffffff;
    transform-origin: left;
}.job_boardB .top_learnn a::before {
    background-color: rgb(172,172,203);
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
}.job_boardB .top_learnn a:hover {
    transform: translateX(8px);
    color: rgb(172,172,203);
    opacity: 1;
}.job_boardB .top_learnn a:hover::before {
    width: 20px;
}.job_boardB .subscribe_holder {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2rem;
    gap: 1.5rem;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
}.job_boardB .subscribe_holder::before {
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(172,172,203,0.5), transparent 70%);
    content: '';
    width: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    top: 0;
}.job_boardB .subscribe_holder::after {
    animation: pulseGlow 6s infinite alternate;
    bottom: 0;
    height: 150px;
    position: absolute;
    right: 0;
    content: '';
    z-index: -1;
    background: radial-gradient(circle, rgb(172,172,203,0.5) 0%, transparent 70%);
    opacity: 0.3;
    width: 150px;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.job_boardB .subscribe_holder h5 {
    position: relative;
    font-size: 23px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding-bottom: 0.875rem;
}.job_boardB .subscribe_holder h5::after {
    left: 0;
    position: absolute;
    background: rgb(172,172,203);
    width: 40px;
    bottom: 0;
    height: 2px;
    content: '';
}.job_boardB .subscribe_holder p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 12px;
}.job_boardB .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0.5rem;
}.job_boardB .input_holder::before {
    opacity: 0.1;
    z-index: -1;
    width: calc(100% + 20px);
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(172,172,203,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(133,129,168,0.5) 0%, transparent 70%);
    border-radius: calc(10px + 10px);
    animation: subtleRotate 15s linear infinite;
    position: absolute;
    content: '';
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.job_boardB .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 12px;
}.job_boardB .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(172,172,203,0.5);
    border-color: rgb(172,172,203,0.5);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}.job_boardB .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.job_boardB .newsletter_wrapj {
    color: #ffffff;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    padding: 1.125rem 1.5rem;
    background-color: rgb(172,172,203);
}.job_boardB .newsletter_wrapj::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    transition: left 0.7s ease;
    content: '';
}.job_boardB .newsletter_wrapj::after {
    opacity: 0;
    background: rgb(133,129,168);
    left: 0;
    z-index: -2;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
}.job_boardB .newsletter_wrapj:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.job_boardB .newsletter_wrapj:hover::before {
    left: 100%;
}.job_boardB .newsletter_wrapj:hover::after {
    opacity: 1;
}.job_boardB .honor_ctat {
    text-align: center;
    margin-top: 4rem;
    position: relative;
    padding-top: 2rem;
}.job_boardB .honor_ctat::before {
    background: linear-gradient(to right, transparent, rgb(133,129,168,0.5), transparent);
    top: 0;
    position: absolute;
    content: '';
    left: 20%;
    width: 60%;
    height: 1px;
}.job_boardB .career_helpp {
    opacity: 0.7;
    font-size: 14px;
}

@media (max-width: 1200px) {.job_boardB .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.job_boardB .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.job_boardB .header_tutorz::after {
    display: none;
}
}

@media (max-width: 991px) {.job_boardB {
    padding: 5rem 0 2rem;
}.job_boardB .request_infoK {
    justify-content: center;
    flex-wrap: wrap;
}.job_boardB .info_item {
    width: calc(50% - 2rem);
    flex: 0 0 auto;
    max-width: none;
}.job_boardB .info_item:not(:last-child)::after {
    display: none;
}.job_boardB .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.job_boardB .header_tutorz::before, 
    .job_boardB .header_tutorz::after {
    display: none;
}.job_boardB .top_pagebare {
    text-align: center;
    align-items: center;
}.job_boardB .header_tutorz h5, 
    .job_boardB .subscribe_holder h5 {
    text-align: center;
}.job_boardB .header_tutorz h5::after, 
    .job_boardB .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.job_boardB .top_learnn {
    grid-template-columns: repeat(3, 1fr);
}.job_boardB .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.job_boardB {
    padding: 4rem 0 2rem;
}.job_boardB .request_infoK {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.job_boardB .info_item {
    width: 100%;
    max-width: none;
}.job_boardB .top_learnn {
    grid-template-columns: repeat(2, 1fr);
}.job_boardB .honor_ctat {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.job_boardB {
    padding: 3rem 0 1.5rem;
}.job_boardB .request_infoK {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.job_boardB .info_item p,
    .job_boardB .info_item a {
    font-size: calc(12px - 1px);
}.job_boardB .top_learnn {
    grid-template-columns: 1fr;
    text-align: center;
}.job_boardB .top_learnn a:hover {
    transform: none;
}.job_boardB .top_learnn a::before {
    left: 50%;
    transform: translateX(-50%);
}.job_boardB .top_learnn a:hover::before {
    width: 30px;
}.job_boardB .input_holder {
    width: 100%;
}}.teaching_processV {
    z-index: 1;
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgba(rgb(133,129,168,0.5), 0.1) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.teaching_processV::before {
    top: -10%;
    height: 120%;
    z-index: -1;
    content: "";
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(133,129,168,0.5), 0.03) 0px,
            rgba(rgb(133,129,168,0.5), 0.03) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            135deg,
            rgba(rgb(172,172,203,0.5), 0.02) 0px,
            rgba(rgb(172,172,203,0.5), 0.02) 1px,
            transparent 1px,
            transparent 15px
        );
    width: 120%;
    left: -5%;
    position: absolute;
    transform: rotate(-3deg) scale(1.05);
    pointer-events: none;
}.teaching_processV::after {
    content: "";
    z-index: -1;
    width: 100%;
    transform: skewY(-2deg);
    position: absolute;
    left: 0;
    height: 60%;
    background: linear-gradient(180deg, transparent, rgb(213,213,227) 90%);
    transform-origin: bottom;
    bottom: 0;
}.teaching_processV .pro_studyq {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    padding: 0 2rem;
    gap: 3rem;
    position: relative;
}.teaching_processV h2 {
    position: relative;
    font-size: 37px;
    transform: translateX(-5px);
    color: #000000;
    font-weight: 700;
    z-index: 2;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}.teaching_processV h2::before {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(133,129,168), transparent);
    height: 4px;
    transform-origin: left;
    width: 120px;
    position: absolute;
}.teaching_processV:hover h2::before {
    transform: scaleX(1.5);
}.teaching_processV .text_body_wrapC {
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(135deg, rgba(rgb(255, 255, 255, 0.5), 0.8), rgba(rgb(255, 255, 255, 0.5), 0.4));
    border-left: 5px solid rgb(133,129,168);
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}.teaching_processV .text_body_wrapC::before {
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(133,129,168,0.5), 0.08) 0%,
        rgba(rgb(172,172,203,0.5), 0.05) 100%
    );
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.4;
    z-index: -1;
    mask-size: 20px 20px;
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%), 
                linear-gradient(-45deg, #000 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, #000 75%),
                linear-gradient(-45deg, transparent 75%, #000 75%);
    mask-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}.teaching_processV .text_body_wrapC:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateY(-5px);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 2px 10px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.teaching_processV p {
    line-height: 1.75;
    transition: opacity 0.3s ease;
    opacity: 0.92;
    margin: 0;
    color: #000000;
    font-size: 18px;
    position: relative;
    font-weight: 400;
}.teaching_processV .text_body_wrapC:hover p {
    opacity: 1;
}.teaching_processV .text_body_wrapC p::first-letter {
    font-weight: 600;
    color: rgb(133,129,168);
    font-size: calc(18px * 1.5);
    margin-right: 2px;
}

@media (min-width: 768px) {.teaching_processV .pro_studyq {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.teaching_processV h2 {
    font-size: calc(37px * 1.2);
    transform: translateX(-10px);
    padding-bottom: 2rem;
    margin-bottom: 0;
}.teaching_processV h2::before {
    height: 5px;
    width: 180px;
}.teaching_processV .text_body_wrapC {
    transform: perspective(1000px) rotateY(2deg) translateZ(0) translateX(20px);
}.teaching_processV .text_body_wrapC:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0) translateX(15px) translateY(-5px);
}
}

@media (min-width: 992px) {.teaching_processV {
    padding: 8rem 0;
}.teaching_processV .pro_studyq {
    gap: 6rem;
}.teaching_processV h2 {
    font-size: calc(37px * 1.4);
    transform: translateX(-15px);
}.teaching_processV .text_body_wrapC {
    padding: 3.5rem 4rem;
    border-left-width: 8px;
}.teaching_processV p {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.teaching_processV {
    padding: 4rem 0;
}.teaching_processV .pro_studyq {
    padding: 0 1.5rem;
    gap: 2rem;
}.teaching_processV h2 {
    transform: translateX(0);
    font-size: calc(37px * 0.9);
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
}.teaching_processV h2::before {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
    width: 100px;
}.teaching_processV:hover h2::before {
    transform: translateX(-50%) scaleX(1.3);
}.teaching_processV .text_body_wrapC {
    padding: 2rem;
}.teaching_processV p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}.title_welcomeK {
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    width: 100%;
}.title_welcomeK::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(172,172,203), 0.15) 0%, transparent 70%);
    pointer-events: none;
}.title_welcomeK::after {
    filter: blur(40px);
    position: absolute;
    right: -5%;
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgb(133,129,168,0.5) 0%, transparent 70%);
    bottom: -5%;
    z-index: 0;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    height: 40%;
    width: 40%;
}.title_welcomeK .main_welcomex {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 2rem;
    align-items: center;
    width: 100%;
    height: 100vh;
    justify-content: center;
}.title_welcomeK .course_headb {
    max-width: 90%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 3.5rem;
    width: 100%;
    border-radius: 10px;
}.title_welcomeK .course_headb::before {
    z-index: -1;
    top: 0;
    backdrop-filter: blur(8px);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(145deg, 
    rgba(rgb(172,172,203), 0.85), 
    rgba(#000000, 0.7));
    content: "";
}.title_welcomeK .course_headb::after {
    background: radial-gradient(circle at 50% 50%, transparent 30%, rgb(133,129,168,0.5) 100%);
    content: "";
    z-index: -1;
    left: -25%;
    top: -25%;
    position: absolute;
    animation: orbitRotate 20s infinite linear;
    height: 150%;
    width: 150%;
    opacity: 0.15;
}.title_welcomeK .course_headb span {
    position: relative;
    opacity: 0;
    display: block;
    margin-bottom: 1.5rem;
    animation: slideInLeft 0.8s forwards 0.3s ease-out;
    transform: translateX(-20px);
}.title_welcomeK .course_headb h3 {
    border-left: 3px solid rgb(133,129,168);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.45;
    font-weight: 600;
    color: #ffffff;
    max-width: 80%;
    font-size: calc(23px * 1.1);
    padding-left: 1rem;
}.title_welcomeK .course_headb h1 {
    font-size: 43px;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    animation: slideUp 0.8s forwards 0.6s ease-out;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(20px);
}.title_welcomeK .course_headb h1::after {
    bottom: -10px;
    position: absolute;
    height: 4px;
    left: 0;
    animation: expandLine 1s forwards 1.2s ease-in-out;
    transform: scaleX(0);
    width: 100px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(133,129,168), transparent);
}.title_welcomeK .course_headb div div {
    animation: slideUp 0.8s forwards 0.9s ease-out;
    position: relative;
    margin-top: 3rem;
    transform: translateY(20px);
    opacity: 0;
}.title_welcomeK .course_headb p {
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    font-weight: 400;
    padding-right: 2rem;
    max-width: 80%;
    position: relative;
    color: #ffffff;
}.title_welcomeK .course_headb p::before {
    animation: pulse 3s infinite ease-in-out;
    height: 8px;
    position: absolute;
    top: 50%;
    background-color: rgb(133,129,168);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(rgb(133,129,168), 0.2);
    right: 0;
    width: 8px;
    transform: translateY(-50%);
    content: "";
}

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

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

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

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 4px rgba(rgb(133,129,168), 0.2);
  }
  50% {
    transform: translateY(-50%) scale(1.3);
    box-shadow: 0 0 0 8px rgba(rgb(133,129,168), 0.1);
  }
}

@keyframes orbitRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitGlow {
  0% {
    opacity: 0.3;
    transform: scale(0.9) translate(5%, 5%);
  }
  50% {
    opacity: 0.6;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0.3;
    transform: scale(0.95) translate(-5%, -5%);
  }
}

@media (min-width: 768px) {.title_welcomeK .course_headb {
    max-width: 85%;
    padding: 4.5rem;
}.title_welcomeK .course_headb h1 {
    font-size: calc(43px * 1.2);
}.title_welcomeK .course_headb h3 {
    max-width: 70%;
    font-size: 23px;
}.title_welcomeK .course_headb p {
    font-size: calc(13px * 1.3);
}
}

@media (min-width: 992px) {.title_welcomeK .course_headb {
    padding: 5rem;
    transform: perspective(1200px) rotateX(3deg);
    max-width: 80%;
}.title_welcomeK .course_headb:hover {
    transform: perspective(1200px) rotateX(1deg) translateY(-10px);
}.title_welcomeK .course_headb h1 {
    font-size: calc(43px * 1.4);
}.title_welcomeK .course_headb h1::after {
    width: 150px;
}.title_welcomeK .course_headb h3 {
    max-width: 60%;
}.title_welcomeK .course_headb p {
    max-width: 60%;
}
}

@media (max-width: 767px) {.title_welcomeK {
    min-height: auto;
}.title_welcomeK .main_welcomex {
    min-height: 100vh;
    padding: 1rem;
    height: auto;
}.title_welcomeK .course_headb {
    transform: none;
    max-width: 100%;
    padding: 2.5rem 1.5rem;
}.title_welcomeK .course_headb h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.9);
}.title_welcomeK .course_headb h3 {
    max-width: 100%;
    font-size: calc(23px * 0.95);
}.title_welcomeK .course_headb p {
    font-size: 13px;
    max-width: 100%;
}.title_welcomeK .course_headb div div {
    margin-top: 2rem;
}}.who_we_areW {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 90px;
}.who_we_areW::before {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.85) 35%,
        rgba(0, 0, 0, 0.75) 100%);
}.who_we_areW::after {
    right: -50%;
    transform: rotate(-15deg);
    z-index: 2;
    height: 200%;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(172,172,203,0.5) 0%,
        transparent 50%);
    position: absolute;
    top: -50%;
    opacity: 0.1;
    content: "";
}.who_we_areW .container {
    padding: 0 15px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.who_we_areW h4 {
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: calc(38px * 1.15);
    color: #ffffff;
    transform: translateX(-1rem);
    z-index: 5;
    padding-left: 2rem;
    text-transform: uppercase;
}.who_we_areW h4::before {
    left: 0;
    width: 35px;
    height: 3px;
    top: 50%;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    background: rgb(133,129,168);
}.who_we_areW h4::after {
    transform: scaleX(1);
    background: rgb(172,172,203);
    width: 60px;
    content: "";
    left: 2rem;
    bottom: -10px;
    position: absolute;
    transform-origin: left;
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.who_we_areW:hover h4::after {
    transform: scaleX(1.5);
}.who_we_areW .text_body_wrapC {
    border-radius: 0 10px 10px 0;
    border-left: 4px solid rgb(133,129,168);
    padding: 40px 45px;
    background: rgba(20, 20, 20, 0.75);
    position: relative;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.who_we_areW .text_body_wrapC:hover {
    transform: translateY(-5px);
}.who_we_areW .text_body_wrapC::before {
    position: absolute;
    background: linear-gradient(to right, 
        rgb(133,129,168) 0%, 
        transparent 70%);
    right: 0;
    content: "";
    top: 0;
    left: 0;
    height: 1px;
}.who_we_areW .text_body_wrapC::after {
    background: linear-gradient(to left, 
        rgb(133,129,168,0.5) 0%, 
        transparent 100%);
    width: 70%;
    position: absolute;
    bottom: 0;
    height: 1px;
    right: 0;
    content: "";
}.who_we_areW h6 {
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: rgb(133,129,168);
    letter-spacing: 1px;
    font-size: calc(24px * 1.1);
}.who_we_areW h6::after {
    height: 2px;
    content: "";
    width: 100%;
    background: linear-gradient(to right, 
        rgb(133,129,168) 0%, 
        transparent 90%);
    bottom: -8px;
    position: absolute;
    left: 0;
}.who_we_areW .text_body_wrapC div {
    position: relative;
    overflow: hidden;
}.who_we_areW .text_body_wrapC span {
    line-height: 1.8;
    color: #ffffff;
    display: block;
    transition: transform 0.3s ease-out;
    text-align: justify;
    transform: translateY(0);
    opacity: 0.95;
    font-weight: 300;
    font-size: 16px;
}.who_we_areW .text_body_wrapC:hover span {
    transform: translateY(-5px);
}.who_we_areW .text_body_wrapC span::first-letter {
    font-weight: 600;
    color: rgb(133,129,168);
    font-size: 1.5em;
}

@media (max-width: 992px) {.who_we_areW {
    padding: 80px 0 60px;
}.who_we_areW h4 {
    padding-left: 1.5rem;
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.who_we_areW .text_body_wrapC {
    padding: 30px 35px;
}.who_we_areW h6 {
    font-size: 24px;
}
}

@media (max-width: 768px) {.who_we_areW {
    padding: 60px 0 40px;
}.who_we_areW h4 {
    transform: translateX(0);
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
}.who_we_areW h4::before {
    transform: translate(-50%, -50%);
    left: 50%;
    width: 25px;
}.who_we_areW h4::after {
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
}.who_we_areW:hover h4::after {
    transform: translateX(-50%) scaleX(1.5);
}.who_we_areW .text_body_wrapC {
    border-left: 3px solid rgb(133,129,168);
    padding: 25px 20px;
}.who_we_areW h6 {
    font-size: calc(18px * 1.1);
    margin-bottom: 1rem;
}.who_we_areW .text_body_wrapC span {
    font-size: calc(16px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.who_we_areW {
    padding: 50px 0 30px;
}.who_we_areW h4 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.who_we_areW .text_body_wrapC {
    border-radius: 0 10px 10px 0;
    padding: 20px 15px;
}.who_we_areW h6 {
    font-size: 18px;
    letter-spacing: 0.5px;
}.who_we_areW .text_body_wrapC span {
    line-height: 1.6;
    font-size: calc(16px * 0.85);
}}.plan_boxp {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.plan_boxp::before {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    right: 0;
}.plan_boxp .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.plan_boxp .pricing_catalogj {
    perspective: 1000px;
    transform-style: preserve-3d;
}.plan_boxp h2 {
    font-size: 35px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transform: translateZ(20px);
}.plan_boxp .package_pricingo {
    line-height: 1.6;
    position: relative;
    margin: 0 auto 50px;
    transform: translateZ(15px);
    max-width: 700px;
    font-size: calc(14px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.plan_boxp .promo_ratess {
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.plan_boxp .promo_ratess li {
    transform-style: preserve-3d;
    perspective: 800px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan_boxp .pay_plansf {
    position: relative;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    display: block;
    text-decoration: none;
}.plan_boxp .fee_pricingj {
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateZ(0);
    padding: 40px 30px;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 4px;
}.plan_boxp .fee_pricingj::before {
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(172,172,203) 0%, 
        rgb(133,129,168) 100%);
    height: 4px;
    left: 0;
    transform: scaleX(0.8);
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    transition: all 0.4s ease;
}.plan_boxp .fee_pricingj::after {
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(172,172,203,0.5) 0%, 
        transparent 70%
    );
    width: 120px;
    content: "";
    bottom: -60px;
    height: 120px;
    transition: all 0.5s ease;
    opacity: 0.5;
    z-index: -1;
    right: -60px;
}.plan_boxp .deal_gridt {
    position: relative;
    z-index: 2;
}.plan_boxp .deal_gridt h4 {
    margin: 0 0 20px;
    font-size: calc(20px * 1.2);
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
}.plan_boxp .deal_gridt h4::after {
    transition: width 0.3s ease;
    bottom: 0;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    background-color: rgb(133,129,168);
}.plan_boxp .deal_gridt p {
    font-size: 14px;
    scrollbar-color: rgb(133,129,168) transparent;
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.6;
    scrollbar-width: thin;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 30px;
    padding-right: 10px;
}.plan_boxp .deal_gridt p::-webkit-scrollbar {
    width: 4px;
}.plan_boxp .deal_gridt p::-webkit-scrollbar-track {
    background: transparent;
}.plan_boxp .deal_gridt p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(133,129,168,0.5);
}.plan_boxp .price_panelq {
    position: relative;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: block;
    padding: 10px 0;
    margin-top: 10px;
    font-size: calc(20px * 1.4);
    font-weight: 700;
    color: #ffffff;
}.plan_boxp .price_panelq::before {
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 60px;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(133,129,168) 0%, 
        transparent 100%);
}.plan_boxp .pay_plansf:hover .fee_pricingj {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-8px) translateZ(20px);
}.plan_boxp .pay_plansf:hover .fee_pricingj::before {
    transform: scaleX(1);
    opacity: 1;
}.plan_boxp .pay_plansf:hover .fee_pricingj::after {
    transform: scale(1.2);
    opacity: 0.7;
}.plan_boxp .pay_plansf:hover .deal_gridt h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plan_boxp .promo_ratess li {
    opacity: 0;
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.plan_boxp .promo_ratess li:nth-child(1) {
    animation-delay: 0.1s;
}.plan_boxp .promo_ratess li:nth-child(2) {
    animation-delay: 0.2s;
}.plan_boxp .promo_ratess li:nth-child(3) {
    animation-delay: 0.3s;
}.plan_boxp .promo_ratess li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.plan_boxp {
    padding: 100px 0 80px;
}.plan_boxp .promo_ratess {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.plan_boxp h2 {
    font-size: calc(35px * 0.9);
}.plan_boxp .package_pricingo {
    margin-bottom: 40px;
}.plan_boxp .fee_pricingj {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.plan_boxp {
    padding: 80px 0 60px;
}.plan_boxp h2 {
    font-size: calc(35px * 0.8);
}.plan_boxp .package_pricingo {
    font-size: 14px;
    margin-bottom: 30px;
}.plan_boxp .promo_ratess {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan_boxp .deal_gridt p {
    max-height: 180px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.plan_boxp {
    padding: 60px 0 40px;
}.plan_boxp .container {
    padding: 0 15px;
}.plan_boxp h2 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.7);
}.plan_boxp .package_pricingo {
    font-size: calc(14px * 0.95);
    margin-bottom: 25px;
}.plan_boxp .promo_ratess {
    grid-template-columns: 1fr;
    gap: 25px;
}.plan_boxp .fee_pricingj {
    padding: 30px 20px;
}.plan_boxp .deal_gridt h4 {
    font-size: 20px;
}.plan_boxp .price_panelq {
    font-size: calc(20px * 1.2);
}}.contact_boxq {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgb(133,129,168,0.5) 100%);
    overflow: hidden;
    position: relative;
}.contact_boxq::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(172,172,203,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(133,129,168,0.5) 0%, transparent 70%);
    opacity: 0.4;
    left: 0;
    z-index: 1;
    position: absolute;
}.contact_boxq::after {
    top: 0;
    content: '';
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgb(133,129,168,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(133,129,168,0.5) 1px, transparent 1px);
    left: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
}.contact_boxq .img_holderU {
    height: 100%;
    left: 0;
    width: 45%;
    top: 0;
    position: absolute;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.contact_boxq .img_holderU::after {
    opacity: 0.7;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(172,172,203,0.5) 0%, transparent 60%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.contact_boxq .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.contact_boxq h3 {
    text-align: center;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgb(172,172,203,0.5);
    font-weight: 700;
    color: #ffffff;
}.contact_boxq .help_gridH {
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    justify-content: space-between;
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.contact_boxq .help_gridH:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.contact_boxq .support_requestp {
    flex: 1;
    padding: 40px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}.contact_boxq .support_requestp::before {
    content: '';
    background: radial-gradient(rgb(172,172,203,0.5), transparent 70%);
    width: 200px;
    top: -100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    height: 200px;
    right: -100px;
}.contact_boxq .support_requestp::after {
    left: -75px;
    opacity: 0.2;
    height: 150px;
    border-radius: 50%;
    bottom: -75px;
    position: absolute;
    content: '';
    background: radial-gradient(rgb(133,129,168,0.5), transparent 70%);
    width: 150px;
}.contact_boxq form {
    position: relative;
    z-index: 2;
}.contact_boxq form h3 {
    font-size: 18px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-align: left;
    background: linear-gradient(to right, #ffffff, rgb(172,172,203));
    text-shadow: none;
    margin-bottom: 25px;
}.contact_boxq input[type="text"],
.contact_boxq textarea {
    transition: all 0.3s ease;
    width: 100%;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.contact_boxq input[type="text"]:focus,
.contact_boxq textarea:focus {
    box-shadow: 0 0 10px rgb(172,172,203,0.5);
    border-color: rgb(172,172,203);
    outline: none;
    background: rgba(255, 255, 255, 0.12);
}.contact_boxq textarea {
    height: 120px;
    resize: none;
}.contact_boxq .query_boxo {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_boxq .query_boxo input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_boxq .query_boxo label {
    color: #ffffff;
    cursor: pointer;
    padding-left: 30px;
    font-size: 12px;
    position: relative;
    line-height: 1.5;
}.contact_boxq .query_boxo label::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
    left: 0;
    content: '';
    height: 20px;
    top: 2px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    position: absolute;
    border-radius: 10px;
    width: 20px;
}.contact_boxq .query_boxo input[type="checkbox"]:checked + label::before {
    border-color: rgb(172,172,203);
    background: rgb(172,172,203);
}.contact_boxq .query_boxo input[type="checkbox"]:checked + label::after {
    left: 7px;
    position: absolute;
    border: solid #ffffff;
    top: 5px;
    height: 12px;
    content: '';
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.contact_boxq .query_boxo a {
    color: rgb(172,172,203);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_boxq .query_boxo a:hover {
    text-decoration: underline;
    color: rgb(133,129,168);
}.contact_boxq .message_linksB {
    transition: all 0.3s ease;
    border: none;
    padding: 15px;
    color: #ffffff;
    background: linear-gradient(to right, rgb(172,172,203), rgb(133,129,168));
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
}.contact_boxq .message_linksB::before {
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    content: '';
}.contact_boxq .message_linksB:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(172,172,203,0.5);
}.contact_boxq .message_linksB:hover::before {
    left: 100%;
}.contact_boxq .reach_maph {
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    width: 40%;
    overflow: hidden;
}.contact_boxq .reach_maph::before {
    top: 0;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(172,172,203,0.5) 0%, transparent 60%);
    height: 100%;
    content: '';
    opacity: 0.4;
    right: 0;
}.contact_boxq .reach_maph h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}.contact_boxq .reach_maph h4::after {
    content: '';
    position: absolute;
    background: rgb(172,172,203);
    height: 3px;
    border-radius: 3px;
    bottom: -10px;
    left: 0;
    width: 50px;
}.contact_boxq .feedback_blockZ {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_boxq .feedback_blockZ li {
    align-items: flex-start;
    position: relative;
    display: flex;
    padding-left: 5px;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}.contact_boxq .feedback_blockZ li:hover {
    transform: translateX(5px);
}.contact_boxq .feedback_blockZ li::before {
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    height: 0;
    background: rgb(172,172,203);
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    width: 0;
}.contact_boxq .feedback_blockZ li:hover::before {
    opacity: 1;
    width: 6px;
    left: -3px;
    height: 6px;
}.contact_boxq .feedback_blockZ svg {
    transition: transform 0.3s ease;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    filter: drop-shadow(0 0 5px rgb(172,172,203,0.5));
    fill: rgb(172,172,203);
    width: 24px;
}.contact_boxq .feedback_blockZ li:hover svg {
    transform: scale(1.1);
}.contact_boxq .feedback_blockZ svg path {
    fill: rgb(172,172,203);
    transition: fill 0.3s ease;
}.contact_boxq .feedback_blockZ li:hover svg path {
    fill: rgb(133,129,168);
}.contact_boxq .feedback_blockZ span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 17px;
}.contact_boxq .feedback_blockZ a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_boxq .feedback_blockZ a:hover {
    color: rgb(172,172,203);
}

@media (max-width: 992px) {.contact_boxq {
    padding: 60px 0;
}.contact_boxq .img_holderU {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_boxq .help_gridH {
    flex-direction: column;
}.contact_boxq .support_requestp {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-right: none;
}.contact_boxq .reach_maph {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_boxq {
    padding: 40px 0;
}.contact_boxq .img_holderU {
    display: none;
}.contact_boxq h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.contact_boxq .support_requestp,
    .contact_boxq .reach_maph {
    padding: 30px;
}.contact_boxq form h3,
    .contact_boxq .reach_maph h4 {
    font-size: calc(18px * 0.9);
}.contact_boxq input[type="text"],
    .contact_boxq textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_boxq textarea {
    height: 100px;
}.contact_boxq .message_linksB {
    padding: 12px;
}.contact_boxq .feedback_blockZ li {
    margin-bottom: 20px;
}.contact_boxq .feedback_blockZ svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_boxq {
    padding: 30px 0;
}.contact_boxq h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
}.contact_boxq .support_requestp,
    .contact_boxq .reach_maph {
    padding: 20px;
}.contact_boxq .help_gridH {
    margin: 0 10px;
}.contact_boxq .query_boxo label {
    font-size: calc(12px * 0.9);
}.contact_boxq .feedback_blockZ li {
    margin-bottom: 15px;
}.contact_boxq .feedback_blockZ span {
    font-size: calc(17px * 0.9);
}.contact_boxq::before,
    .contact_boxq::after,
    .contact_boxq .support_requestp::before,
    .contact_boxq .support_requestp::after,
    .contact_boxq .reach_maph::before {
    opacity: 0.2;
}}.privacy_nichec {
    grid-template-columns: 1fr;
    padding: 60px;
    grid-gap: 30px;
    color: rgb(255, 255, 255, 0.5);
    background: linear-gradient(135deg, rgb(133,129,168) 25%, rgb(172,172,203) 75%);
    height: auto;
    display: grid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
}.privacy_nichec h1 {
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 43px;
    background: rgb(172,172,203);
    border-radius: 10px;
    margin-bottom: 20px;
    grid-column: span 2;
    margin-top: 0;
}.privacy_nichec h2 {
    margin-bottom: 20px;
    background: rgb(133,129,168);
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    text-align: left;
    color: #ffffff;
    padding: 10px;
    border-bottom: 2px solid #ffffff;
    border-radius: 10px;
    margin-top: 0;
}.privacy_nichec h3, .privacy_nichec h4, .privacy_nichec h5, .privacy_nichec h6 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    border-left: 4px solid rgb(172,172,203);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    text-align: left;
}.privacy_nichec ul, .privacy_nichec ol {
    list-style-position: inside;
    border-radius: 10px;
    margin: 15px 0;
    padding-left: 20px;
    line-height: 1.8;
    color: #ffffff;
    list-style: none;
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding: 10px;
}.privacy_nichec li {
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    position: relative;
}.privacy_nichec li::before {
    box-shadow: 0 0 0 2px #ffffff;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    border-radius: 50%;
    background-color: rgb(133,129,168);
    position: absolute;
    height: 6px;
    left: -10px;
    top: 50%;
}.privacy_nichec section {
    display: grid;
    border-radius: 10px;
    color: #000000;
    padding: 20px;
    background: rgb(213,213,227);
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 800px) {.privacy_nichec {
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy_nichec h1 {
    font-size: calc(20px - 8px);
}.privacy_nichec h2 {
    font-size: calc(20px - 6px);
}.privacy_nichec h3, .privacy_nichec h4, .privacy_nichec h5, .privacy_nichec h6 {
    font-size: calc(20px - 4px);
}.privacy_nichec ul, .privacy_nichec ol {
    font-size: calc(18px - 2px);
    padding-left: 15px;
}.privacy_nichec section {
    grid-template-columns: 1fr;
}}.explore_nowe {
    z-index: 1;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(172,172,203) 0%, rgb(133,129,168) 100%);
    overflow: hidden;
    position: relative;
}.explore_nowe::before {
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    position: absolute;
    height: 100%;
    transform-origin: center top;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    left: 0;
    content: '';
    background-size: 30px 30px;
    transform: perspective(500px) rotateX(60deg);
    width: 100%;
    top: 0;
    z-index: -1;
}.explore_nowe::after {
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    animation: gridGlow 8s ease-in-out infinite alternate;
    content: '';
    height: 100%;
    background-size: 100% 30px, 30px 100%;
    width: 100%;
    opacity: 0.05;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
}.explore_nowe .pro_studyq {
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    max-width: 1000px;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    margin: 0 auto;
}.explore_nowe .pro_studyq::before {
    position: absolute;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    animation: patternShift 15s linear infinite;
    opacity: 0.05;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    z-index: -1;
    top: 0;
}.explore_nowe .pro_studyq::after {
    left: -50%;
    position: absolute;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
    z-index: -1;
    height: 200%;
    top: -50%;
    content: '';
    animation: pulseRadial 10s ease-in-out infinite;
    opacity: 0.1;
}.explore_nowe h3 {
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 35px;
    position: relative;
}.explore_nowe h3::before {
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 60px;
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: '';
    top: -80px;
    left: 50%;
    animation: orbitRotate 10s linear infinite;
}.explore_nowe h3::after {
    transform: translateX(-50%);
    position: absolute;
    width: 100px;
    height: 1px;
    content: '';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    bottom: -20px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    left: 50%;
}.explore_nowe .message_infoa {
    text-transform: uppercase;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    letter-spacing: 2px;
    overflow: hidden;
    font-weight: 600;
    color: rgb(172,172,203);
    border-radius: 10px;
    z-index: 1;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 16px 45px;
}.explore_nowe .message_infoa::before {
    z-index: -1;
    background-size: 10px 10px;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    content: '';
    transition: opacity 0.4s ease;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    position: absolute;
    width: 100%;
}.explore_nowe .message_infoa::after {
    left: -100px;
    height: 200%;
    z-index: 1;
    position: absolute;
    top: -50%;
    transition: all 0.6s ease;
    width: 20px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
    transform: rotate(35deg);
}.explore_nowe .message_infoa:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: linear-gradient(45deg, rgb(172,172,203), rgb(133,129,168));
}.explore_nowe .message_infoa:hover::before {
    opacity: 0.5;
}.explore_nowe .message_infoa:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.explore_nowe {
    padding: 100px 0;
}.explore_nowe .pro_studyq {
    max-width: 90%;
    padding: 40px;
}.explore_nowe h3 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.9);
}.explore_nowe h3::before {
    top: -70px;
    width: 50px;
    height: 50px;
}.explore_nowe h3::after {
    width: 80px;
}.explore_nowe .message_infoa {
    font-size: calc(20px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.explore_nowe {
    padding: 80px 0;
}.explore_nowe .pro_studyq {
    padding: 30px;
}.explore_nowe h3 {
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-size: calc(35px * 0.8);
}.explore_nowe h3::before {
    height: 40px;
    top: -60px;
    width: 40px;
}.explore_nowe h3::after {
    width: 70px;
    bottom: -15px;
}.explore_nowe .message_infoa {
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.9);
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.explore_nowe {
    padding: 60px 0;
}.explore_nowe .pro_studyq {
    padding: 25px 20px;
}.explore_nowe h3 {
    font-size: calc(35px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.explore_nowe h3::before {
    height: 30px;
    width: 30px;
    top: -50px;
}.explore_nowe h3::after {
    width: 60px;
    bottom: -12px;
}.explore_nowe .message_infoa {
    font-size: calc(20px * 0.85);
    padding: 10px 30px;
    letter-spacing: 1px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.mentorship_experienceh {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(172,172,203,0.5), rgb(213,213,227));
    position: relative;
}.mentorship_experienceh::before {
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
}.mentorship_experienceh::after {
    height: 40%;
    width: 40%;
    filter: blur(40px);
    right: -5%;
    bottom: -10%;
    border-radius: 50% 60% 70% 40%;
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.05;
    background: rgb(172,172,203);
}.mentorship_experienceh .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.mentorship_experienceh .opinion_sharingv {
    gap: 2rem;
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    display: grid;
    background: rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px) saturate(180%);
}.mentorship_experienceh .opinion_sharingv:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
}.mentorship_experienceh .opinion_sharingv > div:first-child {
    position: relative;
    order: 1;
}.mentorship_experienceh .opinion_sharingv > div:nth-child(2) {
    position: relative;
    order: 2;
}.mentorship_experienceh .opinion_sharingv > div:last-child {
    order: 3;
    position: relative;
}.mentorship_experienceh .img_holderU {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 300px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    position: relative;
}.mentorship_experienceh .opinion_sharingv:hover .img_holderU {
    transform: translateY(-5px) scale(1.02);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.mentorship_experienceh .img_holderU::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
    inset: 0;
    content: "";
    position: absolute;
}.mentorship_experienceh .name {
    margin: 0 0 0.5rem;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    font-weight: 700;
    font-size: 18px;
    color: rgb(172,172,203);
    position: relative;
}.mentorship_experienceh .name::before {
    content: "";
    transition: width 0.4s ease-out 0.1s;
    top: 50%;
    left: -1rem;
    width: 0;
    position: absolute;
    height: 2px;
    background: rgb(172,172,203);
}.mentorship_experienceh .opinion_sharingv:hover .name {
    transform: translateX(1rem);
}.mentorship_experienceh .opinion_sharingv:hover .name::before {
    width: 1.5rem;
}.mentorship_experienceh .opinion_sharingv > div:nth-child(2) > div {
    color: rgb(133,129,168);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-bottom: 0.5rem;
    opacity: 0.85;
    font-size: 0.95rem;
    transform: translateY(0);
    font-weight: 600;
}.mentorship_experienceh .opinion_sharingv:hover > div:nth-child(2) > div {
    transform: translateY(-3px);
    opacity: 1;
}.mentorship_experienceh .work_trajectoryM {
    padding: 0;
    transition: opacity 0.4s ease;
    line-height: 1.7;
    opacity: 0.92;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin: 0;
}.mentorship_experienceh .work_trajectoryM::before {
    z-index: -1;
    opacity: 0.1;
    transform: rotate(-5deg);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 8rem;
    left: -1rem;
    content: "";
    color: rgb(172,172,203);
    position: absolute;
    top: -2.5rem;
}.mentorship_experienceh .opinion_sharingv:hover .work_trajectoryM::before {
    transform: rotate(5deg) translateY(-10px);
}.mentorship_experienceh .opinion_sharingv:hover .work_trajectoryM {
    opacity: 1;
}

@media (min-width: 768px) {.mentorship_experienceh .opinion_sharingv {
    grid-template-rows: auto 1fr;
    grid-template-columns: 250px 1fr;
    gap: 2rem 3rem;
    padding: 3.5rem;
}.mentorship_experienceh .opinion_sharingv > div:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
    order: unset;
}.mentorship_experienceh .opinion_sharingv > div:nth-child(2) {
    order: unset;
    grid-column: 2;
    grid-row: 1;
}.mentorship_experienceh .opinion_sharingv > div:last-child {
    grid-row: 2;
    order: unset;
    grid-column: 2;
}.mentorship_experienceh .img_holderU {
    clip-path: polygon(0% 0%, 95% 5%, 100% 100%, 5% 95%);
    height: 100%;
}.mentorship_experienceh .opinion_sharingv:hover .img_holderU {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.mentorship_experienceh {
    padding: 7rem 0;
}.mentorship_experienceh .opinion_sharingv {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
}.mentorship_experienceh .name {
    margin-bottom: 0.75rem;
    font-size: calc(18px * 1.1);
}.mentorship_experienceh .opinion_sharingv > div:nth-child(2) > div {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}.mentorship_experienceh .work_trajectoryM {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.mentorship_experienceh {
    padding: 4rem 0;
}.mentorship_experienceh .opinion_sharingv {
    padding: 2rem;
}.mentorship_experienceh .img_holderU {
    height: 250px;
    margin-bottom: 1rem;
}.mentorship_experienceh .name {
    text-align: center;
    margin-bottom: 0.5rem;
}.mentorship_experienceh .opinion_sharingv > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    text-align: center;
}.mentorship_experienceh .work_trajectoryM {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.mentorship_experienceh .work_trajectoryM::before {
    transform: translateX(-50%);
    top: -1.5rem;
    left: 50%;
}.mentorship_experienceh .opinion_sharingv:hover .name {
    transform: translateX(0);
}.mentorship_experienceh .name::before {
    transform: translateX(-50%);
    left: 50%;
}.mentorship_experienceh .opinion_sharingv:hover .name::before {
    width: 50px;
}}.followY {
    perspective: 1000px;
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(213,213,227) 100%);
}.followY::before {
    width: 200%;
    left: -50%;
    content: "";
    position: absolute;
    animation: grid-move 20s linear infinite;
    top: -50%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(133,129,168,0.5) 10px,
        rgb(133,129,168,0.5) 11px
    );
    opacity: 0.05;
}@keyframes grid-move {
    0% {
        transform: translateZ(-100px) rotate(0deg);
    }
    100% {
        transform: translateZ(-100px) rotate(360deg);
    }
}

.followY .pro_studyq {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.followY .request_requeste {
    background: rgb(213,213,227);
    padding: 3rem;
    transform: rotateY(-5deg);
    position: relative;
    transition: transform 0.5s ease;
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid rgb(172,172,203,0.5);
    max-width: 650px;
    box-shadow: 
        0 0 20px rgb(172,172,203,0.5),
        0 0 40px rgb(133,129,168,0.5);
}.followY .request_requeste:hover {
    transform: rotateY(0deg);
}.followY .request_requeste::before {
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(172,172,203,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(133,129,168,0.5) 50%);
    height: 100%;
    background-repeat: repeat-y, repeat-x;
    width: 100%;
    content: "";
    background-size: 2px 100%, 100% 2px;
    background-position: 0 0, 0 0;
    pointer-events: none;
    top: 0;
    left: 0;
    animation: border-pulse 3s infinite alternate;
    border-radius: 25px;
    opacity: 0.5;
}@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}

.followY h3 {
    font-size: 18px;
    display: inline-block;
    left: 50%;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid rgb(133,129,168);
    letter-spacing: 2px;
    transform: translateX(-50%);
    position: relative;
    padding-bottom: 0.5rem;
    text-shadow: 0 0 10px rgb(172,172,203,0.5);
    color: rgb(172,172,203);
}.followY .input_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}.followY input[type="email"] {
    border: 1px solid rgb(133,129,168,0.5);
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: Arial, sans-serif;
    flex: 1;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    min-width: 250px;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}.followY input[type="email"]:focus {
    outline: none;
    box-shadow: 
        inset 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(172,172,203,0.5);
    border-color: rgb(172,172,203);
}.followY input[type="email"]::placeholder {
    opacity: 0.7;
    color: #ffffff;
}.followY input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    background: rgb(172,172,203);
    z-index: 1;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    padding: 1rem 2rem;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    cursor: pointer;
    letter-spacing: 1px;
}.followY input[type="submit"]:hover {
    box-shadow: 0 0 20px rgb(172,172,203);
}.followY input[type="submit"]::before {
    transform: rotate(45deg);
    height: 200%;
    background: linear-gradient(45deg, rgb(172,172,203), rgb(133,129,168), rgb(172,172,203));
    content: "";
    left: -50%;
    width: 200%;
    top: -50%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}.followY input[type="submit"]:hover::before {
    animation: rotate-bg 2s linear infinite;
    opacity: 1;
}

@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {.followY {
    padding: 3rem 1.5rem;
}.followY .request_requeste {
    padding: 2rem;
    transform: none;
}.followY h3 {
    font-size: calc(18px * 0.9);
}.followY .input_holder {
    flex-direction: column;
}.followY input[type="email"],
    .followY input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.followY {
    padding: 2rem 1rem;
}.followY .request_requeste {
    padding: 1.5rem;
}.followY h3 {
    font-size: calc(18px * 0.8);
    letter-spacing: 1px;
}.followY input[type="email"] {
    padding: 0.8rem 1rem;
}.followY input[type="submit"] {
    padding: 0.8rem 1.5rem;
}}header {
    position: fixed;
    background: linear-gradient(135deg, #000000 0%, rgb(172,172,203) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgb(172,172,203,0.5);
    transition: all 0.4s ease;
    z-index: 1000;
    backdrop-filter: blur(8px);
    left: 0;
}header:before {
    top: 0;
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(172,172,203,0.5), transparent);
    left: 0;
    opacity: 0.4;
    pointer-events: none;
    animation: shine 8s infinite linear;
}header .page_topd {
    width: 100%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}header .main_edul {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .header_tutorz {
    display: flex;
    gap: 25px;
    position: relative;
}header .header_tutorz:before {
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.6s ease;
    width: 100%;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(172,172,203), transparent);
    position: absolute;
    bottom: -8px;
}header .header_tutorz:hover:before {
    transform: scaleX(1);
}header .main_pageZ {
    letter-spacing: 0.5px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding: 8px 0;
}header .main_pageZ:after {
    transform-origin: right;
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    background: rgb(172,172,203);
    left: 0;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
}header .main_pageZ:before {
    height: 4px;
    background: rgb(172,172,203);
    position: absolute;
    opacity: 0;
    transform: translateX(-50%);
    top: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
    left: 50%;
    content: '';
    width: 4px;
}header .main_pageZ:hover {
    color: rgb(172,172,203);
    text-shadow: 0 0 8px rgb(172,172,203,0.5);
}header .main_pageZ:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .main_pageZ:hover:before {
    opacity: 1;
}header .top_classQ {
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}header .top_classQ svg {
    transition: transform 0.5s ease;
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(172,172,203,0.5));
    width: auto;
}header .top_classQ:hover svg {
    transform: scale(1.05);
}header .top_classQ:after {
    background: rgb(172,172,203);
    bottom: -8px;
    position: absolute;
    height: 1px;
    width: 0;
    left: 50%;
    content: '';
    transition: width 0.4s ease;
    transform: translateX(-50%);
}header .top_classQ:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .header_tutorz {
    gap: 15px;
}header .main_pageZ {
    font-size: calc(16px - 1px);
}header .top_classQ svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .header_tutorz {
    gap: 20px;
    overflow-y: auto;
    position: fixed;
    height: 100vh;
    transition: right 0.4s ease;
    top: 0;
    flex-direction: column;
    max-width: 300px;
    padding: 80px 30px 30px;
    background: #000000;
    right: -100%;
    z-index: 1001;
    width: 80%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .menu.active {
    right: 0;
}header .main_pageZ {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(172,172,203,0.5);
}header .header_tutorz:before {
    display: none;
}header .top_classQ {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .top_classQ svg {
    height: 30px;
}}.gratHubK {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,213,227), rgb(213,213,227) 60%, rgba(rgb(172,172,203,0.5), 0.1));
}.gratHubK::before {
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    z-index: 0;
    background: linear-gradient(145deg, rgba(rgb(133,129,168,0.5), 0.08), rgba(rgb(133,129,168,0.5), 0.03));
    top: -20%;
    width: 60%;
    right: -10%;
    height: 80%;
    filter: blur(20px);
}.gratHubK::after {
    width: 50%;
    transform: rotate(10deg) skewX(-10deg);
    content: "";
    position: absolute;
    height: 40%;
    left: -5%;
    z-index: 0;
    bottom: -10%;
    background: linear-gradient(210deg, rgba(rgb(172,172,203,0.5), 0.09), transparent);
}.gratHubK .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.gratHubK .pro_studyq {
    display: grid;
    backdrop-filter: blur(10px);
    padding: 3rem;
    gap: 2.5rem;
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    grid-template-columns: 1fr;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(172,172,203,0.5), 0.05),
        0 0 0 1px rgba(rgb(172,172,203,0.5), 0.08);
}.gratHubK .pro_studyq:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(172,172,203,0.5), 0.08),
        0 0 0 1px rgba(rgb(172,172,203,0.5), 0.1);
}.gratHubK .pro_studyq > div:first-child {
    position: relative;
    transform: translateX(-1rem);
}.gratHubK .pro_studyq > div:first-child::before {
    background: linear-gradient(to bottom, rgb(172,172,203), rgb(133,129,168));
    content: "";
    top: 50%;
    width: 4px;
    height: 60%;
    left: -2rem;
    position: absolute;
    transform: translateY(-50%);
}.gratHubK h5 {
    line-height: 1.4;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #000000;
}.gratHubK h5::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(133,129,168), transparent);
    left: 0;
    content: "";
    position: absolute;
    width: 40%;
    bottom: -0.5rem;
}.gratHubK .pro_studyq > div:last-child {
    border-left: 1px solid rgba(rgb(133,129,168,0.5), 0.2);
    position: relative;
    padding-left: 1.5rem;
}.gratHubK a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}.gratHubK a:hover {
    transform: translateX(5px);
}.gratHubK a::before {
    transform-origin: left;
    transform: scaleX(0.8) translateX(-10%);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(172,172,203,0.5), 0.03), 
        rgba(rgb(133,129,168,0.5), 0.05)
    );
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
}.gratHubK a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}.gratHubK p {
    font-weight: 400;
    line-height: 1.7;
    transition: color 0.3s ease;
    margin: 0;
    font-size: 13px;
    color: #000000;
}.gratHubK a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.gratHubK {
    padding: 7rem 0;
}.gratHubK .pro_studyq {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.gratHubK .pro_studyq > div:first-child {
    transform: translateX(0);
}.gratHubK .pro_studyq > div:last-child {
    border-left: 2px solid rgba(rgb(133,129,168,0.5), 0.15);
    padding-left: 3rem;
}.gratHubK h5 {
    font-size: calc(23px * 1.1);
}.gratHubK p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.gratHubK {
    padding: 9rem 0;
}.gratHubK .container {
    padding: 0 2rem;
}.gratHubK .pro_studyq {
    padding: 5rem;
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
}.gratHubK h5 {
    font-size: calc(23px * 1.2);
}.gratHubK h5::after {
    width: 50%;
    height: 4px;
}.gratHubK .pro_studyq > div:last-child {
    padding-left: 4rem;
}.gratHubK a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.gratHubK {
    padding: 4rem 0;
}.gratHubK .pro_studyq {
    gap: 2rem;
    padding: 2rem;
}.gratHubK h5 {
    font-size: calc(23px * 0.9);
}.gratHubK p {
    font-size: calc(13px * 0.95);
}.gratHubK .pro_studyq > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.gratHubK {
    padding: 3rem 0;
}.gratHubK .pro_studyq {
    gap: 1.5rem;
    padding: 1.5rem;
}.gratHubK .pro_studyq > div:first-child::before {
    height: 50%;
    left: -1.5rem;
}.gratHubK h5 {
    font-size: calc(23px * 0.85);
}.gratHubK p {
    font-size: calc(13px * 0.9);
}.gratHubK .pro_studyq > div:last-child {
    padding-left: 0.75rem;
}
}