﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    padding: 3px;
    width: 13px;
}::-webkit-scrollbar-button {
    border-radius: 3px;
}::-webkit-scrollbar-thumb {
    box-shadow: -5px 5px 14px 6px rgba(0, 0, 0, 0.4);
    border-radius: 9999px;
    transition: background, transform 1.3s ease-in-out;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 4px 11px 1px rgba(0, 0, 0, 0.3);
    background: rgb(222,222,236);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(156,154,186,0.5);
    scrollbar-width: auto;
}.I_footer_edu {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.O_framework-wrap {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.container {
    width: 1196px;
    max-width: 100%;
    margin: auto;
}.w_main_navbar {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.k_mentorship_profile {
    overflow: hidden;
    position: relative;
    background-color: rgb(222,222,236);
    padding: 6rem 0;
}.k_mentorship_profile::before {
    opacity: 0.15;
    top: -5%;
    right: -10%;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(25px);
    background: linear-gradient(135deg, rgb(189,194,217,0.5), rgb(156,154,186,0.5));
    height: 70%;
    width: 45%;
    z-index: 1;
    content: "";
    position: absolute;
}.k_mentorship_profile::after {
    filter: blur(20px);
    position: absolute;
    height: 60%;
    width: 35%;
    z-index: 1;
    left: -5%;
    bottom: -10%;
    content: "";
    background: linear-gradient(225deg, rgb(156,154,186,0.5), rgb(189,194,217,0.5));
    transform: rotate(10deg) skewX(-10deg);
    opacity: 0.1;
}.k_mentorship_profile .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}.k_mentorship_profile .A_rating_insights {
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    display: grid;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    grid-template-columns: 1fr;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
}.k_mentorship_profile .A_rating_insights:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.k_mentorship_profile .A_rating_insights > div:first-child {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 320px;
}.k_mentorship_profile .A_rating_insights .i_img_wrapper {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(20px);
    position: relative;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    padding-bottom: 100%;
}.k_mentorship_profile .A_rating_insights .i_img_wrapper::before {
    opacity: 0.7;
    content: "";
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(156,154,186,0.5) 100%
    );
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.k_mentorship_profile .A_rating_insights .i_img_wrapper::after {
    opacity: 0.4;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        45deg,
        rgb(189,194,217,0.5) 0%,
        transparent 50%
    );
    height: 100%;
}.k_mentorship_profile .A_rating_insights:hover .i_img_wrapper {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.k_mentorship_profile .A_rating_insights > div:nth-child(2) {
    position: relative;
    text-align: center;
}.k_mentorship_profile .A_rating_insights .name {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    font-size: calc(24px * 1.1);
}.k_mentorship_profile .A_rating_insights .name::after {
    left: 50%;
    content: "";
    width: 35%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(156,154,186), rgb(189,194,217));
    transform: translateX(-50%);
}.k_mentorship_profile .A_rating_insights > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    color: rgb(156,154,186);
    margin-top: 0.8rem;
    font-weight: 600;
    font-size: calc(12px * 0.95);
}.k_mentorship_profile .A_rating_insights > div:nth-child(3) {
    position: relative;
}.k_mentorship_profile .A_rating_insights .e_work_area {
    font-size: 12px;
    margin: 0;
    line-height: 1.7;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(189,194,217,0.5);
}.k_mentorship_profile .A_rating_insights .e_work_area::before {
    opacity: 0.2;
    font-size: 5rem;
    left: -10px;
    content: "";
    position: absolute;
    z-index: -1;
    font-family: serif;
    top: -20px;
    color: rgb(189,194,217,0.5);
}

