* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}::-webkit-scrollbar {
    width: 5px;
    background: rgb(183,169,188);
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    margin: 2px 0;
    border-radius: 6.8vw;
}::-webkit-scrollbar-thumb {
    box-shadow: 4px 0px 11px 8px rgba(0, 0, 0, 0.3);
    border-radius: 9999px;
    background: linear-gradient(285deg, #ffffff 38%, rgb(255, 255, 255, 0.5) 93%, rgb(122,131,159) 35%, rgb(122,131,159,0.5) 41%, rgb(183,169,188) 91%, rgb(183,169,188,0.5) 13%, rgb(207,204,209) 84%);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(183,169,188);
    transform: scale(1.05);
    box-shadow: 2px -4px 3px -1px rgba(0, 0, 0, 0.1);
    border-color: rgb(207,204,209);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(122,131,159,0.5) rgb(183,169,188,0.5);
}.Bltop_mainbar {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.IVpanel-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1200px;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.Ugfooter_classes {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.vKprivacy_compartment {
    height: auto;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
}.vKprivacy_compartment h1 {
    padding-bottom: 10px;
    margin-top: 40px;
    font-family: Arial, sans-serif;
    color: rgb(183,169,188);
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(183,169,188);
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 2px;
}.vKprivacy_compartment h2 {
    font-weight: 600;
    padding-bottom: 8px;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 30px;
    border-bottom: 1px solid #000000;
    letter-spacing: 1.5px;
}.vKprivacy_compartment ul, .vKprivacy_compartment ol {
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
}.vKprivacy_compartment ul li, .vKprivacy_compartment ol li {
    background: rgb(183,169,188,0.5);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 10px;
    color: #000000;
    margin-bottom: 15px;
    font-size: 17px;
    position: relative;
    font-weight: 400;
}.vKprivacy_compartment ul li::before, .vKprivacy_compartment ol li::before {
    color: rgb(183,169,188);
    font-weight: 700;
    content: '\2022';
    width: 1em;
    display: inline-block;
    margin-left: -1em;
}.vKprivacy_compartment p, .vKprivacy_compartment span, .vKprivacy_compartment div {
    transition: all 0.3s ease;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.vKprivacy_compartment p:hover, .vKprivacy_compartment span:hover, .vKprivacy_compartment div:hover {
    color: rgb(183,169,188);
}

@media only screen and (max-width: 800px) {.vKprivacy_compartment {
    padding: 20px;
}.vKprivacy_compartment h1, .vKprivacy_compartment h2 {
    text-align: center;
    font-size: 20px;
}.vKprivacy_compartment ul li, .vKprivacy_compartment ol li {
    font-size: 17px;
    padding: 8px;
}}

.vKprivacy_compartment ul li:hover, .vKprivacy_compartment ol li:hover {
    background: rgb(183,169,188);
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vKprivacy_compartment h1, .vKprivacy_compartment h2 {
    animation: fadeInUp 0.6s ease-in-out;
}footer {
    width: 100%;
    position: relative;
}.Ugfooter_classes {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
}footer .pmleaderboard {
    position: relative;
    z-index: 1;
}footer .bDsupport_contact {
    justify-content: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 70px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    gap: 20px;
    display: flex;
    padding: 40px 20px;
    background-color: rgb(122,131,159);
    flex-wrap: wrap;
}footer .bDsupport_contact::after {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    width: 100%;
}footer .info_item {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    flex: 1 1 200px;
    align-items: center;
    padding: 10px 20px;
    max-width: 300px;
    border-radius: 10px;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    fill: #ffffff;
    width: 22px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    margin-top: -30px;
}footer .text_main_holder::before {
    top: 0;
    height: 100%;
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    z-index: -1;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    left: 0;
}footer .fCmain_page {
    text-align: center;
    padding-top: 60px;
}footer .fCmain_page svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .Iidigital_res {
    font-size: 12px;
    max-width: 350px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    color: #000000;
}footer .bRnav_info {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    padding: 30px;
    background-color: rgb(207,204,209);
    margin: 0 20px;
}footer .bRnav_info h5 {
    display: inline-block;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    font-size: 23px;
}footer .bRnav_info h5::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(183,169,188), transparent);
    content: "";
    height: 2px;
    width: 100%;
    bottom: -8px;
}footer .dXnav_primary {
    flex-direction: column;
    gap: 10px 30px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 25px;
}footer .dXnav_primary a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    padding: 8px 0;
    font-size: 15px;
}footer .dXnav_primary a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: rgb(183,169,188);
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
}footer .dXnav_primary a:hover {
    padding-left: 5px;
    color: rgb(183,169,188);
}footer .dXnav_primary a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin: 0 20px;
    color: #ffffff;
    padding: 30px;
    position: relative;
    background-color: rgb(183,169,188);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}footer .subscribe_holder::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    top: 0;
    pointer-events: none;
}footer .subscribe_holder h5 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 15px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .fojoin_block {
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px;
    cursor: pointer;
    color: #ffffff;
    background-color: #000000;
    border: none;
}footer .fojoin_block:hover {
    background-color: rgb(122,131,159);
}footer .nxdiversity {
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}footer .Fksample_docs {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .fojoin_block {
    white-space: nowrap;
}footer .fCmain_page {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .bDsupport_contact {
    padding: 30px 15px 50px;
}footer .bRnav_info, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .nxdiversity {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .bDsupport_contact {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .bRnav_info h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .dXnav_primary a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .fojoin_block {
    padding: 12px;
}}.Hpcookie_dialog_banner {
    width: 100%;
    border-top: 2px solid rgb(183,169,188);
    bottom: 0;
    position: fixed;
    z-index: 90;
    background: rgb(207,204,209);
}.Dhlearn_consent {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.Hpcookie_dialog_banner h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.Hpcookie_dialog_banner p {
    font-size: 18px;
}.FKcookie_show {
    flex-shrink: 0;
    margin-right: 10px;
}.FKcookie_show svg, .FKcookie_show svg path, .FKcookie_show img {
    height: 100px;
    fill: rgb(183,169,188);
    width: 100px;
}.wlcookie_window {
    cursor: pointer;
    min-width: 120px;
    flex-shrink: 0;
    font-size: 24px;
    line-height: 35px;
    margin-left: 10px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(183,169,188);
    text-decoration: none;
    text-align: center;
    color: rgb(183,169,188);
}.Hpcookie_dialog_banner p a {
    text-decoration: none;
    color: rgb(183,169,188);
}
@media only screen and (max-width: 1200px) {.Hpcookie_dialog_banner {
    padding: 20px;
}}
#JYcookieTermsNotice {
    display: none;
}#JYcookieTermsNotice:checked ~ .Hpcookie_dialog_banner {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.FKcookie_show {
    display: none;
}.Dhlearn_consent {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.Hpcookie_dialog_banner h5 {
    text-align: center;
}.Hpcookie_dialog_banner p {
    text-align: center;
}.ADcookie_hide {
    margin-bottom: 20px;
}body .IVpanel-container .wlcookie_window {
    margin-left: 0;
}}header .top_plank {
    background: rgb(183,169,188);
    color:  #ffffff;
}header .top_plank .ylpeak_track div svg, header .top_plank .ylpeak_track div svg path {
    fill: #ffffff;
}header .top_plank .ylpeak_track div span {
    color: #ffffff;
}header .top_plank .ylpeak_track {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 15px;
    display: flex;
    line-height: 21px;
    align-items: center;
    width: 100%;
    padding: 15px 0 10px 0;
}header .top_plank .ylpeak_track div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .ylpeak_track div img, header .top_plank .ylpeak_track div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.excontact_form_section {
    isolation: isolate;
    padding: 80px 0;
    position: relative;
}.excontact_form_section::before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
}.excontact_form_section .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.excontact_form_section .sDinquiry_widget {
    display: grid;
    border-radius: 30px;
    grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}.excontact_form_section .Wbquery_message {
    background: rgb(183,169,188);
    position: relative;
    padding: 50px 40px;
}.excontact_form_section .Wbquery_message::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    height: 100%;
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    width: 25px;
}.excontact_form_section .Wbquery_message h3 {
    margin-bottom: 35px;
    border-bottom: 2px solid rgb(122,131,159);
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
}.excontact_form_section .Wbquery_message div {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.excontact_form_section .Wbquery_message div:last-of-type {
    border-bottom: none;
}.excontact_form_section .Wbquery_message div svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
}.excontact_form_section .Wbquery_message div svg path {
    fill: rgb(122,131,159);
}.excontact_form_section .Wbquery_message div span {
    color: #ffffff;
    font-size: 16px;
}.excontact_form_section .Wbquery_message div span a {
    transition: color 0.3s;
    color: #ffffff;
    text-decoration: none;
}.excontact_form_section .Wbquery_message div span a:hover {
    color: rgb(122,131,159);
}.excontact_form_section .Dwmessage_map {
    background-color: rgb(207,204,209);
    padding: 50px 40px;
}.excontact_form_section .Dwmessage_map h3 {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 30px;
    color: rgb(183,169,188);
}.excontact_form_section form {
    display: flex;
    flex-direction: column;
}.excontact_form_section form input[type="text"],
.excontact_form_section form input[type="email"] {
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: border-color 0.3s, box-shadow 0.3s;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
}.excontact_form_section form input[type="text"]:focus,
.excontact_form_section form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(rgb(183,169,188), 0.1);
    border-color: rgb(183,169,188);
}.excontact_form_section form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.excontact_form_section .nGreach_links {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.excontact_form_section .nGreach_links input[type="checkbox"] {
    width: 18px;
    cursor: pointer;
    margin-top: 4px;
    margin-right: 10px;
    border-radius: 3px;
    appearance: none;
    height: 18px;
    position: relative;
    border: 2px solid rgb(183,169,188);
}.excontact_form_section .nGreach_links input[type="checkbox"]:checked {
    background-color: rgb(183,169,188);
}.excontact_form_section .nGreach_links input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 5px;
    width: 5px;
    content: "";
    top: 1px;
}.excontact_form_section .nGreach_links label {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
}.excontact_form_section .nGreach_links label a {
    color: rgb(183,169,188);
    text-decoration: none;
    font-weight: 600;
}.excontact_form_section .nGreach_links label a:hover {
    text-decoration: underline;
}.excontact_form_section form .Ckrequest_info {
    cursor: pointer;
    color: #ffffff;
    border: none;
    align-self: flex-start;
    padding: 15px 25px;
    background-color: rgb(183,169,188);
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s, transform 0.3s;
    border-radius: 10px;
}.excontact_form_section form .Ckrequest_info:hover {
    transform: translateY(-3px);
    background-color: rgb(122,131,159);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.excontact_form_section .Wbquery_message h3 {
    animation: reveal 0.6s ease forwards;
}.excontact_form_section .Wbquery_message div {
    animation: reveal 0.6s ease forwards;
    opacity: 0;
}.excontact_form_section .Wbquery_message div:nth-child(2) {
    animation-delay: 0.2s;
}.excontact_form_section .Wbquery_message div:nth-child(3) {
    animation-delay: 0.4s;
}.excontact_form_section .Wbquery_message div:nth-child(4) {
    animation-delay: 0.6s;
}.excontact_form_section .Wbquery_message div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.excontact_form_section .sDinquiry_widget {
    grid-template-columns: 1fr;
}.excontact_form_section .Wbquery_message {
    padding: 40px 30px;
}.excontact_form_section .Dwmessage_map {
    padding: 40px 30px;
}.excontact_form_section .Wbquery_message::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.excontact_form_section {
    padding: 50px 0;
}.excontact_form_section .Wbquery_message,
    .excontact_form_section .Dwmessage_map {
    padding: 30px 20px;
}.excontact_form_section .Wbquery_message h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.excontact_form_section form input[type="text"],
    .excontact_form_section form input[type="email"] {
    padding: 12px;
}.excontact_form_section form .Ckrequest_info {
    width: 100%;
    padding: 12px;
}}.VAcourse_fit_for {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(207,204,209) 0%, #ffffff 100%);
}.VAcourse_fit_for::before {
    background-image: radial-gradient(rgb(183,169,188,0.5) 20%, transparent 20%);
    position: absolute;
    z-index: 1;
    background-size: 20px 20px;
    right: 0;
    opacity: 0.3;
    content: "";
    bottom: 0;
    width: 60%;
    background-position: 0 0;
    height: 60%;
}.VAcourse_fit_for .container {
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}.VAcourse_fit_for .tKstudy_experts {
    position: relative;
}.VAcourse_fit_for h4 {
    font-size: 45px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    color: rgb(183,169,188);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.VAcourse_fit_for h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.VAcourse_fit_for h4::after {
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    height: 5px;
    content: "";
    border-radius: 5px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    width: 100px;
    position: absolute;
}.VAcourse_fit_for div > div {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px;
    gap: 30px;
    display: grid;
}.VAcourse_fit_for p {
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    background: #ffffff;
    height: 200px;
    z-index: 1;
    text-align: center;
    position: relative;
    margin: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    font-size: 15px;
}.VAcourse_fit_for p:nth-child(even) {
    transform: translateY(100px);
}.VAcourse_fit_for p::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff, rgb(207,204,209));
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
}.VAcourse_fit_for p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.VAcourse_fit_for p:hover::before {
    opacity: 1;
}.VAcourse_fit_for p svg {
    height: 32px;
    left: 50%;
    top: 30px;
    width: 32px;
    transition: all 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
}.VAcourse_fit_for p svg path {
    fill: rgb(183,169,188);
    transition: fill 0.3s ease;
}.VAcourse_fit_for p span {
    margin-top: 50px;
    display: block;
    width: 100%;
}.VAcourse_fit_for p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.VAcourse_fit_for p:hover svg path {
    fill: rgb(122,131,159);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.VAcourse_fit_for::after {
    content: "";
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    opacity: 0.5;
    height: 200px;
    position: absolute;
    animation: hexSpin 30s linear infinite;
    left: 5%;
    top: 10%;
    z-index: 1;
    border: 2px dashed rgb(122,131,159,0.5);
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.VAcourse_fit_for .tKstudy_experts > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}.VAcourse_fit_for .tKstudy_experts > div p:nth-child(1) {
    animation-delay: 0.1s;
}.VAcourse_fit_for .tKstudy_experts > div p:nth-child(2) {
    animation-delay: 0.2s;
}.VAcourse_fit_for .tKstudy_experts > div p:nth-child(3) {
    animation-delay: 0.3s;
}.VAcourse_fit_for .tKstudy_experts > div p:nth-child(4) {
    animation-delay: 0.4s;
}.VAcourse_fit_for .tKstudy_experts > div p:nth-child(5) {
    animation-delay: 0.5s;
}.VAcourse_fit_for .tKstudy_experts > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.VAcourse_fit_for {
    padding: 80px 0;
}.VAcourse_fit_for h4 {
    margin-bottom: 70px;
    font-size: calc(45px * 0.85);
}.VAcourse_fit_for div > div {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 100px 20px;
}.VAcourse_fit_for p {
    padding: 35px 25px;
    height: 180px;
}.VAcourse_fit_for p:nth-child(3n+2) {
    transform: translateY(0);
}.VAcourse_fit_for p:nth-child(even) {
    transform: translateY(90px);
}.VAcourse_fit_for p svg {
    top: 25px;
}.VAcourse_fit_for p span {
    margin-top: 45px;
}.VAcourse_fit_for::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 768px) {.VAcourse_fit_for {
    padding: 70px 0;
}.VAcourse_fit_for h4 {
    margin-bottom: 60px;
    font-size: calc(45px * 0.7);
}.VAcourse_fit_for h4::after {
    width: 80px;
    bottom: -12px;
}.VAcourse_fit_for div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.VAcourse_fit_for p {
    height: auto;
    aspect-ratio: 1.73 / 1;
    padding: 20px;
    border-radius: 13px;
    clip-path: none;
}.VAcourse_fit_for p::before {
    border-radius: 13px;
    clip-path: none;
}.VAcourse_fit_for p:nth-child(even) {
    transform: translateY(0);
}.VAcourse_fit_for p svg {
    margin-right: 15px;
    height: 28px;
    position: static;
    transform: none;
    width: 28px;
}.VAcourse_fit_for p span {
    margin-top: 0;
    display: inline;
}.VAcourse_fit_for p:hover {
    transform: translateY(0) scale(1.03);
}.VAcourse_fit_for p:hover svg {
    transform: scale(1.2);
}.VAcourse_fit_for::after {
    display: none;
}
}

