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

header,footer {
    width: 100%;
}

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

.wrapper-template {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.educational_rewards::after {
    position: absolute;
    z-index: 0;
    top: -30%;
    height: 80%;
    transform: rotate(-15deg);
    right: -30%;
    content: "";
    width: 80%;
    background: radial-gradient(ellipse, rgb(115,88,141,0.5) 0%, transparent 70%);
}

.educational_rewards .landscape_image:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.educational_rewards .text_arch {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(8px);
    transform: translateY(-20px);
}

.educational_rewards .text_arch:hover h1::after {
    width: 6rem;
}

.educational_rewards li {
    display: flex;
    transition: transform 0.3s ease;
    align-items: flex-start;
}

.educational_rewards li:hover {
    transform: translateX(10px);
}

.educational_rewards li:hover svg {
    transform: translateY(0) scale(1.1);
}

.educational_rewards svg path {
    fill: rgb(146,131,165);
    transition: fill 0.3s ease;
}

.customer_opinions::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.2;
    top: 0;
    height: 100%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(146,131,165,0.5) 0,
        rgb(146,131,165,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.customer_opinions .learner_testimonials {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.customer_opinions .learner_ratings:hover::before {
    height: 100%;
}

.customer_opinions .learner_ratings::after {
    height: 2px;
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    background: rgb(146,131,165);
    transition: width 0.5s ease 0.2s;
}

.customer_opinions .learner_ratings span {
    margin: 10px 0;
    padding-left: 15px;
    font-weight: 600;
    transform: translateX(0);
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(17px * 1.1);
    color: #000000;
}

.customer_opinions .learner_ratings:nth-child(3n+1) {
    transform: translateY(20px);
}

.customer_opinions .learner_ratings:nth-child(3n+1):hover {
    transform: translateY(5px);
}

.academic_expertise::before {
    height: 100%;
    right: 0;
    width: 40%;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(146,131,165,0.5));
}

.academic_expertise .work_list {
    justify-content: center;
    flex-direction: column;
    padding: 3rem 0 3rem 4rem;
    width: 55%;
    position: relative;
    display: flex;
}

.academic_expertise .work_list > div:nth-child(2) {
    transform: translateX(-10px);
    font-weight: 600;
    background-color: rgb(115,88,141);
    display: inline-block;
    font-size: 19px;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
}

.cookie_alert_message {
    width: 100%;
    background: rgb(115,88,141);
    position: fixed;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    border-top: 2px solid rgb(146,131,165);
}

.track_bar {
    border-radius: 26px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(146,131,165,0.5) 0px 4px 10px 0px;
    line-height: 35px;
    margin-left: 20px;
    font-size: 17px;
    background: rgb(146,131,165);
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
}

.wrapper-template .cookie_guide h5, .wrapper-template .cookie_guide p {
    color: #ffffff;
}


#cookieNoticeMessage {
    display: none;
}

.ideal_participantsy8ud {
    background-color: rgb(176,171,186);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    z-index: 1;
}

.ideal_participantsy8ud .edu_values {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    display: flex;
    padding: 0 2rem;
    flex-direction: column;
    align-items: center;
}

.ideal_participantsy8ud h3 {
    margin-bottom: 4rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    font-weight: 600;
    font-size: 36px;
    padding: 1rem 3rem;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    text-align: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ideal_participantsy8ud li::before {
    height: 2px;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(115,88,141,0.5), 0.5),
        transparent
    );
    left: 0;
    top: 0;
}

.ideal_participantsy8ud li:hover::after {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(115,88,141),
        rgb(146,131,165)
    );
    left: 0;
    animation: glowLine 2s infinite alternate ease-in-out;
    width: 100%;
    bottom: 0;
    height: 4px;
}

.ideal_participantsy8ud li:hover svg path {
    fill: rgb(146,131,165);
}

.ideal_participantsy8ud li:nth-child(even):hover {
    transform: translateX(20px) translateY(-10px);
}

.connect_with_us::before {
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    width: 100%;
    top: 0;
    background-size: 60px 60px;
}

.connect_with_us .landscape_image {
    flex: 0 0 50%;
    position: relative;
    transition: all 0.5s ease;
    min-height: 550px;
}

.connect_with_us .feedback_map {
    position: relative;
    flex: 0 0 50%;
    background: #ffffff;
    padding: 60px 50px;
}