@media (min-width: 768px) {.k_mentorship_profile .A_rating_insights {
    grid-template-rows: auto 1fr;
    grid-template-areas: 
            "photo info"
            "photo quote";
    grid-template-columns: 280px 1fr;
    gap: 2rem 3.5rem;
    padding: 3.5rem;
}.k_mentorship_profile .A_rating_insights > div:first-child {
    grid-area: photo;
    margin: 0;
}.k_mentorship_profile .A_rating_insights > div:nth-child(2) {
    align-self: flex-end;
    grid-area: info;
    text-align: left;
}.k_mentorship_profile .A_rating_insights > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.k_mentorship_profile .A_rating_insights .name::after {
    left: 0;
    transform: none;
    width: 50px;
}.k_mentorship_profile .A_rating_insights .i_img_wrapper {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.k_mentorship_profile {
    padding: 8rem 0;
}.k_mentorship_profile .A_rating_insights {
    padding: 4rem;
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
}.k_mentorship_profile .A_rating_insights .name {
    font-size: calc(24px * 1.2);
}.k_mentorship_profile .A_rating_insights > div:nth-child(2) > div {
    font-size: 12px;
}.k_mentorship_profile .A_rating_insights .e_work_area {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 576px) {.k_mentorship_profile {
    padding: 4rem 0;
}.k_mentorship_profile .A_rating_insights {
    padding: 2rem;
    gap: 1.5rem;
}.k_mentorship_profile .A_rating_insights .i_img_wrapper {
    max-width: 220px;
}.k_mentorship_profile .A_rating_insights .name {
    font-size: 24px;
}.k_mentorship_profile .A_rating_insights > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.k_mentorship_profile .A_rating_insights .e_work_area {
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}header {
    width: 100%;
    z-index: 1000;
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    left: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(120deg, 
        rgb(189,194,217) 0%, 
        rgb(189,194,217,0.5) 100%
    );
}header:before {
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.1;
    height: 100%;
    content: '';
    width: 100%;
    pointer-events: none;
}header:after {
    width: 100%;
    content: '';
    top: 0;
    pointer-events: none;
    position: absolute;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    background-size: 100px 100px;
    left: 0;
    height: 100%;
}header .K_site_top {
    position: relative;
}header .K_site_top:before {
    opacity: 0.3;
    left: 0;
    position: absolute;
    bottom: -1px;
    content: '';
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    width: 100%;
}header .K_site_top:after {
    transform: translateY(-50%);
    width: 60px;
    opacity: 0.5;
    position: absolute;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    height: 60px;
    filter: blur(8px);
    left: 0;
    content: '';
    top: 50%;
    pointer-events: none;
}header .container {
    padding: 15px 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    background-repeat: repeat-x;
    width: 50px;
    background-size: 6px 2px, 6px 2px;
    transform: translateY(-50%);
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    opacity: 0.5;
    top: 50%;
    pointer-events: none;
    right: 20px;
    background-position: 0 0, 0 10px;
    content: '';
    position: absolute;
    height: 30px;
}header .n_header_master {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .n_header_master:before {
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    border-radius: 50%;
    height: 20px;
    position: absolute;
    width: 20px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}header .n_header_master:after {
    border-radius: 50%;
    transform: translateY(-50%) translateX(40px);
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 20px;
    top: 50%;
    content: '';
    right: 0;
    width: 20px;
}header .F_main_train {
    position: relative;
    gap: 30px;
    display: flex;
    align-items: center;
}header .F_main_train:before {
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    transition: opacity 0.4s ease;
    height: 2px;
    bottom: -10px;
}header .F_main_train:hover:before {
    opacity: 0.7;
}header .z_header_know {
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 8px 0;
}header .z_header_know:before {
    top: 50%;
    background: #ffffff;
    left: -12px;
    height: 6px;
    transition: all 0.3s ease;
    content: '';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    width: 6px;
}header .z_header_know:after {
    width: 20px;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    height: 1px;
    transform-origin: right;
    transition: all 0.3s ease;
    content: '';
    left: -30px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
}header .z_header_know:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .z_header_know:hover:before {
    opacity: 1;
    left: -20px;
}header .z_header_know:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .L_head_edu {
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px;
    display: flex;
    text-decoration: none;
}header .L_head_edu:before {
    height: calc(100% + 20px);
    content: '';
    top: -10px;
    width: calc(100% + 20px);
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: -10px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease;
}header .L_head_edu:after {
    transition: all 0.3s ease;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    width: 10px;
    left: -5px;
    content: '';
    background: #ffffff;
    top: -5px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
}header .L_head_edu:hover:before {
    opacity: 1;
}header .L_head_edu:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .L_head_edu svg {
    width: auto;
    height: 40px;
    transition: all 0.3s ease;
}header .L_head_edu:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .F_main_train {
    gap: 20px;
}header .L_head_edu svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .F_main_train {
    position: fixed;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    gap: 25px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    background: rgb(189,194,217);
    padding: 80px 30px 30px;
    right: -100%;
    width: 80%;
    z-index: 1001;
    max-width: 320px;
    flex-direction: column;
}header .F_main_train:before {
    top: 60px;
    left: 10%;
    bottom: auto;
    width: 80%;
}header .F_main_train:after {
    right: 20px;
    position: absolute;
    pointer-events: none;
    content: '';
    border-radius: 50%;
    width: 30px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 30px;
}header .menu.active {
    right: 0;
}header .z_header_know {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    width: 100%;
}header .z_header_know:hover {
    transform: translateX(0);
}header .z_header_know:last-child {
    border-bottom: none;
}header .L_head_edu {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .L_head_edu svg {
    height: 30px;
}}.l_training_results {
    position: relative;
    padding: 80px 0;
    background: radial-gradient(circle at 30% 70%, rgb(222,222,236), #ffffff);
    overflow: hidden;
    font-family: Arial, sans-serif;
}.l_training_results::before {
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    transparent 10px,
    transparent 20px
  );
    width: 100%;
    left: 0;
    opacity: 0.05;
    top: 0;
    position: absolute;
    content: "";
}.l_training_results::after {
    height: 400px;
    top: -150px;
    opacity: 0.3;
    width: 400px;
    right: -150px;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: rgb(189,194,217,0.5);
    filter: blur(80px);
    animation: pulse 8s infinite alternate;
}@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.05);
    opacity: 0.4;
  }
}

.l_training_results .container {
    max-width: 1100px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.l_training_results .E_skill_classes {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.3);
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 29px;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8));
}.l_training_results .i_img_wrapper {
    flex: 0 0 45%;
    border-radius: 0;
    max-height: 400px;
    transform-origin: right center;
    object-fit: cover;
    z-index: 1;
    transition: all 0.5s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.l_training_results .i_img_wrapper:hover {
    transform: scale(1.03);
}.l_training_results .M_text_list_item {
    flex: 1;
    padding: 35px;
    position: relative;
}.l_training_results h3 {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 25px;
    color: rgb(189,194,217);
    display: inline-block;
}.l_training_results h3::before {
    height: 2px;
    background: rgb(156,154,186);
    left: 0;
    content: "";
    width: 30px;
    top: -10px;
    position: absolute;
}.l_training_results h3::after {
    background: rgb(189,194,217);
    bottom: -10px;
    left: 20px;
    height: 2px;
    content: "";
    position: absolute;
    width: 60px;
}.l_training_results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.l_training_results li {
    border-left: 3px solid transparent;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease;
}.l_training_results li::before {
    content: "";
    transition: height 0.3s ease;
    height: 0;
    width: 3px;
    top: 0;
    position: absolute;
    left: -3px;
    background: linear-gradient(to bottom, rgb(189,194,217), rgb(156,154,186));
}.l_training_results li:hover {
    transform: translateX(5px);
    border-left-color: rgb(156,154,186,0.5);
}.l_training_results li:hover::before {
    height: 100%;
}.l_training_results li p {
    font-size: 18px;
    margin: 0;
    align-items: center;
    color: #000000;
    display: flex;
    gap: 15px;
    padding: 10px 0;
}.l_training_results svg {
    height: 22px;
    border-radius: 50%;
    flex-shrink: 0;
    width: 22px;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom right, rgb(189,194,217,0.5), rgb(156,154,186,0.5));
    padding: 8px;
}.l_training_results svg path {
    fill: rgb(189,194,217);
    transition: fill 0.3s ease;
}.l_training_results li:hover svg {
    transform: rotate(-15deg);
    background: linear-gradient(to bottom right, rgb(189,194,217), rgb(156,154,186));
}.l_training_results li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.l_training_results .E_skill_classes {
    flex-direction: column;
}.l_training_results .i_img_wrapper {
    max-height: 300px;
    flex: 0 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}.l_training_results .M_text_list_item {
    padding: 30px;
    width: 100%;
}
}

@media (max-width: 768px) {.l_training_results {
    padding: 60px 0;
}.l_training_results .i_img_wrapper {
    max-height: 250px;
}.l_training_results h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 576px) {.l_training_results {
    padding: 40px 0;
}.l_training_results .i_img_wrapper {
    max-height: 200px;
}.l_training_results .M_text_list_item {
    padding: 25px 20px;
}.l_training_results h3 {
    font-size: calc(28px * 0.85);
}.l_training_results li {
    margin-bottom: 10px;
}.l_training_results li p {
    padding: 8px 0;
    font-size: calc(18px * 0.9);
    gap: 10px;
}.l_training_results svg {
    height: 18px;
    padding: 6px;
    width: 18px;
}}.L_our_background {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.L_our_background::before {
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(30, 45, 60, 0.92), rgba(20, 30, 45, 0.86));
    position: absolute;
    left: 0;
    height: 100%;
}.L_our_background::after {
    opacity: 0.5;
    content: "";
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    background: 
        radial-gradient(circle at 15% 25%, rgb(189,194,217,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 75%, rgb(156,154,186,0.5) 0%, transparent 40%);
}.L_our_background h4 {
    color: #ffffff;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 3px;
    z-index: 3;
    font-weight: 700;
    text-align: center;
    font-size: calc(23px * 1.2);
}.L_our_background h4::before {
    left: 50%;
    content: "";
    bottom: -12px;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    border-radius: 1px;
    box-shadow: 0 0 15px rgba(rgb(189,194,217), 0.2);
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    position: absolute;
}.L_our_background .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}.L_our_background .M_text_list_item {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 
        0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 15px 10px -10px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px rgba(255, 255, 255, 0.15),
        inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    padding: 40px;
    opacity: 1;
    border-radius: 4px;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
}.L_our_background .M_text_list_item::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    pointer-events: none;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    border-radius: 4px;
    width: 100%;
}.L_our_background .M_text_list_item h6 {
    position: relative;
    display: inline-block;
    color: rgb(189,194,217);
    font-size: calc(19px * 1.4);
    font-weight: 700;
    margin-bottom: 25px;
}.L_our_background .M_text_list_item h6::after {
    position: absolute;
    transform-origin: left;
    width: 40px;
    height: 2px;
    background: rgb(156,154,186);
    bottom: -8px;
    left: 0;
    transition: transform 0.4s ease;
    content: "";
    transform: scaleX(1);
}.L_our_background .M_text_list_item:hover h6::after {
    transform: scaleX(1.5);
}.L_our_background .M_text_list_item div {
    position: relative;
}.L_our_background .M_text_list_item span {
    font-size: 15px;
    display: block;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    column-count: 1;
    margin-bottom: 15px;
    column-gap: 30px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.3px;
    font-weight: 400;
}

