﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    margin: auto;
    width: 1105px;
    max-width: 100%;
}.first_lesson_pa3 {
    flex: 1 0 auto;
}.progress_bar_Xky {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-section_DHT {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_structure_T6f {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,212,225) 0%, rgba(245, 245, 247, 0.9) 100%);
    padding: 100px 0;
    position: relative;
}.program_structure_T6f::before {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(172,162,199,0.5), 0.03) 0px,
    rgba(rgb(172,162,199,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    top: 0;
    height: 100%;
    content: "";
}.program_structure_T6f .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.program_structure_T6f .future_class_jkv {
    transform: translateY(20px);
    grid-template-columns: 1fr;
    display: grid;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 40px;
}.program_structure_T6f .portrait_image_vHW {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 380px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
}.program_structure_T6f .portrait_image_vHW::after {
    inset: 0;
    content: "";
    background: linear-gradient(
    to right,
    rgba(rgb(172,162,199,0.5), 0.2),
    transparent 40%
  );
    backdrop-filter: brightness(1.05);
    position: absolute;
}.program_structure_T6f .portrait_image_vHW:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.program_structure_T6f .message_wrap_XDz {
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}.program_structure_T6f .message_wrap_XDz::before {
    width: 6px;
    background: rgb(172,162,199);
    height: 0;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.program_structure_T6f .message_wrap_XDz:hover::before {
    height: 100%;
}.program_structure_T6f .message_wrap_XDz h3 {
    padding-bottom: 12px;
    color: #000000;
    font-size: calc(24px * 1.1);
    line-height: 1.3;
    font-weight: 700;
    border-bottom: 2px solid rgb(118,96,185,0.5);
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 25px;
}.program_structure_T6f .message_wrap_XDz:hover h3 {
    color: rgb(172,162,199);
    transform: translateX(15px);
}.program_structure_T6f .message_wrap_XDz div {
    overflow: hidden;
    position: relative;
}.program_structure_T6f .description {
    font-family: Arial, sans-serif;
    color: #000000;
    max-height: 300px;
    margin-bottom: 15px;
    scroll-behavior: smooth;
    padding-right: 15px;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 12px;
}.program_structure_T6f .description::-webkit-scrollbar {
    width: 4px;
}.program_structure_T6f .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.program_structure_T6f .description::-webkit-scrollbar-thumb {
    background: rgb(118,96,185);
    border-radius: 10px;
}.program_structure_T6f .message_wrap_XDz span.description {
    display: none;
}

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

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

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

@media (max-width: 767px) {.program_structure_T6f {
    padding: 70px 0;
}.program_structure_T6f .portrait_image_vHW {
    width: calc(100% + 30px);
    height: 280px;
    margin: 0 -15px;
}.program_structure_T6f .message_wrap_XDz {
    padding: 30px 25px;
}.program_structure_T6f .message_wrap_XDz h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 20px;
}.program_structure_T6f .description {
    line-height: 1.7;
    max-height: 250px;
    font-size: calc(12px * 0.95);
}}.reach_out_n6E {
    background: linear-gradient(135deg, rgb(215,212,225) 0%, rgb(172,162,199,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.reach_out_n6E::before {
    animation: pulse 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(118,96,185,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(172,162,199,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
}.reach_out_n6E::after {
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    content: '';
    background-image: 
        linear-gradient(45deg, rgb(172,162,199,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(172,162,199,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(172,162,199,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(172,162,199,0.5) 75%);
    position: absolute;
    width: 100%;
    background-size: 200px 200px;
    top: 0;
    opacity: 0.05;
    left: 0;
    height: 100%;
    z-index: 1;
}.reach_out_n6E .portrait_image_vHW {
    filter: grayscale(40%) contrast(120%);
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0.2;
    top: 0;
    position: absolute;
    height: 100%;
}.reach_out_n6E .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
}.reach_out_n6E h3 {
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 37px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
}.reach_out_n6E h3::after {
    left: 50%;
    bottom: -10px;
    height: 4px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    border-radius: 10px;
    width: 80px;
    background: rgb(172,162,199);
}.reach_out_n6E .inquiry_form_lqo {
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    border-radius: 18px;
    background: #ffffff;
    flex-wrap: wrap;
}.reach_out_n6E .inquiry_form_lqo::before {
    background: linear-gradient(45deg, rgb(118,96,185), rgb(172,162,199), rgb(118,96,185));
    position: absolute;
    border-radius: calc(18px + 5px);
    content: '';
    right: -5px;
    bottom: -5px;
    z-index: -1;
    left: -5px;
    animation: border-glow 5s infinite linear;
    top: -5px;
}.reach_out_n6E .reach_panel_OYg {
    padding: 40px;
    flex: 1 1 60%;
    position: relative;
    overflow: hidden;
}.reach_out_n6E .reach_panel_OYg::before {
    width: 100%;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    height: 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    position: absolute;
    left: 0;
    z-index: 0;
    content: '';
    opacity: 0.3;
    top: 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
}.reach_out_n6E .reach_panel_OYg #contact {
    z-index: 1;
    position: relative;
}.reach_out_n6E .reach_panel_OYg h3 {
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}.reach_out_n6E .reach_panel_OYg h3::after {
    width: 60px;
    transform: none;
    left: 0;
}.reach_out_n6E .reach_panel_OYg input[type="text"],
.reach_out_n6E .reach_panel_OYg textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: rgba(0, 0, 0, 0.02);
    color: #000000;
    transition: all 0.3s ease;
}.reach_out_n6E .reach_panel_OYg input[type="text"]:focus,
.reach_out_n6E .reach_panel_OYg textarea:focus {
    background-color: #ffffff;
    border-color: rgb(172,162,199);
    box-shadow: 0 0 0 3px rgb(172,162,199,0.5);
    outline: none;
}.reach_out_n6E .reach_panel_OYg textarea {
    height: 120px;
    resize: vertical;
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv label {
    color: #000000;
    position: relative;
    font-size: calc(16px - 2px);
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv label::before {
    width: 22px;
    border-radius: 10px;
    top: 2px;
    background-color: rgba(0, 0, 0, 0.02);
    height: 22px;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv input[type="checkbox"]:checked + label::before {
    background-color: rgb(172,162,199);
    border-color: rgb(172,162,199);
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    top: 9px;
    width: 8px;
    content: '';
    left: 7px;
    height: 4px;
    border-left: 2px solid #ffffff;
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(172,162,199);
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv a:hover {
    text-decoration: underline;
    color: rgb(118,96,185);
}.reach_out_n6E .reach_panel_OYg .connect_request_KTD {
    border: none;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 18px;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgb(172,162,199) 0%, rgb(118,96,185) 100%);
    padding: 15px 30px;
    position: relative;
}.reach_out_n6E .reach_panel_OYg .connect_request_KTD::before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    transition: all 0.5s ease;
    left: -100%;
}.reach_out_n6E .reach_panel_OYg .connect_request_KTD:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.reach_out_n6E .reach_panel_OYg .connect_request_KTD:hover::before {
    left: 100%;
}.reach_out_n6E .reach_info_YrD {
    background: linear-gradient(135deg, rgb(118,96,185) 0%, rgb(172,162,199) 100%);
    position: relative;
    overflow: hidden;
    padding: 40px;
    flex: 1 1 40%;
}.reach_out_n6E .reach_info_YrD::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    opacity: 0.6;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.reach_out_n6E .reach_info_YrD h4 {
    margin-bottom: 30px;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.reach_out_n6E .reach_info_YrD h4::after {
    background: #ffffff;
    border-radius: 10px;
    width: 60px;
    content: '';
    position: absolute;
    bottom: -10px;
    height: 3px;
    left: 0;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 {
    padding: 0;
    margin: 0;
    list-style: none;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li {
    z-index: 1;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li span {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.reach_out_n6E {
    padding: 60px 0;
}.reach_out_n6E .container {
    padding: 0 15px;
}.reach_out_n6E .inquiry_form_lqo {
    flex-direction: column;
}.reach_out_n6E .reach_panel_OYg,
    .reach_out_n6E .reach_info_YrD {
    flex: 1 1 100%;
}.reach_out_n6E .reach_panel_OYg {
    padding: 30px;
}.reach_out_n6E .reach_info_YrD {
    padding: 30px;
}
}

@media (max-width: 768px) {.reach_out_n6E {
    padding: 40px 0;
}.reach_out_n6E h3 {
    font-size: calc(37px - 4px);
    margin-bottom: 30px;
}.reach_out_n6E .reach_panel_OYg h3,
    .reach_out_n6E .reach_info_YrD h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}.reach_out_n6E .reach_panel_OYg input[type="text"],
    .reach_out_n6E .reach_panel_OYg textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.reach_out_n6E .reach_panel_OYg textarea {
    height: 100px;
}.reach_out_n6E .reach_panel_OYg .connect_request_KTD {
    font-size: calc(15px - 1px);
    padding: 12px 25px;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li {
    margin-bottom: 20px;
}.reach_out_n6E .reach_info_YrD .inquiry_info_M02 li svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.reach_out_n6E {
    padding: 30px 0;
}.reach_out_n6E .reach_panel_OYg,
    .reach_out_n6E .reach_info_YrD {
    padding: 20px;
}.reach_out_n6E h3 {
    font-size: calc(37px - 6px);
}.reach_out_n6E .reach_panel_OYg .support_help_4Lv label {
    font-size: calc(16px - 3px);
}}footer {
    width: 100%;
    position: relative;
}footer .progress_bar_Xky {
    position: relative;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, rgb(172,162,199), rgb(118,96,185));
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .progress_bar_Xky::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    left: 0;
    top: 0;
}footer .assign_help_nUd {
    z-index: 1;
    position: relative;
}footer .reach_contact_X0Q {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
}footer .info_item {
    height: 220px;
    display: flex;
    transition: all 0.4s ease;
    z-index: 1;
    flex: 0 1 220px;
    backdrop-filter: blur(5px);
    justify-content: center;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: center;
    background-color: rgb(172,162,199,0.5);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    background-color: rgb(118,96,185,0.5);
    z-index: 2;
}footer .info_item svg {
    margin-right: 10px;
    fill: #ffffff;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}footer .info_item p,
footer .info_item a {
    max-width: 80%;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}footer .top_page_fTZ, footer .main_skill_wfH, footer .subscribe_holder {
    align-items: center;
    transition: all 0.3s ease;
    text-align: center;
    background-color: rgb(172,162,199,0.5);
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    flex: 1 1 300px;
    flex-direction: column;
    display: flex;
    border-radius: 29px;
    backdrop-filter: blur(5px);
}footer .top_page_fTZ:hover, footer .main_skill_wfH:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    background-color: rgb(118,96,185,0.5);
}footer .top_page_fTZ::before, footer .main_skill_wfH::before, footer .subscribe_holder::before {
    position: absolute;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    z-index: -1;
    opacity: 0.1;
    content: "";
}footer .top_page_fTZ::before {
    background-color: rgb(172,162,199);
    left: -50px;
    top: -50px;
}footer .main_skill_wfH::before {
    right: -50px;
    background-color: rgb(118,96,185);
    bottom: -50px;
}footer .subscribe_holder::before {
    left: -50px;
    bottom: -50px;
    background-color: rgb(172,162,199);
}footer .top_page_fTZ svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 50px;
}footer .recycle_info_Jfa {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 15px;
}footer .main_skill_wfH h5, footer .subscribe_holder h5 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}footer .main_skill_wfH h5::after, footer .subscribe_holder h5::after {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
}footer .main_skill_wfH:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .main_pagewrap_Mjv {
    gap: 10px;
    justify-content: center;
    max-width: 300px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .main_pagewrap_Mjv a {
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgb(172,162,199,0.5);
    padding: 8px 15px;
    text-decoration: none;
}footer .main_pagewrap_Mjv a:hover {
    transform: translateY(-3px);
    background-color: rgb(118,96,185,0.5);
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 300px;
}footer .input_holder {
    gap: 15px;
    align-items: center;
    max-width: 300px;
    width: 100%;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(172,162,199,0.5);
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_unit_ToK {
    font-size: 19px;
    width: 100%;
    color: #ffffff;
    background-color: rgb(172,162,199);
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 20px;
    border: none;
    font-weight: 600;
}footer .sub_unit_ToK:hover {
    transform: translateY(-3px);
    background-color: rgb(118,96,185);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .exam_prep_L3Z {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .law_res_4V9 {
    background-color: rgb(172,162,199,0.5);
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    font-size: 15px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .progress_bar_Xky {
    padding: 60px 0 30px;
}footer .reach_contact_X0Q {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    padding: 15px;
    flex: 0 1 100px;
    height: 100px;
}footer .top_page_fTZ, footer .main_skill_wfH, footer .subscribe_holder {
    padding: 25px 20px;
}footer .exam_prep_L3Z {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .progress_bar_Xky {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .main_skill_wfH h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .main_pagewrap_Mjv a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_unit_ToK {
    padding: 12px 15px;
}footer .law_res_4V9 {
    padding: 6px 15px;
}}.primary_page_aU2 {
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    z-index: 1;
    display: flex;
    align-items: center;
    position: relative;
}.primary_page_aU2::before {
    bottom: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}.primary_page_aU2::after {
    opacity: 0.07;
    background: repeating-linear-gradient(
    45deg,
    rgb(172,162,199,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(172,162,199,0.5) 12px
  );
    left: -50%;
    height: 200%;
    top: -50%;
    width: 200%;
    z-index: -1;
    transform-origin: center;
    position: absolute;
    content: "";
    animation: backgroundShift 30s linear infinite;
}.primary_page_aU2 > div {
    max-width: 1200px;
    gap: 4rem;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    padding: 2rem;
    flex-direction: column;
}.primary_page_aU2 > div > div:first-child {
    transform: translateX(-1rem) translateZ(50px);
    position: relative;
    animation: slideInFromLeft 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}.primary_page_aU2 .title_style_header {
    letter-spacing: 0.02em;
    position: relative;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 47px);
    color: #ffffff;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3), 0 0 20px rgb(172,162,199,0.5);
    line-height: 1.2;
    font-weight: 700;
}.primary_page_aU2 .title_style_header::after {
    bottom: -0.5rem;
    transform-origin: left;
    position: absolute;
    content: "";
    width: 50%;
    animation: lineGrow 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    background: linear-gradient(90deg, rgb(172,162,199), transparent);
    height: 4px;
}.primary_page_aU2 .edu_trackfast_lM1 {
    display: flex;
    border-left: 4px solid rgb(118,96,185);
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2), 
              inset 0 0 30px rgba(255,255,255,0.05);
    animation: slideInFromRight 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(1rem) translateZ(20px);
    padding: 2rem;
    backdrop-filter: blur(8px);
    gap: 2rem;
    flex-direction: column;
    background: linear-gradient(
    to right,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.1) 100%
  );
    position: relative;
}.primary_page_aU2 .study_hub_vRc {
    margin-bottom: 1rem;
    position: relative;
}.primary_page_aU2 .study_hub_vRc::before {
    top: -0.75rem;
    height: 1.5rem;
    background: rgb(118,96,185);
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 1.5rem;
    left: -1rem;
    animation: pulse 3s infinite alternate;
}.primary_page_aU2 .study_hub_vRc h3 {
    font-size: clamp(1.25rem, 3vw, 20px);
    letter-spacing: 0.01em;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
}.primary_page_aU2 .edu_trackfast_lM1 > div:last-child {
    transform: translateZ(10px);
    position: relative;
    animation: fadeIn 2s forwards;
}.primary_page_aU2 .edu_trackfast_lM1 span {
    display: block;
    padding-left: 1rem;
    position: relative;
}.primary_page_aU2 .edu_trackfast_lM1 span::before {
    left: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(172,162,199), transparent);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}.primary_page_aU2 p {
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 12px);
    margin: 0;
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-6rem) translateZ(50px);
  }
  to {
    opacity: 1;
    transform: translateX(-1rem) translateZ(50px);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(6rem) translateZ(20px);
  }
  to {
    opacity: 1;
    transform: translateX(1rem) translateZ(20px);
  }
}

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

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

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

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

@media (min-width: 768px) {.primary_page_aU2 > div {
    padding: 4rem;
    gap: 6rem;
    transform: perspective(1200px) rotateX(3deg);
}.primary_page_aU2 .edu_trackfast_lM1 {
    max-width: 80%;
    margin-left: auto;
}.primary_page_aU2 .title_style_header::after {
    width: 60%;
}
}

@media (min-width: 992px) {.primary_page_aU2 > div {
    transform: perspective(1500px) rotateX(5deg);
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.primary_page_aU2 > div > div:first-child {
    flex: 1;
    transform: translateX(-2rem) translateZ(80px);
}.primary_page_aU2 .edu_trackfast_lM1 {
    margin-left: 0;
    flex: 1.2;
    transform: translateX(2rem) translateZ(40px);
    max-width: none;
}.primary_page_aU2 .title_style_header {
    font-size: 47px;
}.primary_page_aU2 .title_style_header::after {
    height: 6px;
}
}

@media (max-width: 767px) {.primary_page_aU2 {
    align-items: flex-start;
    padding: 3rem 1rem;
}.primary_page_aU2 > div {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem;
    gap: 3rem;
}.primary_page_aU2 .title_style_header {
    font-size: 2.25rem;
}.primary_page_aU2 .edu_trackfast_lM1 {
    padding: 1.5rem;
}
}

@media (hover: hover) {.primary_page_aU2 .edu_trackfast_lM1:hover {
    transform: translateX(0.5rem) translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.primary_page_aU2 .title_style_header:hover::after {
    animation: lineShift 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}@keyframes lineShift {
    0% {
      transform: scaleX(1);
      background: linear-gradient(90deg, rgb(172,162,199), transparent);
    }
    50% {
      transform: scaleX(1.2);
      background: linear-gradient(90deg, rgb(118,96,185), transparent);
    }
    100% {
      transform: scaleX(1);
      background: linear-gradient(90deg, rgb(172,162,199), transparent);
    }
  }
}.teacher_profile_OXV {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(215,212,225) 0%, rgb(118,96,185,0.5) 100%);
}.teacher_profile_OXV::before {
    position: absolute;
    top: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(172,162,199,0.5) 49.5%, rgb(172,162,199,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(172,162,199,0.5) 49.5%, rgb(172,162,199,0.5) 50.5%, transparent 50.5%);
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 40px 40px;
    opacity: 0.07;
}.teacher_profile_OXV::after {
    opacity: 0.04;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(172,162,199,0.5) 40px,
            rgb(172,162,199,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(172,162,199,0.5) 60px,
            rgb(172,162,199,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(172,162,199,0.5) 80px,
            rgb(172,162,199,0.5) 81px
        );
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
}.teacher_profile_OXV .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.teacher_profile_OXV .client_testimonials_bQg {
    padding: 50px;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0;
    display: grid;
    gap: 40px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
}.teacher_profile_OXV .client_testimonials_bQg::before {
    background: linear-gradient(
        90deg,
        rgb(172,162,199) 0%,
        rgb(118,96,185) 100%
    );
    content: "";
    height: 6px;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.teacher_profile_OXV .client_testimonials_bQg::after {
    animation: scanner 4s linear infinite;
    background: linear-gradient(
        90deg,
        rgb(172,162,199,0.5) 0%,
        transparent 20%,
        rgb(172,162,199,0.5) 40%,
        transparent 60%,
        rgb(118,96,185,0.5) 80%,
        transparent 100%
    );
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 6px;
    content: "";
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.teacher_profile_OXV .portrait_image_vHW {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    width: 100%;
    overflow: hidden;
    min-height: 360px;
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
    border-radius: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
}.teacher_profile_OXV .portrait_image_vHW::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
    content: "";
}.teacher_profile_OXV .portrait_image_vHW::after {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    height: 100%;
}.teacher_profile_OXV .name {
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 12px;
    border-left: 4px solid rgb(172,162,199);
    color: #000000;
    padding-left: 16px;
    line-height: 1.2;
}.teacher_profile_OXV .name::before {
    left: -4px;
    top: 0;
    width: 4px;
    height: 0;
    content: "";
    transition: height 0.5s ease;
    background: rgb(118,96,185);
    position: absolute;
}.teacher_profile_OXV .client_testimonials_bQg:hover .name::before {
    height: 100%;
}.teacher_profile_OXV .client_testimonials_bQg span:not(.name) {
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    padding: 6px 12px;
    background: rgb(215,212,225);
    margin-bottom: 25px;
    font-weight: 600;
}.teacher_profile_OXV .client_testimonials_bQg span:not(.name)::after {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    background: rgb(172,162,199);
}.teacher_profile_OXV .client_testimonials_bQg:hover span:not(.name)::after {
    width: 100%;
}.teacher_profile_OXV .career_table_RJQ {
    position: relative;
    font-size: 18px;
    margin: 0;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-left: 1px solid rgb(172,162,199);
    background: linear-gradient(
        to right,
        rgb(215,212,225) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    line-height: 1.8;
}.teacher_profile_OXV .career_table_RJQ::before {
    left: 12px;
    height: 12px;
    width: 12px;
    opacity: 0.6;
    border-top: 2px solid rgb(172,162,199);
    border-left: 2px solid rgb(172,162,199);
    position: absolute;
    content: "";
    top: 15px;
}.teacher_profile_OXV .career_table_RJQ::after {
    border-bottom: 2px solid rgb(118,96,185);
    width: 12px;
    content: "";
    position: absolute;
    opacity: 0.6;
    height: 12px;
    border-right: 2px solid rgb(118,96,185);
    bottom: 15px;
    right: 12px;
}.teacher_profile_OXV .client_testimonials_bQg:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.teacher_profile_OXV .client_testimonials_bQg:hover .portrait_image_vHW {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.teacher_profile_OXV {
    padding: 90px 0;
}.teacher_profile_OXV .client_testimonials_bQg {
    gap: 30px;
    padding: 40px 30px;
}.teacher_profile_OXV .portrait_image_vHW {
    min-height: 320px;
}.teacher_profile_OXV .career_table_RJQ {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.teacher_profile_OXV {
    padding: 70px 0;
}.teacher_profile_OXV .client_testimonials_bQg {
    grid-template-columns: 1fr;
    gap: 25px;
    grid-template-rows: auto auto;
    padding: 35px 25px;
}.teacher_profile_OXV .portrait_image_vHW {
    min-height: 280px;
}.teacher_profile_OXV .name {
    font-size: calc(29px * 0.9);
}.teacher_profile_OXV .client_testimonials_bQg span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.teacher_profile_OXV .career_table_RJQ {
    font-size: calc(18px * 0.95);
    padding: 18px 22px;
}
}

@media (max-width: 575px) {.teacher_profile_OXV {
    padding: 50px 0;
}.teacher_profile_OXV .client_testimonials_bQg {
    padding: 30px 20px;
    gap: 20px;
}.teacher_profile_OXV .portrait_image_vHW {
    min-height: 220px;
}.teacher_profile_OXV .name {
    font-size: calc(29px * 0.8);
    padding-left: 12px;
}.teacher_profile_OXV .client_testimonials_bQg span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(17px * 0.9);
    padding: 4px 10px;
}.teacher_profile_OXV .career_table_RJQ {
    font-size: calc(18px * 0.9);
    padding: 15px 18px;
}}header .nav_class_MJL {
    background: linear-gradient(120deg, rgb(215,212,225) 0%, rgb(172,162,199,0.5) 100%);
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}header .nav_class_MJL::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(118,96,185,0.5) 10px,
        rgb(118,96,185,0.5) 11px
    );
    animation: slidePattern 25s linear infinite;
    height: 100%;
}header .nav_class_MJL::after {
    top: -50px;
    position: absolute;
    left: -25%;
    content: "";
    opacity: 0.1;
    background: rgb(172,162,199);
    width: 150%;
    height: 100px;
    z-index: -2;
    transform: rotate(-2deg);
}header .container {
    padding: 1.5rem 2rem;
    position: relative;
}header .header_mentor_pLA {
    grid-template-columns: auto 1fr;
    gap: 2rem;
    display: grid;
    align-items: center;
}header .top_page_fTZ {
    z-index: 2;
    position: relative;
}header .head_teach_agD {
    border-radius: 10px;
    background: #ffffff;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(172,162,199,0.5);
    display: block;
    transition: all 0.3s ease;
    position: relative;
    padding: 15px;
}header .head_teach_agD::before {
    left: -5px;
    bottom: -5px;
    right: -5px;
    top: -5px;
    border-radius: 10px;
    border: 2px dashed rgb(172,162,199,0.5);
    opacity: 0;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
}header .head_teach_agD:hover {
    box-shadow: 8px 8px 0 rgb(172,162,199);
    transform: rotate(0deg) translateY(-5px);
}header .head_teach_agD:hover::before {
    left: -8px;
    bottom: -8px;
    top: -8px;
    opacity: 1;
    right: -8px;
}header .head_teach_agD svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .main_skill_wfH {
    position: relative;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
}header .main_skill_wfH::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(118,96,185,0.5) 100%);
    opacity: 0.15;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    right: 0;
    width: 85%;
    position: absolute;
    border-radius: 0 18px 18px 0;
    z-index: -1;
}header .main_skill_wfH:hover::before {
    width: 100%;
}header .header_learn_eLF {
    margin: 5px 3px;
    position: relative;
}header .header_learn_eLF:nth-child(odd) {
    transform: translateY(-3px);
}header .header_learn_eLF:nth-child(even) {
    transform: translateY(3px);
}header .header_learn_eLF a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    padding: 8px 16px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #000000;
    display: block;
    font-size: 17px;
    border-radius: 0 10px 0 10px;
}header .header_learn_eLF a::before {
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(172,162,199);
    transform: scaleY(0);
    width: 5px;
    height: 100%;
    transform-origin: top;
    transition: transform 0.3s ease;
    content: "";
}header .header_learn_eLF a::after {
    bottom: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease 0.1s;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(172,162,199) 0%, rgb(118,96,185) 100%);
    height: 2px;
    left: 0;
}header .header_learn_eLF a:hover {
    color: rgb(172,162,199);
    border-left-color: rgb(172,162,199);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
}header .header_learn_eLF a:hover::before {
    transform: scaleY(1);
}header .header_learn_eLF a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .header_mentor_pLA {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .top_page_fTZ {
    justify-self: center;
}header .main_skill_wfH {
    justify-content: center;
}header .main_skill_wfH::before {
    background: rgb(118,96,185,0.5);
    opacity: 0.1;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .main_skill_wfH {
    flex-direction: column;
    width: 100%;
}header .header_learn_eLF {
    width: 100%;
    transform: none !important;
    margin: 3px 0;
}header .header_learn_eLF a {
    border-radius: 10px;
    text-align: center;
    border-bottom: 3px solid transparent;
    border-left: none;
}header .header_learn_eLF a:hover {
    border-left-color: transparent;
    border-bottom-color: rgb(172,162,199);
    transform: translateY(-3px);
}header .header_learn_eLF a::before {
    bottom: 0;
    right: auto;
    top: auto;
    left: 0;
    height: 5px;
    transform: scaleX(0);
    width: 100%;
}header .header_learn_eLF a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .head_teach_agD {
    transform: none;
    padding: 10px;
}header .head_teach_agD svg {
    height: 40px;
}header .head_teach_agD:hover {
    transform: translateY(-3px);
}}.thxWrap_hPC {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,212,225) 0%, rgb(172,162,199,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.thxWrap_hPC::before {
    transform: rotate(15deg) skewX(-15deg);
    top: -10%;
    width: 45%;
    background: linear-gradient(210deg, rgb(118,96,185) 0%, rgb(172,162,199) 100%);
    height: 70%;
    z-index: 1;
    opacity: 0.05;
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    position: absolute;
    content: "";
}.thxWrap_hPC::after {
    content: "";
    background: linear-gradient(45deg, rgb(172,162,199) 0%, rgb(118,96,185) 100%);
    position: absolute;
    bottom: -10%;
    left: -5%;
    opacity: 0.07;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    transform: rotate(-10deg) skewX(15deg);
    width: 35%;
    height: 60%;
    z-index: 1;
}.thxWrap_hPC .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.thxWrap_hPC .path_creators_z65 {
    transform-style: preserve-3d;
    position: relative;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    display: grid;
}.thxWrap_hPC .path_creators_z65 > div:first-child {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(20px);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    position: relative;
    padding: 3rem;
}.thxWrap_hPC .path_creators_z65 > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.thxWrap_hPC .path_creators_z65 > div:first-child::before {
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(172,162,199), rgb(118,96,185));
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.thxWrap_hPC .path_creators_z65 > div:last-child {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(10px);
}.thxWrap_hPC .path_creators_z65 > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.thxWrap_hPC h5 {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    font-size: calc(23px * 1.1);
    margin: 0;
    color: #000000;
    letter-spacing: -0.01em;
}.thxWrap_hPC h5::after {
    background: linear-gradient(90deg, rgb(172,162,199), transparent);
    margin-top: 1rem;
    width: 70px;
    height: 3px;
    display: block;
    content: "";
}.thxWrap_hPC a {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
}.thxWrap_hPC a:hover {
    transform: translateX(5px);
}.thxWrap_hPC p {
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
    color: #000000;
    position: relative;
}.thxWrap_hPC p::first-line {
    font-weight: 600;
    color: rgb(172,162,199);
}

@media (min-width: 768px) {.thxWrap_hPC {
    padding: 8rem 0;
}.thxWrap_hPC .path_creators_z65 {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.thxWrap_hPC .path_creators_z65 > div:first-child {
    padding: 4rem;
}.thxWrap_hPC .path_creators_z65 > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.thxWrap_hPC h5 {
    font-size: calc(23px * 1.2);
}.thxWrap_hPC p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.thxWrap_hPC .path_creators_z65 {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.thxWrap_hPC .path_creators_z65 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.thxWrap_hPC .path_creators_z65 > div:first-child::after {
    transform: rotate(15deg);
    right: -1.5rem;
    position: absolute;
    height: 40px;
    content: "";
    width: 3px;
    top: 2rem;
    background: rgb(118,96,185);
}.thxWrap_hPC .path_creators_z65 > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.thxWrap_hPC h5 {
    font-size: calc(23px * 1.3);
}.thxWrap_hPC h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thxWrap_hPC {
    padding: 4rem 0;
}.thxWrap_hPC .path_creators_z65 > div:first-child,
    .thxWrap_hPC .path_creators_z65 > div:last-child {
    padding: 2rem;
}.thxWrap_hPC h5 {
    font-size: 23px;
}.thxWrap_hPC p {
    font-size: calc(15px * 0.95);
}
}

@media (hover: hover) {.thxWrap_hPC .path_creators_z65 > div:first-child:hover::after {
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    content: "";
    position: absolute;
}.thxWrap_hPC .path_creators_z65 > div:last-child:hover::after {
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    position: absolute;
    inset: 0;
    content: "";
}}.potential_students_cJd {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(215,212,225);
}.potential_students_cJd::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(118,96,185,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(172,162,199,0.5) 0%, transparent 30%);
    z-index: 1;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.4;
    width: 100%;
}.potential_students_cJd::after {
    height: 200%;
    content: '';
    width: 200%;
    left: -50%;
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(118,96,185,0.5) 49%, rgb(118,96,185,0.5) 51%, transparent 52%);
    animation: moveGradient 120s linear infinite;
    background-size: 100px 100px;
    top: -50%;
}.potential_students_cJd .path_creators_z65 {
    padding: 3rem;
    backdrop-filter: blur(12px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(118,96,185,0.5);
    position: relative;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1100px;
    z-index: 2;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
}.potential_students_cJd h3 {
    color: #000000;
    margin-bottom: 3.5rem;
    font-size: 29px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}.potential_students_cJd h3::before {
    top: -30px;
    width: 60px;
    border-radius: 50px;
    height: 5px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    background: rgb(118,96,185);
}.potential_students_cJd h3::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(118,96,185), transparent);
    bottom: -15px;
    position: absolute;
    content: '';
    left: 50%;
    width: 40%;
    height: 1px;
}.potential_students_cJd ul {
    gap: 2rem;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}.potential_students_cJd li {
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 15px;
    align-items: center;
    position: relative;
    padding: 2.5rem 2rem;
}.potential_students_cJd li::before {
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.3;
    transition: opacity 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(118,96,185,0.5), rgb(172,162,199,0.5));
    height: 5px;
    top: 0;
}.potential_students_cJd li::after {
    transition: opacity 0.5s ease;
    height: 100%;
    z-index: -1;
    opacity: 0;
    bottom: 0;
    background: radial-gradient(circle at center bottom, rgb(118,96,185,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
}.potential_students_cJd li:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    transform: translateY(-8px);
}.potential_students_cJd li:hover::before {
    opacity: 1;
}.potential_students_cJd li:hover::after {
    opacity: 0.15;
}.potential_students_cJd li svg {
    display: block;
    fill: rgb(118,96,185);
    width: 60px;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    filter: drop-shadow(0 3px 6px rgb(118,96,185,0.5));
    height: 60px;
}.potential_students_cJd li:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 5px 10px rgb(172,162,199,0.5));
    fill: rgb(172,162,199);
}.potential_students_cJd li svg path {
    transition: all 0.4s ease;
}.potential_students_cJd li:hover svg path {
    fill: rgb(172,162,199);
}.potential_students_cJd li {
    color: #000000;
    padding-bottom: 1rem;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    font-weight: 300;
}.potential_students_cJd li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.potential_students_cJd li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.potential_students_cJd li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.potential_students_cJd li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.potential_students_cJd ul {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.potential_students_cJd li:nth-child(even) {
    transform: translateY(20px);
}.potential_students_cJd li:nth-child(even):hover {
    transform: translateY(12px);
}.potential_students_cJd li:nth-child(1),
    .potential_students_cJd li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.potential_students_cJd li:nth-child(2),
    .potential_students_cJd li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.potential_students_cJd .path_creators_z65 {
    padding: 2rem;
}.potential_students_cJd h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}.potential_students_cJd li {
    padding: 2rem 1.5rem;
}.potential_students_cJd li svg {
    height: 50px;
    margin-bottom: 1rem;
    width: 50px;
}
}

@media (max-width: 767px) {.potential_students_cJd {
    padding: 3rem 0;
}.potential_students_cJd .path_creators_z65 {
    padding: 1.5rem;
}.potential_students_cJd h3 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.potential_students_cJd h3::before {
    top: -20px;
    width: 50px;
}.potential_students_cJd h3::after {
    width: 70%;
}.potential_students_cJd ul {
    gap: 1.5rem;
}.potential_students_cJd li {
    padding: 1.5rem 1rem;
}.potential_students_cJd li svg {
    height: 45px;
    width: 45px;
}}.our_team_q72 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_team_q72::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(172,162,199,0.5), rgba(0, 0, 0, 0.5) 75%);
    height: 100%;
    z-index: 1;
    top: 0;
    pointer-events: none;
    content: "";
    left: 0;
}.our_team_q72::after {
    height: 200%;
    content: "";
    right: -5%;
    z-index: 0;
    background: rgb(118,96,185);
    transform: rotate(-25deg);
    opacity: 0.15;
    position: absolute;
    animation: floatElement 20s infinite alternate ease-in-out;
    top: -10%;
    width: 45%;
}.our_team_q72 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}.our_team_q72 h2 {
    font-size: 33px;
    transform: translateX(-5px);
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 40px;
    font-weight: 700;
}.our_team_q72 h2::after {
    transform-origin: left;
    animation: expandWidth 0.7s ease-out forwards;
    left: 0;
    bottom: -10px;
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(118,96,185), transparent);
    width: 80px;
}.our_team_q72 .message_wrap_XDz {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    display: grid;
    padding: 40px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.92);
}.our_team_q72 .message_wrap_XDz::before {
    top: 0;
    content: "";
    animation: growVertical 1s 0.3s ease-out forwards;
    height: 0;
    width: 6px;
    left: 0;
    background: rgb(172,162,199);
    position: absolute;
}.our_team_q72 .message_wrap_XDz > div {
    position: relative;
}.our_team_q72 .message_wrap_XDz p {
    font-weight: 600;
    position: relative;
    transform: translateX(0);
    transition: transform 0.3s ease;
    color: rgb(172,162,199);
    font-size: calc(13px * 1.5);
    margin-bottom: 20px;
    padding-left: 15px;
}.our_team_q72 .message_wrap_XDz p::before {
    content: "";
    position: absolute;
    top: 50%;
    background: rgb(118,96,185);
    left: 0;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
}.our_team_q72 .message_wrap_XDz div > div {
    color: #000000;
    position: relative;
    line-height: 1.8;
    column-count: 1;
    column-gap: 40px;
    padding-left: 15px;
    font-size: 13px;
}.our_team_q72 .message_wrap_XDz:hover {
    transform: translateY(-5px);
}.our_team_q72 .message_wrap_XDz:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

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

