﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.WUrnav_info {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.JEowrapper-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1250px;
}.tsKtemplate_cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.TRumeet_us {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(226,233,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.TRumeet_us::before {
    opacity: 0.15;
    top: 0;
    left: 0;
    height: 100%;
    animation: pulse 15s infinite alternate;
    z-index: 1;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(199,194,159,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(179,118,179,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
}.TRumeet_us::after {
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 100px 100px;
    top: 0;
    z-index: 2;
    content: "";
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    opacity: 0.03;
    position: absolute;
}.TRumeet_us .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.TRumeet_us .ybrmentor_network {
    display: flex;
    transform: translateY(0);
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    gap: 50px;
    backdrop-filter: blur(10px);
    border-radius: 19px;
    transition: all 0.5s ease;
    padding: 40px;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}.TRumeet_us .ybrmentor_network:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    border-color: rgb(199,194,159,0.5);
}.TRumeet_us .Umbteam_bios {
    position: relative;
    gap: 20px;
    flex: 0 0 300px;
    flex-direction: column;
    display: flex;
}.TRumeet_us .Umbteam_bios::before {
    transform: scale(0.95);
    content: "";
    z-index: -1;
    border-radius: 19px;
    height: calc(100% + 30px);
    border: 2px solid rgb(199,194,159,0.5);
    left: -15px;
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    top: -15px;
    width: calc(100% + 30px);
}.TRumeet_us .Umbteam_bios:hover::before {
    opacity: 0.5;
    transform: scale(1);
}.TRumeet_us .LuUpic_hover {
    border-radius: 19px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 350px;
    overflow: hidden;
}.TRumeet_us .LuUpic_hover::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.TRumeet_us .PHNlearning_zone {
    position: relative;
    z-index: 10;
    margin-left: 20px;
    transition: all 0.5s ease;
    transform: translateX(0);
    background: rgb(199,194,159);
    margin-top: -50px;
    padding: 20px;
    border-radius: 10px;
}.TRumeet_us .Umbteam_bios:hover .PHNlearning_zone {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateX(-10px);
}.TRumeet_us .uFWexpert_study {
    font-family: Arial, sans-serif;
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}.TRumeet_us .IKosuccess_story {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.2px;
    color: #ffffff;
    opacity: 0.9;
}.TRumeet_us .mxrtext_box_holder {
    gap: 20px;
    flex-direction: column;
    flex: 1;
    display: flex;
}.TRumeet_us .Otzstudy_learn {
    gap: 15px;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}.TRumeet_us .Otzstudy_learn svg {
    height: 40px;
    width: 40px;
    fill: rgb(199,194,159);
    transition: all 0.3s ease;
}.TRumeet_us .Otzstudy_learn:hover svg {
    transform: scale(1.1) rotate(5deg);
}.TRumeet_us .Otzstudy_learn svg path {
    fill: rgb(199,194,159);
    transition: all 0.3s ease;
}.TRumeet_us .Otzstudy_learn:hover svg path {
    fill: rgb(179,118,179);
}.TRumeet_us h2 {
    margin: 0 0 20px 0;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    font-size: 34px;
}.TRumeet_us h2::after {
    border-radius: 3px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(199,194,159) 0%, rgb(179,118,179) 100%);
    height: 3px;
    bottom: 0;
    transition: all 0.5s ease;
    content: "";
    left: 0;
}.TRumeet_us .mxrtext_box_holder:hover h2::after {
    width: 120px;
}.TRumeet_us p {
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3px;
    margin: 0;
    color: #000000;
    font-weight: 400;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.TRumeet_us {
    padding: 60px 0;
}.TRumeet_us .ybrmentor_network {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.TRumeet_us .Umbteam_bios {
    width: 100%;
    max-width: 500px;
    flex: 0 0 auto;
}.TRumeet_us .LuUpic_hover {
    height: 300px;
}.TRumeet_us .PHNlearning_zone {
    margin-left: 15px;
    margin-top: -40px;
}.TRumeet_us h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.TRumeet_us {
    padding: 50px 0;
}.TRumeet_us .ybrmentor_network {
    gap: 30px;
    padding: 25px;
}.TRumeet_us .Umbteam_bios {
    max-width: 400px;
}.TRumeet_us .LuUpic_hover {
    height: 250px;
}.TRumeet_us .PHNlearning_zone {
    padding: 15px;
    margin-top: -35px;
}.TRumeet_us .uFWexpert_study {
    font-size: calc(18px * 0.9);
}.TRumeet_us .IKosuccess_story {
    font-size: calc(13px * 0.9);
}.TRumeet_us h2 {
    font-size: calc(34px * 0.8);
    padding-bottom: 10px;
}.TRumeet_us h2::after {
    width: 60px;
}.TRumeet_us .mxrtext_box_holder:hover h2::after {
    width: 90px;
}.TRumeet_us p {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.TRumeet_us {
    padding: 40px 0;
}.TRumeet_us .ybrmentor_network {
    padding: 20px;
    gap: 25px;
}.TRumeet_us .LuUpic_hover {
    height: 220px;
}.TRumeet_us .PHNlearning_zone {
    margin-top: -30px;
    margin-left: 10px;
    padding: 12px;
}.TRumeet_us .Otzstudy_learn svg {
    height: 30px;
    width: 30px;
}.TRumeet_us h2 {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: calc(34px * 0.7);
}.TRumeet_us h2::after {
    width: 50px;
    height: 2px;
}.TRumeet_us .mxrtext_box_holder:hover h2::after {
    width: 70px;
}.TRumeet_us p {
    font-size: calc(13px * 0.85);
}}.IOPinstructor_profile {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    border-radius: 11px;
    background: linear-gradient(to bottom, rgb(226,233,234), rgb(199,194,159,0.5) 120%);
}.IOPinstructor_profile::before {
    content: "";
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(179,118,179,0.5) 0,
        rgb(179,118,179,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
    height: 100%;
}.IOPinstructor_profile .scxlearning_testimonials {
    transform: translateY(0);
    z-index: 2;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    max-width: 500px;
    flex-direction: column;
    display: flex;
    position: relative;
}.IOPinstructor_profile .scxlearning_testimonials:hover {
    transform: translateY(-15px);
}.IOPinstructor_profile .LuUpic_hover {
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    height: 350px;
    width: 80%;
    border-radius: 11px 11px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    transition: all 0.5s ease;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}.IOPinstructor_profile .LuUpic_hover::after {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(199,194,159,0.5) 100%);
    border-radius: 11px 11px 0 0;
}.IOPinstructor_profile .scxlearning_testimonials:hover .LuUpic_hover {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.IOPinstructor_profile .Sohwork_expertise {
    transform: translateZ(0);
    margin-top: -50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s ease;
    z-index: 2;
    border-radius: 11px;
    padding: 70px 2rem 2rem;
}.IOPinstructor_profile .Sohwork_expertise::before {
    animation: gradient-shift 8s infinite alternate;
    right: 0;
    background: linear-gradient(90deg, 
                rgb(199,194,159), 
                rgb(179,118,179), 
                rgb(199,194,159));
    left: 0;
    border-radius: 10px 10px 0 0;
    background-size: 200% 100%;
    content: "";
    height: 6px;
    position: absolute;
    top: 0;
}.IOPinstructor_profile .Sohwork_expertise::after {
    bottom: 20px;
    width: 60px;
    content: "";
    opacity: 0.2;
    position: absolute;
    height: 60px;
    background: rgb(179,118,179,0.5);
    right: 20px;
    border-radius: 20% 40% 50% 30%;
    animation: float-blob 10s infinite alternate;
    filter: blur(15px);
}.IOPinstructor_profile .name {
    font-family: Arial, sans-serif;
    transform: translateY(0);
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 33px;
    transition: all 0.3s ease;
    color: rgb(199,194,159);
    opacity: 0.9;
}.IOPinstructor_profile .Sohwork_expertise > div:nth-child(2) {
    font-weight: 600;
    color: rgb(179,118,179);
    font-size: 20px;
    opacity: 0.8;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    transition: all 0.4s ease 0.1s;
    position: relative;
}.IOPinstructor_profile .Sohwork_expertise > div:nth-child(2)::after {
    background: rgb(179,118,179,0.5);
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    width: 40px;
}.IOPinstructor_profile .scxlearning_testimonials:hover .Sohwork_expertise > div:nth-child(2)::after {
    width: 100px;
}.IOPinstructor_profile .rGFwork_trajectory {
    font-style: italic;
    padding: 1rem 0 0 1.5rem;
    line-height: 1.7;
    border-left: 3px solid rgb(179,118,179,0.5);
    position: relative;
    transform: translateY(10px);
    color: #000000;
    font-size: 12px;
    opacity: 0.7;
    transition: all 0.5s ease 0.2s;
}.IOPinstructor_profile .scxlearning_testimonials:hover .rGFwork_trajectory {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.IOPinstructor_profile .LuUpic_hover {
    width: 100%;
    height: 250px;
}}.YtOprivacy_parapet {
    background: linear-gradient(135deg, rgb(226,233,234) 0%, rgba(240, 242, 245, 0.9) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    color: #000000;
}.YtOprivacy_parapet::before {
    right: 0;
    transform: translateY(-15%) translateX(15%);
    height: 30vh;
    top: 0;
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(225deg, rgb(179,118,179,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 30vw;
}.YtOprivacy_parapet::after {
    position: absolute;
    height: 40vh;
    width: 40vw;
    left: 0;
    background: linear-gradient(45deg, rgb(199,194,159,0.5) 0%, transparent 70%);
    opacity: 0.15;
    bottom: 0;
    z-index: 0;
    transform: translateY(15%) translateX(-15%);
    content: "";
}.YtOprivacy_parapet .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
}.YtOprivacy_parapet h1 {
    transform-origin: left center;
    font-size: calc(39px * 1.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
    position: relative;
}.YtOprivacy_parapet h1::after {
    position: absolute;
    left: 0;
    transform: scaleX(1);
    width: 4rem;
    transform-origin: left center;
    background: rgb(199,194,159);
    transition: transform 0.5s ease-out;
    height: 3px;
    bottom: -0.6rem;
    content: "";
}.YtOprivacy_parapet h1:hover {
    transform: translateX(5px);
}.YtOprivacy_parapet h1:hover::after {
    transform: scaleX(1.5);
}.YtOprivacy_parapet h2 {
    font-weight: 600;
    color: #000000;
    transform: translateX(0);
    font-size: 33px;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    margin: 2.5rem 0 1rem;
    position: relative;
    transition: transform 0.3s ease;
    border-left: 3px solid rgb(179,118,179);
}.YtOprivacy_parapet h2:hover {
    transform: translateX(5px);
}.YtOprivacy_parapet h3 {
    font-size: calc(33px * 0.85);
    padding-bottom: 0.3rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.YtOprivacy_parapet h4 {
    position: relative;
    color: #000000;
    padding-left: 1rem;
    font-size: calc(33px * 0.7);
    font-weight: 600;
    margin: 1.5rem 0 1rem;
}.YtOprivacy_parapet h4::before {
    background: rgb(179,118,179);
    top: 50%;
    left: 0;
    position: absolute;
    height: 5px;
    width: 5px;
    content: "";
    transform: translateY(-50%);
}.YtOprivacy_parapet p {
    font-size: 12px;
    color: #000000;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.9;
    line-height: 1.7;
}.YtOprivacy_parapet p:hover {
    opacity: 1;
    transform: translateY(-2px);
}.YtOprivacy_parapet strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.YtOprivacy_parapet strong::after {
    height: 1px;
    transform: scaleX(0.3);
    position: absolute;
    width: 100%;
    bottom: -2px;
    transition: transform 0.3s ease;
    background: rgb(199,194,159,0.5);
    content: "";
    transform-origin: left;
    left: 0;
}.YtOprivacy_parapet strong:hover::after {
    transform: scaleX(1);
}.YtOprivacy_parapet ul {
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.YtOprivacy_parapet ul::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(179,118,179,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 2px;
}.YtOprivacy_parapet li {
    font-size: 12px;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    padding: 0.5rem 0 0.5rem 1.5rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}.YtOprivacy_parapet li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    background: rgb(179,118,179);
    border-radius: 10px;
    content: "";
    top: 1rem;
    left: 0;
    height: 6px;
    width: 6px;
    position: absolute;
}.YtOprivacy_parapet li:hover {
    transform: translateX(5px);
}.YtOprivacy_parapet li:hover::before {
    transform: scale(1.3);
    background: rgb(199,194,159);
}.YtOprivacy_parapet span {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    line-height: 1.7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateX(0);
    border-left: 2px solid rgb(199,194,159,0.5);
    background: rgba(#ffffff, 0.5);
    font-size: 12px;
    color: #000000;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: block;
}.YtOprivacy_parapet span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.YtOprivacy_parapet {
    padding: 6rem 3rem;
}.YtOprivacy_parapet .container {
    padding: 0 2rem;
}.YtOprivacy_parapet h1 {
    margin-bottom: 3rem;
    font-size: calc(39px * 1.3);
}.YtOprivacy_parapet h1::after {
    height: 4px;
    width: 6rem;
}.YtOprivacy_parapet h2 {
    margin: 3.5rem 0 1.5rem;
    font-size: calc(33px * 1.1);
    padding-left: 1.2rem;
}.YtOprivacy_parapet h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(33px * 0.9);
}.YtOprivacy_parapet h4 {
    padding-left: 1.2rem;
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.75);
}.YtOprivacy_parapet ul {
    padding-left: 2rem;
}.YtOprivacy_parapet li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.YtOprivacy_parapet span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.YtOprivacy_parapet {
    padding: 8rem 4rem;
}.YtOprivacy_parapet::before {
    width: 40vw;
    height: 40vh;
}.YtOprivacy_parapet::after {
    width: 50vw;
    height: 50vh;
}.YtOprivacy_parapet h1 {
    transform: translateZ(0);
    margin-bottom: 4rem;
    font-size: calc(39px * 1.5);
}.YtOprivacy_parapet h1::after {
    width: 8rem;
}.YtOprivacy_parapet h2 {
    margin: 4rem 0 2rem;
    padding-left: 1.5rem;
    font-size: calc(33px * 1.2);
    border-left-width: 4px;
}.YtOprivacy_parapet p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.YtOprivacy_parapet ul {
    margin: 2rem 0 2.5rem;
}.YtOprivacy_parapet li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.YtOprivacy_parapet span {
    margin-left: 2rem;
    line-height: 1.8;
    padding: 2rem;
}
}

@media (max-width: 767px) {.YtOprivacy_parapet {
    padding: 3rem 1.5rem;
}.YtOprivacy_parapet h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 1);
}.YtOprivacy_parapet h1::after {
    height: 2px;
    width: 3rem;
}.YtOprivacy_parapet h2 {
    border-left-width: 2px;
    padding-left: 0.8rem;
    font-size: 33px;
    margin: 2rem 0 1rem;
}.YtOprivacy_parapet h3, 
    .YtOprivacy_parapet h4 {
    font-size: calc(33px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.YtOprivacy_parapet p {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: calc(12px * 0.95);
}.YtOprivacy_parapet ul {
    margin: 1rem 0 1.5rem;
    padding-left: 0.8rem;
}.YtOprivacy_parapet li {
    margin-bottom: 0.4rem;
    line-height: 1.5;
    font-size: calc(12px * 0.95);
    padding: 0.4rem 0 0.4rem 1.2rem;
}.YtOprivacy_parapet span {
    padding: 0.8rem;
    font-size: calc(12px * 0.95);
    margin-bottom: 1.2rem;
    margin-left: 0;
    line-height: 1.6;
}}.rbQcontact {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.rbQcontact::before {
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    left: 0;
    backdrop-filter: blur(8px);
    position: absolute;
    height: 100%;
    top: 0;
}.rbQcontact::after {
    z-index: 2;
    animation: gradientShift 15s ease infinite;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(199,194,159,0.5) 0%, transparent 50%, rgb(179,118,179,0.5) 100%);
    left: 0;
    position: absolute;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.rbQcontact .container {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}.rbQcontact .MLDmessage_request {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    display: flex;
    backdrop-filter: blur(10px);
}.rbQcontact .MLDmessage_request::before {
    pointer-events: none;
    content: '';
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, rgb(199,194,159,0.5) 0%, transparent 30%);
    width: 200%;
    animation: rotate 30s linear infinite;
    opacity: 0.1;
    left: -50%;
    position: absolute;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rbQcontact .PQKrequest_section {
    flex: 1;
    padding: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(199,194,159,0.5) 0%, rgb(179,118,179,0.5) 100%);
}.rbQcontact .PQKrequest_section::after {
    content: '';
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    top: 0;
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    height: 100%;
    right: 0;
}.rbQcontact .PQKrequest_section h3 {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 29px;
    color: #ffffff;
}.rbQcontact .PQKrequest_section h3::after {
    background: #ffffff;
    width: 80px;
    position: absolute;
    height: 3px;
    left: 0;
    border-radius: 10px;
    bottom: 0;
    content: '';
}.rbQcontact .PQKrequest_section div {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    align-items: center;
    padding-left: 15px;
    transform: translateX(0);
}.rbQcontact .PQKrequest_section div:hover {
    transform: translateX(10px);
}.rbQcontact .PQKrequest_section div::before {
    top: 50%;
    left: 0;
    position: absolute;
    width: 5px;
    height: 0;
    content: '';
    transition: height 0.3s ease, top 0.3s ease;
    background: #ffffff;
    border-radius: 10px;
}.rbQcontact .PQKrequest_section div:hover::before {
    top: 10%;
    height: 80%;
}.rbQcontact .PQKrequest_section svg {
    margin-right: 15px;
    height: 24px;
    fill: #ffffff;
    width: 24px;
}.rbQcontact .PQKrequest_section svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.rbQcontact .PQKrequest_section div:hover svg path {
    fill: rgb(179,118,179);
}.rbQcontact .PQKrequest_section span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}.rbQcontact .PQKrequest_section span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.rbQcontact .PQKrequest_section span a:hover {
    color: rgb(179,118,179);
}.rbQcontact .mplquery_card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 50px;
    flex: 1.2;
    position: relative;
}.rbQcontact .mplquery_card::before {
    background: radial-gradient(circle, rgb(179,118,179,0.5) 0%, transparent 70%);
    position: absolute;
    right: -100px;
    content: '';
    top: -100px;
    animation: pulse 4s ease-in-out infinite alternate;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.rbQcontact .mplquery_card h3 {
    text-align: center;
    font-size: 29px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.rbQcontact .mplquery_card h3::after {
    background: rgb(179,118,179);
    left: 50%;
    height: 2px;
    width: 50px;
    transform: translateX(-50%);
    content: '';
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
}.rbQcontact .mplquery_card form {
    flex-direction: column;
    display: flex;
}.rbQcontact .mplquery_card input[type="text"],
.rbQcontact .mplquery_card input[type="email"] {
    padding: 15px 20px;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}.rbQcontact .mplquery_card input[type="text"]:focus,
.rbQcontact .mplquery_card input[type="email"]:focus {
    border-color: rgb(179,118,179);
    outline: none;
    box-shadow: 0 0 0 2px rgb(179,118,179,0.5);
}.rbQcontact .mplquery_card input[type="text"]::placeholder,
.rbQcontact .mplquery_card input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.rbQcontact .mplquery_card .tgJfeedback_query {
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
    display: flex;
}.rbQcontact .mplquery_card .tgJfeedback_query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.rbQcontact .mplquery_card .tgJfeedback_query label {
    font-size: 16px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 30px;
    color: #ffffff;
}.rbQcontact .mplquery_card .tgJfeedback_query label::before {
    width: 18px;
    position: absolute;
    height: 18px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
}.rbQcontact .mplquery_card .tgJfeedback_query label::after {
    transition: all 0.2s ease;
    transform: rotate(-45deg) scale(0);
    position: absolute;
    opacity: 0;
    width: 8px;
    border-bottom: 2px solid #ffffff;
    content: '';
    left: 5px;
    top: 9px;
    height: 4px;
    border-left: 2px solid #ffffff;
}.rbQcontact .mplquery_card .tgJfeedback_query input[type="checkbox"]:checked + label::before {
    background: rgb(179,118,179,0.5);
    border-color: rgb(179,118,179);
}.rbQcontact .mplquery_card .tgJfeedback_query input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}.rbQcontact .mplquery_card .tgJfeedback_query label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(179,118,179);
}.rbQcontact .mplquery_card .tgJfeedback_query label a:hover {
    color: #ffffff;
    text-decoration: underline;
}.rbQcontact .mplquery_card .OiVrequest_box {
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    border: none;
    background: linear-gradient(90deg, rgb(199,194,159) 0%, rgb(179,118,179) 100%);
    border-radius: 20px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    padding: 15px 30px;
}.rbQcontact .mplquery_card .OiVrequest_box::before {
    width: 100%;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    z-index: -1;
    top: 0;
    transition: all 0.6s ease;
    height: 100%;
}.rbQcontact .mplquery_card .OiVrequest_box:hover::before {
    left: 100%;
}.rbQcontact .mplquery_card .OiVrequest_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {.rbQcontact {
    padding: 80px 0;
}.rbQcontact .MLDmessage_request {
    flex-direction: column;
}.rbQcontact .PQKrequest_section,
    .rbQcontact .mplquery_card {
    padding: 40px;
}.rbQcontact .PQKrequest_section {
    text-align: center;
}.rbQcontact .PQKrequest_section h3::after {
    transform: translateX(-50%);
    left: 50%;
}.rbQcontact .PQKrequest_section div {
    justify-content: center;
    padding-left: 0;
}.rbQcontact .PQKrequest_section div::before {
    display: none;
}
}

@media (max-width: 768px) {.rbQcontact {
    padding: 60px 0;
}.rbQcontact .PQKrequest_section,
    .rbQcontact .mplquery_card {
    padding: 30px;
}.rbQcontact .PQKrequest_section h3,
    .rbQcontact .mplquery_card h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.rbQcontact .PQKrequest_section div {
    margin-bottom: 20px;
}.rbQcontact .mplquery_card input[type="text"],
    .rbQcontact .mplquery_card input[type="email"] {
    padding: 12px 15px;
}.rbQcontact .mplquery_card .OiVrequest_box {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.rbQcontact {
    padding: 40px 0;
}.rbQcontact .container {
    padding: 0 10px;
}.rbQcontact .PQKrequest_section,
    .rbQcontact .mplquery_card {
    padding: 20px;
}.rbQcontact .PQKrequest_section h3,
    .rbQcontact .mplquery_card h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.rbQcontact .PQKrequest_section svg {
    width: 20px;
    height: 20px;
}.rbQcontact .mplquery_card .tgJfeedback_query label {
    font-size: calc(16px * 0.9);
}.rbQcontact .mplquery_card .OiVrequest_box {
    width: 100%;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(199,194,159);
}header .top_plank .tVxbest_study div svg, header .top_plank .tVxbest_study div svg path {
    fill: #ffffff;
}header .top_plank .tVxbest_study div span {
    color: #ffffff;
}header .top_plank .tVxbest_study {
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    width: 100%;
    align-items: center;
    padding: 15px 0 10px 0;
}header .top_plank .tVxbest_study div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .tVxbest_study div img, header .top_plank .tVxbest_study div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.tsKtemplate_cta {
    padding: 5rem 0 3rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}.tsKtemplate_cta::before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(199,194,159,0.5) 100%);
    backdrop-filter: blur(8px);
    height: 100%;
    width: 100%;
}.tsKtemplate_cta .container {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
}.tsKtemplate_cta .company_holder {
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
    position: relative;
    border-left: 2px solid rgb(199,194,159);
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(199,194,159);
    }
    50% {
        border-left-color: rgb(179,118,179);
    }
    100% {
        border-left-color: rgb(199,194,159);
    }
}

.tsKtemplate_cta .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    font-size: calc(28px * 1.2);
    background: linear-gradient(to right, #ffffff, rgb(179,118,179));
    font-weight: 700;
}.tsKtemplate_cta .xoPtraining_zone {
    opacity: 0.8;
    color: #ffffff;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 15px;
}.tsKtemplate_cta .qoHmentor_net {
    justify-content: flex-end;
    display: flex;
}.tsKtemplate_cta .bfosite_prime {
    display: flex;
    gap: 4rem;
}.tsKtemplate_cta .AMPmain_nav {
    position: relative;
}.tsKtemplate_cta .AMPmain_nav::before {
    width: 40px;
    content: "";
    left: -20px;
    border-top: 1px solid rgb(199,194,159);
    border-left: 1px solid rgb(199,194,159);
    opacity: 0.4;
    height: 40px;
    top: -10px;
    position: absolute;
}.tsKtemplate_cta .AMPmain_nav::after {
    height: 40px;
    border-bottom: 1px solid rgb(199,194,159);
    bottom: -10px;
    position: absolute;
    width: 40px;
    border-right: 1px solid rgb(199,194,159);
    right: -20px;
    content: "";
    opacity: 0.4;
}.tsKtemplate_cta .AMPmain_nav h5 {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(179,118,179);
    font-weight: 600;
}.tsKtemplate_cta .AMPmain_nav .bfosite_prime {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}.tsKtemplate_cta .AMPmain_nav .bfosite_prime a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 1rem;
    opacity: 0.8;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
}.tsKtemplate_cta .AMPmain_nav .bfosite_prime a::before {
    top: 50%;
    width: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    left: 0;
    background-color: rgb(199,194,159);
    transform: translateY(-50%);
    position: absolute;
    content: "";
    height: 5px;
}.tsKtemplate_cta .AMPmain_nav .bfosite_prime a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(199,194,159);
}.tsKtemplate_cta .AMPmain_nav .bfosite_prime a:hover::before {
    height: 7px;
    background-color: rgb(179,118,179);
    width: 7px;
}.xYItranscript {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    padding: 1.5rem 0;
}.xYItranscript::before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(199,194,159), transparent);
    top: 0;
}.xYItranscript .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.xYItranscript .Wbqlecture_ref {
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 992px) {.tsKtemplate_cta .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.tsKtemplate_cta .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.tsKtemplate_cta .qoHmentor_net {
    justify-content: flex-start;
}.tsKtemplate_cta .bfosite_prime {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.tsKtemplate_cta {
    padding: 3rem 0 2rem;
}.tsKtemplate_cta .bfosite_prime {
    flex-direction: column;
    gap: 2rem;
}.tsKtemplate_cta .AMPmain_nav::before,
    .tsKtemplate_cta .AMPmain_nav::after {
    display: none;
}.tsKtemplate_cta .AMPmain_nav {
    margin-bottom: 1.5rem;
}.xYItranscript {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.tsKtemplate_cta .company_holder h3 {
    font-size: 28px;
}.tsKtemplate_cta .AMPmain_nav h5 {
    font-size: calc(16px * 1.1);
}.tsKtemplate_cta .AMPmain_nav .bfosite_prime a {
    font-size: calc(15px * 0.9);
}}.WEatariff_item {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(226,233,234);
}.WEatariff_item::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(199,194,159,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
}.WEatariff_item .container {
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
}.WEatariff_item .QPBfee_package {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.WEatariff_item .opIbundle_price {
    max-width: 800px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    margin: 0 auto;
    transform: translateY(-10px);
}.WEatariff_item .opIbundle_price h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 32px;
}.WEatariff_item .opIbundle_price h2::after {
    height: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(199,194,159);
    width: 80px;
    bottom: -10px;
}.WEatariff_item .GNEpackage_pricing {
    font-size: 17px;
    margin: 0 auto;
    line-height: 1.7;
    color: #000000;
    max-width: 600px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}.WEatariff_item .iJPlearn_price {
    gap: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}.WEatariff_item .YgUprice_opts {
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    transform: translateY(20px);
    opacity: 0;
    height: 100%;
    animation: fadeInUp 0.8s ease-out forwards;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
    overflow: hidden;
}.WEatariff_item .YgUprice_opts:nth-child(1) {
    --index: 1;
}.WEatariff_item .YgUprice_opts:nth-child(2) {
    --index: 2;
}.WEatariff_item .YgUprice_opts:nth-child(3) {
    --index: 3;
}.WEatariff_item .YgUprice_opts:nth-child(4) {
    --index: 4;
}.WEatariff_item .YgUprice_opts:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.WEatariff_item .DrWpayment_option {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    flex-direction: column;
}.WEatariff_item .DrWpayment_option::before {
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(199,194,159), rgb(179,118,179));
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.WEatariff_item .Dtuaccess_cost {
    flex: 1;
    display: flex;
    padding: 40px 30px;
    box-sizing: border-box;
    flex-direction: column;
}.WEatariff_item .Dtuaccess_cost h3 {
    font-weight: 700;
    overflow-wrap: break-word;
    margin-bottom: 15px;
    position: relative;
    margin-top: 0;
    color: #000000;
    font-size: 19px;
    word-break: break-word;
}.WEatariff_item .Dtuaccess_cost h3::after {
    content: "";
    bottom: -8px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    background-color: rgb(199,194,159);
}.WEatariff_item .YgUprice_opts:hover .Dtuaccess_cost h3::after {
    width: 70px;
}.WEatariff_item .nXPplan_options {
    word-break: break-word;
    color: rgb(199,194,159);
    position: relative;
    border-radius: 10px;
    padding: 8px 16px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    margin: 10px 0 20px;
    display: inline-block;
    overflow-wrap: break-word;
    font-size: calc(19px * 1.2);
    font-weight: 700;
}.WEatariff_item .Dtuaccess_cost p {
    white-space: normal;
    margin-bottom: 0;
    font-size: 17px;
    word-break: break-word;
    line-height: 1.7;
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
}.WEatariff_item .LuUpic_hover {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}.WEatariff_item .YgUprice_opts:hover .LuUpic_hover {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.WEatariff_item .iJPlearn_price {
    grid-template-columns: repeat(2, 1fr);
}.WEatariff_item .Dtuaccess_cost {
    padding: 40px;
}.WEatariff_item .LuUpic_hover {
    height: 220px;
}
}

@media (min-width: 992px) {.WEatariff_item .QPBfee_package {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.WEatariff_item .iJPlearn_price {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.WEatariff_item .opIbundle_price {
    text-align: left;
    width: 35%;
    margin: 0;
}.WEatariff_item .opIbundle_price h2::after {
    transform: none;
    left: 0;
}.WEatariff_item .GNEpackage_pricing {
    margin: 0;
}
}

@media (min-width: 1200px) {.WEatariff_item .iJPlearn_price {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.WEatariff_item .Dtuaccess_cost h3 {
    font-size: calc(19px * 1.1);
}.WEatariff_item .nXPplan_options {
    font-size: calc(19px * 1.3);
}.WEatariff_item .LuUpic_hover {
    height: 240px;
}
}

@media (max-width: 767px) {.WEatariff_item {
    padding: 80px 0;
}.WEatariff_item .Dtuaccess_cost {
    padding: 30px 20px;
}.WEatariff_item .nXPplan_options {
    font-size: 19px;
    padding: 6px 12px;
}.WEatariff_item .LuUpic_hover {
    height: 180px;
}
}

@media (max-width: 480px) {.WEatariff_item {
    padding: 60px 0;
}.WEatariff_item .opIbundle_price h2 {
    font-size: calc(32px * 0.85);
}.WEatariff_item .Dtuaccess_cost h3 {
    font-size: calc(19px * 0.95);
}.WEatariff_item .LuUpic_hover {
    height: 160px;
}}.JaItrackingSettingsBox {
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    position: fixed;
    border-top: 3px solid rgb(179,118,179);
    z-index: 90;
    background: rgb(179,118,179);
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#QYHcookieConsentDialog {
    display: none;
}#QYHcookieConsentDialog:checked ~ .JaItrackingSettingsBox {
    visibility: hidden;
    opacity: 0;
}.RoIcookie_disclaimer {
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}.JaItrackingSettingsBox h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}.JaItrackingSettingsBox p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 13px;
}.Tiusecure_cookies {
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(199,194,159));
    display: flex;
}.Tiusecure_cookies svg {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(199,194,159);
}.Tiusecure_cookies:hover svg {
    transform: scale(1.1);
}.UYOcookie_menu {
    border-radius: 25px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    font-size: 18px;
    background: linear-gradient(90deg, rgb(199,194,159), rgb(179,118,179));
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 0 15px rgb(199,194,159);
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    color: #000000;
    text-align: center;
    line-height: 40px;
}.UYOcookie_menu:hover {
    box-shadow: 0 0 20px rgb(179,118,179);
}.cookie_button.FxWcookie_protect {
    color: #ffffff;
    border: 2px solid rgb(179,118,179);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.FxWcookie_protect:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(179,118,179);
}.JaItrackingSettingsBox p a {
    transition: color 0.3s ease;
    color: rgb(199,194,159);
    text-decoration: none;
}.JaItrackingSettingsBox p a:hover {
    color: rgb(179,118,179);
}
@media only screen and (max-width: 1200px) {.JaItrackingSettingsBox {
    padding: 15px 0;
}.RoIcookie_disclaimer {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.Tiusecure_cookies {
    display: none;
}.RoIcookie_disclaimer {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.JaItrackingSettingsBox h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.wykcookie_frame {
    margin-bottom: 15px;
}.UYOcookie_menu {
    min-width: 100%;
    margin: 10px 0;
}}
.tEXfuture_learners {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(226,233,234);
}.tEXfuture_learners::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(199,194,159,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(179,118,179,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
}.tEXfuture_learners .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.tEXfuture_learners .ybrmentor_network {
    border-radius: 20px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    background: rgb(226,233,234);
    padding: 50px;
}.tEXfuture_learners h4 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 33px;
    margin-bottom: 50px;
}.tEXfuture_learners h4::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(199,194,159), rgb(179,118,179));
    left: 50%;
    bottom: -15px;
    width: 80px;
    content: "";
    height: 4px;
    transform: translateX(-50%);
    border-radius: 2px;
}.tEXfuture_learners div {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.tEXfuture_learners div p {
    overflow: hidden;
    font-size: 12px;
    padding: 25px;
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 20px;
    margin: 0;
    align-items: center;
    display: flex;
    color: #000000;
    min-width: 250px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    line-height: 1.6;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(226,233,234);
}.tEXfuture_learners div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.tEXfuture_learners div p::before {
    position: absolute;
    width: 5px;
    border-radius: 5px 0 0 5px;
    background: linear-gradient(180deg, rgb(199,194,159), rgb(179,118,179));
    opacity: 0.7;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}.tEXfuture_learners div p svg {
    padding: 8px;
    width: 40px;
    height: 40px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    min-width: 40px;
    border-radius: 50%;
    background: rgb(226,233,234);
    margin-right: 20px;
}.tEXfuture_learners div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.tEXfuture_learners div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,194,159);
}.tEXfuture_learners div p:hover svg path {
    fill: rgb(179,118,179);
}