@media (min-width: 768px) {.L_our_background {
    padding: 140px 0 120px;
}.L_our_background h4 {
    font-size: calc(23px * 1.4);
    margin-bottom: 60px;
}.L_our_background h4::before {
    width: 80px;
}.L_our_background .M_text_list_item {
    border-radius: 4px;
    padding: 60px;
}.L_our_background .M_text_list_item span {
    column-count: 2;
}
}

@media (min-width: 992px) {.L_our_background {
    padding: 160px 0 140px;
}.L_our_background .container {
    padding: 0 50px;
}.L_our_background h4 {
    font-size: calc(23px * 1.5);
}.L_our_background .M_text_list_item {
    padding: 70px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.L_our_background .M_text_list_item:hover {
    transform: translateY(-5px);
}.L_our_background .M_text_list_item h6 {
    margin-bottom: 30px;
    font-size: calc(19px * 1.6);
}.L_our_background .M_text_list_item span {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1200px) {.L_our_background {
    padding: 180px 0 160px;
}.L_our_background .container {
    max-width: 1400px;
}.L_our_background .M_text_list_item {
    padding: 80px;
}.L_our_background .M_text_list_item span {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.L_our_background {
    padding: 80px 0 60px;
}.L_our_background h4 {
    margin-bottom: 30px;
    font-size: 23px;
}.L_our_background .M_text_list_item {
    padding: 30px;
}.L_our_background .M_text_list_item h6 {
    margin-bottom: 20px;
    font-size: 19px;
}.L_our_background .M_text_list_item span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.L_our_background .M_text_list_item {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.L_our_background .M_text_list_item:hover {
    box-shadow: 
            0 15px 35px -5px rgba(0, 0, 0, 0.15),
            0 20px 15px -15px rgba(0, 0, 0, 0.07),
            inset 0 1px 1px rgba(255, 255, 255, 0.2),
            inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}}.C_pricing_deck {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.C_pricing_deck::before {
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(189,194,217,0.5), rgba(0, 0, 0, 0.5) 90%);
    z-index: 1;
    position: absolute;
}.C_pricing_deck .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.C_pricing_deck .p_cert_plans {
    position: relative;
}.C_pricing_deck h2 {
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 28px;
}.C_pricing_deck h2::after {
    left: 50%;
    height: 3px;
    bottom: -15px;
    width: 80px;
    position: absolute;
    background: rgb(156,154,186);
    content: "";
    transform: translateX(-50%);
}.C_pricing_deck .v_payment_plans {
    max-width: 700px;
    text-align: center;
    line-height: 1.6;
    margin: 30px auto 50px;
    font-size: 18px;
    color: #ffffff;
}.C_pricing_deck .o_price_grid {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    display: grid;
    padding: 0;
}.C_pricing_deck .o_price_grid li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.C_pricing_deck .o_price_grid li:hover {
    transform: translateY(-10px);
}.C_pricing_deck .F_payment_option {
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}.C_pricing_deck .W_pricing_block {
    height: 100%;
    border-left: 3px solid rgb(156,154,186);
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
}.C_pricing_deck .W_pricing_block::before {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(189,194,217,0.5), transparent);
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
}.C_pricing_deck .F_payment_option:hover .W_pricing_block::before {
    opacity: 0.15;
}.C_pricing_deck .W_pricing_block::after {
    transition: transform 0.5s ease;
    background: rgb(156,154,186);
    top: -30px;
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    position: absolute;
    height: 100px;
    z-index: -1;
    width: 100px;
    right: -30px;
}.C_pricing_deck .F_payment_option:hover .W_pricing_block::after {
    transform: scale(1.2);
}.C_pricing_deck .M_training_sub {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    height: 100%;
}.C_pricing_deck .M_training_sub h4 {
    padding-bottom: 12px;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 20px;
}.C_pricing_deck .M_training_sub h4::after {
    bottom: 0;
    width: 40px;
    position: absolute;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    background: rgb(156,154,186);
}.C_pricing_deck .F_payment_option:hover .M_training_sub h4::after {
    width: 60px;
}.C_pricing_deck .M_training_sub p {
    color: #ffffff;
    font-size: calc(18px - 2px);
    margin: 0 0 25px;
    opacity: 0.85;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.5;
    overflow-wrap: break-word;
    flex-grow: 1;
}.C_pricing_deck .D_basic_cost {
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    font-size: calc(21px + 4px);
    padding: 15px 0 0;
    display: block;
    margin-top: auto;
    font-weight: 700;
    color: #ffffff;
}.C_pricing_deck .D_basic_cost::before {
    content: "";
    top: -1px;
    position: absolute;
    left: 0;
    width: 30%;
    background: rgb(156,154,186);
    height: 1px;
}

@media (min-width: 992px) {.C_pricing_deck .o_price_grid {
    grid-template-columns: repeat(4, 1fr);
}.C_pricing_deck .W_pricing_block {
    padding: 35px 25px;
}.C_pricing_deck h2 {
    font-size: calc(28px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.C_pricing_deck .o_price_grid {
    grid-template-columns: repeat(2, 1fr);
}.C_pricing_deck {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.C_pricing_deck {
    padding: 80px 0;
}.C_pricing_deck .o_price_grid {
    grid-template-columns: 1fr;
}.C_pricing_deck h2 {
    font-size: calc(28px - 2px);
}.C_pricing_deck .v_payment_plans {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.C_pricing_deck .M_training_sub p {
    font-size: calc(18px - 3px);
    overflow-y: auto;
    padding-right: 10px;
    max-height: 300px;
}.C_pricing_deck .M_training_sub p::-webkit-scrollbar {
    width: 3px;
}.C_pricing_deck .M_training_sub p::-webkit-scrollbar-thumb {
    background: rgb(156,154,186);
}
}

@media (max-width: 480px) {.C_pricing_deck .W_pricing_block {
    padding: 30px 20px;
}.C_pricing_deck h2 {
    font-size: calc(28px - 4px);
}.C_pricing_deck .D_basic_cost {
    font-size: calc(21px + 2px);
}}.B_follow {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,194,217,0.5) 0%, rgb(156,154,186,0.5) 100%);
    font-family: Arial, sans-serif;
    color: #000000;
}.B_follow::before {
    animation: rotate 200s linear infinite;
    position: absolute;
    content: "";
    height: 200%;
    background-size: 5vmin 5vmin;
    background: radial-gradient(circle at center, #ffffff 0.5%, transparent 8%);
    top: -50%;
    pointer-events: none;
    left: -50%;
    width: 200%;
    opacity: 0.1;
}.B_follow::after {
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    background: radial-gradient(ellipse at 70% 30%, rgb(189,194,217,0.5) 0%, transparent 70%);
    right: 0;
}.B_follow .container {
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.B_follow .E_skill_classes {
    background: linear-gradient(145deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    display: flex;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    align-items: center;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.07),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    padding: 3rem 2.5rem;
}.B_follow .E_skill_classes::before {
    animation: pulse 6s ease-in-out infinite;
    right: -15px;
    height: 80px;
    transform: rotate(0deg);
    border: 2px solid rgb(189,194,217,0.5);
    border-left: none;
    width: 80px;
    content: "";
    top: -15px;
    opacity: 0.5;
    border-bottom: none;
    position: absolute;
}.B_follow .E_skill_classes::after {
    transform: rotate(0deg);
    opacity: 0.5;
    border-right: none;
    animation: pulse 6s ease-in-out infinite reverse;
    position: absolute;
    border-top: none;
    width: 80px;
    height: 80px;
    content: "";
    left: -15px;
    border: 2px solid rgb(156,154,186);
    bottom: -15px;
}.B_follow h4 {
    font-weight: 600;
    line-height: 1.4;
    transition: all 0.3s ease;
    transform: translateY(0);
    text-align: center;
    letter-spacing: 0.015em;
    max-width: 720px;
    font-size: calc(18px * 0.9);
    color: #000000;
    margin-bottom: 2rem;
}.B_follow .input_holder {
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    position: relative;
    max-width: 600px;
    display: flex;
}.B_follow .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.B_follow .input_holder input[type="email"] {
    font-weight: 400;
    font-size: 18px;
    height: 54px;
    width: 100%;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0 1.5rem;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.2);
}.B_follow .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 0 0 3px rgb(189,194,217,0.5);
    transform: translateY(-2px);
    border-color: rgb(189,194,217);
    background: #ffffff;
}.B_follow .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.B_follow .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.B_follow .input_holder input[type="submit"] {
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
    background: rgb(189,194,217);
    width: 100%;
    letter-spacing: 0.03em;
    cursor: pointer;
    border: none;
    height: 54px;
    overflow: hidden;
    color: #ffffff;
}.B_follow .input_holder input[type="submit"]:hover {
    transform: translateY(-2px);
    background: rgb(156,154,186);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.B_follow .input_holder input[type="submit"]:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(1px);
}.B_follow .input_holder input[type="submit"]::before {
    width: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    left: -100%;
    height: 100%;
    transition: left 0.6s ease;
    position: absolute;
}.B_follow .input_holder input[type="submit"]:hover::before {
    left: 100%;
}

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

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

@media (max-width: 991px) {.B_follow {
    padding: 5rem 0;
}.B_follow .E_skill_classes {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.B_follow h4 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 767px) {.B_follow {
    padding: 4rem 0;
}.B_follow .E_skill_classes {
    padding: 2rem 1.5rem;
    transform: none;
}.B_follow h4 {
    margin-bottom: 1.25rem;
    font-size: calc(18px * 0.8);
}.B_follow .input_holder {
    gap: 0.75rem;
}.B_follow .E_skill_classes::before,
    .B_follow .E_skill_classes::after {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 575px) {.B_follow {
    padding: 3rem 0;
}.B_follow .E_skill_classes {
    padding: 1.75rem 1.25rem;
}.B_follow h4 {
    font-size: calc(18px * 1.1);
    line-height: 1.4;
    margin-bottom: 1rem;
}.B_follow .input_holder input[type="email"],
    .B_follow .input_holder input[type="submit"] {
    height: 50px;
}.B_follow .E_skill_classes::before,
    .B_follow .E_skill_classes::after {
    width: 50px;
    height: 50px;
}
}

@media (hover: hover) {.B_follow .input_holder input[type="email"]:hover {
    background: rgba(255,255,255,0.95);
    border-color: rgba(rgb(189,194,217), 0.5);
}.B_follow h4:hover {
    transform: translateY(-2px);
}
}

@media (prefers-reduced-motion) {.B_follow::before {
    animation: none;
}.B_follow .E_skill_classes::before,
    .B_follow .E_skill_classes::after {
    animation: none;
}.B_follow .input_holder input[type="submit"]::before {
    display: none;
}}.P_primary_page {
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
    min-height: 100vh;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(0, 0, 0, 0.5) 100%);
}.P_primary_page::before {
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(45deg, rgb(156,154,186,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    position: absolute;
}.P_primary_page > div {
    margin: 0 auto;
    display: flex;
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    gap: 4rem;
}.P_primary_page > div > div:first-child {
    transform: translateX(2%);
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    max-width: 700px;
}.P_primary_page > div > div:first-child::after {
    animation: lineGrow 1.2s ease-out forwards 0.5s;
    background: rgb(189,194,217);
    transform-origin: left;
    content: "";
    left: 0;
    width: 80px;
    bottom: -20px;
    height: 4px;
    position: absolute;
    transform: scaleX(0);
}@keyframes lineGrow {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.P_primary_page .u_main_first {
    font-size: 45px;
    margin: 0;
    opacity: 0;
    transform: translateY(30px);
    color: #ffffff;
    animation: fadeUp 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
}@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.P_primary_page p {
    line-height: 1.6;
    max-width: 90%;
    margin: 0;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    font-size: 12px;
}.P_primary_page .d_course_front {
    opacity: 0;
    transform: translateY(40px);
    width: 100%;
    position: relative;
    animation: fadeUp 1s ease-out forwards 0.6s;
}.P_primary_page .f_skills_center {
    overflow: hidden;
    height: 400px;
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-2deg);
}.P_primary_page .f_skills_center:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.P_primary_page .f_skills_center::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
}.P_primary_page .f_skills_center span {
    bottom: 0;
    transition: transform 0.4s ease;
    padding: 2rem;
    transform: translateY(10px);
    z-index: 2;
    position: absolute;
    width: 100%;
    left: 0;
}.P_primary_page .f_skills_center:hover span {
    transform: translateY(0);
}.P_primary_page .f_skills_center h3 {
    font-weight: 600;
    margin: 0;
    font-size: calc(24px * 0.9);
    line-height: 1.5;
    color: #ffffff;
}

@media (min-width: 768px) {.P_primary_page {
    padding: 8rem 4rem;
}.P_primary_page > div {
    gap: 2rem;
    align-items: center;
    flex-direction: row;
}.P_primary_page > div > div:first-child {
    transform: translateX(0);
    flex: 1;
}.P_primary_page .d_course_front {
    flex: 1.2;
}.P_primary_page .f_skills_center {
    height: 450px;
    transform: perspective(1000px) rotateY(-3deg) translateX(5%);
}.P_primary_page .f_skills_center:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0) scale(1.02);
}.P_primary_page .u_main_first {
    font-size: calc(45px * 1.1);
}.P_primary_page .f_skills_center h3 {
    font-size: 24px;
}
}

@media (min-width: 992px) {.P_primary_page {
    padding: 8rem 6rem;
}.P_primary_page > div {
    gap: 4rem;
}.P_primary_page > div > div:first-child {
    flex: 0.8;
}.P_primary_page .d_course_front {
    flex: 1.2;
}.P_primary_page .f_skills_center {
    height: 500px;
}.P_primary_page .u_main_first {
    font-size: calc(45px * 1.2);
}
}

@media (max-width: 767px) {.P_primary_page {
    text-align: center;
    padding: 5rem 1.5rem;
}.P_primary_page > div > div:first-child {
    align-items: center;
    transform: translateX(0);
}.P_primary_page > div > div:first-child::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes lineGrow {
    0% { transform: translateX(-50%) scaleX(0); }
    100% { transform: translateX(-50%) scaleX(1); }
  }
  
  .P_primary_page p {
    max-width: 100%;
}.P_primary_page .f_skills_center {
    height: 350px;
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 480px) {.P_primary_page {
    padding: 4rem 1rem;
}.P_primary_page > div {
    gap: 3rem;
}.P_primary_page .u_main_first {
    font-size: calc(45px * 0.85);
}.P_primary_page p {
    font-size: calc(12px * 0.95);
}.P_primary_page .f_skills_center {
    height: 300px;
}.P_primary_page .f_skills_center span {
    padding: 1.5rem;
}.P_primary_page .f_skills_center h3 {
    font-size: calc(24px * 0.8);
}}.l_contact_form_box {
    position: relative;
    background: linear-gradient(120deg, rgb(222,222,236) 0%, #1a1e2e 100%);
    overflow: hidden;
    padding: 90px 0;
}.l_contact_form_box::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(189,194,217), 0.05) 100%);
    z-index: 0;
    width: 100%;
}.l_contact_form_box::after {
    height: 100px;
    content: "";
    bottom: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    position: absolute;
    left: 0;
}.l_contact_form_box .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.l_contact_form_box h2 {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 70px;
}.l_contact_form_box h2::before {
    background: rgb(189,194,217);
    position: absolute;
    height: 2px;
    width: 30px;
    left: calc(50% - 50px);
    content: "";
    bottom: -20px;
}.l_contact_form_box h2::after {
    background: rgb(189,194,217);
    width: 70px;
    content: "";
    height: 2px;
    bottom: -20px;
    left: calc(50% - 10px);
    position: absolute;
}.l_contact_form_box .X_help_map {
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    grid-template-columns: 6fr 4fr;
}.l_contact_form_box .i_img_wrapper {
    position: relative;
    min-height: 100%;
}.l_contact_form_box .i_img_wrapper::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    z-index: 1;
}.l_contact_form_box .i_img_wrapper::after {
    width: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(189,194,217), 0.1) 10px, rgba(rgb(189,194,217), 0.1) 11px);
    height: 100%;
    animation: scanLines 5s linear infinite;
    left: 0;
    top: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.l_contact_form_box .i_feedback_map {
    position: relative;
    padding: 50px;
}.l_contact_form_box .i_feedback_map::before {
    left: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}.l_contact_form_box #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.l_contact_form_box h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 23px;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
}.l_contact_form_box h3::after {
    width: 50px;
    height: 2px;
    background: rgb(189,194,217);
    left: 0;
    content: "";
    bottom: -10px;
    position: absolute;
}.l_contact_form_box input[type="text"] {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
}.l_contact_form_box input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(189,194,217);
    box-shadow: 0 0 15px rgba(rgb(189,194,217), 0.2);
    outline: none;
}.l_contact_form_box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.l_contact_form_box .T_help_feedback {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}.l_contact_form_box .T_help_feedback input[type="checkbox"] {
    width: 24px;
    cursor: pointer;
    border-radius: 3px;
    appearance: none;
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    height: 24px;
    position: relative;
}.l_contact_form_box .T_help_feedback input[type="checkbox"]:checked {
    border-color: rgb(189,194,217);
    background: rgb(189,194,217);
}.l_contact_form_box .T_help_feedback input[type="checkbox"]:checked::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 9px;
    height: 10px;
    width: 6px;
    content: "";
    top: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
}.l_contact_form_box .T_help_feedback label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(16px - 2px);
}.l_contact_form_box .T_help_feedback a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(189,194,217);
    text-decoration: none;
}.l_contact_form_box .T_help_feedback a:hover {
    color: #ffffff;
}.l_contact_form_box .T_help_feedback a::after {
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    bottom: -2px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(189,194,217);
}.l_contact_form_box .T_help_feedback a:hover::after {
    background: #ffffff;
}.l_contact_form_box .V_support_reach {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    align-self: flex-start;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgb(189,194,217);
    margin-top: 10px;
    padding: 16px 35px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: none;
}.l_contact_form_box .V_support_reach::before {
    width: 100%;
    left: -100%;
    content: "";
    transition: all 0.5s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}.l_contact_form_box .V_support_reach:hover {
    transform: translateY(-3px);
    background: rgb(156,154,186);
}.l_contact_form_box .V_support_reach:hover::before {
    left: 100%;
}.l_contact_form_box svg {
    height: 22px;
    fill: rgb(189,194,217);
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(189,194,217), 0.5));
    transition: all 0.3s ease;
}.l_contact_form_box svg path {
    fill: rgb(189,194,217);
    transition: all 0.3s ease;
}.l_contact_form_box svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.l_contact_form_box svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.l_contact_form_box {
    padding: 70px 0;
}.l_contact_form_box .X_help_map {
    grid-template-columns: 1fr;
}.l_contact_form_box .i_img_wrapper {
    min-height: 300px;
}.l_contact_form_box .i_feedback_map {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.l_contact_form_box {
    padding: 50px 0;
}.l_contact_form_box h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 50px;
}.l_contact_form_box .i_img_wrapper {
    min-height: 250px;
}
}