@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}

@media (min-width: 768px) {.our_team_q72 {
    padding: 150px 0;
}.our_team_q72 h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 60px;
}.our_team_q72 h2::after {
    width: 120px;
}.our_team_q72 .message_wrap_XDz {
    padding: 60px;
    width: calc(100% - 40px);
    margin-left: 40px;
}.our_team_q72 .message_wrap_XDz div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.our_team_q72 {
    padding: 180px 0;
}.our_team_q72::after {
    top: -20%;
    right: -10%;
    width: 60%;
}.our_team_q72 h2 {
    transform: translateX(-10px);
}.our_team_q72 .message_wrap_XDz {
    width: calc(100% - 80px);
    padding: 80px;
    margin-left: 80px;
}.our_team_q72 .message_wrap_XDz::before {
    width: 8px;
}.our_team_q72 .message_wrap_XDz div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_team_q72 h2 {
    margin-bottom: 80px;
}.our_team_q72 .message_wrap_XDz {
    padding: 100px;
    margin-left: 120px;
    width: calc(100% - 120px);
}.our_team_q72 .message_wrap_XDz::before {
    width: 10px;
}
}

@media (max-width: 767px) {.our_team_q72 {
    padding: 80px 0;
}.our_team_q72 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.our_team_q72 .message_wrap_XDz {
    padding: 30px 20px;
}.our_team_q72 .message_wrap_XDz p {
    font-size: calc(13px * 1.2);
    margin-bottom: 15px;
}.our_team_q72 .message_wrap_XDz div > div {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.price_combo_TfS {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(215,212,225);
    position: relative;
}.price_combo_TfS::before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(172,162,199,0.5), rgb(118,96,185,0.5));
    opacity: 0.08;
    top: 0;
    width: 100%;
}.price_combo_TfS .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
}.price_combo_TfS .pay_options_jdb {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}.price_combo_TfS .study_offers_bnF {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding: 0 20px;
}.price_combo_TfS .study_offers_bnF h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-size: 30px;
}.price_combo_TfS .study_offers_bnF h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(172,162,199), rgb(118,96,185));
    border-radius: 3px;
    height: 3px;
    bottom: -10px;
    position: absolute;
    left: 50%;
    width: 80px;
    content: "";
}.price_combo_TfS .price_schemes_EU5 {
    font-size: 14px;
    margin-left: auto;
    max-width: 600px;
    line-height: 1.7;
    color: #000000;
    margin-top: 20px;
    margin-right: auto;
}.price_combo_TfS .learning_rates_ioD {
    gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    margin: 0 auto;
}.price_combo_TfS .rate_list_xKF {
    text-decoration: none;
    display: block;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.price_combo_TfS .rate_list_xKF:hover {
    transform: translateY(-8px);
}.price_combo_TfS .price_opts_FdC {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    flex-direction: column;
    display: flex;
}.price_combo_TfS .rate_list_xKF:hover .price_opts_FdC {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.price_combo_TfS .tuition_grid_98j {
    position: relative;
    flex: 1;
    padding: 30px;
    z-index: 2;
}.price_combo_TfS .tuition_grid_98j h3 {
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 23px;
}.price_combo_TfS .tuition_grid_98j h3::after {
    height: 3px;
    transition: width 0.3s ease;
    border-radius: 2px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(172,162,199);
    width: 40px;
}.price_combo_TfS .rate_list_xKF:hover .tuition_grid_98j h3::after {
    width: 60px;
}.price_combo_TfS .indv_cost_JKA {
    color: transparent;
    display: inline-block;
    background: linear-gradient(135deg, rgb(172,162,199), rgb(118,96,185));
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
    color: rgb(172,162,199);
    background-clip: text !important;
    font-size: 1.8rem;
}.price_combo_TfS .indv_cost_JKA::before {
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(172,162,199,0.5), transparent);
}.price_combo_TfS .tuition_grid_98j p {
    overflow-wrap: break-word;
    position: relative;
    line-height: 1.6;
    margin-bottom: 20px;
    word-break: break-word;
    font-size: calc(14px - 2px);
    color: #000000;
}.price_combo_TfS .portrait_image_vHW {
    height: 220px;
    border-radius: 0 0 12px 12px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;
}.price_combo_TfS .portrait_image_vHW::after {
    position: absolute;
    bottom: 0;
    opacity: 0.6;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    transition: opacity 0.3s ease;
    left: 0;
    z-index: 1;
    top: 0;
}.price_combo_TfS .rate_list_xKF:hover .portrait_image_vHW::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.price_combo_TfS .learning_rates_ioD {
    grid-template-columns: repeat(2, 1fr);
}.price_combo_TfS .price_opts_FdC {
    height: 100%;
}.price_combo_TfS .portrait_image_vHW {
    height: 240px;
}
}