.connect_with_us #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.connect_with_us h3::after {
    content: "";
    height: 2px;
    width: 100%;
    background: rgb(146,131,165,0.5);
    left: 0;
    bottom: 0;
    position: absolute;
}

.connect_with_us input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.connect_with_us .support_form {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.connect_with_us .support_form input[type="checkbox"]:checked::after {
    width: 6px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 10px;
    transform: rotate(45deg);
    top: 5px;
    position: absolute;
    left: 8px;
}

.connect_with_us .inquiry_help::before {
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.connect_with_us svg path {
    fill: rgb(146,131,165);
    transition: all 0.3s ease;
}

.connect_with_us svg:hover path {
    fill: rgb(115,88,141);
}

.privacy_repository h1 {
    font-weight: 700;
    color: rgb(146,131,165);
    margin-bottom: 20px;
    font-size: 46px;
}

.privacy_repository h3, .privacy_repository h4, .privacy_repository h5, .privacy_repository h6 {
    margin: 1rem 0;
}

.privacy_repository div {
    margin-bottom: 20px;
}

.course_program::before {
    content: "";
    z-index: 1;
    width: 35%;
    right: -5%;
    top: -10%;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(146,131,165,0.5) 0%, rgb(115,88,141,0.5) 100%);
    height: 70%;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
}

.course_program .landscape_image {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.course_program .text_arch {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    background: #ffffff;
    padding: 2.5rem 2rem;
    transform: translateY(-40px);
    position: relative;
}

.course_program .text_arch h3::after {
    background: rgb(146,131,165);
    content: "";
    margin-top: 1rem;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: scaleX(0);
    transform-origin: left;
    width: 60px;
    height: 3px;
    animation-delay: 0.6s;
    display: block;
}

header .nav_start::before {
    left: 0;
    top: 0;
    opacity: 0.2;
    content: "";
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(146,131,165,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(115,88,141,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: -1;
}

header .main_mainbar::before,
header .main_mainbar::after {
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
    content: "";
    border-radius: 50%;
    background: rgb(146,131,165,0.5);
    position: absolute;
}

header .main_mainbar::before {
    left: -15px;
    width: 50px;
    height: 50px;
    top: -15px;
}

header .head_top {
    position: relative;
    perspective: 800px;
    margin: 5px 8px;
}

header .head_top::before {
    border-bottom: 5px solid transparent;
    left: -10px;
    height: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 0;
    content: "";
    top: 50%;
    opacity: 0;
    border-top: 5px solid transparent;
    transform: translateY(-50%) scale(0);
    border-left: 5px solid rgb(146,131,165);
}

header .head_top a::before {
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    transform: translateZ(-1px);
    background: #ffffff;
    position: absolute;
    width: 100%;
}

header .head_top a:hover {
    color: rgb(146,131,165);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    border-color: rgb(146,131,165,0.5);
}

.footer_careers::after {
    position: absolute;
    height: 6px;
    top: 0;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    content: "";
    width: 100%;
    left: 0;
}

.footer_careers .company_holder {
    position: relative;
    padding: 2rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    border-radius: 28px;
    background: #ffffff;
}

.footer_careers .company_holder h3::after {
    background: rgb(115,88,141);
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -0.5rem;
    left: 0;
}

.footer_careers .main_page {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.footer_careers .head_info h5 {
    background: rgb(115,88,141);
    margin: 0;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding: 1rem 1.5rem;
}

.footer_careers .head_info .main_page a {
    position: relative;
    align-items: center;
    display: flex;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
}

.footer_careers .head_info .main_page a:hover {
    color: rgb(146,131,165);
    padding-left: 2.2rem;
}

.faq_block::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(146,131,165,0.5), transparent);
    right: 10%;
    left: 10%;
    height: 1px;
}

.meet_us::before {
    background: 
        linear-gradient(217deg, rgb(146,131,165,0.5), transparent 70%),
        linear-gradient(127deg, rgb(115,88,141,0.5), transparent 70%),
        linear-gradient(336deg, rgb(146,131,165,0.5), transparent 70%);
    height: 100%;
    opacity: 0.15;
    width: 100%;
    top: 0;
    filter: blur(20px);
    left: 0;
    animation: gradientFlow 15s ease infinite;
    position: absolute;
    content: "";
    transform-origin: center center;
    z-index: -1;
}

.meet_us .edu_values::before {
    background: linear-gradient(90deg, transparent, rgb(146,131,165), transparent);
    opacity: 0.4;
    height: 1px;
    bottom: -30px;
    width: 40%;
    left: 30%;
    content: "";
    position: absolute;
    animation: scanline 4s ease-in-out infinite;
}

.meet_us .who_mentors::before {
    border-radius: 26px;
    inset: 0;
    opacity: 0.07;
    z-index: -1;
    content: "";
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(146,131,165,0.5) 100%);
    position: absolute;
}



.meet_us .who_mentors:hover::after {
    opacity: 1;
}

.meet_us .landscape_image::before {
    mask-composite: exclude;
    background: conic-gradient(rgb(146,131,165), rgb(115,88,141), rgb(146,131,165));
    animation: rotate 8s linear infinite;
    position: absolute;
    content: "";
    border-radius: 50%;
    inset: -3px;
    padding: 3px;
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(rgb(115,88,141,0.5)) content-box, linear-gradient(rgb(146,131,165,0.5));
    opacity: 0.2;
}

.meet_us .skill_guides::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 2px;
    background: rgb(146,131,165);
    bottom: -4px;
    width: 0;
    transition: width 0.4s ease;
    transform: translateX(-50%);
}

.meet_us .text_arch {
    flex: 0 0 55%;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    padding: 50px 45px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
}

.meet_us .text_arch:hover::before,
.meet_us .text_arch:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}