@media (max-width: 576px) {.l_contact_form_box {
    padding: 40px 0;
}.l_contact_form_box .container {
    padding: 0 15px;
}.l_contact_form_box h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 6px);
}.l_contact_form_box h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.l_contact_form_box h2::after {
    width: 50px;
}.l_contact_form_box .i_feedback_map {
    padding: 30px 20px 40px;
}.l_contact_form_box #contact {
    gap: 20px;
}.l_contact_form_box .V_support_reach {
    width: 100%;
}.l_contact_form_box .i_img_wrapper {
    min-height: 200px;
}}.B_tyField {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(189,194,217,0.5) 100%);
}.B_tyField::before {
    content: "";
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    position: absolute;
    bottom: 0;
}.B_tyField::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(189,194,217,0.5) 0%, transparent 50%);
}.B_tyField .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 10;
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 2rem;
    position: relative;
}.B_tyField h2 {
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    color: rgb(189,194,217);
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    font-size: 28px;
    max-width: 90%;
    transform-origin: left center;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.B_tyField h2::after {
    animation: expandLine 0.5s 0.8s forwards ease-out;
    background: linear-gradient(90deg, rgb(189,194,217) 0%, rgb(156,154,186) 100%);
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    width: 100px;
    position: absolute;
    bottom: -12px;
    height: 4px;
    content: "";
}.B_tyField .E_skill_classes {
    position: relative;
    transform: translateY(0);
    animation: fadeInUp 0.6s 0.4s both;
    padding: 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(156,154,186);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.4s ease-out;
}.B_tyField .E_skill_classes::before {
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(156,154,186) 0%, rgb(189,194,217) 100%);
    height: 5px;
    top: 0;
    content: "";
}.B_tyField .E_skill_classes:hover {
    transform: translateY(-5px);
}.B_tyField ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.B_tyField li {
    padding-left: 1.5rem;
    position: relative;
}.B_tyField li::before {
    width: 8px;
    background: rgb(156,154,186);
    content: "";
    position: absolute;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    top: 0.7rem;
    border-radius: 50%;
    left: 0;
    height: 8px;
    transform: scale(0);
}.B_tyField span {
    display: block;
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
    animation: fadeText 0.8s 0.6s both;
    color: #000000;
    line-height: 1.8;
}

