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

a {
    text-decoration: none;
    color: inherit;
}

.SjwWXcontainer-wrap {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.PsZnBmain_base {
    flex: 1 0 auto;
}

.PsZnBmain_base {
    background: rgb(225,223,238);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    background: linear-gradient(135deg, rgb(197,193,219,0.5) 0%, rgb(225,223,238) 100%);
    padding: 0;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    z-index: 100;
}

.XcFsepricing_item::after {
    filter: blur(25px);
    position: absolute;
    background: linear-gradient(135deg, rgb(164,162,197,0.5), transparent);
    z-index: 1;
    opacity: 0.5;
    height: 300px;
    left: -50px;
    width: 300px;
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    content: '';
}

.XcFsepricing_item .PLGrXcost_table {
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}

.XcFsepricing_item .PLGrXcost_table h2::after {
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    left: 50%;
    position: absolute;
    background: rgb(197,193,219);
    height: 3px;
    content: '';
}

.XcFsepricing_item .IdXnDlearning_rates {
    margin-top: 2rem;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.XcFsepricing_item .BeQjxcost_fee:nth-child(2) {
    animation-delay: 0.5s;
}

.XcFsepricing_item .BeQjxcost_fee:nth-child(3) {
    animation-delay: 0.6s;
}

.XcFsepricing_item .BeQjxcost_fee:hover {
    transform: translateY(-10px);
}

.XcFsepricing_item .BeQjxcost_fee:hover .dhyYrpay_options {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}

.XcFsepricing_item .sutDAlearning_package {
    padding: 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
}

.XcFsepricing_item .BeQjxcost_fee:hover .sutDAlearning_package h3 {
    color: rgb(197,193,219);
}

.XcFsepricing_item .FdtcIlearning_fees {
    margin-bottom: 1.5rem;
    font-size: calc(23px + 4px);
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    color: rgb(197,193,219);
}

.XcFsepricing_item .BeQjxcost_fee:hover .FdtcIlearning_fees::after {
    width: 80px;
}

.XcFsepricing_item .sutDAlearning_package p {
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 12px;
    white-space: normal;
    hyphens: auto;
    word-wrap: break-word;
}

.XcFsepricing_item .BeQjxcost_fee:hover .xEdUhimg_banner::after {
    opacity: 1;
}

.UJaboprivacy_stronghold {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(225,223,238), rgba(245, 245, 250, 0.9));
    padding: 4rem 2rem;
    overflow: hidden;
}

.UJaboprivacy_stronghold::after {
    opacity: 0.2;
    z-index: 0;
    transform: rotate(15deg);
    background: linear-gradient(230deg, rgb(164,162,197,0.5), rgb(197,193,219,0.5));
    filter: blur(50px);
    content: "";
    bottom: -10%;
    height: 200px;
    width: 200px;
    position: absolute;
    left: -5%;
}

.UJaboprivacy_stronghold .container:hover {
    transform: translateY(-5px) translateZ(0);
}

.UJaboprivacy_stronghold h1 {
    transform: translateZ(0);
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    color: #000000;
    position: relative;
}

.UJaboprivacy_stronghold h1::after {
    position: absolute;
    left: 0;
    content: "";
    transform-origin: left center;
    height: 4px;
    background: linear-gradient(90deg, rgb(197,193,219), rgb(164,162,197));
    bottom: 0;
    transition: width 0.3s ease-out;
    width: 80px;
}

.UJaboprivacy_stronghold h2::before {
    transition: height 0.3s, opacity 0.3s;
    bottom: 5px;
    z-index: -1;
    opacity: 0.25;
    content: "";
    left: 0;
    height: 12px;
    background-color: rgb(197,193,219,0.5);
    position: absolute;
    transform: skewX(-15deg);
    width: 100%;
}

.UJaboprivacy_stronghold h3::before {
    position: absolute;
    border-radius: 1px;
    background: linear-gradient(to bottom, rgb(197,193,219), rgb(164,162,197));
    content: "";
    left: 0;
    top: 0.25em;
    height: 70%;
    width: 4px;
}

.UJaboprivacy_stronghold p {
    color: #000000;
    font-size: 17px;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    line-height: 1.75;
}

.UJaboprivacy_stronghold strong::after {
    background: rgb(197,193,219,0.5);
    content: "";
    left: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.UJaboprivacy_stronghold li {
    padding-left: 0.5rem;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 17px;
    line-height: 1.7;
}

.UJaboprivacy_stronghold li::before {
    left: -1.5rem;
    border: 1px solid rgb(197,193,219);
    transition: transform 0.3s, background-color 0.3s;
    background-color: #ffffff;
    width: 8px;
    position: absolute;
    top: 0.7em;
    content: "";
    transform: rotate(45deg);
    height: 8px;
}

.VzXIeinstructor_profile {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(225,223,238) 0%, #ffffff 100%);
    padding: 120px 0;
}

.VzXIeinstructor_profile::after {
    background: radial-gradient(circle at 80% 20%, rgb(197,193,219,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    opacity: 0.05;
    left: 0;
    z-index: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.VzXIeinstructor_profile .TFHPvopinion_showcase {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.03);
    border-left: 4px solid rgb(164,162,197);
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    padding: 3rem;
}

.VzXIeinstructor_profile .TFHPvopinion_showcase > div:nth-child(3) {
    order: 3;
}

.VzXIeinstructor_profile .TFHPvopinion_showcase:hover .xEdUhimg_banner {
    transform: translateZ(30px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.VzXIeinstructor_profile .name {
    font-family: Arial, sans-serif;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: translateZ(15px);
    font-size: calc(22px * 1.1);
    margin: 0 0 0.5rem;
}

.VzXIeinstructor_profile .TFHPvopinion_showcase:hover .name::after {
    width: 100%;
}

.VzXIeinstructor_profile .TFHPvopinion_showcase:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateZ(20px);
}

.VzXIeinstructor_profile .TfBsDemp_summary {
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    transition: transform 0.4s ease;
    padding-left: 1.5rem;
    font-size: 14px;
    transform: translateZ(5px);
}

.VzXIeinstructor_profile .TFHPvopinion_showcase:hover .TfBsDemp_summary {
    transform: translateZ(15px);
}

.iSlpzappFrame {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgb(197,193,219,0.5) 100%);
}

.iSlpzappFrame::after {
    top: -10%;
    width: 300px;
    opacity: 0.1;
    z-index: 0;
    height: 300px;
    animation: pulse 10s infinite alternate ease-in-out;
    background: rgb(164,162,197);
    border-radius: 50%;
    position: absolute;
    right: -5%;
    content: "";
    filter: blur(100px);
}

.iSlpzappFrame h2 {
    transform: translateX(-10px);
    font-size: 32px;
    max-width: 90%;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    position: relative;
    font-weight: 700;
    color: rgb(197,193,219);
    margin-bottom: 2.5rem;
    opacity: 0;
    line-height: 1.3;
    animation: slideInTitle 0.8s forwards ease-out;
    animation-delay: 0.3s;
}

.iSlpzappFrame .hACdfpro_program::before {
    right: 20px;
    position: absolute;
    top: 20px;
    pointer-events: none;
    content: "";
    border: 1px solid rgb(197,193,219,0.5);
    bottom: 20px;
    left: 20px;
    opacity: 0.1;
}

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

.iSlpzappFrame li {
    position: relative;
    padding-left: 2rem;
}

.iSlpzappFrame li::before {
    animation-delay: 1.2s;
    position: absolute;
    height: 8px;
    width: 8px;
    opacity: 0;
    background: rgb(164,162,197);
    left: 0;
    animation: fadeIn 0.5s forwards ease-out;
    top: 0.5rem;
    content: "";
    transform: rotate(45deg);
}

.iSlpzappFrame li span::after {
    content: "";
    background: linear-gradient(90deg, rgb(197,193,219,0.5) 0%, transparent 100%);
    height: 1px;
    opacity: 0.2;
    left: 0;
    position: absolute;
    bottom: -15px;
    width: 100%;
}

header .top_plank .eGPOfbest_learntrack div span {
    color: #ffffff;
}

header .top_plank .eGPOfbest_learntrack {
    flex-wrap: wrap;
    font-size: 13px;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.rKeYiaudience_profile {
    position: relative;
    padding: 110px 0;
    background: linear-gradient(150deg, rgb(225,223,238) 30%, rgb(164,162,197,0.5) 100%);
    overflow: hidden;
}

.rKeYiaudience_profile::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(197,193,219,0.5) 25%, 
        rgb(197,193,219) 50%, 
        rgb(197,193,219,0.5) 75%, 
        transparent 100%
    );
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 100%;
}

.rKeYiaudience_profile .hACdfpro_program {
    align-items: start;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}

.rKeYiaudience_profile h4::before {
    background: linear-gradient(90deg, rgb(197,193,219), rgb(164,162,197));
    position: absolute;
    border-radius: 10px;
    height: 5px;
    content: "";
    left: 0;
    top: -20px;
    width: 50px;
}

.rKeYiaudience_profile div {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

.rKeYiaudience_profile div p:nth-child(even) {
    transform: translateX(30px);
}

.rKeYiaudience_profile div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.rKeYiaudience_profile div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}

.rKeYiaudience_profile div p::before {
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    width: 4px;
    opacity: 0.7;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, rgb(197,193,219), rgb(164,162,197));
}

.rKeYiaudience_profile div p:hover svg {
    transform: scale(1.2);
}

.rKeYiaudience_profile div p:hover svg path {
    fill: rgb(164,162,197);
}

.kXyROtitle_greeting {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgb(197,193,219,0.5) 100%);
    padding: 120px 0;
    font-family: Arial, sans-serif;
    position: relative;
}

.kXyROtitle_greeting > div {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    gap: 50px;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    flex-direction: column;
}

.kXyROtitle_greeting .MEWkqmain_first {
    max-width: 650px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    position: relative;
    margin: 0 0 20px;
    font-size: 48px;
}

.kXyROtitle_greeting p {
    color: #000000;
    transform: translateY(20px);
    line-height: 1.6;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    font-size: 14px;
    opacity: 0;
    margin: 0;
    max-width: 500px;
}

.kXyROtitle_greeting .ezyREstudy_programs {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 360px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}

.kXyROtitle_greeting .ezyREstudy_programs span {
    width: 100%;
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    padding: 30px;
    opacity: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    transform: translateY(10px);
}

.kXyROtitle_greeting .ezyREstudy_programs:hover {
    transform: translateY(-5px);
}

header::before {
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    z-index: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
    height: 100%;
    content: '';
}

header .VKwYImain_site:hover {
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .KsmSOhead_pagebar img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .rqOLZheader_start::before {
    top: -5%;
    content: '';
    transition: all 0.6s ease;
    left: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    position: absolute;
    height: 110%;
    background: linear-gradient(135deg, rgb(197,193,219,0.5) 0%, transparent 100%);
    opacity: 0.1;
    z-index: -1;
    width: 110%;
}

header .wTONWnav_base a::before {
    opacity: 0;
    position: absolute;
    width: 100%;
    transform: scale(1.1);
    height: 100%;
    content: '';
    left: 0;
    background: linear-gradient(135deg, rgb(197,193,219,0.5) 0%, rgb(164,162,197,0.5) 100%);
    top: 0;
    border-radius: inherit;
    transition: opacity 0.4s ease;
    z-index: -1;
}

header .wTONWnav_base a:hover {
    transform: translateY(-3px) scale(1.05);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .wTONWnav_base:hover::after {
    transform: translateX(-50%) scale(1);
}

header .iVqDHmain_page::before {
    right: -100px;
    position: absolute;
    filter: blur(30px);
    border-radius: 50%;
    top: -100px;
    content: '';
    background: radial-gradient(circle, rgb(197,193,219,0.5) 0%, transparent 70%);
    width: 200px;
    opacity: 0.1;
    height: 200px;
}

.ruKNdwho_we_are {
    background-color: rgb(225,223,238);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.ruKNdwho_we_are::after {
    content: '';
    position: absolute;
    background: rgb(164,162,197,0.5);
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 40%;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.ruKNdwho_we_are .hACdfpro_program {
    display: grid;
    gap: 60px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.ruKNdwho_we_are .dDZsLfast_track::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
    content: '';
    left: -10px;
    top: -10px;
    position: absolute;
    border-radius: calc(26px + 10px);
    right: -10px;
    bottom: -10px;
    opacity: 0.7;
}

.ruKNdwho_we_are .jACWBhistory_tl {
    width: 100%;
    padding-top: 5px;
    position: relative;
    text-align: center;
}

.ruKNdwho_we_are .RToZvabout_section {
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.ruKNdwho_we_are .qMwcZtext_info_box {
    border-radius: 26px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    padding: 40px;
    z-index: 3;
    display: flex;
}

.ruKNdwho_we_are .JdilNexpert_learnings {
    display: flex;
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    align-items: center;
    margin-bottom: 20px;
}

.ruKNdwho_we_are .JdilNexpert_learnings svg path {
    fill: rgb(197,193,219);
}

.ruKNdwho_we_are h2::after {
    left: 0;
    content: '';
    bottom: 0;
    height: 3px;
    position: absolute;
    background: rgb(197,193,219);
    width: 70px;
}

.ruKNdwho_we_are .hACdfpro_program::after {
    box-shadow: 0 0 0 10px rgb(225,223,238);
    z-index: 4;
    width: 50px;
    left: 50%;
    position: absolute;
    content: '';
    height: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ffffff;
}

.FOoCseducation_framework::after {
    right: 0;
    animation: hologlow 8s ease-in-out infinite alternate;
    z-index: 2;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 20px
        );
    content: "";
    left: 0;
    bottom: 0;
}

.FOoCseducation_framework h3 {
    font-weight: 700;
    font-size: 29px;
    animation: floatTitle 6s ease-in-out infinite;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 0;
    text-shadow: 0 0 15px rgb(197,193,219,0.5);
    text-align: center;
    transform: translateZ(50px);
    color: #000000;
}

.FOoCseducation_framework h3::after {
    transform: translateX(-50%);
    animation: expandLine 3s ease-in-out 0.5s infinite alternate-reverse;
    opacity: 0.7;
    left: 50%;
    width: 100px;
    bottom: -25px;
}

.FOoCseducation_framework span {
    line-height: 1.8;
    font-size: 12px;
    transition: transform 0.5s ease;
    transform: translateZ(30px) translateY(-20px);
    animation: floatContent 8s ease-in-out 1s infinite alternate;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 10px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    transform-style: preserve-3d;
    color: #000000;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}

.dcXeYcontact_information {
    overflow: hidden;
    z-index: 1;
    background: rgb(225,223,238);
    position: relative;
    padding: 100px 0;
}

.dcXeYcontact_information::before {
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.3;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    z-index: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(197,193,219,0.5) 49%, rgb(197,193,219,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(164,162,197,0.5) 49%, rgb(164,162,197,0.5) 51%, transparent 52%);
    height: 100%;
}

.dcXeYcontact_information .xEdUhimg_banner {
    filter: grayscale(0.7) hue-rotate(25deg);
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    opacity: 0.15;
    height: 100%;
    position: absolute;
}

.dcXeYcontact_information h3 {
    transform: skew(-5deg);
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.dcXeYcontact_information .gGwVyinquiry_query {
    z-index: 1;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.dcXeYcontact_information .wgdeareach_feedback::before {
    bottom: 20px;
    position: absolute;
    right: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    left: 20px;
    pointer-events: none;
    border: 2px solid rgba(0, 0, 0, 0.05);
    top: 20px;
    content: '';
}

.dcXeYcontact_information .wgdeareach_feedback h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 20px;
    transform: skew(0);
    text-align: left;
}

.dcXeYcontact_information .wgdeareach_feedback input[type="text"],
.dcXeYcontact_information .wgdeareach_feedback textarea {
    font-size: 15px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    border-radius: 0;
    border: 2px solid rgb(197,193,219);
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
}

.dcXeYcontact_information .wgdeareach_feedback .KHrhNreach_panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.dcXeYcontact_information .wgdeareach_feedback .KHrhNreach_panel label::before {
    content: '';
    position: absolute;
    border: 2px solid rgb(197,193,219);
    width: 24px;
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    height: 24px;
    background-color: #ffffff;
}

.dcXeYcontact_information .wgdeareach_feedback .KHrhNreach_panel input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 9px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    content: '';
    top: 5px;
}

.dcXeYcontact_information .wgdeareach_feedback .KHrhNreach_panel a:hover {
    color: rgb(164,162,197);
}

.dcXeYcontact_information .wgdeareach_feedback .KHrhNreach_panel a:hover::after {
    transform: scaleX(1);
    background-color: rgb(164,162,197);
}

.dcXeYcontact_information .wgdeareach_feedback .artcThelp_help:hover {
    transform: translate(-3px, -3px);
    background: rgb(164,162,197);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.dcXeYcontact_information .hiAVkmessage_query {
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgb(225,223,238);
    padding: 60px 60px 60px 80px;
    z-index: 1;
    position: relative;
    flex: 1 1 40%;
    color: #ffffff;
}

.dcXeYcontact_information .hiAVkmessage_query::after {
    border: 2px solid rgba(255, 255, 255, 0.1);
    top: 20px;
    left: 20px;
    content: '';
    pointer-events: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.dcXeYcontact_information .hiAVkmessage_query h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
}

.dcXeYcontact_information .hiAVkmessage_query .JHObEreach_request {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dcXeYcontact_information .hiAVkmessage_query .JHObEreach_request li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.dcXeYcontact_information .hiAVkmessage_query .JHObEreach_request li svg {
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}

.dcXeYcontact_information .hiAVkmessage_query .JHObEreach_request li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(164,162,197);
}

.dcXeYcontact_information .hiAVkmessage_query .JHObEreach_request li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.YqmPtmentor_net::before {
    background: #000000;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.85;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}



.YqmPtmentor_net .container {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
}

.YqmPtmentor_net .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}

.YqmPtmentor_net .company_holder::before {
    left: -20px;
    content: "";
    width: 60px;
    opacity: 0.7;
    border-top: 2px solid rgb(197,193,219);
    position: absolute;
    border-left: 2px solid rgb(197,193,219);
    height: 60px;
    top: -20px;
}

.YqmPtmentor_net .company_holder h3 {
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, rgb(197,193,219));
    font-size: 35px;
    position: relative;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.YqmPtmentor_net .ncNEQquiz_links {
    justify-content: flex-end;
    grid-row: 1;
    grid-column: 6 / 13;
    display: flex;
}

.YqmPtmentor_net .rqOLZheader_start {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

.YqmPtmentor_net .rqOLZheader_start:hover::before {
    height: 100%;
}

.YqmPtmentor_net .rqOLZheader_start h5 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: rgb(164,162,197);
    font-size: 23px;
}

.YqmPtmentor_net .rqOLZheader_start .LqhMFsite_main {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}

.YqmPtmentor_net .rqOLZheader_start .LqhMFsite_main a {
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    opacity: 0.7;
    padding: 0.4rem 1rem;
}

.YqmPtmentor_net .rqOLZheader_start .LqhMFsite_main a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}

.YqmPtmentor_net .rqOLZheader_start .LqhMFsite_main a:hover::before {
    transform: translateX(0);
}

.qNUnmpledge_block::before {
    width: 60%;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(197,193,219), transparent);
    transform: translateX(-50%);
}

.gZDSlcourse_program_description {
    position: relative;
    background: rgb(225,223,238);
    padding: 8rem 0;
    overflow: hidden;
}

.gZDSlcourse_program_description::before {
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgb(197,193,219,0.5) 100%);
    left: 0;
}

.gZDSlcourse_program_description .container {
    position: relative;
    z-index: 3;
}

.gZDSlcourse_program_description .hACdfpro_program {
    display: grid;
    gap: 1rem;
    grid-template-rows: repeat(8, minmax(50px, auto));
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}

.gZDSlcourse_program_description .xEdUhimg_banner {
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    grid-column: 7 / 13;
    overflow: hidden;
    border-radius: 26px;
    z-index: 3;
    grid-row: 1 / 7;
}

.gZDSlcourse_program_description .xEdUhimg_banner::after {
    opacity: 0.6;
    z-index: 1;
    right: -5px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    width: 70%;
    bottom: -5px;
    content: "";
    border: 2px solid rgb(164,162,197);
    height: 70%;
    border-radius: 10px;
}

.gZDSlcourse_program_description .VKwYImain_site:hover {
    transform: rotate(0deg) scale(1.05);
}

.gZDSlcourse_program_description .VKwYImain_site svg {
    transition: all 0.3s ease;
    height: 3rem;
    width: 3rem;
}

.gZDSlcourse_program_description .VKwYImain_site:hover svg {
    transform: scale(1.1);
}

.gZDSlcourse_program_description h3 {
    font-size: 37px;
    font-weight: 700;
    border-left: 4px solid rgb(197,193,219);
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.3;
}

.gZDSlcourse_program_description .hACdfpro_program::after {
    right: -4rem;
    height: 8rem;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    animation: moveCircle 15s infinite alternate-reverse;
    bottom: -4rem;
    background: rgb(164,162,197,0.5);
    filter: blur(80px);
    width: 8rem;
    border-radius: 50%;
    content: "";
}

.gZDSlcourse_program_description .DoSHClearn_code::after {
    background: linear-gradient(180deg, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
    position: absolute;
    bottom: 0;
    height: 100px;
    border-radius: 0 0 10px 0;
    width: 5px;
    content: "";
    right: 0;
}

#DWgqVprivacyBannerPopup {
    display: none;
}

#DWgqVprivacyBannerPopup:checked ~ .lCsMncookie_message_banner {
    visibility: hidden;
    opacity: 0;
}

.lCsMncookie_message_banner h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.lCsMncookie_message_banner p {
    font-size: 18px;
}

.CwYAycookie_apply svg, .CwYAycookie_apply svg path, .CwYAycookie_apply img {
    height: 100px;
    fill: rgb(197,193,219);
    width: 100px;
}

.lCsMncookie_message_banner p a {
    color: rgb(197,193,219);
    text-decoration: none;
}


.SjwWXcontainer-wrap .lCsMncookie_message_banner {
    background: rgb(197,193,219);
    box-shadow: rgb(164,162,197,0.5) 0px 0px 10px 10px;
}

.SjwWXcontainer-wrap .EoZcNsafe_cookies {
    margin-left: 30px;
    padding: 10px;
    color: rgb(197,193,219);
    border: none;
    font-size: 20px;
    background: #ffffff;
}

.SjwWXcontainer-wrap .lCsMncookie_message_banner p a {
    text-decoration: underline;
    color: rgb(164,162,197);
}

.xrNDTlearning_profits {
    position: relative;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgba(245, 247, 250, 0.92) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.xrNDTlearning_profits::after {
    bottom: -5%;
    opacity: 0.12;
    background: linear-gradient(45deg, rgb(164,162,197,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 30%;
    transform: rotate(15deg);
    width: 30%;
    position: absolute;
    left: -5%;
    content: "";
}

.xrNDTlearning_profits .qMwcZtext_info_box {
    backdrop-filter: blur(8px);
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    transform: translateY(-5px);
}

.xrNDTlearning_profits h4::after {
    position: absolute;
    width: 4rem;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(197,193,219);
    bottom: 0;
    height: 3px;
    content: "";
}

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

.xrNDTlearning_profits li:hover {
    transform: translateX(5px);
}

.xrNDTlearning_profits li p {
    font-size: 16px;
    display: flex;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    align-items: flex-start;
    gap: 1rem;
}

.xrNDTlearning_profits svg {
    transform-origin: center;
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.xrNDTlearning_profits li:hover svg path {
    fill: rgb(164,162,197);
}

.xrNDTlearning_profits .xEdUhimg_banner {
    max-height: 400px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08);
    height: auto;
    transform: scale(1) translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    object-fit: cover;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.XcFsepricing_item {
    padding: 5rem 0;
}.XcFsepricing_item .PLGrXcost_table {
    margin-bottom: 2rem;
}.XcFsepricing_item .IdXnDlearning_rates {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.XcFsepricing_item {
    padding: 4rem 0;
}.XcFsepricing_item .sutDAlearning_package {
    padding: 2rem 1.5rem;
}.XcFsepricing_item .xEdUhimg_banner {
    height: 180px;
}
}



@media (max-width: 575px) {.XcFsepricing_item {
    padding: 3rem 0;
}.XcFsepricing_item .PLGrXcost_table h2 {
    font-size: calc(29px - 4px);
}.XcFsepricing_item .IdXnDlearning_rates {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.XcFsepricing_item .sutDAlearning_package {
    padding: 1.5rem 1.25rem;
}.XcFsepricing_item .xEdUhimg_banner {
    height: 160px;
}
}



@media (max-width: 992px) {.UJaboprivacy_stronghold {
    padding: 3rem 1.5rem;
}.UJaboprivacy_stronghold .container {
    padding: 2.5rem;
}.UJaboprivacy_stronghold h1 {
    font-size: calc(42px * 0.9);
}.UJaboprivacy_stronghold h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 576px) {.UJaboprivacy_stronghold {
    padding: 2rem 0.75rem;
}.UJaboprivacy_stronghold .container {
    padding: 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
}.UJaboprivacy_stronghold h1 {
    font-size: calc(42px * 0.7);
    padding-bottom: 0.75rem;
}.UJaboprivacy_stronghold h1::after {
    height: 3px;
    width: 60px;
}.UJaboprivacy_stronghold h2 {
    font-size: calc(36px * 0.7);
}.UJaboprivacy_stronghold h2::before {
    height: 8px;
}.UJaboprivacy_stronghold h3 {
    padding-left: 12px;
    font-size: calc(36px * 0.6);
}.UJaboprivacy_stronghold h3::before {
    width: 3px;
}.UJaboprivacy_stronghold h4 {
    font-size: calc(36px * 0.55);
}.UJaboprivacy_stronghold p, 
    .UJaboprivacy_stronghold li,
    .UJaboprivacy_stronghold span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.UJaboprivacy_stronghold ul {
    padding-left: 1.25rem;
}.UJaboprivacy_stronghold span {
    padding-left: 0.75rem;
}}



@media (min-width: 992px) {.VzXIeinstructor_profile {
    padding: 140px 0;
}.VzXIeinstructor_profile .TFHPvopinion_showcase {
    padding: 4rem;
    gap: 3rem;
    transform: perspective(1200px) rotateY(-3deg);
    grid-template-columns: 380px 1fr;
}.VzXIeinstructor_profile .name {
    font-size: calc(22px * 1.2);
}.VzXIeinstructor_profile .TFHPvopinion_showcase > div:nth-child(2) > div {
    font-size: 14px;
    margin-bottom: 1.5rem;
}.VzXIeinstructor_profile .TfBsDemp_summary {
    line-height: 1.75;
    font-size: calc(14px * 1.1);
}
}



@media (max-width: 480px) {.VzXIeinstructor_profile {
    padding: 60px 0;
}.VzXIeinstructor_profile .TFHPvopinion_showcase {
    gap: 1.5rem;
    padding: 1.5rem;
}.VzXIeinstructor_profile .xEdUhimg_banner {
    padding-bottom: 75%;
}.VzXIeinstructor_profile .name {
    font-size: calc(22px * 0.95);
}.VzXIeinstructor_profile .TFHPvopinion_showcase > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.VzXIeinstructor_profile .TfBsDemp_summary {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 576px) {.iSlpzappFrame {
    padding: 2.5rem 0;
}.iSlpzappFrame .container {
    padding: 0 1.5rem;
}.iSlpzappFrame h2 {
    font-size: calc(32px * 0.7);
}.iSlpzappFrame h2::after {
    width: 60px;
    height: 2px;
}.iSlpzappFrame .hACdfpro_program {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.iSlpzappFrame li {
    padding-left: 1.5rem;
}.iSlpzappFrame li::before {
    height: 6px;
    width: 6px;
}.iSlpzappFrame li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 767px) {.rKeYiaudience_profile {
    padding: 70px 0;
}.rKeYiaudience_profile .hACdfpro_program {
    grid-template-columns: 1fr;
    gap: 40px;
}.rKeYiaudience_profile h4 {
    max-width: 500px;
    font-size: calc(33px - 2px);
    text-align: center;
    margin: 0 auto;
}.rKeYiaudience_profile h4::before {
    transform: translateX(-50%);
    left: 50%;
}.rKeYiaudience_profile h4::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.rKeYiaudience_profile div p:nth-child(even) {
    transform: translateX(0);
}.rKeYiaudience_profile div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (min-width: 768px) {.kXyROtitle_greeting {
    padding: 150px 0;
}.kXyROtitle_greeting > div {
    align-items: center;
    gap: 40px;
    flex-direction: row;
}.kXyROtitle_greeting > div > div:first-child {
    flex: 1;
}.kXyROtitle_greeting .aDBXMcourse_first {
    flex: 1.2;
}.kXyROtitle_greeting .ezyREstudy_programs {
    height: 400px;
}.kXyROtitle_greeting .MEWkqmain_first {
    font-size: calc(48px * 1.1);
}.kXyROtitle_greeting p {
    font-size: calc(14px * 1.1);
}
}



@media (max-width: 480px) {.kXyROtitle_greeting {
    padding: 60px 0;
}.kXyROtitle_greeting .MEWkqmain_first {
    font-size: calc(48px * 0.8);
}.kXyROtitle_greeting p {
    font-size: calc(14px * 0.9);
}.kXyROtitle_greeting .ezyREstudy_programs {
    height: 260px;
}.kXyROtitle_greeting .ezyREstudy_programs span {
    padding: 20px;
}.kXyROtitle_greeting .ezyREstudy_programs h3 {
    font-size: calc(19px * 0.9);
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .iVqDHmain_page {
    padding: 0.8rem 1.5rem;
}header .VKwYImain_site {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    padding: 0.6rem;
    max-width: 140px;
}header .KsmSOhead_pagebar img {
    max-height: 35px;
}header .rqOLZheader_start {
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .rqOLZheader_start::-webkit-scrollbar {
    height: 3px;
}header .rqOLZheader_start::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,193,219,0.5);
}header .wTONWnav_base {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .wTONWnav_base a {
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
}header .wTONWnav_base::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (max-width: 768px) {.ruKNdwho_we_are {
    padding: 60px 0;
}.ruKNdwho_we_are .dDZsLfast_track {
    padding: 30px;
}.ruKNdwho_we_are .xEdUhimg_banner {
    width: 140px;
    border-width: 4px;
    height: 140px;
}.ruKNdwho_we_are .qMwcZtext_info_box {
    padding: 30px;
}.ruKNdwho_we_are h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 20px;
}.ruKNdwho_we_are p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.FOoCseducation_framework {
    padding: 6rem 0;
}.FOoCseducation_framework h3 {
    font-size: calc(29px * 0.9);
    transform: translateZ(30px);
}.FOoCseducation_framework span {
    padding: 2rem;
    transform: translateZ(20px) translateY(-15px);
}.FOoCseducation_framework .hACdfpro_program {
    margin: 0 2rem;
    gap: 3rem;
}
}



@media (max-width: 768px) {.FOoCseducation_framework {
    perspective: 500px;
    padding: 4rem 0;
}.FOoCseducation_framework h3 {
    letter-spacing: 1px;
    transform: translateZ(20px);
    font-size: calc(29px * 0.8);
}.FOoCseducation_framework span {
    padding: 1.5rem;
    transform: translateZ(10px) translateY(-10px);
    font-size: calc(12px * 0.95);
}.FOoCseducation_framework .hACdfpro_program {
    gap: 2rem;
    margin: 0 1rem;
}}



@media (max-width: 768px) {.dcXeYcontact_information {
    padding: 50px 0;
}.dcXeYcontact_information h3 {
    letter-spacing: 2px;
    font-size: calc(28px);
    margin-bottom: 40px;
}.dcXeYcontact_information .wgdeareach_feedback h3,
    .dcXeYcontact_information .hiAVkmessage_query h4 {
    margin-bottom: 30px;
    font-size: calc(20px - 2px);
}.dcXeYcontact_information .wgdeareach_feedback input[type="text"],
    .dcXeYcontact_information .wgdeareach_feedback textarea {
    margin-bottom: 20px;
    padding: 15px;
}.dcXeYcontact_information .wgdeareach_feedback textarea {
    height: 120px;
}.dcXeYcontact_information .wgdeareach_feedback .artcThelp_help {
    padding: 15px 30px;
}.dcXeYcontact_information .hiAVkmessage_query .JHObEreach_request li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.dcXeYcontact_information .hiAVkmessage_query .JHObEreach_request li svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}
}



@media screen and (max-width: 992px) {.YqmPtmentor_net .container {
    grid-template-columns: repeat(1, 1fr);
}.YqmPtmentor_net .company_holder {
    grid-row: 1;
    grid-column: 1;
}.YqmPtmentor_net .ncNEQquiz_links {
    grid-row: 2;
    grid-column: 1;
    margin-top: 2rem;
}.qNUnmpledge_block {
    grid-row: 3;
    margin-top: 3rem;
}
}



@media screen and (max-width: 576px) {.YqmPtmentor_net {
    padding: 3rem 0 2rem;
}.YqmPtmentor_net .company_holder h3 {
    font-size: calc(35px * 0.9);
}.YqmPtmentor_net .nFZoatelegram_ref {
    font-size: calc(17px * 0.9);
}.YqmPtmentor_net .rqOLZheader_start .LqhMFsite_main a {
    font-size: calc(17px * 0.9);
}.qNUnmpledge_block {
    padding: 1rem 0;
    margin-top: 2rem;
}}



@media (max-width: 992px) {.gZDSlcourse_program_description {
    padding: 6rem 0;
}.gZDSlcourse_program_description .hACdfpro_program {
    gap: 2rem;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
}.gZDSlcourse_program_description .DoSHClearn_code {
    grid-column: auto;
    grid-row: 2 / 3;
    padding: 2.5rem;
}.gZDSlcourse_program_description .xEdUhimg_banner {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 350px;
    grid-row: 1 / 2;
    grid-column: auto;
}.gZDSlcourse_program_description .VKwYImain_site {
    right: 3rem;
    bottom: -2rem;
    top: auto;
}.gZDSlcourse_program_description h3 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 576px) {.gZDSlcourse_program_description {
    padding: 4rem 0;
}.gZDSlcourse_program_description .DoSHClearn_code {
    padding: 1.5rem;
}.gZDSlcourse_program_description .xEdUhimg_banner {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.gZDSlcourse_program_description .VKwYImain_site {
    height: 4rem;
    width: 4rem;
    bottom: -1.25rem;
    right: 1.5rem;
}.gZDSlcourse_program_description .VKwYImain_site svg {
    width: 2.25rem;
    height: 2.25rem;
}.gZDSlcourse_program_description h3 {
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    font-size: calc(37px * 0.7);
}.gZDSlcourse_program_description p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.gZDSlcourse_program_description .DoSHClearn_code::before {
    width: 50px;
}.gZDSlcourse_program_description .DoSHClearn_code::after {
    height: 50px;
}.gZDSlcourse_program_description .hACdfpro_program::before,
    .gZDSlcourse_program_description .hACdfpro_program::after {
    display: none;
}}



@media (min-width: 992px) {.xrNDTlearning_profits .hACdfpro_program {
    gap: 6rem;
}.xrNDTlearning_profits .qMwcZtext_info_box {
    padding: 3.5rem;
}.xrNDTlearning_profits h4 {
    margin-bottom: 2.5rem;
}.xrNDTlearning_profits .xEdUhimg_banner {
    max-height: 550px;
}
}



@media (max-width: 767px) {.xrNDTlearning_profits {
    padding: 4rem 0;
}.xrNDTlearning_profits .container {
    padding: 0 1.5rem;
}.xrNDTlearning_profits h4 {
    font-size: calc(21px * 1.2);
    margin-bottom: 1.5rem;
}.xrNDTlearning_profits li {
    margin-bottom: 1rem;
}.xrNDTlearning_profits li p {
    font-size: calc(16px * 0.95);
}
}



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



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



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

@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}



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



@keyframes rotateBg {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}



@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}



@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}



@keyframes rainbowShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

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



@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