@media (max-width: 1100px) {.tEXfuture_learners div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.tEXfuture_learners {
    padding: 80px 0;
}.tEXfuture_learners .ybrmentor_network {
    padding: 40px 30px;
}.tEXfuture_learners h4 {
    font-size: calc(33px - 2px);
    margin-bottom: 40px;
}.tEXfuture_learners div {
    gap: 20px;
}.tEXfuture_learners div p {
    padding: 20px;
}.tEXfuture_learners div p svg {
    margin-right: 15px;
    width: 35px;
    min-width: 35px;
    height: 35px;
}
}

@media (max-width: 767px) {.tEXfuture_learners {
    padding: 60px 0;
}.tEXfuture_learners .ybrmentor_network {
    padding: 30px 20px;
}.tEXfuture_learners h4 {
    font-size: calc(33px - 4px);
    margin-bottom: 35px;
}.tEXfuture_learners div p {
    padding: 18px;
    flex: 1 1 100%;
}.tEXfuture_learners div p svg {
    margin-right: 15px;
    padding: 6px;
    height: 30px;
    min-width: 30px;
    width: 30px;
}
}

@media (max-width: 479px) {.tEXfuture_learners {
    padding: 40px 0;
}.tEXfuture_learners .ybrmentor_network {
    padding: 25px 15px;
}.tEXfuture_learners h4 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}.tEXfuture_learners div {
    gap: 15px;
}.tEXfuture_learners div p {
    padding: 15px;
    font-size: calc(12px - 1px);
}.tEXfuture_learners div p svg {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    padding: 5px;
    min-width: 26px;
}}header {
    background: linear-gradient(135deg, rgb(226,233,234), #ffffff);
    z-index: 99;
    width: 100%;
    overflow: visible;
    position: relative;
}header::before {
    position: absolute;
    height: 15px;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(199,194,159,0.5) 6px,
            rgb(199,194,159,0.5) 10px,
            transparent 10px
        ) repeat-x;
    bottom: 0;
    opacity: 0.3;
    content: "";
    width: 100%;
    left: 0;
    background-size: 20px 20px;
}header .HGvmain_learn {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
    padding: 25px 30px;
}header .HGvmain_learn::before,
header .HGvmain_learn::after {
    content: "";
    width: 30%;
    background: linear-gradient(to right, rgb(199,194,159), transparent);
    height: 2px;
    position: absolute;
}header .HGvmain_learn::before {
    top: 10px;
    left: 0;
}header .HGvmain_learn::after {
    background: linear-gradient(to left, rgb(179,118,179), transparent);
    right: 0;
    bottom: 10px;
}header .HGvmain_learn .tjmtop_primary {
    z-index: 2;
    position: relative;
}header .HGvmain_learn .tjmtop_primary::before {
    left: -20%;
    opacity: 0.05;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    content: "";
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    background: rgb(199,194,159,0.5);
    width: 140%;
    height: 140%;
    top: -20%;
    position: absolute;
}header .HGvmain_learn .tjmtop_primary:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .HGvmain_learn .tjmtop_primary .HxShead_info {
    transition: transform 0.3s ease;
    display: block;
}header .HGvmain_learn .tjmtop_primary:hover .HxShead_info {
    transform: translateY(-3px);
}header .HGvmain_learn .tjmtop_primary .HxShead_info svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .HGvmain_learn .AMPmain_nav {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
}header .HGvmain_learn .AMPmain_nav::before {
    height: 100%;
    transition: all 0.5s ease;
    left: 0;
    z-index: -1;
    background: rgb(179,118,179,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 0;
    opacity: 0.05;
    position: absolute;
    content: "";
    width: 100%;
}header .HGvmain_learn .AMPmain_nav:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary {
    position: relative;
    margin: 0 8px;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary a {
    display: block;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-family: Arial, sans-serif;
    padding: 10px 15px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    color: #000000;
    transition: all 0.4s ease;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary a::before {
    position: absolute;
    left: 0;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    transform-origin: right top;
    content: "";
    height: 100%;
    transform: scale(0);
    width: 100%;
    background: rgb(199,194,159);
    transition: transform 0.4s ease, border-radius 0.4s ease;
    top: 0;
    z-index: -1;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary:nth-child(2n) a::before {
    background: rgb(179,118,179);
    transform-origin: left bottom;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .HGvmain_learn {
    padding: 20px 15px;
    flex-direction: column;
}header .HGvmain_learn .tjmtop_primary {
    margin-bottom: 15px;
}header .HGvmain_learn .AMPmain_nav {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary {
    margin: 5px;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary a {
    padding: 8px 12px;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .HGvmain_learn {
    padding: 15px 10px;
}header .HGvmain_learn .tjmtop_primary .HxShead_info svg {
    height: 40px;
}header .HGvmain_learn .AMPmain_nav .iQkhead_primary a {
    padding: 6px 10px;
    font-size: calc(14px - 2px);
}}.LnJlanding_page {
    padding: 2rem 1rem;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(135deg, rgb(199,194,159,0.5), rgb(179,118,179));
}.LnJlanding_page > div {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.LnJlanding_page .iHPhistory_tl {
    position: relative;
    margin-bottom: 2rem;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}.LnJlanding_page .WrFedu_welcome {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #ffffff;
    line-height: 1.2;
    font-size: clamp(2rem, 5vw, 45px);
    letter-spacing: -0.02em;
    margin: 0;
    font-weight: 700;
}.LnJlanding_page .WrFedu_welcome::after {
    bottom: -12px;
    transform-origin: left;
    animation: lineExpand 1.2s 0.4s ease forwards;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(199,194,159), rgb(179,118,179));
    content: "";
    width: 80px;
    transform: scaleX(0);
    position: absolute;
}.LnJlanding_page .IBDmain_hero {
    overflow: hidden;
    border-radius: 13px;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    height: auto;
    align-items: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(30px);
    min-height: 400px;
    opacity: 0;
    display: flex;
}.LnJlanding_page .IBDmain_hero::before {
    content: "";
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}.LnJlanding_page .IBDmain_hero > div {
    padding: 3rem;
    position: relative;
    width: 100%;
    max-width: 800px;
    z-index: 2;
}.LnJlanding_page .IBDmain_hero > div > div {
    animation: fadeSlideRight 0.8s 0.4s ease-out forwards;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    opacity: 0;
}.LnJlanding_page .IBDmain_hero p {
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    font-size: clamp(1rem, 2vw, 15px);
    position: relative;
    line-height: 1.6;
    padding-left: 1rem;
}.LnJlanding_page .IBDmain_hero p::before {
    background: rgb(179,118,179);
    position: absolute;
    top: 0.5rem;
    width: 3px;
    height: calc(100% - 1rem);
    content: "";
    left: 0;
}.LnJlanding_page .IBDmain_hero h3 {
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    font-size: clamp(1.2rem, 2.5vw, 18px);
    opacity: 0;
    max-width: 90%;
    font-weight: 600;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    transform: translateY(20px);
}.LnJlanding_page::after {
    width: 40%;
    animation: rotateBg 30s infinite alternate ease-in-out;
    content: "";
    top: 0;
    opacity: 0.1;
    height: 60%;
    background: rgb(199,194,159,0.5);
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
}.LnJlanding_page::before {
    content: "";
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    position: absolute;
    height: 40%;
    background: rgb(179,118,179,0.5);
    left: 0;
    width: 30%;
    animation: rotateBgReverse 30s infinite alternate ease-in-out;
    opacity: 0.1;
    bottom: 0;
}

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

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

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

@keyframes rotateBg {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(5deg) scale(1.05);
  }
}

@keyframes rotateBgReverse {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(-5deg) scale(1.05);
  }
}

@media (max-width: 992px) {.LnJlanding_page {
    padding: 1.5rem;
}.LnJlanding_page .IBDmain_hero {
    min-height: 350px;
}.LnJlanding_page .IBDmain_hero > div {
    padding: 2rem;
}.LnJlanding_page .IBDmain_hero h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.LnJlanding_page .WrFedu_welcome {
    text-align: center;
}.LnJlanding_page .WrFedu_welcome::after {
    animation: lineExpandCenter 1.2s 0.4s ease forwards;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.LnJlanding_page .IBDmain_hero > div {
    padding: 1.5rem;
}.LnJlanding_page .IBDmain_hero::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}.LnJlanding_page .IBDmain_hero p,
  .LnJlanding_page .IBDmain_hero h3 {
    text-align: center;
}.LnJlanding_page .IBDmain_hero p {
    padding-top: 1rem;
    padding-left: 0;
}.LnJlanding_page .IBDmain_hero p::before {
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    top: 0;
    height: 3px;
}
}

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

@media (max-width: 576px) {.LnJlanding_page {
    padding: 1rem;
}.LnJlanding_page .IBDmain_hero {
    min-height: 300px;
}.LnJlanding_page .IBDmain_hero > div {
    padding: 1rem;
}
}

@media (hover: hover) {.LnJlanding_page .IBDmain_hero {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.LnJlanding_page .IBDmain_hero:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(0) scale(1.02);
}}.DTjcourse_benefits {
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(226,233,234) 100%);
    font-family: Arial, sans-serif;
    padding: 80px 0;
    position: relative;
}.DTjcourse_benefits::before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(199,194,159,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(179,118,179,0.5) 0%, transparent 30%);
}.DTjcourse_benefits::after {
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    animation: movePattern 60s linear infinite;
}@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.DTjcourse_benefits .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.DTjcourse_benefits .ybrmentor_network {
    display: flex;
    background: #ffffff;
    align-items: center;
    gap: 40px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    border-radius: 27px;
    padding: 40px;
    overflow: hidden;
    position: relative;
}.DTjcourse_benefits .ybrmentor_network::before {
    left: 0;
    opacity: 0.7;
    background-size: 200% 100%;
    position: absolute;
    width: 100%;
    top: 0;
    height: 8px;
    animation: gradientShift 8s linear infinite;
    content: "";
    background: linear-gradient(90deg, 
    rgb(199,194,159), 
    rgb(179,118,179), 
    rgb(199,194,159));
}@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.DTjcourse_benefits .LuUpic_hover {
    max-width: 450px;
    flex: 0 0 40%;
    border-radius: 27px;
    transition: all 0.5s ease;
    transform-origin: center;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
}.DTjcourse_benefits .LuUpic_hover:hover {
    transform: scale(1.03);
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
}.DTjcourse_benefits .mxrtext_box_holder {
    position: relative;
    flex: 1;
}.DTjcourse_benefits h3 {
    position: relative;
    padding-bottom: 15px;
    color: rgb(199,194,159);
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 25px;
}.DTjcourse_benefits h3::after {
    position: absolute;
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(199,194,159), rgb(179,118,179));
    border-radius: 10px;
    bottom: 0;
    width: 60px;
    content: "";
}.DTjcourse_benefits .mxrtext_box_holder:hover h3::after {
    width: 120px;
}.DTjcourse_benefits ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.DTjcourse_benefits li {
    margin-bottom: 16px;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 12px;
    transform: translateX(0);
}.DTjcourse_benefits li:last-child {
    margin-bottom: 0;
}.DTjcourse_benefits li::before {
    opacity: 0.5;
    height: 100%;
    left: 0;
    width: 3px;
    transition: all 0.3s ease;
    content: "";
    background: linear-gradient(to bottom, rgb(199,194,159,0.5), rgb(179,118,179,0.5));
    top: 0;
    border-radius: 10px;
    position: absolute;
}.DTjcourse_benefits li:hover {
    transform: translateX(8px);
}.DTjcourse_benefits li:hover::before {
    opacity: 1;
    width: 5px;
}.DTjcourse_benefits li p {
    display: flex;
    margin: 0;
    color: #000000;
    padding: 15px;
    font-size: 17px;
    transition: all 0.3s ease;
    border-radius: 10px;
    gap: 15px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    align-items: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
}.DTjcourse_benefits li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.DTjcourse_benefits svg {
    width: 24px;
    transition: all 0.3s ease;
    border-radius: 12px;
    height: 24px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(199,194,159,0.5), rgb(179,118,179,0.5));
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}.DTjcourse_benefits svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.DTjcourse_benefits li:hover svg {
    transform: rotate(10deg);
    background: linear-gradient(135deg, rgb(199,194,159), rgb(179,118,179));
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.DTjcourse_benefits {
    padding: 60px 0;
}.DTjcourse_benefits .ybrmentor_network {
    padding: 30px;
    flex-direction: column;
}.DTjcourse_benefits .LuUpic_hover {
    width: 100%;
    flex: 0 0 auto;
    max-width: 450px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.DTjcourse_benefits {
    padding: 50px 0;
}.DTjcourse_benefits h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 576px) {.DTjcourse_benefits {
    padding: 40px 0;
}.DTjcourse_benefits .ybrmentor_network {
    padding: 25px 20px;
}.DTjcourse_benefits h3 {
    font-size: calc(33px * 0.85);
    padding-bottom: 10px;
    margin-bottom: 20px;
}.DTjcourse_benefits li {
    margin-bottom: 12px;
}.DTjcourse_benefits li p {
    gap: 12px;
    font-size: calc(17px * 1);
    padding: 12px;
}.DTjcourse_benefits svg {
    padding: 8px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
}}.Zmdprogram_overview {
    position: relative;
    background-color: rgb(226,233,234);
    overflow: hidden;
    padding: 100px 0;
}.Zmdprogram_overview::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(199,194,159,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(179,118,179,0.5) 0%, transparent 40%);
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
}.Zmdprogram_overview::after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background-size: 120px 120px, 120px 120px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(199,194,159,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(179,118,179,0.5) 0%, transparent 8%);
    content: "";
    z-index: 1;
    height: 100%;
}.Zmdprogram_overview .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
}.Zmdprogram_overview .LWkknowledge_map {
    display: flex;
    flex-direction: column;
}.Zmdprogram_overview .mxrtext_box_holder {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    margin-bottom: 60px;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 4;
    border-bottom: 3px solid rgb(179,118,179);
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(199,194,159);
}.Zmdprogram_overview .mxrtext_box_holder::before {
    z-index: -1;
    opacity: 0.1;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgb(199,194,159,0.5) 49%, rgb(199,194,159,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(179,118,179,0.5) 49%, rgb(179,118,179,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.Zmdprogram_overview .mxrtext_box_holder h2 {
    font-size: 37px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    padding: 10px 25px;
}.Zmdprogram_overview .mxrtext_box_holder h2::after {
    left: 0;
    height: 3px;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,194,159) 0%, rgb(179,118,179) 100%);
    width: 80px;
    border-radius: 10px;
}.Zmdprogram_overview .mxrtext_box_holder .description {
    background: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    backdrop-filter: blur(3px);
    line-height: 1.8;
    font-size: 14px;
    border-radius: 10px;
    border-left: 2px solid rgb(199,194,159);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    position: relative;
    color: #000000;
    margin-bottom: 25px;
    padding: 15px 20px;
}.Zmdprogram_overview .mxrtext_box_holder .description:last-child {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px;
    border-left: 2px solid rgb(179,118,179);
}.Zmdprogram_overview .LuUpic_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    top: 0;
    z-index: 2;
    left: 0;
}.Zmdprogram_overview .LuUpic_hover::before {
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    top: 0;
    content: "";
}.Zmdprogram_overview .LuUpic_hover::after {
    z-index: 3;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    position: absolute;
    width: 100%;
    content: "";
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.Zmdprogram_overview {
    padding: 80px 0;
}.Zmdprogram_overview .mxrtext_box_holder {
    padding: 40px;
    margin-bottom: 40px;
}.Zmdprogram_overview .LuUpic_hover {
    height: 60%;
}
}