@keyframes slideInTitle {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

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

@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 991px) {.B_tyField {
    padding: 5rem 0;
}.B_tyField h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.B_tyField .E_skill_classes {
    padding: 2rem;
}
}

@media (max-width: 767px) {.B_tyField {
    padding: 4rem 0;
}.B_tyField h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.B_tyField h2::after {
    width: 80px;
    height: 3px;
}.B_tyField .E_skill_classes {
    padding: 1.75rem;
}.B_tyField span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.B_tyField {
    padding: 3rem 0;
}.B_tyField .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.B_tyField h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.75rem;
}.B_tyField .E_skill_classes {
    padding: 1.5rem;
}.B_tyField li {
    padding-left: 1.25rem;
}.B_tyField li::before {
    top: 0.65rem;
    width: 6px;
    height: 6px;
}.B_tyField span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}.i_course_offering {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(222,222,236);
}.i_course_offering::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    height: 100%;
    background-size: 60px 60px;
    content: "";
    left: 0;
    top: 0;
}.i_course_offering::after {
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    content: "";
    background: radial-gradient(circle at center, rgb(189,194,217,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 2;
    top: 0;
}.i_course_offering .H_career_ready {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}.i_course_offering .M_text_list_item {
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 4;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 23px;
    padding: 40px;
}.i_course_offering .M_text_list_item::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(189,194,217,0.5), transparent 70%, rgb(156,154,186,0.5)) border-box;
    -webkit-mask-composite: xor;
    width: 100%;
    opacity: 0.3;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border: 1px solid transparent;
    content: "";
    left: 0;
    border-radius: 23px;
    height: 100%;
    top: 0;
    mask-composite: exclude;
}.i_course_offering .M_text_list_item h2 {
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    font-size: 36px;
}.i_course_offering .M_text_list_item h2::after {
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    bottom: 0;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    width: 60px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
}.i_course_offering .M_text_list_item .description {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}.i_course_offering .M_text_list_item .description:last-child {
    margin-bottom: 0;
}.i_course_offering .i_img_wrapper {
    height: 500px;
    margin-top: 60px;
    position: relative;
    border-radius: 23px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow: hidden;
}.i_course_offering .i_img_wrapper::before {
    z-index: 1;
    opacity: 0.3;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(189,194,217,0.5) 0%, transparent 50%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.i_course_offering .i_img_wrapper::after {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent 50%, rgb(156,154,186,0.5) 100%);
    opacity: 0.3;
    content: "";
    height: 100%;
    left: 0;
    z-index: 2;
}.i_course_offering .H_career_ready::before,
.i_course_offering .H_career_ready::after {
    top: 50%;
    z-index: 1;
    content: "";
    background-color: rgb(189,194,217,0.5);
    width: 200px;
    position: absolute;
    height: 1px;
    opacity: 0.5;
}.i_course_offering .H_career_ready::before {
    transform: rotate(45deg);
    left: -100px;
}.i_course_offering .H_career_ready::after {
    transform: rotate(-45deg);
    right: -100px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.i_course_offering .H_career_ready {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-gap: 30px;
}.i_course_offering .M_text_list_item {
    margin-bottom: 60px;
    grid-column: 1 / 3;
    grid-row: 1;
    max-width: 100%;
}.i_course_offering .M_text_list_item .description:first-of-type {
    grid-column: 1;
    text-align: right;
    padding-right: 30px;
    grid-row: 2;
}.i_course_offering .M_text_list_item .description:last-child {
    grid-row: 2;
    padding-left: 30px;
    text-align: left;
    grid-column: 2;
}.i_course_offering .i_img_wrapper {
    grid-column: 1 / 3;
    height: 500px;
    grid-row: 3;
    max-width: 100%;
    margin-top: 60px;
}.i_course_offering .H_career_ready {
    position: relative;
}.i_course_offering .H_career_ready::after {
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(189,194,217,0.5) 30%, rgb(189,194,217,0.5) 70%, transparent);
    position: absolute;
    left: 50%;
    content: "";
    z-index: 1;
    height: 100%;
    transform: translateX(-50%);
}
}