@media (max-width: 576px) {.VAcourse_fit_for {
    padding: 60px 0;
}.VAcourse_fit_for h4 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.6);
}.VAcourse_fit_for h4::after {
    width: 60px;
    bottom: -10px;
    height: 4px;
}.VAcourse_fit_for p {
    font-size: calc(15px * 0.9);
    padding: 15px;
}.VAcourse_fit_for p svg {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}}.sXteaching_experience {
    padding: 7rem 2rem;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(183,169,188,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(122,131,159,0.5) 0%, transparent 40%), 
              #000000;
    position: relative;
}.sXteaching_experience::before {
    content: "";
    left: -25%;
    animation: backgroundMovement 30s linear infinite alternate;
    opacity: 0.3;
    width: 150%;
    height: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    top: -25%;
    position: absolute;
}.sXteaching_experience .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.sXteaching_experience .lQfeedback_carousel {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    grid-template-rows: auto auto auto;
    position: relative;
    border-radius: 17px;
    display: grid;
    overflow: hidden;
}.sXteaching_experience .lQfeedback_carousel::after {
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 50%);
    opacity: 0.3;
    position: absolute;
}.sXteaching_experience .lQfeedback_carousel .qEpic_card {
    grid-column: 1 / 2;
    position: relative;
    transition: all 0.5s ease;
    grid-row: 1 / 4;
    border-radius: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    min-height: 500px;
    box-shadow: 0 0 30px rgb(183,169,188,0.5);
    transform: scale(1.05) translateX(-5%);
}.sXteaching_experience .lQfeedback_carousel .qEpic_card:hover {
    box-shadow: 0 0 50px rgb(183,169,188);
    transform: scale(1.07) translateX(-4%);
}.sXteaching_experience .lQfeedback_carousel .name {
    position: relative;
    z-index: 2;
    grid-row: 1 / 2;
    text-shadow: 0 0 10px rgb(183,169,188,0.5), 0 0 20px rgb(183,169,188,0.5);
    animation: neonPulse 4s infinite alternate;
    font-weight: 700;
    letter-spacing: 2px;
    grid-column: 2 / 3;
    color: #ffffff;
    font-size: 31px;
    padding: 3.5rem 2rem 0.5rem 3rem;
}.sXteaching_experience .lQfeedback_carousel span:not(.name) {
    position: relative;
    grid-row: 2 / 3;
    padding: 0 2rem 1rem 3rem;
    z-index: 2;
    color: rgb(122,131,159);
    letter-spacing: 1px;
    grid-column: 2 / 3;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}.sXteaching_experience .lQfeedback_carousel .WOwork_expertise {
    line-height: 1.7;
    padding: 2rem 2rem 2.5rem 3rem;
    grid-column: 2 / 3;
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-top: 1px solid rgb(122,131,159,0.5);
    grid-row: 3 / 4;
    position: relative;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    font-size: 18px;
    margin-right: 1.5rem;
    border-radius: 0 10px 0 0;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(183,169,188,0.5), 0 0 20px rgb(183,169,188,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(183,169,188), 0 0 30px rgb(183,169,188);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.sXteaching_experience {
    padding: 5rem 1.5rem;
}.sXteaching_experience .lQfeedback_carousel {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.sXteaching_experience .lQfeedback_carousel .qEpic_card {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transform: scale(1.02) translateY(-5%);
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.sXteaching_experience .lQfeedback_carousel .qEpic_card:hover {
    transform: scale(1.03) translateY(-4%);
}.sXteaching_experience .lQfeedback_carousel .name {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
}.sXteaching_experience .lQfeedback_carousel span:not(.name) {
    grid-column: 1 / 2;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-row: 3 / 4;
}.sXteaching_experience .lQfeedback_carousel .WOwork_expertise {
    grid-row: 4 / 5;
    padding: 1.5rem;
    margin-right: 0;
    border-radius: 10px;
    grid-column: 1 / 2;
}
}

@media (max-width: 576px) {.sXteaching_experience {
    padding: 4rem 1rem;
}.sXteaching_experience .lQfeedback_carousel .qEpic_card {
    min-height: 280px;
}.sXteaching_experience .lQfeedback_carousel .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.sXteaching_experience .lQfeedback_carousel span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.sXteaching_experience .lQfeedback_carousel .WOwork_expertise {
    padding: 1.2rem;
}}.BVty_modal {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, rgb(207,204,209) 40%, rgb(122,131,159,0.5) 100%);
    position: relative;
}.BVty_modal::before {
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.5;
    left: 0;
    z-index: 1;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}.BVty_modal::after {
    left: -25%;
    width: 150%;
    content: "";
    opacity: 0.04;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(183,169,188,0.5) 0px, transparent 2px, transparent 10px);
    top: -25%;
    z-index: 0;
    height: 150%;
    animation: patternShift 20s infinite linear;
    transform: rotate(-5deg);
}.BVty_modal .container {
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}.BVty_modal h2 {
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    font-size: 34px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    color: #000000;
}.BVty_modal h2::after {
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    position: absolute;
    content: "";
    bottom: -15px;
}.BVty_modal .tKstudy_experts {
    transition: transform 0.5s;
    background: #ffffff;
    position: relative;
    padding: 3rem;
    animation: fadeIn 1s 0.5s both ease-out;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    transform-origin: center top;
    border-radius: 10px;
}.BVty_modal .tKstudy_experts::before {
    filter: blur(12px);
    width: 95%;
    left: 50%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgb(183,169,188,0.5) 0%, transparent 80%);
    height: 100%;
    border-radius: 10px;
    top: -8px;
    content: "";
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
}.BVty_modal .tKstudy_experts:hover {
    transform: perspective(1000px) rotateX(0deg);
}.BVty_modal ul {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
}.BVty_modal ul::before {
    content: "";
    animation: growHeight 1.5s 1s forwards ease-in-out;
    height: 0;
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    position: absolute;
    left: -20px;
    width: 4px;
    top: 0;
}.BVty_modal li {
    opacity: 0;
    position: relative;
    transform: translateX(20px);
    padding-left: 0;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.BVty_modal li::before {
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    box-shadow: 0 5px 15px -5px rgb(122,131,159,0.5);
    background: linear-gradient(135deg, rgb(122,131,159) 0%, rgb(183,169,188) 100%);
    top: -5px;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    content: "";
    left: -40px;
}.BVty_modal li span {
    color: #000000;
    position: relative;
    opacity: 0;
    font-size: 13px;
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.7;
    animation: fadeIn 1s 1.2s forwards ease-out;
}.BVty_modal li span::first-letter {
    color: rgb(183,169,188);
    font-size: 1.4em;
    font-weight: 700;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

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

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.BVty_modal {
    padding: 5rem 0;
}.BVty_modal h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.BVty_modal .tKstudy_experts {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.BVty_modal {
    padding: 4rem 0;
}.BVty_modal h2 {
    font-size: calc(34px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.BVty_modal .tKstudy_experts {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.BVty_modal ul::before {
    left: -15px;
}.BVty_modal li::before {
    width: 24px;
    left: -30px;
    height: 24px;
}
}

@media (max-width: 576px) {.BVty_modal {
    padding: 3rem 0;
}.BVty_modal h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.BVty_modal .tKstudy_experts {
    padding: 1.5rem;
    transform: none;
}.BVty_modal ul::before {
    left: -12px;
}.BVty_modal li::before {
    top: -2px;
    left: -25px;
    width: 20px;
    height: 20px;
}.BVty_modal li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.iftariff_option {
    background-color: rgb(207,204,209);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    font-family: Arial, sans-serif;
}.iftariff_option::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(122,131,159,0.5), 0.05) 0%, rgba(rgb(183,169,188,0.5), 0.08) 100%);
    z-index: 0;
    height: 100%;
}.iftariff_option .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1400px;
    padding: 0 20px;
}.iftariff_option .rgfee_offers {
    flex-direction: column;
    display: flex;
}.iftariff_option .NCtrial_offers {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
}.iftariff_option .NCtrial_offers h2 {
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    position: relative;
    line-height: 1.2;
}.iftariff_option .NCtrial_offers h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(122,131,159), rgb(183,169,188));
    height: 4px;
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
    border-radius: 2px;
}.iftariff_option .aMclass_deals {
    font-size: 15px;
    max-width: 800px;
    line-height: 1.6;
    margin-top: 25px;
    color: #000000;
}.iftariff_option .SCskill_offers {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    gap: 30px;
    display: grid;
}.iftariff_option .lXdeal_board {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    perspective: 1000px;
    transform: translateY(30px);
    text-decoration: none;
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.15s * var(--i, 1));
    opacity: 0;
}.iftariff_option .lXdeal_board:nth-child(1) {
    --i: 1;
}.iftariff_option .lXdeal_board:nth-child(2) {
    --i: 2;
}.iftariff_option .lXdeal_board:nth-child(3) {
    --i: 3;
}.iftariff_option .lXdeal_board:nth-child(4) {
    --i: 4;
}.iftariff_option .SOlearn_offers {
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    position: relative;
    transform-style: preserve-3d;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}.iftariff_option .lXdeal_board:hover .SOlearn_offers {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(183,169,188,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.iftariff_option .qGprogram_rate {
    min-height: 250px;
    padding: 35px 30px;
    z-index: 2;
    box-sizing: border-box;
    position: relative;
}.iftariff_option .qGprogram_rate h3 {
    display: inline-block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-weight: 700;
    color: #000000;
    font-size: calc(19px + 2px);
    position: relative;
}.iftariff_option .lXdeal_board:hover .qGprogram_rate h3 {
    transform: translateX(5px);
    color: rgb(183,169,188);
}.iftariff_option .iuvalue_rates {
    display: block;
    color: rgb(122,131,159);
    font-size: calc(19px + 4px);
    transition: all 0.3s ease;
    position: relative;
    font-weight: 700;
    margin: 20px 0;
}.iftariff_option .iuvalue_rates::before {
    top: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(122,131,159), transparent);
    border-radius: 2px;
    width: 40px;
    left: 0;
    content: "";
    height: 3px;
}.iftariff_option .lXdeal_board:hover .iuvalue_rates {
    color: rgb(183,169,188);
    transform: scale(1.05);
}.iftariff_option .qGprogram_rate p {
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 15px;
    word-break: normal;
    white-space: normal;
    line-height: 1.6;
    transition: color 0.3s ease;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 15px;
}.iftariff_option .qEpic_card {
    position: relative;
    width: 100%;
    height: 200px;
    transition: all 0.5s ease;
    overflow: hidden;
}.iftariff_option .qEpic_card::after {
    z-index: 1;
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}.iftariff_option .lXdeal_board:hover .qEpic_card {
    transform: scale(1.05);
}.iftariff_option .lXdeal_board:hover .qEpic_card::after {
    opacity: 0.3;
}

@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 1200px) {.iftariff_option .rgfee_offers {
    flex-direction: row-reverse;
}.iftariff_option .NCtrial_offers {
    margin-bottom: 0;
    width: 30%;
    padding-left: 50px;
}.iftariff_option .SCskill_offers {
    width: 70%;
}.iftariff_option .NCtrial_offers h2 {
    font-size: calc(30px + 4px);
}
}

