* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.Ze_affiliate_cta {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.Fz_segment-wrapper {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1181px;
}header,footer {
    width: 100%;
}.Lf_nav_skill {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.YI_academic_expertise {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(211,215,232) 0%, #ffffff 100%);
    position: relative;
    padding: 70px 30px;
}.YI_academic_expertise::before {
    left: 0;
    height: 100%;
    z-index: 0;
    opacity: 0.4;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(169,180,207,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
    position: absolute;
}.YI_academic_expertise::after {
    background: radial-gradient(circle at 70% 30%, rgb(127,136,182,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
    opacity: 0.3;
    top: 0;
    position: absolute;
    right: 0;
}.YI_academic_expertise .Xb_testimonials_hub {
    display: grid;
    perspective: 1500px;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1000px;
}.YI_academic_expertise .VQ_img_cell {
    height: 300px;
    overflow: hidden;
    transform-origin: bottom;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 19px 19px 0 0;
    transform: rotateX(10deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
}.YI_academic_expertise .VQ_img_cell::before {
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
}.YI_academic_expertise .Xb_testimonials_hub:hover .VQ_img_cell {
    transform: rotateX(0deg) translateZ(30px);
}.YI_academic_expertise .OU_work_exp {
    border-radius: 0 0 19px 19px;
    background: #ffffff;
    transform: rotateX(-5deg);
    transform-origin: top;
    position: relative;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.YI_academic_expertise .Xb_testimonials_hub:hover .OU_work_exp {
    transform: rotateX(0deg) translateZ(20px);
}.YI_academic_expertise .name {
    transform: translateZ(0);
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    color: rgb(169,180,207);
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: 29px;
}.YI_academic_expertise .name::after {
    position: absolute;
    height: 3px;
    transition: width 0.4s ease 0.1s;
    content: "";
    background: linear-gradient(to right, rgb(127,136,182), transparent);
    left: 0;
    bottom: -5px;
    width: 0;
}.YI_academic_expertise .Xb_testimonials_hub:hover .name::after {
    width: 100%;
}.YI_academic_expertise .Xb_testimonials_hub:hover .name {
    transform: translateZ(10px);
}.YI_academic_expertise .OU_work_exp > div:nth-child(2) {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    transform: translateZ(0);
    opacity: 0.7;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    letter-spacing: 1px;
    color: #000000;
}.YI_academic_expertise .Xb_testimonials_hub:hover .OU_work_exp > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(127,136,182);
}.YI_academic_expertise .fL_career_table {
    position: relative;
    font-size: 14px;
    transition: transform 0.4s ease 0.2s;
    transform: translateZ(0);
    padding: 20px 0 0 0;
    line-height: 1.7;
    color: #000000;
    border-top: 1px solid rgb(211,215,232);
}.YI_academic_expertise .Xb_testimonials_hub:hover .fL_career_table {
    transform: translateZ(5px);
}.YI_academic_expertise .fL_career_table::before {
    line-height: 0;
    top: 10px;
    position: absolute;
    opacity: 0.5;
    font-size: 60px;
    left: -5px;
    content: "";
    color: rgb(127,136,182,0.5);
}

@media (min-width: 768px) {.YI_academic_expertise .Xb_testimonials_hub {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.YI_academic_expertise .VQ_img_cell {
    transform-origin: right;
    border-radius: 19px 0 0 19px;
    transform: rotateY(-10deg);
    height: 100%;
}.YI_academic_expertise .Xb_testimonials_hub:hover .VQ_img_cell {
    transform: rotateY(0deg) translateZ(30px);
}.YI_academic_expertise .OU_work_exp {
    border-radius: 0 19px 19px 0;
    transform: rotateY(5deg);
    transform-origin: left;
}.YI_academic_expertise .Xb_testimonials_hub:hover .OU_work_exp {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.YI_academic_expertise {
    padding: 50px 20px;
}.YI_academic_expertise .VQ_img_cell {
    height: 250px;
}.YI_academic_expertise .OU_work_exp {
    padding: 30px 25px;
}.YI_academic_expertise .name {
    font-size: calc(29px - 4px);
}.YI_academic_expertise .OU_work_exp > div:nth-child(2) {
    font-size: calc(22px - 1px);
}.YI_academic_expertise .fL_career_table {
    font-size: calc(14px - 1px);
}}.Ze_affiliate_cta {
    background-color: rgb(211,215,232);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 5rem 0 2rem;
}.Ze_affiliate_cta::before {
    z-index: 0;
    content: '';
    opacity: 0.05;
    right: 0;
    height: 250px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgb(169,180,207,0.5) 100%);
    left: 0;
}.Ze_affiliate_cta .container {
    z-index: 1;
    position: relative;
}.Ze_affiliate_cta .cd_intern_opp {
    flex-direction: column;
    gap: 4rem;
    display: flex;
}.Ze_affiliate_cta .iO_query_form {
    position: relative;
    padding-bottom: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
    border-bottom: 1px solid rgb(127,136,182,0.5);
    gap: 1.5rem;
}.Ze_affiliate_cta .iO_query_form::after {
    width: 60px;
    position: absolute;
    background-color: rgb(169,180,207);
    left: 0;
    content: '';
    bottom: -1px;
    height: 3px;
}.Ze_affiliate_cta .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.Ze_affiliate_cta .info_item:hover {
    transform: translateX(5px);
}.Ze_affiliate_cta .info_item p,
.Ze_affiliate_cta .info_item a {
    display: flex;
    font-weight: 400;
    align-items: center;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    gap: 0.75rem;
}.Ze_affiliate_cta .info_item a:hover {
    color: rgb(169,180,207);
}.Ze_affiliate_cta .info_item svg {
    height: 20px;
    width: 20px;
    fill: rgb(169,180,207);
    flex-shrink: 0;
}.Ze_affiliate_cta .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
    display: grid;
}.Ze_affiliate_cta .Fz_header_sitebar {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.Ze_affiliate_cta .Fz_header_sitebar svg {
    transition: opacity 0.3s ease;
    max-width: 160px;
    height: auto;
}.Ze_affiliate_cta .Fz_header_sitebar svg:hover {
    opacity: 0.8;
}.Ze_affiliate_cta .ZG_challenge_cta {
    line-height: 1.6;
    max-width: 300px;
    opacity: 0.8;
    color: #000000;
    font-size: 16px;
}.Ze_affiliate_cta .Ml_top_nav {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.Ze_affiliate_cta .Ml_top_nav h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    font-size: 23px;
}.Ze_affiliate_cta .xv_head_prime {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.Ze_affiliate_cta .xv_head_prime a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-left: 0;
}.Ze_affiliate_cta .xv_head_prime a::before {
    top: 50%;
    height: 1px;
    background-color: rgb(169,180,207);
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    width: 0;
    transition: width 0.3s ease, left 0.3s ease;
    content: '';
}.Ze_affiliate_cta .xv_head_prime a:hover {
    padding-left: 12px;
    color: rgb(169,180,207);
}.Ze_affiliate_cta .xv_head_prime a:hover::before {
    width: 10px;
    left: 0;
}.Ze_affiliate_cta .subscribe_holder {
    border-radius: 15px;
    background-color: #ffffff;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    display: flex;
}.Ze_affiliate_cta .subscribe_holder h5 {
    font-weight: 600;
    font-size: 23px;
    color: #000000;
}.Ze_affiliate_cta .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.Ze_affiliate_cta .input_holder {
    position: relative;
    gap: 0.5rem;
    display: flex;
}.Ze_affiliate_cta .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    font-size: 16px;
    border: 1px solid rgb(127,136,182,0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
    color: #000000;
    flex: 1;
    border-radius: 10px;
}.Ze_affiliate_cta .input_holder input[type="email"]:focus {
    border-color: rgb(169,180,207);
    box-shadow: 0 0 0 3px rgb(169,180,207,0.5);
    outline: none;
}.Ze_affiliate_cta .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.Ze_affiliate_cta .xA_sub_backdrop {
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    padding: 1rem 1.5rem;
    background-color: rgb(169,180,207);
}.Ze_affiliate_cta .xA_sub_backdrop:hover {
    transform: translateY(-2px);
    background-color: rgb(127,136,182);
}.Ze_affiliate_cta .cl_trial_offer {
    border-top: 1px solid rgb(127,136,182,0.5);
    margin-top: 3rem;
    text-align: center;
    padding-top: 1.5rem;
}.Ze_affiliate_cta .ob_footer_account {
    opacity: 0.8;
    font-size: 16px;
    color: #000000;
}.Ze_affiliate_cta .xv_head_prime:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.Ze_affiliate_cta .xv_head_prime:first-child::after {
    content: '';
    bottom: -0.75rem;
    height: 1px;
    width: 30px;
    position: absolute;
    left: 0;
    background-color: rgb(127,136,182,0.5);
}.Ze_affiliate_cta {
    background-blend-mode: overlay;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(rgb(127,136,182,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(127,136,182,0.5) 1px, transparent 1px);
}

@media (max-width: 1024px) {.Ze_affiliate_cta {
    padding: 4rem 0 2rem;
}.Ze_affiliate_cta .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.Ze_affiliate_cta .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.Ze_affiliate_cta {
    padding: 3.5rem 0 1.5rem;
}.Ze_affiliate_cta .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.Ze_affiliate_cta .subscribe_holder {
    grid-column: auto;
}.Ze_affiliate_cta .iO_query_form {
    grid-template-columns: 1fr 1fr;
}.Ze_affiliate_cta .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.Ze_affiliate_cta {
    padding: 3rem 0 1.5rem;
}.Ze_affiliate_cta .iO_query_form {
    grid-template-columns: 1fr;
}.Ze_affiliate_cta .input_holder {
    flex-direction: column;
}.Ze_affiliate_cta .xA_sub_backdrop {
    width: 100%;
}.Ze_affiliate_cta .Fz_header_sitebar,
    .Ze_affiliate_cta .Ml_top_nav h5,
    .Ze_affiliate_cta .xv_head_prime,
    .Ze_affiliate_cta .xv_head_prime a {
    align-items: center;
    text-align: center;
}.Ze_affiliate_cta .Fz_header_sitebar svg {
    margin: 0 auto;
}.Ze_affiliate_cta .ZG_challenge_cta {
    text-align: center;
    max-width: 100%;
}.Ze_affiliate_cta .xv_head_prime:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.Ze_affiliate_cta .iO_query_form::after {
    transform: translateX(-50%);
    left: 50%;
}.Ze_affiliate_cta .xv_head_prime a::before {
    display: none;
}.Ze_affiliate_cta .xv_head_prime a:hover {
    padding-left: 0;
}}header {
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, rgb(211,215,232), #ffffff);
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(169,180,207,0.5);
}header .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}header .Ks_main_class {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}header .Bt_site_main {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .Bt_site_main::after {
    height: 2px;
    left: 0;
    bottom: -5px;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(169,180,207), transparent);
    opacity: 0.7;
}header .Bt_site_main svg {
    width: 180px;
    height: auto;
    transition: transform 0.3s ease;
}header .Bt_site_main:hover svg {
    transform: scale(1.05);
}header .Ml_top_nav {
    background: linear-gradient(to right, rgb(169,180,207,0.5), rgb(127,136,182,0.5));
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 18px;
    padding: 0.8rem;
}header .EW_nav_info {
    color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 400;
    text-decoration: none;
    background: #ffffff;
    font-size: 17px;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
}header .EW_nav_info:hover {
    box-shadow: 0 4px 8px rgb(169,180,207,0.5);
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(169,180,207), rgb(127,136,182));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .Bt_site_main svg {
    width: 160px;
}header .Ml_top_nav {
    padding: 0.7rem;
}header .EW_nav_info {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .Ks_main_class {
    gap: 1rem;
}header .Bt_site_main svg {
    width: 140px;
}header .Ml_top_nav {
    padding: 0.6rem;
    gap: 0.4rem;
}header .EW_nav_info {
    font-size: calc(17px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .Ks_main_class {
    gap: 0.8rem;
}header .Bt_site_main svg {
    width: 120px;
}header .Ml_top_nav {
    padding: 0.5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .Ml_top_nav::-webkit-scrollbar {
    height: 3px;
}header .Ml_top_nav::-webkit-scrollbar-thumb {
    background: rgb(169,180,207);
    border-radius: 10px;
}header .EW_nav_info {
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    font-size: calc(17px - 2px);
    white-space: nowrap;
}}.oz_privacy_wrapper {
    color: #000000;
    padding: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(211,215,232);
}.oz_privacy_wrapper h1 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    color: rgb(169,180,207);
    font-size: 41px;
}.oz_privacy_wrapper h2 {
    font-weight: 700;
    margin: 15px 0;
    font-size: 29px;
    color: rgb(127,136,182);
    font-family: Arial, sans-serif;
}.oz_privacy_wrapper h3, .oz_privacy_wrapper h4, .oz_privacy_wrapper h5, .oz_privacy_wrapper h6 {
    color: rgb(127,136,182);
    margin: 1rem 0;
}.oz_privacy_wrapper ul {
    list-style-type: none;
    padding: 0;
}.oz_privacy_wrapper li {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
}.oz_privacy_wrapper li:before {
    margin-left: -1em;
    content: "\2022";
    display: inline-block;
    width: 1em;
    color: rgb(169,180,207);
}
@media only screen and (max-width: 800px) {.oz_privacy_wrapper {
    padding: 30px;
}.oz_privacy_wrapper h1 {
    font-size: calc(19px * 0.9);
}.oz_privacy_wrapper h2 {
    font-size: calc(19px * 0.9);
}.oz_privacy_wrapper li {
    font-size: calc(12px * 0.9);
}}.pA_title_portal {
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}.pA_title_portal .sw_page_begin {
    height: 100vh;
    align-items: center;
    z-index: 1;
    justify-content: center;
    display: flex;
    position: relative;
    width: 100%;
}.pA_title_portal .sw_page_begin::before {
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(169,180,207,0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    backdrop-filter: blur(3px);
    position: absolute;
}.pA_title_portal .oF_learn_learnings {
    max-width: 1200px;
    width: 90%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    padding: 3rem;
    position: relative;
    z-index: 2;
}.pA_title_portal .oF_learn_learnings::before {
    position: absolute;
    bottom: -5px;
    left: -5px;
    top: -5px;
    opacity: 0.3;
    content: "";
    right: -5px;
    transform: perspective(1000px) rotateX(-1deg);
    z-index: -1;
    background: linear-gradient(45deg, rgb(169,180,207), rgb(127,136,182));
    filter: blur(8px);
}.pA_title_portal .oF_learn_learnings > div {
    margin-bottom: 2rem;
    transform: translateZ(20px);
    position: relative;
}.pA_title_portal .oF_learn_learnings > div:first-child {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    position: relative;
}.pA_title_portal .oF_learn_learnings > div:first-child::after {
    position: absolute;
    width: 0;
    background: rgb(127,136,182);
    animation: lineGrow 2s ease-out forwards;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
}.pA_title_portal .title_style_header {
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: calc(44px * 1.2);
    color: #ffffff;
    animation: fadeSlideIn 1s ease-out forwards 0.3s;
    margin-bottom: 1rem;
    transform: translateY(-5px);
}.pA_title_portal h3 {
    line-height: 1.4;
    opacity: 0;
    animation: fadeSlideIn 1s ease-out forwards 0.6s;
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
}.pA_title_portal p {
    max-width: 90%;
    opacity: 0;
    line-height: 1.7;
    font-size: calc(15px * 1.2);
    color: #ffffff;
    font-weight: 400;
    transform: translateY(10px);
    animation: fadeSlideIn 1s ease-out forwards 0.9s;
}

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

@keyframes lineGrow {
  to {
    width: 80px;
  }
}

@media (max-width: 992px) {.pA_title_portal .oF_learn_learnings {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.pA_title_portal .title_style_header {
    font-size: calc(44px * 1.1);
}.pA_title_portal h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.pA_title_portal .sw_page_begin {
    height: auto;
    min-height: 100vh;
}.pA_title_portal .oF_learn_learnings {
    padding: 2rem;
    width: 95%;
    transform: none;
}.pA_title_portal .oF_learn_learnings::before {
    transform: none;
}.pA_title_portal .title_style_header {
    font-size: 44px;
}.pA_title_portal h3 {
    font-size: calc(30px * 0.8);
}.pA_title_portal p {
    max-width: 100%;
    font-size: 15px;
}
}

@media (max-width: 576px) {.pA_title_portal .oF_learn_learnings {
    padding: 1.5rem;
}.pA_title_portal .title_style_header {
    font-size: calc(44px * 0.85);
}.pA_title_portal h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1rem;
}.pA_title_portal p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}
  
  @keyframes lineGrow {
    to {
      width: 60px;
    }
  }
}

@media (hover: hover) {.pA_title_portal .oF_learn_learnings:hover {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0);
}.pA_title_portal .oF_learn_learnings:hover::before {
    opacity: 0.4;
    filter: blur(10px);
    transition: all 0.5s ease;
}
}

@media (prefers-reduced-motion: reduce) {.pA_title_portal .oF_learn_learnings,
  .pA_title_portal .oF_learn_learnings::before {
    transform: none;
    transition: none;
}.pA_title_portal .title_style_header,
  .pA_title_portal h3,
  .pA_title_portal p {
    opacity: 1;
    transform: none;
    animation: none;
}@keyframes lineGrow {
    to {
      width: 80px;
    }
  }
}.Kc_contact_information {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: rgb(211,215,232);
}.Kc_contact_information::before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
}.Kc_contact_information .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.Kc_contact_information h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: rgb(127,136,182);
    margin-bottom: 40px;
    position: relative;
}.Kc_contact_information h2::after {
    content: "";
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(169,180,207);
    bottom: -15px;
}.Kc_contact_information .iM_message_support {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 0;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    border-radius: 15px;
}.Kc_contact_information .VQ_img_cell {
    grid-row: 1;
    height: 100%;
    grid-column: 2;
    min-height: 500px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: transform 0.6s ease;
}.Kc_contact_information .lx_connect_grid {
    grid-column: 1;
    grid-row: 1;
    padding: 50px 40px;
    background: #ffffff;
}.Kc_contact_information #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.Kc_contact_information h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(169,180,207);
}.Kc_contact_information input[type="text"] {
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    font-size: 12px;
    width: 100%;
    border: 1px solid rgb(211,215,232);
    border-radius: 10px;
    transition: all 0.3s ease;
}.Kc_contact_information input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(169,180,207);
}.Kc_contact_information input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.Kc_contact_information .BD_help_widget {
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}.Kc_contact_information .BD_help_widget input[type="checkbox"] {
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 2px;
    width: 24px;
    appearance: none;
    border: 2px solid rgb(211,215,232);
    height: 24px;
}.Kc_contact_information .BD_help_widget input[type="checkbox"]:checked {
    border-color: rgb(169,180,207);
    background: rgb(169,180,207);
}.Kc_contact_information .BD_help_widget input[type="checkbox"]:checked::after {
    top: 50%;
    transform: translate(-50%, -50%);
    content: "✓";
    color: #ffffff;
    position: absolute;
    left: 50%;
    font-size: 16px;
}.Kc_contact_information .BD_help_widget label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.Kc_contact_information .BD_help_widget a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(169,180,207);
    transition: all 0.3s ease;
}.Kc_contact_information .BD_help_widget a:hover {
    color: rgb(127,136,182);
}.Kc_contact_information .CD_feedback_info {
    letter-spacing: 1px;
    border: none;
    align-self: flex-start;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    background: rgb(169,180,207);
    position: relative;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 15px 35px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px;
}.Kc_contact_information .CD_feedback_info::before {
    height: 100%;
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
    left: -100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.Kc_contact_information .CD_feedback_info:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(127,136,182);
}.Kc_contact_information .CD_feedback_info:hover::before {
    left: 100%;
}.Kc_contact_information svg {
    margin-right: 10px;
    fill: rgb(169,180,207);
    height: 22px;
    vertical-align: middle;
    width: 22px;
}.Kc_contact_information svg path {
    fill: rgb(169,180,207);
}

@media (max-width: 992px) {.Kc_contact_information .iM_message_support {
    grid-template-columns: 1fr;
}.Kc_contact_information .VQ_img_cell {
    grid-column: 1;
    border-top-left-radius: 15px;
    min-height: 300px;
    border-top-right-radius: 15px;
    grid-row: 1;
    border-radius: 0;
}.Kc_contact_information .lx_connect_grid {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}

@media (max-width: 768px) {.Kc_contact_information {
    padding: 50px 0;
}.Kc_contact_information h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 4px);
}.Kc_contact_information .lx_connect_grid {
    padding: 30px 25px;
}.Kc_contact_information .VQ_img_cell {
    min-height: 250px;
}
}

@media (max-width: 576px) {.Kc_contact_information {
    padding: 40px 0;
}.Kc_contact_information .container {
    padding: 0 15px;
}.Kc_contact_information h2::after {
    width: 40px;
}.Kc_contact_information .lx_connect_grid {
    padding: 25px 20px;
}.Kc_contact_information #contact {
    gap: 20px;
}.Kc_contact_information .CD_feedback_info {
    width: 100%;
    padding: 14px 20px;
}.Kc_contact_information .VQ_img_cell {
    min-height: 200px;
}}.EF_course_program_description {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(211,215,232) 0%, rgba(245, 245, 245, 0.9) 100%);
    overflow: hidden;
    position: relative;
}.EF_course_program_description::before {
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(169,180,207,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
}.EF_course_program_description::after {
    pointer-events: none;
    height: 300px;
    right: -50px;
    transform: rotate(-15deg);
    border: 4px solid rgb(127,136,182,0.5);
    bottom: -50px;
    position: absolute;
    z-index: 0;
    width: 300px;
    content: "";
}.EF_course_program_description .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.EF_course_program_description .hc_tech_classes {
    transform: translateY(30px);
    gap: 40px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    animation: fadeInUp 0.8s ease-out forwards;
}.EF_course_program_description .VQ_img_cell {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    height: 380px;
    transform: translateX(-20px);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
}.EF_course_program_description .VQ_img_cell::before {
    background: linear-gradient(to bottom, transparent 60%, rgb(169,180,207,0.5) 100%);
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.EF_course_program_description .VQ_img_cell::after {
    height: 80px;
    top: 20px;
    background: rgb(127,136,182);
    content: "";
    z-index: -1;
    transform: rotate(15deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    animation: float 6s ease-in-out infinite;
    width: 80px;
    right: -20px;
}.EF_course_program_description .vl_text_scroll {
    position: relative;
    padding: 30px;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    background: #ffffff;
    transform: translateY(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}.EF_course_program_description .vl_text_scroll::before {
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    transition: height 0.6s ease-out;
    width: 5px;
    background: linear-gradient(to bottom, rgb(169,180,207), rgb(127,136,182));
    top: 0;
}.EF_course_program_description .vl_text_scroll:hover::before {
    height: 100%;
}.EF_course_program_description h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    font-size: 32px;
    transition: transform 0.4s ease-out;
    color: #000000;
    padding-bottom: 15px;
    transform: translateX(0);
}.EF_course_program_description h3::after {
    bottom: 0;
    background: rgb(169,180,207);
    height: 3px;
    transition: width 0.4s ease-out;
    width: 80px;
    position: absolute;
    content: "";
    left: 0;
}.EF_course_program_description .vl_text_scroll:hover h3 {
    transform: translateX(15px);
}.EF_course_program_description .vl_text_scroll:hover h3::after {
    width: 120px;
}.EF_course_program_description p.description {
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: #000000;
    opacity: 1;
    line-height: 1.75;
    font-size: 12px;
}.EF_course_program_description span.description {
    display: none;
}.EF_course_program_description .hc_tech_classes:hover .VQ_img_cell {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
}

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-20px) rotate(15deg);
    }
}