@media (min-width: 1200px) {.i_course_offering .H_career_ready {
    flex-direction: column;
    align-items: center;
    display: flex;
}.i_course_offering .M_text_list_item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}.i_course_offering .M_text_list_item h2 {
    width: 100%;
}.i_course_offering .M_text_list_item .description {
    padding: 0 15px;
    width: calc(50% - 30px);
    text-align: left;
    position: relative;
}.i_course_offering .M_text_list_item .description:first-of-type::after {
    right: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(189,194,217,0.5), transparent);
    position: absolute;
    content: "";
    height: 100%;
}.i_course_offering .i_img_wrapper {
    border-radius: calc(23px * 2);
    margin-top: 60px;
    height: 450px;
    max-width: 80%;
}.i_course_offering .H_career_ready::after {
    display: none;
}
}

@media (max-width: 991px) {.i_course_offering {
    padding: 80px 0;
}.i_course_offering .M_text_list_item {
    padding: 30px;
}.i_course_offering .M_text_list_item h2 {
    font-size: calc(36px * 0.9);
}.i_course_offering .i_img_wrapper {
    height: 400px;
    margin-top: 40px;
}.i_course_offering .H_career_ready::before,
    .i_course_offering .H_career_ready::after {
    width: 150px;
}
}

@media (max-width: 768px) {.i_course_offering {
    padding: 60px 0;
}.i_course_offering .M_text_list_item {
    padding: 25px 20px;
}.i_course_offering .M_text_list_item h2 {
    padding-bottom: 15px;
    font-size: calc(36px * 0.85);
    margin-bottom: 25px;
}.i_course_offering .M_text_list_item h2::after {
    height: 2px;
    width: 50px;
}.i_course_offering .M_text_list_item .description {
    font-size: calc(14px * 0.95);
}.i_course_offering .i_img_wrapper {
    margin-top: 30px;
    height: 350px;
}.i_course_offering .H_career_ready::before,
    .i_course_offering .H_career_ready::after {
    display: none;
}
}