@media (max-width: 1199px) {.iftariff_option {
    padding: 80px 0;
}.iftariff_option .NCtrial_offers {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
}.iftariff_option .NCtrial_offers h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.iftariff_option {
    padding: 60px 0;
}.iftariff_option .SCskill_offers {
    gap: 20px;
    grid-template-columns: 1fr;
}.iftariff_option .qGprogram_rate {
    padding: 25px 20px;
}.iftariff_option .qEpic_card {
    height: 180px;
}.iftariff_option .NCtrial_offers h2 {
    font-size: calc(30px - 2px);
}.iftariff_option .aMclass_deals {
    font-size: calc(15px - 1px);
}
}

@media (hover: none) {.iftariff_option .lXdeal_board:hover .SOlearn_offers {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.iftariff_option .lXdeal_board:hover .qGprogram_rate h3 {
    transform: none;
}.iftariff_option .lXdeal_board:hover .iuvalue_rates {
    transform: none;
}.iftariff_option .lXdeal_board:hover .qEpic_card {
    transform: none;
}}header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(207,204,209);
    z-index: 1000;
    position: relative;
    padding: 1.2rem 0;
}header::before {
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    z-index: -1;
    opacity: 0.15;
    animation: gridMove 40s linear infinite;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(183,169,188,0.5) 49.5%, rgb(183,169,188,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(122,131,159,0.5) 49.5%, rgb(122,131,159,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    height: 100%;
}header::after {
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(183,169,188) 0%, 
        rgb(122,131,159) 50%, 
        rgb(183,169,188) 100%);
    position: absolute;
    height: 4px;
    content: '';
    z-index: 1;
    left: 0;
    bottom: 0;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .zfmain_skill {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .bRnav_info {
    padding: 5px;
    display: flex;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    gap: 0.5rem;
}header .KWhead_sitebar {
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.7rem 1.2rem;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
}header .KWhead_sitebar::before {
    opacity: 0;
    z-index: -1;
    content: '';
    transform: scale(0.95);
    position: absolute;
    transition: all 0.3s ease;
    right: -2px;
    left: -2px;
    background: linear-gradient(45deg, rgb(183,169,188), rgb(122,131,159));
    bottom: -2px;
    border-radius: calc(10px + 2px);
    top: -2px;
}header .KWhead_sitebar::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
    content: '';
    background: rgb(183,169,188);
    z-index: -1;
}header .KWhead_sitebar:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    color: #ffffff;
}header .KWhead_sitebar:hover::before {
    transform: scale(1);
    opacity: 1;
}header .yCheader_tutor {
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    align-items: center;
    position: relative;
    padding: 0.5rem 1rem;
}header .yCheader_tutor::before {
    content: '';
    top: 0;
    left: -100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
    width: 100%;
}header .yCheader_tutor:hover::before {
    left: 100%;
}header .yCheader_tutor svg {
    height: auto;
    position: relative;
    width: 160px;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .bRnav_info {
    gap: 0.3rem;
}header .KWhead_sitebar {
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 1px);
}header .yCheader_tutor svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .zfmain_skill {
    flex-direction: column;
}header .bRnav_info {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 1rem;
    order: 2;
    gap: 0.5rem;
    justify-content: center;
    padding: 10px;
}header .KWhead_sitebar {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.7rem;
}header .yCheader_tutor {
    order: 1;
    margin-bottom: 0.5rem;
}header .yCheader_tutor svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .bRnav_info {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .bRnav_info::-webkit-scrollbar {
    height: 3px;
}header .bRnav_info::-webkit-scrollbar-thumb {
    background: rgb(183,169,188);
    border-radius: 10px;
}header .KWhead_sitebar {
    white-space: nowrap;
}header .yCheader_tutor svg {
    width: 110px;
}}.trprogram_information {
    background: linear-gradient(45deg, rgb(207,204,209) 0%, rgb(122,131,159,0.5) 50%, rgb(207,204,209) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.trprogram_information::before {
    height: 70%;
    top: -10%;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(183,169,188,0.5) 0%, transparent 70%);
    width: 70%;
    content: "";
    z-index: 1;
    opacity: 0.4;
    position: absolute;
    right: -10%;
    border-radius: 50%;
}.trprogram_information::after {
    bottom: -5%;
    left: -5%;
    background: radial-gradient(circle, rgb(122,131,159,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    content: "";
    height: 50%;
    opacity: 0.3;
    position: absolute;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.trprogram_information .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.trprogram_information .tKstudy_experts {
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
    gap: 3rem;
}.trprogram_information .tKstudy_experts::before {
    z-index: -1;
    opacity: 0.05;
    border-radius: 12px;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(183,169,188,0.5) 50px, rgb(183,169,188,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(183,169,188,0.5) 50px, rgb(183,169,188,0.5) 51px);
    transform: translateZ(-10px);
    position: absolute;
    top: -2rem;
    content: "";
    width: calc(100% + 4rem);
    left: -2rem;
    height: calc(100% + 4rem);
}.trprogram_information .vyprogram_plan {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    position: relative;
    z-index: 3;
    border-radius: 12px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(207,204,209);
    background: #ffffff;
    padding: 3rem;
    transform: translateZ(20px);
}.trprogram_information .vyprogram_plan::before {
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
    opacity: 0.7;
    top: 0;
    border-radius: 12px;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
}.trprogram_information .fCmain_page {
    margin-bottom: 2rem;
    align-items: center;
    display: flex;
    position: relative;
}.trprogram_information .fCmain_page::before {
    height: 2px;
    background: rgb(183,169,188);
    width: 40px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.6;
    top: 50%;
    right: -20px;
}.trprogram_information .fCmain_page::after {
    border-radius: 10px;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(122,131,159) 0%, transparent 100%);
    position: absolute;
    content: "";
    left: 0;
    width: 60px;
}.trprogram_information .fCmain_page svg {
    height: 4rem;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgb(183,169,188,0.5));
    width: auto;
}.trprogram_information .fCmain_page svg:hover {
    filter: drop-shadow(0 6px 12px rgb(183,169,188,0.5));
    transform: translateY(-2px) scale(1.03);
}.trprogram_information .fCmain_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,169,188);
}.trprogram_information .fCmain_page svg:hover path {
    fill: rgb(122,131,159);
}.trprogram_information h3 {
    background-clip: text !important;
    font-size: 30px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    -webkit-background-clip: text !important;
    position: relative;
    color: transparent;
    background: linear-gradient(to right, #000000 0%, rgb(183,169,188) 100%);
    transform: translateZ(5px);
    display: inline-block;
}.trprogram_information h3::after {
    position: absolute;
    height: 3px;
    bottom: -8px;
    border-radius: 10px;
    left: 0;
    background: rgb(183,169,188);
    transition: width 0.3s ease;
    content: "";
    width: 30px;
}.trprogram_information .vyprogram_plan:hover h3::after {
    width: 80px;
}.trprogram_information p {
    color: #000000;
    transform: translateZ(10px);
    font-size: 17px;
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
    line-height: 1.7;
}.trprogram_information .qEpic_card {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    z-index: 2;
    height: 100%;
    animation: floatAnimation 6s ease-in-out infinite;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 450px;
    transform: translateZ(30px) rotate(3deg);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.trprogram_information .qEpic_card::before {
    opacity: 0.5;
    z-index: 1;
    height: 100%;
    position: absolute;
    mix-blend-mode: soft-light;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(183,169,188,0.5) 100%
    );
    width: 100%;
    content: "";
}.trprogram_information .qEpic_card::after {
    left: 0;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    background: linear-gradient(
        to top,
        rgb(183,169,188,0.5) 0%,
        transparent 100%
    );
    width: 100%;
    height: 50%;
    content: "";
    z-index: 1;
}.trprogram_information .tKstudy_experts:hover .qEpic_card {
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}.trprogram_information .tKstudy_experts:hover .qEpic_card::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(122,131,159,0.5) 40%,
        rgb(183,169,188,0.5) 100%
    );
    opacity: 0.7;
}