@media (min-width: 768px) {.EF_course_program_description .hc_tech_classes {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.EF_course_program_description .VQ_img_cell {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 450px;
    flex: 1;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
}.EF_course_program_description .vl_text_scroll {
    transform: perspective(1000px) rotateY(2deg);
    flex: 1.2;
    padding: 40px;
}.EF_course_program_description .hc_tech_classes:hover .VQ_img_cell {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.EF_course_program_description .hc_tech_classes:hover .vl_text_scroll {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.EF_course_program_description {
    padding: 150px 0;
}.EF_course_program_description .hc_tech_classes {
    gap: 80px;
}.EF_course_program_description .VQ_img_cell {
    height: 520px;
}.EF_course_program_description .vl_text_scroll {
    padding: 50px;
}.EF_course_program_description h3 {
    font-size: calc(32px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.EF_course_program_description {
    padding: 80px 0;
}.EF_course_program_description h3 {
    font-size: calc(32px * 0.85);
}.EF_course_program_description p.description {
    font-size: calc(12px * 0.95);
}.EF_course_program_description .vl_text_scroll {
    padding: 25px 20px;
}
}

@media (hover: hover) {.EF_course_program_description .vl_text_scroll:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}.Ic_company_info {
    position: relative;
    padding: 120px 0 80px;
    color: #ffffff;
    overflow: hidden;
}.Ic_company_info::before {
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(25, 28, 41, 0.92) 0%,
        rgba(25, 28, 41, 0.85) 50%,
        rgba(25, 28, 41, 0.75) 100%);
}.Ic_company_info::after {
    opacity: 0.4;
    position: absolute;
    height: 60%;
    right: -5%;
    z-index: 1;
    content: "";
    background: linear-gradient(120deg, 
        rgb(169,180,207,0.5) 0%,
        rgb(127,136,182,0.5) 100%);
    width: 40%;
    transform: rotate(-15deg);
    top: -5%;
    animation: floatGlow 18s infinite alternate ease-in-out;
    filter: blur(60px);
}.Ic_company_info .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.Ic_company_info h4 {
    opacity: 0;
    text-align: center;
    transform: translateY(-20px);
    font-size: 35px;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
    color: #ffffff;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}.Ic_company_info h4::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(169,180,207), rgb(127,136,182));
    transform: translateX(-50%);
    bottom: -12px;
    left: 50%;
    content: "";
    height: 3px;
    width: 80px;
}.Ic_company_info .vl_text_scroll {
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    padding: 40px;
    position: relative;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.Ic_company_info .vl_text_scroll::before {
    background: linear-gradient(45deg, 
        rgba(rgb(169,180,207), 0.05) 0%,
        rgba(rgb(127,136,182), 0.05) 100%);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
}.Ic_company_info .vl_text_scroll::after {
    top: -50%;
    width: 200%;
    left: -50%;
    animation: rotateGradient 30s linear infinite;
    content: "";
    position: absolute;
    opacity: 0.5;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    z-index: -1;
    height: 200%;
}.Ic_company_info h6 {
    text-shadow: 0 2px 10px rgba(var(--primary-color-rgb), 0.3);
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(24px * 1.2);
    color: rgb(169,180,207);
    margin-bottom: 25px;
}.Ic_company_info h6::after {
    position: absolute;
    width: 60%;
    bottom: -8px;
    background: linear-gradient(90deg, 
        rgb(169,180,207) 0%,
        transparent 100%);
    content: "";
    height: 2px;
    left: 0;
}.Ic_company_info span {
    text-align: justify;
    position: relative;
    font-size: 18px;
    column-gap: 40px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    column-count: 1;
    line-height: 1.8;
}.Ic_company_info .vl_text_scroll div {
    position: relative;
}.Ic_company_info .vl_text_scroll div::before {
    height: 70px;
    width: 70px;
    content: "";
    border-top: 2px solid rgb(127,136,182,0.5);
    top: -20px;
    opacity: 0.6;
    right: -20px;
    position: absolute;
    border-right: 2px solid rgb(127,136,182,0.5);
}.Ic_company_info .vl_text_scroll div::after {
    opacity: 0.6;
    content: "";
    border-left: 2px solid rgb(169,180,207,0.5);
    left: -20px;
    border-bottom: 2px solid rgb(169,180,207,0.5);
    width: 70px;
    height: 70px;
    bottom: -20px;
    position: absolute;
}

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

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -20px);
    }
}

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

@media (min-width: 768px) {.Ic_company_info {
    padding: 150px 0 100px;
}.Ic_company_info h4 {
    font-size: calc(35px * 1.1);
    margin-bottom: 60px;
}.Ic_company_info .vl_text_scroll {
    padding: 60px;
}.Ic_company_info span {
    column-count: 2;
}
}

@media (min-width: 992px) {.Ic_company_info {
    padding: 180px 0 120px;
}.Ic_company_info h4 {
    font-size: calc(35px * 1.2);
}.Ic_company_info .container {
    max-width: 1400px;
}.Ic_company_info .vl_text_scroll {
    padding: 70px;
    margin: 0 auto;
    max-width: 90%;
}.Ic_company_info h6 {
    font-size: calc(24px * 1.4);
    margin-bottom: 35px;
}.Ic_company_info span {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.Ic_company_info .vl_text_scroll {
    max-width: 80%;
    padding: 80px;
}.Ic_company_info span {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.Ic_company_info {
    padding: 80px 0 60px;
}.Ic_company_info h4 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.Ic_company_info .vl_text_scroll {
    padding: 30px 20px;
}.Ic_company_info h6 {
    margin-bottom: 20px;
    font-size: 24px;
}.Ic_company_info span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.Ic_company_info .vl_text_scroll div::before,
    .Ic_company_info .vl_text_scroll div::after {
    width: 50px;
    height: 50px;
}
}

@media (hover: hover) {.Ic_company_info .vl_text_scroll:hover::after {
    animation-duration: 15s;
}.Ic_company_info .vl_text_scroll:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(45deg, 
            rgba(rgb(169,180,207), 0.08) 0%,
            rgba(rgb(127,136,182), 0.08) 100%);
}}.GZ_sign_up {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    z-index: 1;
    background: rgb(211,215,232);
}.GZ_sign_up::before {
    background: rgb(211,215,232);
    position: absolute;
    top: -80px;
    width: 100%;
    content: "";
    left: 0;
    height: 80px;
    z-index: 2;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}.GZ_sign_up::after {
    height: 80px;
    left: 0;
    clip-path: polygon(0 100%, 100% 0, 0 0);
    bottom: -80px;
    z-index: 2;
    background: rgb(211,215,232);
    position: absolute;
    content: "";
    width: 100%;
}.GZ_sign_up .container {
    max-width: 500px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.GZ_sign_up .cw_skill_pro {
    transform-style: preserve-3d;
    perspective: 1000px;
    flex-direction: column;
    display: flex;
    position: relative;
}.GZ_sign_up .cw_skill_pro::before {
    position: absolute;
    transform: rotateY(30deg) translateZ(-50px);
    animation: floatLayer 8s ease-in-out infinite alternate;
    width: 70%;
    background: rgb(169,180,207);
    top: 15%;
    filter: blur(20px);
    left: -20%;
    content: "";
    border-radius: 18px;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}.GZ_sign_up .cw_skill_pro::after {
    width: 70%;
    transform: rotateY(-30deg) translateZ(-50px);
    background: rgb(127,136,182);
    border-radius: 18px;
    position: absolute;
    filter: blur(20px);
    content: "";
    z-index: -1;
    height: 100%;
    animation: floatLayer 8s ease-in-out infinite alternate-reverse;
    opacity: 0.1;
    right: -20%;
    bottom: 15%;
}.GZ_sign_up p {
    position: relative;
    text-align: center;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 37px;
    transform: translateZ(50px);
}.GZ_sign_up p::before {
    width: 80px;
    background: rgb(169,180,207,0.5);
    height: 80px;
    content: "";
    opacity: 0.5;
    border-radius: 50%;
    left: -20px;
    top: -40px;
    filter: blur(30px);
    position: absolute;
    z-index: -1;
}.GZ_sign_up p::after {
    background: rgb(127,136,182,0.5);
    position: absolute;
    bottom: -30px;
    opacity: 0.5;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    width: 60px;
    right: -10px;
    filter: blur(20px);
}.GZ_sign_up .input_holder {
    border-radius: 18px;
    padding: 0.5rem;
    display: flex;
    position: relative;
    gap: 1.5rem;
    transform: translateZ(30px);
    flex-direction: column;
}.GZ_sign_up .input_holder::before {
    z-index: -1;
    left: -10px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    border-radius: 18px;
    transform: translateZ(-10px);
    right: -10px;
    top: -10px;
    background: #ffffff;
    position: absolute;
    bottom: -10px;
    content: "";
}.GZ_sign_up .BT_explore_courses {
    transition: all 0.3s ease;
    color: #000000;
    background: #ffffff;
    padding: 1.5rem;
    transform: perspective(500px) rotateX(5deg);
    font-size: 14px;
    font-family: Arial, sans-serif;
    outline: none;
    border: 2px solid rgb(169,180,207,0.5);
    border-radius: 18px;
    transform-origin: bottom;
}.GZ_sign_up .BT_explore_courses:focus {
    border-color: rgb(169,180,207);
    box-shadow: 0 10px 20px rgb(169,180,207,0.5);
    transform: perspective(500px) rotateX(0);
}.GZ_sign_up .CD_feedback_info {
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgb(169,180,207);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transform: perspective(500px) rotateX(-5deg);
    transform-origin: top;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}.GZ_sign_up .CD_feedback_info:hover {
    box-shadow: 0 15px 25px rgb(127,136,182,0.5);
    transform: perspective(500px) rotateX(0);
    background: rgb(127,136,182);
}.GZ_sign_up .CD_feedback_info::before {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    left: -50%;
    transform: scale(0.5);
    top: -50%;
    transition: opacity 0.5s ease;
    height: 200%;
    width: 200%;
    content: "";
    opacity: 0;
    position: absolute;
}.GZ_sign_up .CD_feedback_info:hover::before {
    animation: ripple 1s ease-out;
    opacity: 0.15;
}

@keyframes floatLayer {
    0% {
        transform: rotateY(30deg) translateZ(-50px) translateY(0);
    }
    100% {
        transform: rotateY(30deg) translateZ(-50px) translateY(-20px);
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media (max-width: 992px) {.GZ_sign_up {
    padding: 4rem 1.5rem;
    margin: 5rem 0;
}.GZ_sign_up p {
    font-size: calc(37px * 0.9);
}.GZ_sign_up::before,
    .GZ_sign_up::after {
    height: 60px;
}.GZ_sign_up::before {
    top: -60px;
}.GZ_sign_up::after {
    bottom: -60px;
}
}

@media (max-width: 768px) {.GZ_sign_up {
    margin: 4rem 0;
    padding: 3rem 1.5rem;
}.GZ_sign_up p {
    margin-bottom: 2rem;
    font-size: 20px;
}.GZ_sign_up .BT_explore_courses,
    .GZ_sign_up .CD_feedback_info {
    padding: 1.2rem;
}.GZ_sign_up::before,
    .GZ_sign_up::after {
    height: 40px;
}.GZ_sign_up::before {
    top: -40px;
}.GZ_sign_up::after {
    bottom: -40px;
}
}

@media (max-width: 576px) {.GZ_sign_up {
    margin: 3rem 0;
    padding: 2.5rem 1rem;
}.GZ_sign_up .cw_skill_pro::before,
    .GZ_sign_up .cw_skill_pro::after {
    display: none;
}.GZ_sign_up p {
    transform: none;
}.GZ_sign_up .input_holder {
    transform: none;
    gap: 1rem;
}.GZ_sign_up .BT_explore_courses,
    .GZ_sign_up .CD_feedback_info {
    padding: 1rem;
    transform: none;
}}.QP_cookieNotificationPanel {
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    position: fixed;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    z-index: 1050;
    border-top: 3px solid rgb(169,180,207);
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
}.Pq_cookies_tracking {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.wk_cookie_confirm {
    margin-right: 15px;
    flex-shrink: 0;
}.wk_cookie_confirm svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(169,180,207);
    height: 50px;
    width: 50px;
}.de_tracking_policy {
    flex-grow: 1;
    margin-right: 15px;
}.de_tracking_policy h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(169,180,207);
    font-size: 18px;
}.de_tracking_policy p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000000;
}.HQ_safe_cookies {
    line-height: 1.5;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
    padding: 0.375rem 0.75rem;
    user-select: none;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
}.cookie_button.PU_edu_accept {
    border-color: rgb(169,180,207);
    color: #ffffff;
    background-color: rgb(169,180,207);
}#Hm_policyPopupWindow {
    display: none;
}#Hm_policyPopupWindow:checked ~ .QP_cookieNotificationPanel {
    visibility: hidden;
    opacity: 0;
}.cookie_button.PU_edu_accept:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.Dy_track_optin {
    border-color: rgb(127,136,182);
    color: #000000;
    background-color: rgb(127,136,182);
}.cookie_button.Dy_track_optin:hover {
    background-color: rgb(169,180,207);
    color: #ffffff;
    border-color: rgb(169,180,207);
}.QP_cookieNotificationPanel p a {
    text-decoration: underline;
    color: rgb(169,180,207);
}.QP_cookieNotificationPanel p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.de_tracking_policy h5 {
    font-size: calc(18px - 2px);
}.de_tracking_policy p {
    font-size: calc(15px - 2px);
}.HQ_safe_cookies {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.Pq_cookies_tracking {
    align-items: center;
    flex-direction: column;
}.wk_cookie_confirm {
    margin-bottom: 10px;
}.de_tracking_policy {
    text-align: center;
    margin-bottom: 15px;
}.HQ_safe_cookies {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.kZ_thanksBox {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(127,136,182,0.5) 0%, rgb(211,215,232) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.kZ_thanksBox::before {
    position: absolute;
    z-index: 1;
    height: 200%;
    width: 80%;
    content: "";
    transform: rotate(30deg);
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(169,180,207,0.5) 0%, transparent 70%);
    left: -20%;
    top: -50%;
    animation: gradientShift 15s infinite alternate ease-in-out;
}.kZ_thanksBox::after {
    opacity: 0.3;
    width: 100%;
    height: 30%;
    right: 0;
    background: linear-gradient(to top, rgb(127,136,182,0.5) 0%, transparent 100%);
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
}.kZ_thanksBox .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.kZ_thanksBox .cw_skill_pro {
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 3.5rem;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.kZ_thanksBox .cw_skill_pro:hover {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.kZ_thanksBox .cw_skill_pro > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.kZ_thanksBox .cw_skill_pro > div:first-child::after {
    left: 0;
    transform-origin: left;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    background: linear-gradient(90deg, rgb(169,180,207) 0%, rgb(127,136,182) 100%);
    width: 100px;
    bottom: -1rem;
    height: 3px;
    position: absolute;
}.kZ_thanksBox h5 {
    color: #000000;
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    transform: translateZ(0);
    letter-spacing: -0.02em;
    margin: 0;
    position: relative;
    font-weight: 700;
}.kZ_thanksBox h5::before {
    animation: bubbleAppear 1s ease 0.5s forwards;
    left: -2rem;
    height: 80px;
    background: rgb(127,136,182,0.5);
    z-index: -1;
    transform: scale(0);
    width: 80px;
    opacity: 0.1;
    top: -1.5rem;
    content: "";
    border-radius: 50%;
    position: absolute;
}.kZ_thanksBox a {
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s ease;
    position: relative;
    display: block;
}.kZ_thanksBox a:hover {
    transform: translateX(10px);
}.kZ_thanksBox a::before {
    animation: lightSweep 6s infinite ease-in-out;
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    content: "";
    top: 0;
}.kZ_thanksBox p {
    line-height: 1.8;
    font-size: 17px;
    z-index: 1;
    margin: 0;
    position: relative;
    color: #000000;
    font-weight: 400;
}

@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}

@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@media (max-width: 1200px) {.kZ_thanksBox .cw_skill_pro {
    padding: 3rem;
}.kZ_thanksBox h5 {
    font-size: 23px;
}
}

@media (max-width: 992px) {.kZ_thanksBox {
    padding: 5rem 0;
}.kZ_thanksBox .cw_skill_pro {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.kZ_thanksBox h5::before {
    height: 60px;
    left: -1.5rem;
    width: 60px;
    top: -1rem;
}
}

@media (max-width: 768px) {.kZ_thanksBox {
    padding: 4rem 0;
}.kZ_thanksBox .cw_skill_pro {
    transform: none;
    padding: 2rem;
}.kZ_thanksBox h5 {
    font-size: calc(23px * 0.95);
}.kZ_thanksBox p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.kZ_thanksBox .cw_skill_pro > div:first-child::after {
    width: 80px;
}
}

@media (max-width: 576px) {.kZ_thanksBox {
    padding: 3rem 0;
}.kZ_thanksBox .cw_skill_pro {
    padding: 1.5rem;
}.kZ_thanksBox h5 {
    line-height: 1.3;
    font-size: calc(23px * 0.9);
}.kZ_thanksBox p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.kZ_thanksBox h5::before {
    display: none;
}.kZ_thanksBox .cw_skill_pro > div:first-child {
    margin-bottom: 1.5rem;
}.kZ_thanksBox .cw_skill_pro > div:first-child::after {
    bottom: -0.75rem;
    width: 60px;
    height: 2px;
}
}

@media (prefers-reduced-motion: reduce) {.kZ_thanksBox .cw_skill_pro,
    .kZ_thanksBox .cw_skill_pro:hover,
    .kZ_thanksBox a:hover {
    transition: none;
    transform: none;
}.kZ_thanksBox::before,
    .kZ_thanksBox a::before {
    animation: none;
}.kZ_thanksBox .cw_skill_pro > div:first-child::after {
    animation: none;
    width: 100px;
}.kZ_thanksBox h5::before {
    transform: scale(1);
    animation: none;
}}.sG_potential_learners {
    padding: 120px 0;
    background: rgb(211,215,232);
    position: relative;
    overflow: hidden;
}.sG_potential_learners::before {
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 30% 40%, rgb(169,180,207,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(127,136,182,0.5) 0%, transparent 35%);
    width: 100%;
    content: "";
    height: 100%;
}.sG_potential_learners .cw_skill_pro {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}.sG_potential_learners h3 {
    display: inline-block;
    left: 50%;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 70px;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    font-size: 34px;
}.sG_potential_learners h3::before {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    height: 100px;
    border: 2px solid rgb(169,180,207,0.5);
    width: 100px;
    top: -20px;
    left: -30px;
    content: "";
}.sG_potential_learners h3::after {
    border: 2px solid rgb(127,136,182,0.5);
    z-index: -1;
    bottom: -15px;
    height: 60px;
    width: 60px;
    right: -20px;
    content: "";
    position: absolute;
    border-radius: 50%;
}.sG_potential_learners ul {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    gap: 50px;
}.sG_potential_learners ul li {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    justify-content: flex-start;
    color: #000000;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    width: 220px;
    text-align: center;
    flex-direction: column;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    padding: 0;
    z-index: 2;
    display: flex;
    transition: all 0.4s ease;
    height: 220px;
    font-size: 16px;
}.sG_potential_learners ul li::before {
    content: "";
    transition: opacity 0.4s ease;
    border-radius: 50%;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(169,180,207), rgb(127,136,182));
    opacity: 0;
    height: 100%;
    left: 0;
}.sG_potential_learners ul li::after {
    left: -10px;
    border: 2px dashed rgb(169,180,207,0.5);
    opacity: 0.5;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    top: -10px;
    transition: all 0.4s ease;
    content: "";
    z-index: -2;
    position: absolute;
}.sG_potential_learners ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.sG_potential_learners ul li:hover::before {
    opacity: 1;
}.sG_potential_learners ul li:hover::after {
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
    border-color: rgb(127,136,182);
}.sG_potential_learners ul li svg {
    transition: all 0.4s ease;
    margin-top: 45px;
    width: 40px;
    flex-shrink: 0;
    height: 40px;
    margin-bottom: 20px;
}.sG_potential_learners ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}.sG_potential_learners ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(169,180,207);
}.sG_potential_learners ul li:hover svg path {
    fill: #ffffff;
}.sG_potential_learners ul li > span {
    max-height: 100px;
    overflow: hidden;
    display: block;
    padding: 0 30px;
    max-width: 100%;
}

@media (max-width: 1200px) {.sG_potential_learners ul {
    gap: 40px;
}.sG_potential_learners ul li {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 992px) {.sG_potential_learners {
    padding: 100px 0;
}.sG_potential_learners h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 60px;
}.sG_potential_learners ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
}.sG_potential_learners ul li {
    height: 220px;
    width: 220px;
}.sG_potential_learners ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.sG_potential_learners {
    padding: 80px 0;
}.sG_potential_learners h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 50px;
}.sG_potential_learners ul {
    gap: 30px;
}.sG_potential_learners ul li {
    height: 200px;
    width: 200px;
}.sG_potential_learners ul li svg {
    margin-top: 40px;
    height: 35px;
    width: 35px;
}
}

@media (max-width: 580px) {.sG_potential_learners {
    padding: 60px 0;
}.sG_potential_learners .cw_skill_pro {
    padding: 0 20px;
}.sG_potential_learners h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.7);
}.sG_potential_learners ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.sG_potential_learners ul li {
    height: 220px;
    width: 220px;
}
}