@media (max-width: 576px) {.i_course_offering {
    padding: 50px 0;
}.i_course_offering .M_text_list_item {
    padding: 20px 15px;
}.i_course_offering .M_text_list_item h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.8);
    padding-bottom: 12px;
}.i_course_offering .M_text_list_item h2::after {
    width: 40px;
}.i_course_offering .M_text_list_item .description {
    line-height: 1.7;
    font-size: calc(14px * 0.9);
}.i_course_offering .i_img_wrapper {
    margin-top: 25px;
    height: 250px;
}}.Y_cookie_overlay_banner {
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-top: 3px solid rgb(189,194,217);
    bottom: 0;
    position: fixed;
    background: rgb(222,222,236);
    transition: transform 0.3s ease-in-out;
}.t_cookie_user {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1200px;
}.v_user_default {
    flex-shrink: 0;
    margin-right: 15px;
}.v_user_default svg {
    transition: fill 0.3s ease;
    width: 60px;
    fill: rgb(189,194,217);
    height: 60px;
}.v_user_default svg:hover {
    fill: rgb(156,154,186);
}.G_user_alert {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.Y_cookie_overlay_banner h5 {
    color: rgb(189,194,217);
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
}.Y_cookie_overlay_banner p {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
}.L_policy_ack {
    text-align: center;
    background: rgb(189,194,217);
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 35px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    border-radius: 17px;
    cursor: pointer;
    margin-left: 10px;
}.L_policy_ack:hover {
    background: rgb(156,154,186);
    box-shadow: 0 0 10px rgb(156,154,186,0.5);
}#Y_approve_cookie_collection {
    background: rgb(189,194,217);
}#d_disallow_cookies_collection {
    background: rgba(0, 0, 0, 0.5);
}.Y_cookie_overlay_banner p a {
    color: rgb(189,194,217);
    text-decoration: underline;
    transition: color 0.3s ease;
}.Y_cookie_overlay_banner p a:hover {
    color: rgb(156,154,186);
}
@media only screen and (max-width: 1200px) {.t_cookie_user {
    flex-direction: column;
    align-items: center;
}.v_user_default {
    margin-bottom: 15px;
}.G_user_alert {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.L_policy_ack {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.t_cookie_user {
    padding: 15px;
}.v_user_default {
    display: none;
}.Y_cookie_overlay_banner h5 {
    font-size: 22px;
}.Y_cookie_overlay_banner p {
    font-size: 16px;
}}
#f_cookie_alert_dialog {
    display: none;
}#f_cookie_alert_dialog:checked ~ .Y_cookie_overlay_banner {
    visibility: hidden;
    opacity: 0;
}footer {
    width: 100%;
    position: relative;
}.I_footer_edu {
    position: relative;
    overflow: hidden;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
}footer .F_mentor_cta {
    position: relative;
    z-index: 1;
}footer .G_contact_details {
    padding: 40px 20px;
    flex-wrap: wrap;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    color: #ffffff;
    margin-bottom: 70px;
    position: relative;
    display: flex;
    background-color: rgb(156,154,186);
    gap: 20px;
    justify-content: center;
}footer .G_contact_details::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    top: 0;
    pointer-events: none;
    height: 100%;
    content: "";
}footer .info_item {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    flex: 1 1 200px;
    align-items: center;
    max-width: 300px;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    height: 22px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: -30px;
}footer .text_main_holder::before {
    position: absolute;
    background-color: #ffffff;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}footer .C_main_learn {
    text-align: center;
    padding-top: 60px;
}footer .C_main_learn svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .P_leaderboard {
    margin: 0 auto;
    max-width: 350px;
    color: #000000;
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
}footer .F_main_train {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(222,222,236);
    margin: 0 20px;
    padding: 30px;
    position: relative;
}footer .F_main_train h5 {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    font-size: 23px;
}footer .F_main_train h5::after {
    height: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(189,194,217), transparent);
    bottom: -8px;
    width: 100%;
    content: "";
    position: absolute;
}footer .Z_main_base {
    gap: 10px 30px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    flex-wrap: wrap;
}footer .Z_main_base a {
    position: relative;
    padding: 8px 0;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    flex: 1 0 calc(50% - 30px);
}footer .Z_main_base a::after {
    position: absolute;
    background-color: rgb(189,194,217);
    width: 0;
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}footer .Z_main_base a:hover {
    color: rgb(189,194,217);
    padding-left: 5px;
}footer .Z_main_base a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    color: #ffffff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    margin: 0 20px;
    background-color: rgb(189,194,217);
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    top: 0;
    pointer-events: none;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .Q_sub_objective {
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 15px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    background-color: #000000;
    cursor: pointer;
}footer .Q_sub_objective:hover {
    background-color: rgb(156,154,186);
}footer .V_lesson_cta {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}footer .e_green_edu {
    color: #000000;
    text-align: center;
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .Q_sub_objective {
    white-space: nowrap;
}footer .C_main_learn {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .G_contact_details {
    padding: 30px 15px 50px;
}footer .F_main_train, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .V_lesson_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .G_contact_details {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .F_main_train h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .Z_main_base a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .Q_sub_objective {
    padding: 12px;
}}.L_privacy_box {
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    position: relative;
    padding: 5rem 2rem;
    background: rgb(222,222,236);
}.L_privacy_box::before {
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(156,154,186,0.5), 0.03) 0%,
        rgba(rgb(156,154,186,0.5), 0.08) 60%, 
        rgba(rgb(156,154,186,0.5), 0.15) 100%);
    top: 0;
    width: 100%;
}.L_privacy_box::after {
    transform: rotate(-15deg);
    width: 200px;
    opacity: 0.1;
    top: -40px;
    position: absolute;
    height: 200px;
    right: -40px;
    content: "";
    background: linear-gradient(to bottom right, 
        rgb(156,154,186) 0%, 
        transparent 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
    filter: blur(20px);
}.L_privacy_box .container {
    padding: 3rem;
    transform: perspective(1000px) rotateY(0.5deg);
    background: #ffffff;
    transition: transform 0.5s ease-out;
    transform-origin: left center;
    max-width: 1140px;
    margin: 0 auto;
    border-left: 4px solid rgb(189,194,217);
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    z-index: 2;
    position: relative;
}.L_privacy_box .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.L_privacy_box h1 {
    font-weight: 700;
    border-bottom: 1px solid rgba(rgb(156,154,186,0.5), 0.2);
    line-height: 1.2;
    margin: 0 0 2.5rem 0;
    color: #000000;
    position: relative;
    letter-spacing: -0.02em;
    padding-bottom: 1.5rem;
    font-size: 47px;
}.L_privacy_box h1::before {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 30%;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    left: 0;
    content: "";
    transform: scaleX(1);
    bottom: -1px;
    height: 3px;
    position: absolute;
}.L_privacy_box h1:hover::before {
    transform: scaleX(1.2);
}.L_privacy_box h2 {
    font-weight: 600;
    position: relative;
    font-size: 35px;
    padding-left: 1.2rem;
    margin: 3rem 0 1.5rem;
    color: #000000;
}.L_privacy_box h2::before {
    width: 4px;
    left: 0;
    height: calc(100% - 1rem);
    content: "";
    position: absolute;
    top: 0.5rem;
    border-radius: 2px;
    background: rgb(156,154,186);
}.L_privacy_box h3 {
    padding-bottom: 0.8rem;
    font-size: calc(35px * 0.8);
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    border-bottom: 1px dashed rgba(rgb(156,154,186,0.5), 0.2);
    color: #000000;
}.L_privacy_box h4 {
    margin: 2rem 0 1rem;
    letter-spacing: 0.01em;
    font-size: calc(35px * 0.7);
    font-weight: 400;
    color: #000000;
}.L_privacy_box p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.8;
    max-width: 95%;
}.L_privacy_box strong {
    font-weight: 600;
    color: rgb(189,194,217);
}.L_privacy_box span {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(rgb(156,154,186,0.5), 0.3);
}.L_privacy_box ul {
    list-style-type: none;
    padding-left: 1.2rem;
    margin: 1.5rem 0 2.5rem;
}.L_privacy_box li {
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #000000;
    position: relative;
    font-size: 15px;
    padding-left: 1.5rem;
}.L_privacy_box li::before {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    top: 0.7rem;
    content: "";
    opacity: 0.8;
    position: absolute;
    transition: transform 0.3s ease, background 0.3s ease;
    background: rgb(156,154,186);
    left: 0;
}.L_privacy_box li:hover::before {
    background: rgb(189,194,217);
    transform: rotate(135deg);
}