@media (max-width: 1024px) {.trprogram_information {
    padding: 5rem 0;
}.trprogram_information .tKstudy_experts {
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
    gap: 2rem;
}.trprogram_information .vyprogram_plan {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 2.5rem;
}.trprogram_information .qEpic_card {
    transform: translateZ(20px) rotate(0deg);
    min-height: 350px;
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
}.trprogram_information .tKstudy_experts:hover .qEpic_card {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.trprogram_information {
    padding: 4rem 0;
}.trprogram_information .tKstudy_experts::before {
    top: -1.5rem;
    width: calc(100% + 3rem);
    left: -1.5rem;
    height: calc(100% + 3rem);
}.trprogram_information .vyprogram_plan {
    padding: 2rem;
}.trprogram_information .fCmain_page svg {
    height: 3.5rem;
}.trprogram_information h3 {
    font-size: calc(30px * 0.9);
}.trprogram_information .qEpic_card {
    min-height: 300px;
}
}

@media (max-width: 576px) {.trprogram_information {
    padding: 3rem 0;
}.trprogram_information .tKstudy_experts::before {
    display: none;
}.trprogram_information .vyprogram_plan {
    padding: 1.5rem;
}.trprogram_information .fCmain_page svg {
    height: 3rem;
}.trprogram_information .fCmain_page::before {
    right: -10px;
    width: 20px;
}.trprogram_information h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1rem;
}.trprogram_information p {
    font-size: calc(17px * 0.9);
}.trprogram_information .qEpic_card {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}.tCabout_this {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
}.tCabout_this::before {
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
}.tCabout_this::after {
    background: rgb(183,169,188);
    border-radius: 50%;
    bottom: -100px;
    opacity: 0.1;
    width: 300px;
    height: 300px;
    position: absolute;
    content: "";
    z-index: 1;
    animation: pulse 8s infinite alternate ease-in-out;
    right: -100px;
}.tCabout_this h4 {
    color: rgb(122,131,159);
    z-index: 2;
    letter-spacing: 2px;
    opacity: 0;
    margin-bottom: 40px;
    transform: translateY(30px);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    animation: slideUp 0.8s 0.2s forwards ease-out;
    font-size: calc(33px * 1.1);
    position: relative;
}.tCabout_this .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.tCabout_this .dhlegend_holder {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-left: 5px solid rgb(183,169,188);
    transform: translateX(-50px);
    animation: slideIn 1s 0.5s forwards ease-out;
    padding: 40px 50px;
    opacity: 0;
}.tCabout_this .dhlegend_holder::before {
    height: 60px;
    width: 60px;
    left: 30px;
    top: -15px;
    opacity: 0.2;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    content: "";
    background: rgb(122,131,159);
}.tCabout_this .dhlegend_holder h6 {
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(19px * 1.1);
}.tCabout_this .dhlegend_holder h6::after {
    bottom: -10px;
    content: "";
    transform-origin: left;
    width: 50%;
    left: 0;
    animation: expand 0.8s 1s forwards ease-out;
    position: absolute;
    background: rgb(183,169,188);
    transform: scaleX(0);
    height: 3px;
}.tCabout_this .dhlegend_holder div {
    overflow: hidden;
    position: relative;
}.tCabout_this .dhlegend_holder span {
    color: #000000;
    column-count: 1;
    transform: translateY(20px);
    column-gap: 40px;
    display: block;
    line-height: 1.8;
    text-align: justify;
    font-weight: 400;
    animation: fadeIn 1.2s 0.8s forwards ease-out;
    font-size: 18px;
    opacity: 0;
}

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

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

@keyframes expand {
  to {
    transform: scaleX(1);
  }
}

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

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {.tCabout_this {
    padding: 150px 0 120px;
}.tCabout_this h4 {
    font-size: calc(42px * 0.8);
    margin-bottom: 60px;
}.tCabout_this .dhlegend_holder {
    width: calc(100% - 100px);
    margin-left: 50px;
    padding: 60px 70px;
}.tCabout_this .dhlegend_holder span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.tCabout_this {
    padding: 180px 0 150px;
}.tCabout_this .container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}.tCabout_this .dhlegend_holder {
    transform: translateX(-150px);
    max-width: 1000px;
    opacity: 0;
    padding: 70px 80px;
    width: 85%;
    animation: slideIn 1.2s 0.5s forwards ease-out;
}.tCabout_this .dhlegend_holder h6 {
    margin-bottom: 30px;
    font-size: 19px;
}.tCabout_this .dhlegend_holder span {
    column-count: 2;
}
}