@media (max-width: 480px) {.sG_potential_learners ul li {
    width: 200px;
    height: 200px;
}.sG_potential_learners ul li svg {
    width: 30px;
    margin-top: 35px;
    margin-bottom: 15px;
    height: 30px;
}.sG_potential_learners ul li > span {
    padding: 0 20px;
}}.fh_enroll_instantly {
    transform: perspective(1000px) rotateX(2deg);
    padding: 5rem 2rem;
    margin: 4rem 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(169,180,207), rgb(127,136,182) 70%, rgb(169,180,207,0.5) 100%);
    overflow: hidden;
}.fh_enroll_instantly::before {
    pointer-events: none;
    left: -5%;
    height: 140%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, transparent 30%, rgb(127,136,182,0.5) 40%, transparent 60%);
    width: 120%;
    transform: rotate(-5deg);
    top: -10%;
    animation: shimmer 8s infinite linear;
    content: "";
}.fh_enroll_instantly::after {
    left: 0;
    content: "";
    z-index: 1;
    pointer-events: none;
    position: absolute;
    opacity: 0.4;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(169,180,207,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(127,136,182,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(169,180,207,0.5) 2%, transparent 10%);
    height: 100%;
}.fh_enroll_instantly .container {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    animation: container-appear 0.8s ease-out forwards;
    gap: 2.5rem;
    transform: translateY(10px);
    max-width: 1200px;
}.fh_enroll_instantly h6 {
    animation: text-appear 0.7s ease-out 0.2s forwards;
    font-size: clamp(22px, 4vw, calc(22px * 1.2));
    max-width: 800px;
    margin: 0;
    transform: translateY(10px);
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 0 1rem;
    opacity: 0;
}.fh_enroll_instantly div div {
    opacity: 0;
    animation: button-appear 0.8s ease-out 0.4s forwards;
    transform: translateY(15px);
    justify-content: center;
    margin-top: 1rem;
    display: flex;
}.fh_enroll_instantly div span {
    display: inline-block;
    position: relative;
}.fh_enroll_instantly .CD_feedback_info {
    padding: 1rem 2.5rem;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    font-weight: 600;
    align-items: center;
    background: #ffffff;
    color: rgb(169,180,207);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    justify-content: center;
    display: inline-flex;
    font-size: 18px;
    border: none;
}.fh_enroll_instantly .CD_feedback_info::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(169,180,207), rgb(127,136,182), rgb(169,180,207));
    top: -2px;
    bottom: -2px;
    left: -2px;
    animation: gradient-shift 5s ease infinite;
    z-index: -1;
    right: -2px;
    transform: translate3d(0, 0, 0);
}.fh_enroll_instantly .CD_feedback_info span {
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
}.fh_enroll_instantly .CD_feedback_info:hover {
    transform: translateY(-3px) scale(1.02);
    color: rgb(127,136,182);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.fh_enroll_instantly .CD_feedback_info:hover span {
    transform: translateX(5px);
}.fh_enroll_instantly .CD_feedback_info:active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(-5deg);
    }
    100% {
        transform: translateX(100%) rotate(-5deg);
    }
}