.meet_us .master_classes::after {
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    height: 1px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(146,131,165), transparent);
    content: "";
}

.meet_us .master_classes svg path {
    transition: fill 0.4s ease;
}

.meet_us .text_arch h2::after {
    width: 100px;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141,0.5), transparent);
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.5s ease;
    bottom: 0;
    content: "";
    border-radius: 10px;
}

.title_section > div {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

.title_section .learning_dna {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.title_section .start_page::before {
    transform-origin: left;
    left: 0;
    position: absolute;
    animation: slideInWidth 1.2s ease-out forwards;
    bottom: 0;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    height: 4px;
    width: 80%;
    content: "";
}

.title_section .learn_first::before {
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(210deg, rgb(146,131,165,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}

.price_plan_item {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.price_plan_item::before {
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(146,131,165,0.5), rgba(0, 0, 0, 0.5) 85%);
    right: 0;
}

.price_plan_item .plan_matrix {
    position: relative;
}

.price_plan_item h2 {
    font-size: 34px;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.price_plan_item .cert_fees li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.price_plan_item .class_deals {
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    min-height: 400px;
    height: 100%;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

.price_plan_item .premium_plan h4::after {
    transition: width 0.4s ease;
    background-color: rgb(146,131,165);
    bottom: 0;
    height: 3px;
    width: 40px;
    content: "";
    left: 0;
    position: absolute;
}

.price_plan_item .premium_plan:hover {
    transform: translateY(-10px) scale(1.02);
}

.price_plan_item .premium_plan:hover h4 {
    color: rgb(146,131,165);
    transform: translateX(5px);
}

.price_plan_item .premium_plan:hover .access_rates {
    color: rgb(146,131,165);
    transform: translateY(-5px);
}

.service_connect {
    position: relative;
    background: rgb(176,171,186);
    overflow: hidden;
    padding: 100px 0;
}

.service_connect .get_in_touch {
    background: linear-gradient(135deg, rgb(176,171,186) 0%, transparent 100%);
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    border-radius: 17px;
}

.service_connect .get_in_touch p:last-of-type {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}

.service_connect .assist_grid::before {
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(146,131,165,0.5) 0%, rgb(115,88,141,0.5) 100%);
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0;
}

.service_connect .assist_grid:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.service_connect .assist_grid:hover::after {
    transform: scaleX(1);
}

.service_connect .assist_grid:hover svg {
    transform: scale(1.1);
    stroke: rgb(146,131,165);
}

.service_connect .assist_grid:hover span {
    color: rgb(146,131,165);
}

.attempt_now {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(146,131,165) 55%, rgb(176,171,186) 45%);
    position: relative;
}

.attempt_now .edu_values {
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 10;
    position: relative;
}

.attempt_now .inquiry_help {
    z-index: 5;
    width: 35%;
    align-items: center;
    font-size: 14px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100px;
    background: rgb(146,131,165);
    font-weight: 600;
    position: relative;
    border-radius: 19px;
    transform: skewX(-10deg);
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
    display: flex;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
}

.newsletter_signup {
    overflow: hidden;
    transform-origin: center bottom;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgb(176,171,186) 100%);
    transform: perspective(1000px) rotateX(5deg);
    position: relative;
}

.newsletter_signup .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}

.newsletter_signup .edu_values::before {
    width: 50%;
    opacity: 0.1;
    filter: blur(20px);
    left: -10%;
    top: 20%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(115,88,141);
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
}

.newsletter_signup p::before {
    opacity: 0.1;
    top: -30px;
    position: absolute;
    background: rgb(146,131,165);
    left: -30px;
    transform: translateZ(-10px) rotate(45deg);
    z-index: -1;
    height: 80px;
    width: 80px;
    content: "";
}

.newsletter_signup .input_holder::before {
    width: 100%;
    content: "";
    height: 100%;
    transform: translateZ(-10px);
    left: -10px;
    background: #000000;
    opacity: 0.03;
    z-index: -1;
    position: absolute;
    top: 10px;
}

.newsletter_signup .inquiry_help::before {
    content: "";
    background: rgb(146,131,165);
    transform: translateY(100%);
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    transition: transform 0.3s ease;
    left: 0;
}

.thanksWeb {
    background: linear-gradient(135deg, rgb(176,171,186) 0%, rgb(146,131,165,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.thanksWeb .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 2rem;
}

.thanksWeb h2::after {
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: -12px;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    left: 0;
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}

.thanksWeb .edu_values:hover {
    transform: translateY(-5px);
}

.thanksWeb ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.thanksWeb li {
    position: relative;
    padding-left: 1.5rem;
}

.thanksWeb span {
    font-family: Arial, sans-serif;
    animation: fadeText 0.8s 0.6s both;
    line-height: 1.8;
    font-size: 16px;
    display: block;
    position: relative;
    color: #000000;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 768px) {.educational_rewards .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.educational_rewards .landscape_image {
    transform: perspective(1000px) rotateY(-8deg);
    height: 100%;
}.educational_rewards ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.educational_rewards .text_arch {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.customer_opinions {
    padding: 70px 0 90px;
}.customer_opinions .learner_ratings {
    transform: translateY(0) !important;
    width: 100%;
    margin: 0 0 50px;
}.customer_opinions .learner_ratings:hover {
    transform: translateY(-10px) !important;
}.customer_opinions h4 {
    font-size: calc(45px * 0.8);
}.customer_opinions h4::after {
    left: 10%;
    width: 80%;
    transform: skewX(0);
}}



@media (max-width: 576px) {.academic_expertise {
    padding: 4rem 1rem;
}.academic_expertise .landscape_image {
    height: 320px;
}.academic_expertise .name {
    font-size: 29px;
}.academic_expertise .work_list > div:nth-child(2) {
    font-size: 16px;
}.academic_expertise .career_overview {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 991px) {.ideal_participantsy8ud {
    padding: 4rem 0;
}.ideal_participantsy8ud ul {
    gap: 1.5rem;
}.ideal_participantsy8ud h3 {
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
    font-size: calc(36px * 0.9);
}.ideal_participantsy8ud li {
    padding: 1.5rem;
}.ideal_participantsy8ud li svg {
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
}
}



@media (max-width: 480px) {.ideal_participantsy8ud {
    padding: 2.5rem 0;
}.ideal_participantsy8ud .edu_values {
    padding: 0 1rem;
}.ideal_participantsy8ud h3 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.7);
    padding: 0.5rem 1rem;
}.ideal_participantsy8ud h3::before,
    .ideal_participantsy8ud h3::after {
    width: 20px;
    height: 20px;
}.ideal_participantsy8ud ul {
    gap: 1rem;
}.ideal_participantsy8ud li {
    padding: 1rem;
}.ideal_participantsy8ud li svg {
    width: 35px;
    margin-bottom: 0.75rem;
    height: 35px;
}}



@media (max-width: 576px) {.connect_with_us {
    padding: 50px 0;
}.connect_with_us .container {
    padding: 0 15px;
}.connect_with_us h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 6px);
}.connect_with_us .feedback_map {
    padding: 35px 25px;
}.connect_with_us #contact {
    gap: 20px;
}.connect_with_us input[type="text"] {
    padding: 15px;
}.connect_with_us .inquiry_help {
    width: 100%;
    padding: 15px 25px;
}.connect_with_us .landscape_image {
    min-height: 250px;
}}