@media (min-width: 992px) {.price_combo_TfS {
    padding: 160px 0;
}.price_combo_TfS .pay_options_jdb {
    flex-direction: row;
    align-items: center;
    gap: 80px;
}.price_combo_TfS .study_offers_bnF {
    text-align: left;
    padding: 0;
    flex: 0 0 30%;
}.price_combo_TfS .study_offers_bnF h2 {
    font-size: calc(30px + 4px);
}.price_combo_TfS .study_offers_bnF h2::after {
    transform: none;
    left: 0;
}.price_combo_TfS .price_schemes_EU5 {
    margin-left: 0;
}.price_combo_TfS .learning_rates_ioD {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.price_combo_TfS .learning_rates_ioD {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_combo_TfS .tuition_grid_98j {
    padding: 40px;
}.price_combo_TfS .portrait_image_vHW {
    height: 260px;
}.price_combo_TfS .rate_list_xKF:nth-child(odd) {
    transform: translateY(20px);
}.price_combo_TfS .rate_list_xKF:nth-child(odd):hover {
    transform: translateY(12px);
}.price_combo_TfS .rate_list_xKF:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.price_combo_TfS .rate_list_xKF:active .price_opts_FdC {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}

@media (max-width: 767px) {.price_combo_TfS {
    padding: 80px 0;
}.price_combo_TfS .pay_options_jdb {
    gap: 40px;
}.price_combo_TfS .study_offers_bnF h2 {
    font-size: calc(30px - 4px);
}.price_combo_TfS .portrait_image_vHW {
    height: 200px;
}.price_combo_TfS .tuition_grid_98j {
    padding: 25px;
}.price_combo_TfS .indv_cost_JKA {
    font-size: 1.5rem;
}}.privacyConsentPanel_yBs {
    bottom: 0;
    background: rgb(118,96,185);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(172,162,199);
    padding: 20px 0;
    position: fixed;
    transition: all 0.3s ease-in-out;
}.track_cookies_R5Z {
    align-items: center;
    margin: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 30px;
}.privacyConsentPanel_yBs h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}.privacyConsentPanel_yBs p {
    font-size: 13px;
    color: #ffffff;
    max-width: 500px;
}.consent_box_wQU {
    flex-shrink: 0;
    margin-right: 20px;
}.consent_box_wQU svg, .consent_box_wQU svg path {
    fill: rgb(172,162,199);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.consent_box_wQU:hover svg {
    transform: rotate(10deg);
}.digital_tracking_sKi {
    text-decoration: none;
    background: rgb(172,162,199);
    font-size: 16px;
    padding: 10px 20px;
    color: #ffffff;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 22px;
    box-shadow: rgb(172,162,199,0.5) 0px 4px 10px 0px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 35px;
}.cookie_button.track_prefs_bqY {
    background: rgb(172,162,199);
}.cookie_button.edu_consent_fDe {
    background: rgb(118,96,185);
}.digital_tracking_sKi:hover {
    box-shadow: rgb(172,162,199,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.privacyConsentPanel_yBs p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(172,162,199);
    text-decoration: none;
}.privacyConsentPanel_yBs p a:hover {
    color: rgb(118,96,185);
}.wrapper-section_DHT .privacyConsentPanel_yBs {
    border: none;
    padding: 40px 0;
    background: rgb(118,96,185);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.wrapper-section_DHT .digital_tracking_sKi {
    border: none;
    padding: 10px;
    background: rgb(172,162,199);
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    margin-left: 30px;
    font-weight: 400;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.wrapper-section_DHT .edu_cookies_vaU h5, .wrapper-section_DHT .edu_cookies_vaU p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.privacyConsentPanel_yBs {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_box_wQU {
    display: none;
}.track_cookies_R5Z {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacyConsentPanel_yBs h5 {
    text-align: center;
}.privacyConsentPanel_yBs p {
    text-align: center;
}.edu_cookies_vaU {
    text-align: center;
    margin-bottom: 20px;
}.digital_tracking_sKi {
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
    width: 100%;
}}
#cookiePopupMessage_Oqe {
    display: none;
}#cookiePopupMessage_Oqe:checked ~ .privacyConsentPanel_yBs {
    visibility: hidden;
    opacity: 0;
}.privacy_section_tSC {
    border: 1px solid rgb(172,162,199,0.5);
    flex-direction: column;
    gap: 30px;
    display: flex;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 50px;
    background-color: rgb(215,212,225);
}.privacy_section_tSC h1 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(172,162,199);
    color: rgb(172,162,199);
}.privacy_section_tSC h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(118,96,185);
}.privacy_section_tSC h3, .privacy_section_tSC h4, .privacy_section_tSC h5, .privacy_section_tSC h6 {
    margin: 1rem 0;
    font-weight: 400;
    color: rgb(172,162,199);
}.privacy_section_tSC ul, .privacy_section_tSC ol {
    margin: 0;
    padding-left: 20px;
}.privacy_section_tSC ul {
    list-style-type: none;
    counter-reset: item;
}.privacy_section_tSC ul li {
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}.privacy_section_tSC ul li::before {
    color: rgb(172,162,199);
    font-weight: 700;
    counter-increment: item;
    left: 0;
    position: absolute;
    content: counter(item) ".";
}.privacy_section_tSC ol {
    list-style-type: decimal;
}.privacy_section_tSC ol li {
    margin-bottom: 10px;
    font-size: 17px;
}.privacy_section_tSC p {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}.privacy_section_tSC span {
    font-weight: 600;
    color: rgb(172,162,199);
}.privacy_section_tSC div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_section_tSC {
    padding: 30px 15px;
}.privacy_section_tSC h1 {
    font-size: calc(21px - 10px);
}.privacy_section_tSC h2 {
    font-size: calc(21px - 8px);
}.privacy_section_tSC p, .privacy_section_tSC li {
    font-size: calc(17px - 2px);
}}.training_results_pHN {
    background: linear-gradient(135deg, rgb(215,212,225), #ffffff);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.training_results_pHN::before {
    left: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(172,162,199,0.5), transparent 60%);
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.15;
    transform: translateZ(0);
}.training_results_pHN::after {
    transform: translateZ(0);
    height: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(118,96,185,0.5) 70%);
    width: 100%;
    right: -50%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    top: -50%;
}.training_results_pHN .container {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    display: flex;
}.training_results_pHN .portrait_image_vHW {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    margin-bottom: 40px;
    width: 100%;
    max-height: 500px;
    height: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    filter: brightness(1.05) contrast(1.05);
}.training_results_pHN .portrait_image_vHW:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.01);
}.training_results_pHN .path_creators_z65 {
    padding: 40px;
    max-width: 90%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    border-left: 4px solid rgb(172,162,199);
    transform: translateY(-80px);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
}.training_results_pHN .message_wrap_XDz {
    position: relative;
}.training_results_pHN h1 {
    color: #000000;
    font-size: 40px;
    line-height: 1.3;
    position: relative;
    transition: transform 0.5s ease;
    transform: translateX(0);
    font-weight: 700;
    margin-bottom: 30px;
}.training_results_pHN h1::after {
    position: absolute;
    width: 80px;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(1);
    height: 3px;
    background: rgb(172,162,199);
    left: 0;
    content: "";
    transition: transform 0.5s ease-out;
}.training_results_pHN h1:hover::after {
    transform: scaleX(1.5);
}.training_results_pHN ul {
    padding: 0;
    gap: 25px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
}.training_results_pHN li {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 2px;
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.1);
}.training_results_pHN li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
}.training_results_pHN li::before {
    content: "";
    position: absolute;
    height: 100%;
    transition: opacity 0.5s ease;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(var(--primary-color-rgb, 33, 150, 243), 0.03));
    top: 0;
}.training_results_pHN li:hover::before {
    opacity: 1;
}.training_results_pHN li p {
    gap: 15px;
    font-weight: 400;
    color: #000000;
    display: flex;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
    align-items: flex-start;
}.training_results_pHN svg {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    min-width: 24px;
    margin-top: 3px;
    transform: scale(1);
    height: 24px;
}.training_results_pHN li:hover svg {
    transform: scale(1.15);
}.training_results_pHN svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,162,199);
}.training_results_pHN li:hover svg path {
    fill: rgb(118,96,185);
}