@media screen and (max-width: 767px) {.tCabout_this {
    padding: 80px 0 60px;
}.tCabout_this h4 {
    font-size: calc(19px * 1.2);
    margin-bottom: 30px;
}.tCabout_this .dhlegend_holder {
    border-left-width: 3px;
    padding: 30px 25px;
}.tCabout_this .dhlegend_holder h6 {
    margin-bottom: 20px;
    font-size: 17px;
}.tCabout_this .dhlegend_holder span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}
}

@media (hover: hover) {.tCabout_this .dhlegend_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.tCabout_this .dhlegend_holder:hover h6::after {
    transition: background-color 0.3s ease;
    background: rgb(122,131,159);
}}.mKgreeting_page {
    display: flex;
    background: linear-gradient(135deg, rgb(207,204,209), rgb(183,169,188,0.5));
    overflow: hidden;
    align-items: center;
    position: relative;
    padding: 2rem;
    justify-content: center;
    min-height: 100vh;
}.mKgreeting_page > div {
    max-width: 1200px;
    width: 100%;
    z-index: 1;
    position: relative;
}.mKgreeting_page .kudigital_education {
    position: relative;
    transform: translateX(-5%);
    margin-bottom: 2rem;
}.mKgreeting_page .wkpage_first {
    position: relative;
    line-height: 1.2;
    color: #000000;
    display: inline-block;
    margin: 0;
    font-size: clamp(2rem, 5vw, 46px);
    font-weight: 700;
}.mKgreeting_page .wkpage_first::before {
    left: -10px;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    transform-origin: top;
    position: absolute;
    width: 5px;
    transform: scaleY(0);
    animation: slideIn 0.8s ease-out forwards 0.3s;
}.mKgreeting_page .BSstudy_smart {
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    padding: 3rem;
    animation: fadeUp 1s ease-out forwards 0.5s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.mKgreeting_page .BSstudy_smart::before {
    bottom: 0;
    right: 0;
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(183,169,188,0.5));
}.mKgreeting_page .BSstudy_smart > div {
    z-index: 1;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}.mKgreeting_page .BSstudy_smart > div > div {
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    animation: slideInRight 0.8s ease-out forwards 0.7s;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: translateX(-20px);
}.mKgreeting_page .BSstudy_smart p {
    margin: 0;
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    font-weight: 600;
    color: #000000;
}.mKgreeting_page .BSstudy_smart h3 {
    opacity: 0;
    animation: slideInLeft 0.8s ease-out forwards 0.9s;
    line-height: 1.5;
    margin: 0;
    background: linear-gradient(120deg, rgb(183,169,188), rgb(122,131,159));
    border-left: 5px solid rgb(122,131,159);
    padding: 1.5rem;
    font-size: calc(18px * 1.1);
    transform: translateX(20px);
    color: #ffffff;
}

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