@media (max-width: 768px) {.Zmdprogram_overview {
    padding: 60px 0;
}.Zmdprogram_overview .mxrtext_box_holder {
    padding: 30px;
    margin-bottom: 30px;
}.Zmdprogram_overview .mxrtext_box_holder h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
}.Zmdprogram_overview .LuUpic_hover {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}

@media (max-width: 576px) {.Zmdprogram_overview {
    padding: 50px 0;
}.Zmdprogram_overview .mxrtext_box_holder {
    padding: 25px 20px;
    margin-bottom: 20px;
}.Zmdprogram_overview .mxrtext_box_holder h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.Zmdprogram_overview .mxrtext_box_holder .description {
    padding-left: 15px;
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.Zmdprogram_overview .LuUpic_hover {
    height: 40%;
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
}}

.Zmdprogram_overview::before,
.Zmdprogram_overview::after,
.Zmdprogram_overview .mxrtext_box_holder::before,
.Zmdprogram_overview .container::before,
.Zmdprogram_overview .container::after {
    pointer-events: none;
}.Zmdprogram_overview .LWkknowledge_map::after {
    content: "";
    background-size: 30px 30px;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(199,194,159,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(179,118,179,0.5) 0%, transparent 1%);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.3;
    width: 100%;
}.KWjty_div {
    background: linear-gradient(135deg, rgb(226,233,234) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.KWjty_div::before {
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.4;
    right: -5%;
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(120deg, rgb(199,194,159,0.5) 0%, rgb(179,118,179,0.5) 100%);
    height: 70%;
    top: -10%;
    width: 40%;
    filter: blur(25px);
    content: "";
}.KWjty_div::after {
    left: -2%;
    position: absolute;
    height: 60%;
    content: "";
    opacity: 0.3;
    width: 30%;
    bottom: -5%;
    filter: blur(20px);
    background: linear-gradient(220deg, rgb(179,118,179,0.5) 0%, rgb(199,194,159,0.5) 100%);
    animation: float 18s ease-in-out infinite reverse;
    z-index: 0;
    transform: rotate(10deg) skewX(-10deg);
}.KWjty_div .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
}.KWjty_div .ybrmentor_network {
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(199,194,159);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #ffffff;
    padding: 3.5rem;
}.KWjty_div .ybrmentor_network:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.KWjty_div .ybrmentor_network::before {
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    content: "";
    height: 100%;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    left: 0;
    width: 100%;
    position: absolute;
    animation: shimmerMask 8s infinite linear;
    mask-size: 200% 200%;
    z-index: -1;
    top: 0;
}.KWjty_div .ybrmentor_network > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.KWjty_div .ybrmentor_network > div:first-child::after {
    position: absolute;
    bottom: -1rem;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(199,194,159) 0%, rgb(179,118,179) 100%);
    width: 60px;
    left: 0;
    content: "";
    height: 4px;
}.KWjty_div .ybrmentor_network:hover > div:first-child::after {
    width: 120px;
}.KWjty_div h5 {
    line-height: 1.4;
    margin: 0;
    font-size: 23px;
    animation: fadeInUp 0.8s forwards 0.2s;
    color: #000000;
    position: relative;
    transform: translateZ(0);
    font-weight: 600;
    opacity: 0;
}.KWjty_div a {
    transform: translateZ(0);
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.KWjty_div a:hover {
    transform: translateY(-3px);
}.KWjty_div p {
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    animation: fadeInUp 0.8s forwards 0.5s;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.KWjty_div {
    padding: 5rem 0;
}.KWjty_div .ybrmentor_network {
    padding: 2.5rem;
}.KWjty_div h5 {
    font-size: calc(23px * 0.95);
}
}

@media (max-width: 768px) {.KWjty_div {
    padding: 4rem 0;
}.KWjty_div .ybrmentor_network {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.KWjty_div h5 {
    font-size: calc(23px * 0.9);
}.KWjty_div p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.KWjty_div {
    padding: 3rem 0;
}.KWjty_div .ybrmentor_network {
    border-left-width: 3px;
    padding: 1.5rem;
}.KWjty_div .ybrmentor_network > div:first-child::after {
    height: 3px;
    width: 50px;
}.KWjty_div .ybrmentor_network:hover > div:first-child::after {
    width: 80px;
}.KWjty_div h5 {
    font-size: calc(23px * 0.85);
}.KWjty_div p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}
}