@keyframes gradientShift {
    0% {
        opacity: 0.05;
        transform: rotate(0deg) translateX(0) translateY(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(5deg) translateX(5%) translateY(5%);
    }
}

@media (min-width: 992px) {.training_results_pHN .container {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.training_results_pHN .portrait_image_vHW {
    width: 45%;
    margin-bottom: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: perspective(1000px) rotateY(-4deg) translateZ(0);
}.training_results_pHN .path_creators_z65 {
    width: 55%;
    max-width: 100%;
    transform: translateY(0) translateX(-80px);
}.training_results_pHN ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.training_results_pHN {
    padding: 80px 0;
}.training_results_pHN .path_creators_z65 {
    transform: translateY(-50px);
}.training_results_pHN h1 {
    font-size: calc(40px * 0.85);
}
}

@media (max-width: 767px) {.training_results_pHN {
    padding: 60px 0;
}.training_results_pHN .path_creators_z65 {
    max-width: 100%;
    padding: 30px 20px;
}.training_results_pHN h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 20px;
}.training_results_pHN li {
    padding: 15px;
}.training_results_pHN ul {
    gap: 15px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {.training_results_pHN {
    padding: 40px 0;
}.training_results_pHN .portrait_image_vHW {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}.training_results_pHN .path_creators_z65 {
    transform: translateY(-30px);
    padding: 25px 15px;
}.training_results_pHN h1 {
    font-size: calc(40px * 0.6);
}.training_results_pHN li p {
    font-size: calc(14px * 0.9);
}
}