@media (min-width: 1200px) {.course_program .learn_code {
    grid-template-columns: 45% 55%;
}.course_program .text_arch {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}



@media (max-width: 767px) {.course_program .learn_code:hover .landscape_image {
    transform: scale(1.05);
}}



@media (max-width: 991px) {header .head_study {
    gap: 2rem;
    justify-items: center;
    grid-template-columns: 1fr;
}header .head_info {
    clip-path: none;
    width: 100%;
    background: #ffffff;
    border-radius: 26px;
    justify-content: center;
}
}



@media (max-width: 992px) {.footer_careers {
    padding: 3.5rem 0 2rem;
}.footer_careers .container {
    flex-direction: column;
    gap: 2.5rem;
}.footer_careers .company_holder,
    .footer_careers .student_aid {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_careers .head_info {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 420px) {.footer_careers .company_holder h3::after {
    width: 50px;
}.footer_careers .head_info .main_page a:hover {
    padding-left: 2rem;
}.faq_block .challenge_cta {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 991px) {.meet_us {
    padding: 100px 0;
}.meet_us .edu_values {
    flex-direction: column;
    gap: 50px;
}.meet_us .who_mentors,
    .meet_us .text_arch {
    flex: 0 0 100%;
    width: 100%;
}.meet_us .text_arch {
    padding: 40px 30px;
}.meet_us .who_mentors {
    margin: 0 auto;
    max-width: 500px;
}.meet_us .edu_values::before {
    left: 20%;
    width: 60%;
}.meet_us .text_arch h2 {
    font-size: 32px;
}
}



@media (max-width: 992px) {.title_section {
    padding: 80px 0;
}.title_section .start_page {
    font-size: calc(46px * 0.9);
}.title_section .learn_first > div {
    padding: 50px 30px;
}.title_section .learn_first p {
    font-size: 12px;
    max-width: 90%;
}.title_section .learn_first h3 {
    padding: 15px;
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 576px) {.title_section {
    padding: 40px 0;
}.title_section .learning_dna {
    margin-bottom: 25px;
}.title_section .start_page {
    font-size: calc(46px * 0.7);
}.title_section .start_page::before {
    height: 3px;
}.title_section .learn_first > div {
    padding: 30px 20px;
}.title_section .learn_first p {
    font-size: calc(12px * 0.9);
    margin-bottom: 15px;
}.title_section .learn_first h3 {
    font-size: calc(21px * 0.7);
    border-left: 3px solid rgb(146,131,165);
    padding: 12px 8px;
}}



@media screen and (max-width: 991px) {.service_connect {
    padding: 80px 0;
}.service_connect .get_in_touch {
    padding: 40px;
}.service_connect .assist_grid {
    width: 100px;
    height: 100px;
}
}



@media screen and (max-width: 767px) {.service_connect {
    padding: 60px 0;
}.service_connect .get_in_touch {
    padding: 30px;
}.service_connect .get_in_touch h2 {
    font-size: calc(28px * 0.9);
}.service_connect .send_query {
    justify-content: center;
    gap: 20px;
}.service_connect .assist_grid {
    width: 90px;
    height: 90px;
}.service_connect .assist_grid svg {
    margin-bottom: 8px;
    height: 30px;
    width: 30px;
}
}



@media (max-width: 767px) {.attempt_now {
    background: #000000;
    padding: 70px 0;
}.attempt_now .edu_values {
    flex-direction: column;
    gap: 30px;
}.attempt_now .container p {
    width: 100%;
    text-align: center;
    padding-right: 0;
    font-size: 22px;
}.attempt_now .inquiry_help {
    height: 70px;
    width: 80%;
    transform: skewX(0);
}.attempt_now .inquiry_help:hover {
    transform: skewX(0) translateY(-5px);
}
}



@media (max-width: 576px) {.newsletter_signup {
    margin: 4rem 0;
    padding: 3rem 1rem;
    transform: none;
}.newsletter_signup p {
    transform: none;
    font-size: 20px;
}.newsletter_signup .input_holder {
    transform: none;
}.newsletter_signup .input_holder:hover {
    transform: none;
}.newsletter_signup .mail_group,
    .newsletter_signup .inquiry_help {
    padding: 1.2rem 1rem;
    transform: none;
}.newsletter_signup p::before,
    .newsletter_signup .edu_values::before,
    .newsletter_signup .edu_values::after {
    display: none;
}}



@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(115,88,141,0.5), 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(146,131,165,0.5), 0.8);
    }
}



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

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

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



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



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



@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}



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



@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes popIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