@keyframes text-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes button-appear {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes container-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 991px) {.fh_enroll_instantly {
    padding: 4rem 1.5rem;
    margin: 3rem 0;
}.fh_enroll_instantly .container {
    gap: 2rem;
}.fh_enroll_instantly h6 {
    font-size: 22px;
}
}

@media screen and (max-width: 768px) {.fh_enroll_instantly {
    padding: 3.5rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.fh_enroll_instantly .container {
    gap: 1.8rem;
}.fh_enroll_instantly .CD_feedback_info {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.fh_enroll_instantly {
    transform: none;
    padding: 3rem 1rem;
}.fh_enroll_instantly .container {
    gap: 1.5rem;
}.fh_enroll_instantly h6 {
    letter-spacing: 0.3px;
    line-height: 1.5;
}.fh_enroll_instantly .CD_feedback_info {
    padding: 0.8rem 1.75rem;
}}.TE_client_feedback {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(211,215,232) 100%);
}.TE_client_feedback::before {
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.2;
    top: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(169,180,207,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(127,136,182,0.5) 0%, transparent 30%);
}.TE_client_feedback .container {
    z-index: 2;
    position: relative;
}.TE_client_feedback h2 {
    transform: translateX(-50%);
    padding: 0 2rem;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
    left: 50%;
    font-size: 36px;
    margin-bottom: 4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
}.TE_client_feedback h2::after {
    left: 0;
    animation: glow 2s infinite;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(169,180,207), transparent);
    content: "";
    bottom: -15px;
    height: 2px;
    position: absolute;
}.TE_client_feedback .pK_feedback_story {
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.TE_client_feedback .Xb_testimonials_hub {
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 0 0 calc(33.333% - 2rem);
    margin: 1rem;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: #ffffff;
}.TE_client_feedback .Xb_testimonials_hub::before {
    border: 2px solid transparent;
    position: absolute;
    -webkit-mask-composite: xor;
    inset: 0;
    mask-composite: exclude;
    z-index: 1;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    background: linear-gradient(45deg, rgb(169,180,207), rgb(127,136,182)) border-box;
    content: "";
    border-radius: 10px;
    opacity: 0.7;
}.TE_client_feedback .Xb_testimonials_hub:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(169,180,207,0.5), 
                0 0 30px rgb(127,136,182,0.5);
}.TE_client_feedback .Xb_testimonials_hub:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.TE_client_feedback .Xb_testimonials_hub img {
    width: 100%;
    transition: filter 0.3s ease;
    height: 180px;
    filter: grayscale(20%);
    border-bottom: 1px solid rgb(211,215,232);
    object-fit: cover;
}.TE_client_feedback .Xb_testimonials_hub:hover img {
    filter: grayscale(0%);
}.TE_client_feedback .Xb_testimonials_hub p {
    margin: 0;
    padding: 1rem 1.5rem 0;
    font-weight: 600;
    position: relative;
    font-size: calc(18px + 0.1rem);
    color: #000000;
}.TE_client_feedback .Xb_testimonials_hub p::after {
    content: "";
    background: rgb(169,180,207);
    bottom: -5px;
    left: 1.5rem;
    position: absolute;
    width: 40px;
    height: 2px;
}.TE_client_feedback .Xb_testimonials_hub .description {
    padding: 1rem 1.5rem 1.5rem;
    position: relative;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
}.TE_client_feedback .Xb_testimonials_hub:nth-child(3n+1) {
    transform: translateZ(20px);
}.TE_client_feedback .Xb_testimonials_hub:nth-child(3n+2) {
    transform: translateZ(10px);
}.TE_client_feedback .Xb_testimonials_hub:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(169,180,207), 0 0 10px rgb(169,180,207,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(169,180,207), 0 0 20px rgb(169,180,207);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.TE_client_feedback .Xb_testimonials_hub {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.TE_client_feedback {
    padding: 4rem 0;
}.TE_client_feedback h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px - 0.3rem);
}.TE_client_feedback .Xb_testimonials_hub {
    transform: none !important;
    margin: 1rem 0;
    flex: 0 0 100%;
}.TE_client_feedback .Xb_testimonials_hub:hover {
    transform: translateY(-10px) !important;
}}.rz_educational_gains {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
}.rz_educational_gains::before {
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(211,215,232) 0%, transparent 100%),
        repeating-linear-gradient(
            45deg,
            rgb(169,180,207,0.5) 0,
            rgb(169,180,207,0.5) 1px,
            transparent 1px,
            transparent 15px
        );
    height: 100%;
    content: '';
    transform: skewX(-20deg);
    width: 200%;
    z-index: 1;
    top: 0;
    right: -50%;
}.rz_educational_gains .cw_skill_pro {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 5;
}.rz_educational_gains .VQ_img_cell {
    z-index: 2;
    left: 0;
    width: 45vw;
    top: 0;
    height: 100%;
    position: absolute;
}.rz_educational_gains .VQ_img_cell::after {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
}.rz_educational_gains .VQ_img_cell::before {
    position: absolute;
    left: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    border-radius: 0 100% 100% 0 / 50%;
    z-index: -1;
    background: rgb(169,180,207,0.5);
    content: '';
}.rz_educational_gains .vl_text_scroll {
    margin-left: auto;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 17px 0 0 17px;
    background: #ffffff;
    width: 60%;
    position: relative;
    z-index: 3;
    padding: 3rem;
}.rz_educational_gains h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 34px;
    margin-bottom: 3rem;
}.rz_educational_gains h2::after {
    height: 4px;
    position: absolute;
    content: '';
    border-radius: 10px;
    background: rgb(169,180,207);
    width: 100px;
    bottom: 0;
    left: 0;
}.rz_educational_gains .text_main_holder {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}.rz_educational_gains .text_main_holder > div {
    overflow: hidden;
    padding: 1.5rem 2rem;
    position: relative;
    display: flex;
    border-radius: 17px;
    transition: all 0.3s ease;
    background: rgb(211,215,232);
}.rz_educational_gains .text_main_holder > div::before {
    left: 0;
    bottom: 0;
    content: '';
    width: 5px;
    background: rgb(169,180,207);
    transition: height 0.3s ease;
    height: 0;
    position: absolute;
}.rz_educational_gains .text_main_holder > div:hover::before {
    height: 100%;
}.rz_educational_gains .text_main_holder > div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}.rz_educational_gains .text_main_holder > div:nth-child(even) {
    transform: translateX(2rem);
}.rz_educational_gains .text_main_holder > div:nth-child(even):hover {
    transform: translateX(3rem);
}.rz_educational_gains .text_main_holder svg {
    margin-right: 1.5rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 2.5rem;
    width: 2.5rem;
}.rz_educational_gains .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}.rz_educational_gains .text_main_holder svg path {
    fill: rgb(169,180,207);
}.rz_educational_gains .text_main_holder p {
    align-self: center;
    line-height: 1.6;
    font-size: 17px;
    margin: 0;
    color: #000000;
}.rz_educational_gains::after {
    height: 20vw;
    top: -10vw;
    z-index: 0;
    border-radius: 50%;
    opacity: 0.3;
    width: 20vw;
    position: absolute;
    background: rgb(127,136,182,0.5);
    right: 10vw;
    content: '';
}