@media (max-width: 992px) {.L_privacy_box {
    padding: 4rem 1.5rem;
}.L_privacy_box .container {
    transform: perspective(800px) rotateY(0deg);
    padding: 2.5rem 2rem;
}.L_privacy_box h1 {
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
    font-size: calc(47px * 0.9);
}.L_privacy_box h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.L_privacy_box {
    padding: 3rem 1rem;
}.L_privacy_box .container {
    border-left: 3px solid rgb(189,194,217);
    padding: 2rem 1.5rem;
}.L_privacy_box h1 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: calc(47px * 0.8);
}.L_privacy_box h2 {
    font-size: calc(35px * 0.8);
    padding-left: 1rem;
    margin: 2rem 0 1rem;
}.L_privacy_box h3 {
    font-size: calc(35px * 0.7);
    margin: 2rem 0 1rem;
}.L_privacy_box h4 {
    font-size: calc(35px * 0.6);
}.L_privacy_box p, 
    .L_privacy_box span,
    .L_privacy_box li {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.L_privacy_box ul {
    padding-left: 0.5rem;
}.L_privacy_box li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.L_privacy_box {
    padding: 2rem 0.5rem;
}.L_privacy_box .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(189,194,217);
}.L_privacy_box h1 {
    font-size: calc(47px * 0.7);
}.L_privacy_box h2 {
    font-size: calc(35px * 0.7);
}.L_privacy_box h2::before {
    width: 3px;
    height: calc(100% - 0.8rem);
    top: 0.4rem;
}.L_privacy_box p, 
    .L_privacy_box span,
    .L_privacy_box li {
    max-width: 100%;
    font-size: calc(15px * 0.9);
}.L_privacy_box span {
    padding-left: 0.8rem;
}.L_privacy_box li::before {
    width: 6px;
    height: 6px;
}}.O_attempt_now {
    position: relative;
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(156,154,186,0.5) 0%, rgb(222,222,236) 100%);
    overflow: hidden;
}.O_attempt_now::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    opacity: 0.03;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(222,222,236) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(222,222,236) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(222,222,236) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(222,222,236) 75%);
    background-size: 20px 20px;
    width: 100%;
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
}.O_attempt_now .E_skill_classes {
    gap: 30px;
    display: grid;
    z-index: 10;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.O_attempt_now .container p {
    z-index: 5;
    line-height: 1.4;
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    color: #000000;
    padding: 50px;
    margin: 0;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    transition: transform 0.5s ease;
    font-weight: 700;
    font-size: 31px;
}.O_attempt_now .V_support_reach {
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    background: rgb(189,194,217);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    justify-content: center;
    border-radius: 11px;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    padding: 50px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    z-index: 5;
    position: relative;
}.O_attempt_now .V_support_reach::before {
    width: 200%;
    left: -50%;
    content: '';
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, rgb(156,154,186) 0%, transparent 60%);
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.5s ease;
}.O_attempt_now .container p:hover,
.O_attempt_now .V_support_reach:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.O_attempt_now .V_support_reach:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.O_attempt_now .V_support_reach:hover::before {
    animation: pulse-bg 3s infinite;
    opacity: 0.3;
}.O_attempt_now::after {
    right: -50px;
    bottom: -50px;
    background: linear-gradient(
        45deg,
        rgb(189,194,217,0.5),
        rgb(156,154,186,0.5)
    );
    content: '';
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    width: 300px;
    filter: blur(80px);
    height: 300px;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.O_attempt_now {
    padding: 90px 0;
}.O_attempt_now .container p {
    padding: 40px;
    font-size: calc(22px * 1.2);
}.O_attempt_now .V_support_reach {
    padding: 40px;
}
}

@media (max-width: 767px) {.O_attempt_now {
    padding: 70px 0;
}.O_attempt_now .E_skill_classes {
    grid-template-columns: 1fr;
}.O_attempt_now .container p {
    font-size: 22px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 30px;
}.O_attempt_now .V_support_reach {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 25px;
}.O_attempt_now .container p:hover,
    .O_attempt_now .V_support_reach:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.O_attempt_now {
    padding: 50px 0;
}.O_attempt_now .container p {
    padding: 25px 20px;
    font-size: calc(17px * 1.2);
}.O_attempt_now .V_support_reach {
    font-size: calc(20px * 0.9);
    padding: 20px;
}
}