@keyframes slideIn {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

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

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


@media (max-width: 992px) {.mKgreeting_page {
    padding: 1.5rem;
}.mKgreeting_page .BSstudy_smart {
    padding: 2rem;
}.mKgreeting_page .wkpage_first {
    font-size: clamp(1.8rem, 4.5vw, 28px);
}.mKgreeting_page .BSstudy_smart > div > div {
    padding: 1.5rem;
}.mKgreeting_page .BSstudy_smart h3 {
    padding: 1.25rem;
    font-size: 18px;
}
}

@media (max-width: 768px) {.mKgreeting_page .kudigital_education {
    transform: translateX(0);
}.mKgreeting_page .BSstudy_smart {
    padding: 1.5rem;
}.mKgreeting_page .BSstudy_smart > div > div {
    padding: 1.25rem;
}.mKgreeting_page .BSstudy_smart p {
    font-size: 17px;
}.mKgreeting_page .BSstudy_smart h3 {
    font-size: calc(16px * 1.1);
    padding: 1rem;
}
}

@media (max-width: 576px) {.mKgreeting_page {
    padding-bottom: 4rem;
    min-height: initial;
    padding-top: 4rem;
    padding: 1rem;
}.mKgreeting_page .wkpage_first {
    font-size: calc(28px * 0.9);
}.mKgreeting_page .BSstudy_smart {
    padding: 1rem;
}.mKgreeting_page .BSstudy_smart > div > div {
    margin-bottom: 1rem;
    padding: 1rem;
}.mKgreeting_page .BSstudy_smart h3 {
    padding: 0.875rem;
    font-size: 16px;
}
}

@media (hover: hover) {.mKgreeting_page .BSstudy_smart:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
}.mKgreeting_page .wkpage_first:hover::before {
    background: linear-gradient(to bottom, rgb(122,131,159), rgb(183,169,188));
    transition: background 0.5s ease;
}}.iAinstructional_approach {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(122,131,159,0.5) 100%);
    position: relative;
}.iAinstructional_approach::before {
    position: absolute;
    background: linear-gradient(225deg, rgb(183,169,188,0.5) 0%, transparent 90%);
    opacity: 0.7;
    animation: gradientShift 8s ease-in-out infinite alternate;
    top: 0;
    z-index: 1;
    width: 35%;
    height: 100%;
    content: "";
    right: 0;
    transform: translateX(20%) skewX(-15deg);
}.iAinstructional_approach::after {
    position: absolute;
    content: "";
    left: 0;
    height: 6px;
    animation: gradientMove 12s linear infinite;
    background: linear-gradient(90deg, rgb(122,131,159) 0%, rgb(183,169,188) 50%, rgb(122,131,159) 100%);
    bottom: 0;
    z-index: 2;
    width: 100%;
}.iAinstructional_approach .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.iAinstructional_approach .tKstudy_experts {
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}.iAinstructional_approach .tKstudy_experts:hover {
    transform: perspective(1000px) rotateY(0deg);
}.iAinstructional_approach .tKstudy_experts::before {
    content: "";
    right: -10px;
    position: absolute;
    opacity: 0.6;
    bottom: -10px;
    z-index: -1;
    top: -10px;
    left: -10px;
    transform: translate3d(0, 0, -50px);
    filter: blur(5px);
    background: linear-gradient(45deg, rgb(183,169,188) 0%, transparent 40%, transparent 60%, rgb(122,131,159) 100%);
}.iAinstructional_approach h3 {
    font-size: calc(31px * 0.85);
    display: inline-block;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    transform-origin: left center;
}.iAinstructional_approach h3::after {
    background: rgb(183,169,188);
    width: 60%;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    bottom: -8px;
    transform-origin: left;
    content: "";
    height: 3px;
}.iAinstructional_approach .tKstudy_experts:hover h3::after {
    transform: scaleX(1);
}.iAinstructional_approach p {
    margin-bottom: 0;
    font-size: 15px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.iAinstructional_approach p span {
    z-index: 2;
    position: relative;
    display: block;
}.iAinstructional_approach p::before {
    border-radius: 10px;
    width: 40px;
    top: -10px;
    left: -20px;
    background: rgb(122,131,159,0.5);
    content: "";
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    height: 40px;
    transform: rotate(45deg);
}

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

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: translateX(20%) skewX(-15deg);
    }
    100% {
        opacity: 0.8;
        transform: translateX(25%) skewX(-18deg);
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@media screen and (min-width: 768px) {.iAinstructional_approach {
    padding: 8rem 0;
}.iAinstructional_approach .tKstudy_experts {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem;
}.iAinstructional_approach h3 {
    font-size: 31px;
    margin-bottom: 2rem;
}.iAinstructional_approach::before {
    width: 45%;
}
}

@media screen and (min-width: 992px) {.iAinstructional_approach .tKstudy_experts {
    transform: perspective(1500px) rotateY(3deg);
}.iAinstructional_approach h3 {
    font-size: calc(31px * 1.1);
}.iAinstructional_approach p {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media screen and (max-width: 767px) {.iAinstructional_approach {
    padding: 4rem 0;
}.iAinstructional_approach .tKstudy_experts {
    transform: perspective(800px) rotateY(1deg);
    padding: 2.5rem 1.5rem;
}.iAinstructional_approach h3 {
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.75);
}.iAinstructional_approach p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.iAinstructional_approach::before {
    transform: translateX(20%) skewX(-10deg);
    width: 25%;
}
}

@media (prefers-reduced-motion: reduce) {.iAinstructional_approach .tKstudy_experts,
    .iAinstructional_approach .tKstudy_experts:hover,
    .iAinstructional_approach::before,
    .iAinstructional_approach h3::after {
    animation: none;
    transform: none;
    transition: none;
}.iAinstructional_approach h3,
    .iAinstructional_approach p {
    opacity: 1;
    animation: none;
}
}