@media (max-width: 1200px) {.rz_educational_gains .vl_text_scroll {
    width: 65%;
}.rz_educational_gains .VQ_img_cell {
    width: 40vw;
}
}

@media (max-width: 992px) {.rz_educational_gains {
    padding: 0;
}.rz_educational_gains::before {
    right: -80%;
}.rz_educational_gains .cw_skill_pro {
    flex-direction: column;
    max-width: 100%;
    display: flex;
}.rz_educational_gains .VQ_img_cell {
    width: 100%;
    height: 350px;
    border-radius: 0;
    order: 1;
    position: relative;
}.rz_educational_gains .VQ_img_cell::before {
    display: none;
}.rz_educational_gains .vl_text_scroll {
    order: 2;
    border-radius: 17px;
    margin: -50px auto 3rem;
    width: 90%;
}.rz_educational_gains .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.rz_educational_gains .text_main_holder > div:nth-child(even):hover {
    transform: translateX(10px);
}
}

@media (max-width: 768px) {.rz_educational_gains .VQ_img_cell {
    height: 300px;
}.rz_educational_gains .vl_text_scroll {
    padding: 2rem;
    width: 85%;
}.rz_educational_gains h2 {
    font-size: calc(34px * 0.9);
}.rz_educational_gains .text_main_holder > div {
    padding: 1.2rem 1.5rem;
}
}

@media (max-width: 576px) {.rz_educational_gains .VQ_img_cell {
    height: 250px;
}.rz_educational_gains .vl_text_scroll {
    padding: 1.5rem;
    margin: -30px auto 2rem;
    width: 90%;
}.rz_educational_gains .text_main_holder > div {
    padding: 1rem 1.2rem;
}.rz_educational_gains .text_main_holder svg {
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
}
}