* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1111px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-container {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.top_pagewrap {
    flex: 1 0 auto;
}.law_res {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 1000;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(166,161,179,0.5), rgb(202,198,212));
    overflow: visible;
    position: relative;
}header::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.1;
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    z-index: -1;
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .top_expert {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    flex-direction: column;
}header .page_top {
    position: relative;
    padding: 1rem;
    align-items: center;
    z-index: 2;
    display: flex;
    text-decoration: none;
    justify-content: center;
}header .page_top::after {
    background: #ffffff;
    height: 2px;
    opacity: 0.6;
    left: 50%;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    content: '';
    transform: translateX(-50%);
    width: 50%;
}header .page_top:hover::after {
    opacity: 1;
    width: 80%;
}header .page_top svg {
    transition: all 0.3s ease;
    height: auto;
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(202,198,212,0.5));
}header .page_top:hover svg {
    transform: translateY(-5px);
}header .head_edu {
    flex-wrap: wrap;
    border-radius: 22px;
    justify-content: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
    padding: 0.6rem 1rem;
    max-width: 800px;
    gap: 0.8rem;
    display: flex;
}header .head_edu::before {
    height: 100%;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    left: 0;
    width: 100%;
    border-radius: 22px;
    position: absolute;
    top: 0;
    content: '';
    z-index: -1;
}header .head_learn {
    text-transform: uppercase;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    border-radius: 10px;
}header .head_learn::before {
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: #ffffff;
    transform: translateY(100%) scale(0.8);
    height: 100%;
    opacity: 0;
    content: '';
    width: 100%;
    transition: opacity 0.3s ease;
}header .head_learn:hover {
    color: rgb(202,198,212);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}header .head_learn:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_expert {
    gap: 1.2rem;
}header .page_top svg {
    width: 180px;
}header .head_edu {
    gap: 0.6rem;
    padding: 0.5rem;
}header .head_learn {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_expert {
    gap: 1rem;
}header .page_top svg {
    width: 150px;
}header .head_edu {
    padding: 0.4rem;
    gap: 0.4rem;
}header .head_learn {
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_expert {
    gap: 0.8rem;
}header .page_top svg {
    width: 140px;
}header .head_edu {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
}header .head_edu::-webkit-scrollbar {
    height: 3px;
}header .head_edu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .head_learn {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(15px - 3px);
}}.training_structure {
    background: rgb(237,234,239);
    isolation: isolate;
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.training_structure::before {
    width: 200%;
    animation: shiftPattern 60s linear infinite;
    background-size: 60px 60px;
    background-image: 
        radial-gradient(
            rgb(166,161,179,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(202,198,212,0.5) 20%, 
            transparent 21%
        );
    background-position: 0 0, 30px 30px;
    left: -50%;
    transform: rotate(15deg);
    z-index: 0;
    opacity: 0.3;
    height: 200%;
    top: -50%;
    position: absolute;
    content: "";
}.training_structure::after {
    left: 0;
    bottom: 0;
    position: absolute;
    height: 40%;
    background: linear-gradient(to top, 
        rgb(237,234,239), 
        transparent
    );
    z-index: 1;
    content: "";
    width: 100%;
}.training_structure .success_story {
    max-width: 900px;
    z-index: 2;
    flex-direction: column;
    animation: appearFromBottom 1s ease-out forwards;
    align-items: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 0;
    background: #ffffff;
}.training_structure h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 4rem;
    color: #ffffff;
    margin: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    position: relative;
    background: linear-gradient(135deg, rgb(202,198,212), rgb(166,161,179));
    width: 100%;
    padding: 2.5rem;
    text-align: center;
}.training_structure h3::before {
    animation: moveGrid 20s linear infinite;
    position: absolute;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    top: 0;
    right: 0;
    opacity: 0.3;
    content: "";
    left: 0;
    bottom: 0;
    background-size: 20px 20px;
}.training_structure h3::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    height: 5px;
    animation: shimmer 5s infinite linear;
}.training_structure span {
    box-sizing: border-box;
    margin-top: -30px;
    width: 100%;
    padding: 3rem 2.5rem 2.5rem;
    background: #ffffff;
    position: relative;
    border-radius: 0 0 15px 15px;
    line-height: 1.8;
    font-size: 18px;
    z-index: 1;
    color: #000000;
}.training_structure span::before {
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    content: "";
    left: 50%;
    border-radius: 50%;
    top: -35px;
    width: 70px;
    height: 70px;
}.training_structure span::after {
    content: "";
    top: -20px;
    transform: translateX(-50%);
    height: 20px;
    box-shadow: 0 0 15px rgb(202,198,212,0.5);
    background: rgb(202,198,212);
    width: 20px;
    animation: pulse 3s infinite;
    position: absolute;
    border-radius: 50%;
    left: 50%;
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.training_structure {
    padding: 5rem 1.5rem;
}.training_structure::before {
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
}.training_structure h3 {
    font-size: calc(30px * 0.9);
    padding: 2rem;
    padding-bottom: 3.5rem;
}.training_structure span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.training_structure {
    padding: 4rem 1rem;
}.training_structure::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.training_structure h3 {
    font-size: calc(30px * 0.8);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    padding-bottom: 3rem;
    padding: 1.5rem;
}.training_structure span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(18px * 0.95);
}.training_structure span::before {
    width: 60px;
    height: 60px;
    top: -30px;
}.training_structure span::after {
    width: 16px;
    height: 16px;
    top: -18px;
}}.course_overview {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, #ffffff 100%);
}.course_overview::before {
    height: 100%;
    opacity: 0.08;
    z-index: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    left: 0;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(166,161,179,0.5) 49.5%, rgb(166,161,179,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(202,198,212,0.5) 49.5%, rgb(202,198,212,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
}.course_overview .container {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.course_overview h2 {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 50px;
    padding-left: 20px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    max-width: 800px;
    color: #000000;
    position: relative;
}.course_overview h2::before {
    height: 70%;
    top: 15%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(202,198,212), rgb(166,161,179));
    width: 6px;
    position: absolute;
}.course_overview .education_map {
    transform: translateZ(0);
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.course_overview .image_wrap {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 350px;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    overflow: hidden;
}.course_overview .image_wrap::after {
    background: linear-gradient(45deg, rgb(166,161,179,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
}.course_overview .image_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_overview .text_widget {
    background: #ffffff;
    max-height: 500px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 35px;
    position: relative;
    overflow-y: auto;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course_overview .text_widget:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_overview .text_widget::before {
    width: 100%;
    left: 0;
    height: 6px;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgb(202,198,212), rgb(166,161,179));
    position: absolute;
}.course_overview .description {
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
}.course_overview .description:last-child {
    margin-bottom: 0;
}.course_overview .text_widget::-webkit-scrollbar {
    width: 6px;
}.course_overview .text_widget::-webkit-scrollbar-track {
    background: rgb(237,234,239);
}.course_overview .text_widget::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(202,198,212), rgb(166,161,179));
    border-radius: 10px;
}

@media (min-width: 768px) {.course_overview {
    padding: 150px 0;
}.course_overview h2 {
    padding-left: 30px;
    font-size: calc(33px * 1.1);
    margin-left: 40px;
}.course_overview h2::before {
    width: 8px;
}.course_overview .education_map {
    grid-template-columns: 40% 60%;
    align-items: center;
}.course_overview .image_wrap {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
}.course_overview .text_widget {
    max-height: 450px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}
}

@media (min-width: 992px) {.course_overview {
    padding: 180px 0;
}.course_overview h2 {
    margin-left: 80px;
    margin-bottom: 60px;
    font-size: calc(33px * 1.2);
}.course_overview .education_map {
    gap: 40px;
    margin-top: 60px;
    grid-template-columns: 45% 55%;
}.course_overview .image_wrap {
    height: 500px;
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
}.course_overview .text_widget {
    padding: 50px;
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    max-height: 500px;
}.course_overview .description {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_overview {
    padding: 200px 0;
}.course_overview h2 {
    margin-left: 120px;
    font-size: calc(33px * 1.3);
}.course_overview .education_map {
    gap: 60px;
}.course_overview .image_wrap {
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
    height: 550px;
}.course_overview .text_widget {
    padding: 60px;
    max-height: 550px;
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
}
}

@media (max-width: 767px) {.course_overview {
    padding: 80px 0;
}.course_overview h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.course_overview .image_wrap {
    height: 280px;
}.course_overview .text_widget {
    max-height: 400px;
    padding: 25px;
}.course_overview .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.course_overview {
    padding: 60px 0;
}.course_overview h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.course_overview h2::before {
    width: 4px;
}.course_overview .image_wrap {
    height: 220px;
}.course_overview .text_widget {
    padding: 20px;
    max-height: 350px;
}.course_overview .description {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.who_we_are {
    background-color: rgb(237,234,239);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.who_we_are::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(202,198,212,0.5) 0%, transparent 50%, rgb(166,161,179,0.5) 100%);
    position: absolute;
    left: 0;
}.who_we_are::after {
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(202,198,212,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    content: "";
}.who_we_are .container {
    z-index: 5;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.who_we_are h2 {
    color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}.who_we_are h2::before {
    left: 50%;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(202,198,212), rgb(166,161,179));
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 80px;
    border-radius: 10px;
}.who_we_are h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(166,161,179), rgb(202,198,212));
    animation: pulse 3s infinite;
    position: absolute;
    content: "";
    bottom: -5px;
    width: 40px;
    left: 50%;
    border-radius: 10px;
    height: 3px;
}.who_we_are .mastery_zone {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.who_we_are .mastery_zone::before {
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(202,198,212,0.5), rgb(166,161,179,0.5), transparent);
    width: 2px;
    left: 50%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}.who_we_are .training_track {
    border-radius: 28px;
    overflow: hidden;
    z-index: 2;
    background-color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
}.who_we_are .training_track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.who_we_are .training_track::before {
    background: linear-gradient(90deg, rgb(202,198,212), rgb(166,161,179));
    left: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    top: 0;
    content: "";
}.who_we_are .training_track::after {
    background: radial-gradient(circle at bottom right, rgb(202,198,212,0.5) 0%, transparent 70%);
    bottom: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    right: 0;
    content: "";
    height: 30%;
    opacity: 0;
    position: absolute;
    width: 30%;
}.who_we_are .training_track:hover::after {
    opacity: 1;
}.who_we_are .training_track:first-child::before {
    background: linear-gradient(90deg, rgb(202,198,212), rgb(166,161,179));
}.who_we_are .training_track:last-child::before {
    background: linear-gradient(90deg, rgb(166,161,179), rgb(202,198,212));
}.who_we_are .training_track h3 {
    color: #000000;
    font-weight: 600;
    padding-left: 20px;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}.who_we_are .training_track h3::before {
    top: 50%;
    border-radius: 50%;
    height: 8px;
    content: "";
    background-color: rgb(202,198,212);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    width: 8px;
}.who_we_are .training_track:first-child h3::before {
    background-color: rgb(202,198,212);
}.who_we_are .training_track:last-child h3::before {
    background-color: rgb(166,161,179);
}.who_we_are .training_track p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
    position: relative;
}.who_we_are .training_track p::first-letter {
    color: rgb(202,198,212);
    font-size: 1.2em;
    font-weight: 600;
}.who_we_are .training_track:last-child p::first-letter {
    color: rgb(166,161,179);
}@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.who_we_are .container::before,
.who_we_are .container::after {
    content: "";
    filter: blur(60px);
    position: absolute;
    z-index: -1;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: rgb(202,198,212,0.5);
}.who_we_are .container::before {
    left: -100px;
    animation: float 15s ease-in-out infinite;
    top: -100px;
}.who_we_are .container::after {
    animation: float 20s ease-in-out infinite reverse;
    background: rgb(166,161,179,0.5);
    right: -100px;
    bottom: -100px;
}.who_we_are::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(202,198,212,0.5) 45%, rgb(202,198,212,0.5) 55%, transparent 55%);
    opacity: 0.3;
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    z-index: 1;
}.who_we_are .training_track:hover h3 {
    transition: color 0.3s ease;
    color: rgb(202,198,212);
}.who_we_are .training_track:last-child:hover h3 {
    color: rgb(166,161,179);
}.who_we_are .training_track:hover::before {
    background-size: 200% 200%;
    animation: gradient-shift 3s linear infinite;
}

@media (max-width: 991px) {.who_we_are {
    padding: 80px 0;
}.who_we_are h2 {
    margin-bottom: 40px;
}.who_we_are .mastery_zone {
    grid-template-columns: 1fr;
    gap: 30px;
}.who_we_are .mastery_zone::before {
    display: none;
}.who_we_are .training_track {
    padding: 30px;
}.who_we_are .container::before,
    .who_we_are .container::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 60px 0;
}.who_we_are h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.who_we_are h2::before {
    width: 60px;
}.who_we_are h2::after {
    width: 30px;
}.who_we_are .training_track {
    padding: 25px;
}.who_we_are .training_track h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.who_we_are .training_track p {
    font-size: calc(15px * 0.95);
}.who_we_are .container::before,
    .who_we_are .container::after {
    filter: blur(40px);
    height: 100px;
    width: 100px;
}
}

@media (max-width: 480px) {.who_we_are {
    padding: 40px 0;
}.who_we_are h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
    padding-bottom: 15px;
}.who_we_are h2::before {
    width: 50px;
    height: 2px;
}.who_we_are h2::after {
    height: 2px;
    bottom: -3px;
    width: 25px;
}.who_we_are .training_track {
    padding: 20px;
}.who_we_are .training_track h3 {
    margin-bottom: 12px;
    font-size: calc(20px * 0.85);
    padding-left: 15px;
}.who_we_are .training_track h3::before {
    height: 6px;
    width: 6px;
}.who_we_are .training_track p {
    font-size: calc(15px * 0.9);
}.who_we_are .training_track::before {
    height: 3px;
}.who_we_are .container::before,
    .who_we_are .container::after {
    height: 80px;
    width: 80px;
    filter: blur(30px);
}}.title_board {
    background: rgb(202,198,212);
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}.title_board .success_story {
    z-index: 2;
    width: 100%;
    position: relative;
    height: 100vh;
}.title_board .learn_open {
    width: 65%;
    position: absolute;
    height: 100vh;
    top: 0;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
    right: 0;
}.title_board .learn_open input {
    display: none;
}.title_board .main_entry {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    height: 100%;
    display: flex;
}.title_board .course_page {
    position: relative;
    flex: 0 0 100%;
    height: 100%;
}.title_board .course_page::before {
    inset: 0;
    z-index: 2;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #000000 0%, transparent 50%);
}.title_board .course_page img {
    filter: contrast(1.1) brightness(0.9);
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
    width: 100%;
}.title_board .start_lead {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    left: 25%;
    z-index: 10;
}.title_board .start_lead label {
    height: 15px;
    z-index: 10;
    position: relative;
    background: transparent;
    border: 2px solid #ffffff;
    width: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 50%;
}.title_board .start_lead label::before {
    border-radius: 50%;
    content: "";
    background: #ffffff;
    inset: 2px;
    transition: transform 0.3s ease;
    position: absolute;
    transform: scale(0);
}.title_board .start_lead label:hover {
    border-color: #ffffff;
}.title_board .start_lead label:hover::before {
    background: #ffffff;
    transform: scale(0.5);
}.title_board .text_widget {
    z-index: 5;
    padding-left: 5%;
    width: 40%;
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    justify-content: center;
}.title_board .text_widget .container {
    border-radius: 14px;
    padding: 30px;
    background: rgb(202,198,212);
    max-width: 90%;
}.title_board .text_widget h1 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}.title_board .text_widget h1::after {
    background: #ffffff;
    position: absolute;
    height: 4px;
    width: 80px;
    left: 0;
    content: "";
    bottom: -10px;
}.title_board .text_widget h3 {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
    opacity: 0.9;
    color: #ffffff;
}.title_board .text_widget p {
    line-height: 1.8;
    color: #ffffff;
    max-width: 95%;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.8;
}.title_board input[type="radio"]:nth-of-type(1):checked ~ .main_entry {
    transform: translateX(0%);
}.title_board input[type="radio"]:nth-of-type(2):checked ~ .main_entry {
    transform: translateX(-100%);
}.title_board input[type="radio"]:nth-of-type(3):checked ~ .main_entry {
    transform: translateX(-200%);
}.title_board input[type="radio"]:nth-of-type(4):checked ~ .main_entry {
    transform: translateX(-300%);
}.title_board input[type="radio"]:nth-of-type(5):checked ~ .main_entry {
    transform: translateX(-400%);
}.title_board input[type="radio"]:nth-of-type(6):checked ~ .main_entry {
    transform: translateX(-500%);
}.title_board input[type="radio"]:nth-of-type(7):checked ~ .main_entry {
    transform: translateX(-600%);
}.title_board input[type="radio"]:nth-of-type(8):checked ~ .main_entry {
    transform: translateX(-700%);
}.title_board input[type="radio"]:nth-of-type(9):checked ~ .main_entry {
    transform: translateX(-800%);
}.title_board input[type="radio"]:nth-of-type(10):checked ~ .main_entry {
    transform: translateX(-900%);
}.title_board input[type="radio"]:nth-of-type(1):checked ~ .start_lead label:nth-of-type(1),
.title_board input[type="radio"]:nth-of-type(2):checked ~ .start_lead label:nth-of-type(2),
.title_board input[type="radio"]:nth-of-type(3):checked ~ .start_lead label:nth-of-type(3),
.title_board input[type="radio"]:nth-of-type(4):checked ~ .start_lead label:nth-of-type(4),
.title_board input[type="radio"]:nth-of-type(5):checked ~ .start_lead label:nth-of-type(5),
.title_board input[type="radio"]:nth-of-type(6):checked ~ .start_lead label:nth-of-type(6),
.title_board input[type="radio"]:nth-of-type(7):checked ~ .start_lead label:nth-of-type(7),
.title_board input[type="radio"]:nth-of-type(8):checked ~ .start_lead label:nth-of-type(8),
.title_board input[type="radio"]:nth-of-type(9):checked ~ .start_lead label:nth-of-type(9),
.title_board input[type="radio"]:nth-of-type(10):checked ~ .start_lead label:nth-of-type(10) {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    border-color: #ffffff;
}.title_board input[type="radio"]:nth-of-type(1):checked ~ .start_lead label:nth-of-type(1)::before,
.title_board input[type="radio"]:nth-of-type(2):checked ~ .start_lead label:nth-of-type(2)::before,
.title_board input[type="radio"]:nth-of-type(3):checked ~ .start_lead label:nth-of-type(3)::before,
.title_board input[type="radio"]:nth-of-type(4):checked ~ .start_lead label:nth-of-type(4)::before,
.title_board input[type="radio"]:nth-of-type(5):checked ~ .start_lead label:nth-of-type(5)::before,
.title_board input[type="radio"]:nth-of-type(6):checked ~ .start_lead label:nth-of-type(6)::before,
.title_board input[type="radio"]:nth-of-type(7):checked ~ .start_lead label:nth-of-type(7)::before,
.title_board input[type="radio"]:nth-of-type(8):checked ~ .start_lead label:nth-of-type(8)::before,
.title_board input[type="radio"]:nth-of-type(9):checked ~ .start_lead label:nth-of-type(9)::before,
.title_board input[type="radio"]:nth-of-type(10):checked ~ .start_lead label:nth-of-type(10)::before {
    transform: scale(1);
    background: #ffffff;
}.title_board input[type="radio"]:nth-of-type(1):checked ~ .main_entry .course_page:nth-of-type(1) img,
.title_board input[type="radio"]:nth-of-type(2):checked ~ .main_entry .course_page:nth-of-type(2) img,
.title_board input[type="radio"]:nth-of-type(3):checked ~ .main_entry .course_page:nth-of-type(3) img,
.title_board input[type="radio"]:nth-of-type(4):checked ~ .main_entry .course_page:nth-of-type(4) img,
.title_board input[type="radio"]:nth-of-type(5):checked ~ .main_entry .course_page:nth-of-type(5) img,
.title_board input[type="radio"]:nth-of-type(6):checked ~ .main_entry .course_page:nth-of-type(6) img,
.title_board input[type="radio"]:nth-of-type(7):checked ~ .main_entry .course_page:nth-of-type(7) img,
.title_board input[type="radio"]:nth-of-type(8):checked ~ .main_entry .course_page:nth-of-type(8) img,
.title_board input[type="radio"]:nth-of-type(9):checked ~ .main_entry .course_page:nth-of-type(9) img,
.title_board input[type="radio"]:nth-of-type(10):checked ~ .main_entry .course_page:nth-of-type(10) img {
    filter: contrast(1.2) brightness(1);
}

@media screen and (max-width: 1200px) {.title_board .learn_open {
    width: 60%;
}.title_board .text_widget {
    width: 40%;
}
}

@media screen and (max-width: 992px) {.title_board .learn_open {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media screen and (max-width: 768px) {.title_board .learn_open {
    right: auto;
    clip-path: none;
    width: 100%;
    height: 60vh;
}.title_board .text_widget {
    bottom: 0;
    padding-top: 60vh;
    width: 100%;
    height: auto;
    top: auto;
    padding: 0;
    align-items: flex-start;
    padding-bottom: 20px;
}.title_board .text_widget .container {
    background: rgb(202,198,212);
    border-radius: 14px;
    padding: 30px;
    margin: 0 auto;
    max-width: 90%;
}.title_board .start_lead {
    left: 50%;
    top: auto;
    bottom: 37vh;
    flex-direction: row;
    transform: translateX(-50%);
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.title_board .learn_open {
    height: 50vh;
}.title_board .text_widget {
    padding-top: 50vh;
}.title_board .text_widget .container {
    padding: 20px;
}.title_board .text_widget h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 20px;
}.title_board .text_widget h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.title_board .start_lead {
    bottom: 47vh;
}.title_board .start_lead label {
    width: 12px;
    height: 12px;
}}.cookie_notice_banner {
    width: 100%;
    background: rgb(237,234,239);
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(202,198,212);
    z-index: 90;
}#cookieConsentDialog {
    display: none;
}#cookieConsentDialog:checked ~ .cookie_notice_banner {
    opacity: 0;
    visibility: hidden;
}.cookie_show {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}.cookie_notice_banner h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_notice_banner p {
    font-size: 18px;
}.manage_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.manage_cookies svg, .manage_cookies svg path, .manage_cookies img {
    fill: rgb(202,198,212);
    height: 100px;
    width: 100px;
}.edu_cookie {
    border-bottom: 2px solid rgb(202,198,212);
    white-space: nowrap;
    flex-shrink: 0;
    color: rgb(202,198,212);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    min-width: 120px;
    margin-left: 10px;
    line-height: 35px;
}.cookie_notice_banner p a {
    color: rgb(202,198,212);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_notice_banner {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.manage_cookies {
    display: none;
}.cookie_show {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_notice_banner h5 {
    text-align: center;
}.cookie_notice_banner p {
    text-align: center;
}.data_guard {
    margin-bottom: 20px;
}body .wrapper-container .edu_cookie {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-container .cookie_notice_banner {
    box-shadow: rgb(166,161,179,0.5) 0px 0px 10px 10px;
    background: rgb(202,198,212);
}.wrapper-container .cookie_show {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-container .edu_cookie {
    padding: 10px;
    margin-left: 30px;
    color: rgb(202,198,212);
    border: none;
    font-size: 20px;
    background: #ffffff;
}.wrapper-container .data_guard {
    text-align: left;
    color: #ffffff;
}.wrapper-container .data_guard h5 {
    font-weight: 700;
}.wrapper-container .data_guard h5, .wrapper-container .data_guard p {
    color: #ffffff;
}.wrapper-container .cookie_notice_banner p a {
    color: rgb(166,161,179);
    text-decoration: underline;
}.appZone {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgba(rgb(166,161,179,0.5), 0.15) 100%);
    position: relative;
    z-index: 1;
    padding: 5rem 0;
}.appZone::before {
    background: linear-gradient(145deg, rgb(202,198,212) 0%, rgba(rgb(202,198,212,0.5), 0.2) 100%);
    z-index: -1;
    height: 180%;
    top: -20%;
    left: -10%;
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    position: absolute;
    animation: floatBg 18s infinite alternate ease-in-out;
    transform: rotate(-15deg) translateZ(0);
    content: "";
    width: 60%;
}.appZone::after {
    position: absolute;
    background: linear-gradient(215deg, rgb(166,161,179) 0%, rgba(rgb(166,161,179,0.5), 0.3) 100%);
    bottom: -10%;
    transform: rotate(12deg) translateZ(0);
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    width: 40%;
    content: "";
    height: 140%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    right: -5%;
    z-index: -1;
}.appZone .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}.appZone .success_story {
    opacity: 1;
    position: relative;
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    border-left: 4px solid rgb(202,198,212);
    padding: 4rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    backdrop-filter: blur(15px);
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(202,198,212,0.5), 0.05);
}.appZone .success_story::before {
    height: 100%;
    border: 2px dashed rgba(rgb(166,161,179,0.5), 0.2);
    transform: translate(-10px, -10px);
    top: 20px;
    z-index: -1;
    left: 20px;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
}.appZone .success_story > div:first-child {
    position: relative;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    transform: translateX(0);
    margin-bottom: 2rem;
}.appZone .success_story > div:first-child::after {
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    width: 80px;
    bottom: -0.8rem;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(202,198,212);
    height: 3px;
}.appZone h5 {
    transform: translateZ(0);
    font-size: 19px;
    letter-spacing: -0.01em;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
}.appZone .success_story > div:last-child {
    animation: fadeUp 0.8s 0.5s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
}.appZone a {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    text-decoration: none;
    display: block;
}.appZone a:hover {
    transform: translateY(-5px);
}.appZone a::before {
    left: -20px;
    width: 40px;
    opacity: 0.1;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(202,198,212) 0%, rgb(166,161,179) 100%);
    border-radius: 10px;
    transition: all 0.4s ease;
    height: 40px;
    position: absolute;
    content: "";
    top: -15px;
}.appZone a:hover::before {
    opacity: 0.2;
    transform: rotate(0deg) scale(1.2);
}.appZone p {
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
    z-index: 2;
    font-weight: 400;
    color: #000000;
    position: relative;
}

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

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

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

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.appZone {
    padding: 4rem 0;
}.appZone .success_story {
    padding: 3rem;
}.appZone h5 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 767px) {.appZone {
    padding: 3rem 0;
}.appZone .success_story {
    padding: 2.5rem 2rem;
}.appZone h5 {
    font-size: calc(19px * 0.85);
}.appZone p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.appZone::before {
    width: 80%;
}.appZone::after {
    width: 60%;
}
}

@media (max-width: 575px) {.appZone {
    padding: 2.5rem 0;
}.appZone .success_story {
    padding: 2rem 1.5rem;
}.appZone h5 {
    font-size: calc(19px * 0.8);
}.appZone p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.appZone .success_story::before {
    display: none;
}.appZone .success_story > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.appZone a {
    overflow: hidden;
    position: relative;
}.appZone a::after {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgb(202,198,212);
    transform: scaleX(0);
    content: "";
    height: 1px;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.appZone a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}}footer {
    width: 100%;
    position: relative;
}footer .law_res {
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: rgb(166,161,179);
    padding: 80px 0 30px;
    position: relative;
}footer .law_res::before {
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(166,161,179) 12%, transparent 12.5%, transparent 87%, rgb(166,161,179) 87.5%, rgb(166,161,179)),
        linear-gradient(150deg, rgb(166,161,179) 12%, transparent 12.5%, transparent 87%, rgb(166,161,179) 87.5%, rgb(166,161,179)),
        linear-gradient(30deg, rgb(166,161,179) 12%, transparent 12.5%, transparent 87%, rgb(166,161,179) 87.5%, rgb(166,161,179)),
        linear-gradient(150deg, rgb(166,161,179) 12%, transparent 12.5%, transparent 87%, rgb(166,161,179) 87.5%, rgb(166,161,179)),
        linear-gradient(60deg, rgb(202,198,212,0.5) 25%, transparent 25.5%, transparent 75%, rgb(202,198,212,0.5) 75%, rgb(202,198,212,0.5)),
        linear-gradient(60deg, rgb(202,198,212,0.5) 25%, transparent 25.5%, transparent 75%, rgb(202,198,212,0.5) 75%, rgb(202,198,212,0.5));
    background-size: 80px 140px;
}footer .law_res::after {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(202,198,212), rgb(166,161,179));
    pointer-events: none;
    height: 5px;
}footer .youtube_chan {
    position: relative;
    z-index: 1;
}footer .msg_page {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
    gap: 20px;
    justify-content: center;
}footer .info_item {
    min-height: 60px;
    min-width: 200px;
    padding: 20px 25px;
    display: flex;
    transition: all 0.4s ease;
    max-width: 300px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    flex: 0 1 auto;
    justify-content: center;
    align-items: center;
}footer .info_item::before {
    top: 3px;
    content: "";
    background-color: rgb(166,161,179);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    right: 3px;
    bottom: 3px;
    left: 3px;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(202,198,212);
}footer .info_item svg {
    transition: fill 0.3s ease;
    margin-right: 12px;
    fill: rgb(202,198,212);
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    z-index: 1;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    color: #ffffff;
    white-space: nowrap;
    height: 100%;
    font-size: 14px;
    display: flex;
}footer .text_main_holder {
    gap: 50px;
    position: relative;
    display: grid;
    padding-top: 40px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    width: 80%;
    position: absolute;
    content: "";
    pointer-events: none;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    height: 1px;
    left: 10%;
}footer .top_train {
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    align-items: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    max-width: 350px;
    display: flex;
    padding: 20px;
    flex-direction: column;
}footer .top_train::before {
    z-index: -1;
    right: 3px;
    top: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    pointer-events: none;
    background-color: rgb(166,161,179);
    left: 3px;
    content: "";
    bottom: 3px;
}footer .top_train svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .login_footer {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}footer .head_edu {
    position: relative;
    padding: 30px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.03);
}footer .head_edu h5 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    position: relative;
    font-weight: 700;
}footer .head_edu h5::after {
    width: 50px;
    height: 2px;
    bottom: 0;
    background-color: rgb(202,198,212);
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
}footer .first_teach {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    margin-bottom: 20px;
}footer .first_teach a {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    cursor: pointer;
}footer .first_teach a::before {
    left: 5px;
    border-left: 4px solid rgb(202,198,212);
    pointer-events: none;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    opacity: 0;
}footer .first_teach a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}footer .first_teach a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 23px;
}footer .subscribe_holder::before {
    position: absolute;
    width: 100%;
    opacity: 0.05;
    top: 0;
    border-radius: 23px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(202,198,212,0.5) 49%, rgb(202,198,212,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(202,198,212,0.5) 49%, rgb(202,198,212,0.5) 51%, transparent 52%);
    background-size: 20px 20px;
    content: "";
    left: 0;
    height: 100%;
    pointer-events: none;
}footer .subscribe_holder h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}footer .subscribe_holder p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
    width: 100%;
    z-index: 5;
}footer .input_holder input[type="email"] {
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
    cursor: text;
    position: relative;
    color: #ffffff;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    appearance: none;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(202,198,212);
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .updates_fieldset {
    color: #ffffff;
    border: none;
    background-color: rgb(202,198,212);
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    z-index: 5;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    font-weight: 600;
}footer .updates_fieldset:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(166,161,179);
}footer .trade_mark {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .faq_block {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    display: inline-block;
    position: relative;
}footer .faq_block::before,
footer .faq_block::after {
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    width: 20px;
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
}footer .faq_block::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .faq_block::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates_fieldset {
    width: auto;
    flex-shrink: 0;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .first_teach {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .law_res {
    padding: 60px 0 30px;
}footer .msg_page {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .head_edu, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_train {
    padding: 15px;
    margin-bottom: 20px;
}footer .trade_mark {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .law_res {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head_edu h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(21px - 2px);
}footer .head_edu, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .updates_fieldset {
    padding: 12px;
}}.instructor_history {
    padding: 100px 0;
    background: linear-gradient(
        125deg,
        rgb(237,234,239) 0%,
        rgb(237,234,239) 60%,
        rgb(202,198,212,0.5) 120%
    );
    position: relative;
    overflow: hidden;
}.instructor_history::before {
    position: absolute;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    content: "";
    left: 0;
    opacity: 0.03;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(202,198,212,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(202,198,212,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(202,198,212,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(202,198,212,0.5) 75%);
}.instructor_history::after {
    background: 
        radial-gradient(
            ellipse at center,
            rgb(202,198,212,0.5) 0%,
            transparent 60%
        );
    position: absolute;
    top: -50%;
    opacity: 0.2;
    left: -50%;
    height: 200%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    width: 200%;
    content: "";
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.instructor_history .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.instructor_history .rating_reviews {
    flex-direction: column;
    display: flex;
    background: transparent;
    position: relative;
    padding: 0;
    align-items: center;
    overflow: visible;
    border-radius: 11px;
}.instructor_history .image_wrap {
    transform: rotate(-5deg);
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 260px;
    position: relative;
    margin-bottom: 30px;
    width: 260px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}.instructor_history .image_wrap::before {
    inset: -10px;
    content: "";
    opacity: 0.3;
    transform: rotate(5deg);
    transition: all 0.5s ease;
    border-radius: 30px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(202,198,212,0.5) 0%,
        transparent 50%,
        rgb(166,161,179,0.5) 100%
    );
}.instructor_history .image_wrap::after {
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(202,198,212,0.5) 10px,
            rgb(202,198,212,0.5) 11px
        );
    transition: all 0.5s ease;
    content: "";
    inset: -20px;
    transform: rotate(10deg);
    border-radius: 40px;
    opacity: 0.05;
    z-index: -2;
}.instructor_history .name {
    text-align: center;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 40px;
    z-index: 2;
    padding: 0 20px 15px;
    position: relative;
    text-fill-color: transparent;
    color: #000000;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(202,198,212) 100%
    );
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}.instructor_history .name::after {
    left: 50%;
    background: linear-gradient(
        to right,
        rgb(202,198,212) 0%,
        rgb(166,161,179) 100%
    );
    border-radius: 3px;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
}.instructor_history .rating_reviews span:not(.name) {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    font-weight: 600;
    opacity: 0.8;
    text-align: center;
    letter-spacing: 3px;
    z-index: 2;
    color: rgb(166,161,179);
}.instructor_history .experience_tasks {
    max-width: 700px;
    position: relative;
    border-radius: 11px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    padding: 40px 50px;
    text-align: center;
    font-size: 17px;
    margin: 0;
    width: 80%;
    z-index: 1;
    color: #000000;
    line-height: 1.9;
}.instructor_history .experience_tasks::before {
    content: "";
    position: absolute;
    opacity: 0.2;
    height: 35px;
    width: 35px;
    top: 25px;
    background: 
        linear-gradient(45deg, rgb(202,198,212,0.5) 0%, transparent 100%);
    left: 25px;
    border-radius: 0 0 10px 0;
}.instructor_history .experience_tasks::after {
    opacity: 0.2;
    border-radius: 0 0 0 10px;
    background: 
        linear-gradient(225deg, rgb(166,161,179,0.5) 0%, transparent 100%);
    height: 35px;
    bottom: 25px;
    right: 25px;
    content: "";
    width: 35px;
    position: absolute;
}.instructor_history .rating_reviews::before {
    top: -70px;
    content: "";
    background: 
        linear-gradient(
            135deg,
            rgb(202,198,212,0.5) 0%,
            transparent 100%
        );
    left: 50%;
    opacity: 0.1;
    width: 300px;
    transform: translateX(-50%) rotate(45deg);
    animation: morphing 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 300px;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.instructor_history .rating_reviews::after {
    height: 350px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    top: -50px;
    z-index: 0;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    width: 350px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    opacity: 0.08;
    content: "";
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(166,161,179,0.5) 100%
        );
}.instructor_history .rating_reviews:hover .image_wrap {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.instructor_history .rating_reviews:hover .image_wrap::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.instructor_history .rating_reviews:hover .image_wrap::after {
    transform: rotate(5deg);
}.instructor_history .rating_reviews:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

@media (max-width: 991px) {.instructor_history {
    padding: 80px 0;
}.instructor_history .image_wrap {
    margin-bottom: 25px;
    height: 220px;
    width: 220px;
}.instructor_history .name {
    margin-bottom: 12px;
    font-size: calc(40px * 0.9);
}.instructor_history .experience_tasks {
    padding: 35px 40px;
    width: 85%;
}.instructor_history .rating_reviews::before,
    .instructor_history .rating_reviews::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.instructor_history {
    padding: 60px 0;
}.instructor_history .image_wrap {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.instructor_history .name {
    font-size: calc(40px * 0.8);
    margin-bottom: 10px;
    padding: 0 15px 12px;
}.instructor_history .rating_reviews span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(20px * 0.9);
    letter-spacing: 2px;
}.instructor_history .experience_tasks {
    padding: 30px 35px;
    font-size: calc(17px * 0.95);
    width: 90%;
}.instructor_history .experience_tasks::before,
    .instructor_history .experience_tasks::after {
    height: 25px;
    width: 25px;
}.instructor_history .rating_reviews::before,
    .instructor_history .rating_reviews::after {
    height: 200px;
    width: 200px;
}.instructor_history .rating_reviews:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.instructor_history {
    padding: 50px 0;
}.instructor_history .image_wrap {
    border-radius: 15px;
    width: 150px;
    margin-bottom: 15px;
    height: 150px;
}.instructor_history .image_wrap::before {
    inset: -8px;
    border-radius: 22px;
}.instructor_history .image_wrap::after {
    border-radius: 30px;
    inset: -15px;
}.instructor_history .name {
    padding: 0 10px 10px;
    margin-bottom: 8px;
    font-size: calc(40px * 0.7);
}.instructor_history .name::after {
    height: 2px;
    width: 60px;
}.instructor_history .rating_reviews span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(20px * 0.85);
}.instructor_history .experience_tasks {
    width: 100%;
    border-radius: 10px;
    font-size: calc(17px * 0.9);
    padding: 25px 20px;
}.instructor_history .experience_tasks::before,
    .instructor_history .experience_tasks::after {
    left: 15px;
    width: 20px;
    top: 15px;
    height: 20px;
}.instructor_history .experience_tasks::after {
    right: 15px;
    bottom: 15px;
}.instructor_history .rating_reviews::before,
    .instructor_history .rating_reviews::after {
    width: 150px;
    height: 150px;
}.instructor_history .rating_reviews:hover span:not(.name) {
    letter-spacing: 2px;
}}.connect_form {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(237,234,239);
    position: relative;
}.connect_form::before {
    position: absolute;
    opacity: 0.3;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(202,198,212,0.5) 0,
        rgb(202,198,212,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: 1;
    top: 0;
}.connect_form::after {
    background: radial-gradient(circle, rgb(166,161,179) 0%, transparent 70%);
    position: absolute;
    opacity: 0.2;
    height: 300px;
    z-index: 1;
    content: "";
    animation: float 10s ease-in-out infinite;
    bottom: 0;
    width: 300px;
    right: 0;
    filter: blur(60px);
}.connect_form .image_wrap {
    filter: blur(2px) saturate(0.8);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.08;
    height: 100%;
    z-index: 0;
}.connect_form .image_wrap::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(166,161,179,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
}.connect_form .container {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
}.connect_form h3 {
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    font-size: 37px;
}.connect_form h3::before {
    top: -20px;
    width: 40px;
    height: 4px;
    content: "";
    position: absolute;
    background: rgb(202,198,212);
    left: 50%;
    transform: translateX(-50%);
}.connect_form h3::after {
    left: 50%;
    bottom: -20px;
    background: linear-gradient(to right, transparent, rgb(202,198,212), transparent);
    position: absolute;
    height: 1px;
    width: 100px;
    transform: translateX(-50%);
    content: "";
}.help_list {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    z-index: 10;
    backdrop-filter: blur(10px);
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
}.help_list::before {
    left: -50%;
    z-index: 0;
    content: "";
    animation: rotate 60s linear infinite;
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(166,161,179,0.5) 0%, transparent 50%);
    top: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
}.help_list .feedback_support {
    padding: 60px 50px;
    z-index: 2;
    position: relative;
}.help_list .feedback_support::before {
    background: linear-gradient(to bottom, transparent, rgb(202,198,212,0.5), transparent);
    top: 15%;
    right: 0;
    height: 70%;
    content: "";
    position: absolute;
    width: 1px;
}.help_list .feedback_support h3 {
    text-align: left;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 35px;
}.help_list .feedback_support h3::before {
    display: none;
}.help_list .feedback_support h3::after {
    bottom: -15px;
    width: 60px;
    transform: none;
    left: 0;
    background: rgb(202,198,212);
    height: 2px;
}.help_list .feedback_support form {
    flex-direction: column;
    display: flex;
}.help_list .feedback_support input[type="text"],
.help_list .feedback_support textarea {
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: rgba(240, 240, 240, 0.5);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-radius: 10px;
    border: none;
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding: 18px 22px;
}.help_list .feedback_support input[type="text"]:focus,
.help_list .feedback_support textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(202,198,212,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.help_list .feedback_support textarea {
    resize: vertical;
    min-height: 150px;
}.help_list .feedback_support .inquiry_panel {
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.help_list .feedback_support .inquiry_panel input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.help_list .feedback_support .inquiry_panel label {
    line-height: 1.5;
    color: #000000;
    position: relative;
    font-size: calc(13px - 2px);
    cursor: pointer;
    padding-left: 30px;
}.help_list .feedback_support .inquiry_panel label::before {
    height: 20px;
    border-radius: 10px;
    top: 2px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    width: 20px;
    background: rgba(240, 240, 240, 0.8);
}.help_list .feedback_support .inquiry_panel input[type="checkbox"]:checked + label::before {
    background: rgb(202,198,212);
}.help_list .feedback_support .inquiry_panel input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 8px;
    content: "";
    height: 10px;
    width: 5px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
}.help_list .feedback_support .inquiry_panel a {
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(202,198,212);
    text-decoration: none;
}.help_list .feedback_support .inquiry_panel a::after {
    content: "";
    height: 1px;
    position: absolute;
    width: 0;
    left: 0;
    background-color: rgb(202,198,212);
    transition: width 0.3s ease;
    bottom: -2px;
}.help_list .feedback_support .inquiry_panel a:hover::after {
    width: 100%;
}.help_list .feedback_support .support_block {
    align-self: flex-start;
    background: transparent;
    display: inline-block;
    font-size: 19px;
    cursor: pointer;
    padding: 15px 30px;
    border: 2px solid rgb(202,198,212);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000000;
    z-index: 1;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}.help_list .feedback_support .support_block::before {
    position: absolute;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    top: 0;
    content: "";
    background: rgb(202,198,212);
    height: 100%;
    width: 0;
    z-index: -1;
}.help_list .feedback_support .support_block:hover {
    color: #ffffff;
}.help_list .feedback_support .support_block:hover::before {
    width: 100%;
}.help_list .support_reach {
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
    position: relative;
    padding: 60px 50px;
}.help_list .support_reach::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    left: 0;
    height: 100%;
    opacity: 0.5;
    background-size: 20px 20px;
    content: "";
    width: 100%;
    top: 0;
}.help_list .support_reach h4 {
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}.help_list .support_reach h4::after {
    left: 0;
    position: absolute;
    content: "";
    bottom: -15px;
    width: 60px;
    background: rgb(202,198,212);
    height: 2px;
}.help_list .support_reach .feedback_box {
    list-style: none;
    padding: 0;
    margin: 0;
}.help_list .support_reach .feedback_box li {
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    padding-left: 15px;
    margin-bottom: 30px;
    border-left: 2px solid transparent;
    display: flex;
    z-index: 1;
}.help_list .support_reach .feedback_box li:last-child {
    margin-bottom: 0;
}.help_list .support_reach .feedback_box li:hover {
    border-left-color: rgb(202,198,212);
    padding-left: 20px;
}.help_list .support_reach .feedback_box li svg {
    height: 22px;
    margin-right: 18px;
    opacity: 0.8;
    width: 22px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.help_list .support_reach .feedback_box li:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.help_list .support_reach .feedback_box li svg path {
    transition: all 0.3s ease;
    fill: rgb(202,198,212);
}.help_list .support_reach .feedback_box li:hover svg path {
    fill: rgb(166,161,179);
}.help_list .support_reach .feedback_box li span {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}.help_list .support_reach .feedback_box li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    position: relative;
}.help_list .support_reach .feedback_box li a::after {
    height: 1px;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgb(202,198,212);
    width: 0;
    transition: width 0.3s ease;
    bottom: -3px;
}.help_list .support_reach .feedback_box li a:hover {
    color: rgb(202,198,212);
}.help_list .support_reach .feedback_box li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.connect_form {
    padding: 80px 0;
}.help_list {
    grid-template-columns: 1fr;
}.help_list .feedback_support::before {
    top: auto;
    right: auto;
    bottom: 0;
    height: 1px;
    left: 15%;
    width: 70%;
}.help_list .feedback_support,
    .help_list .support_reach {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.connect_form {
    padding: 60px 0;
}.connect_form h3 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.help_list .feedback_support,
    .help_list .support_reach {
    padding: 40px 30px;
}.help_list .feedback_support h3,
    .help_list .support_reach h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 30px;
}.help_list .feedback_support input[type="text"],
    .help_list .feedback_support textarea {
    padding: 15px 18px;
    margin-bottom: 20px;
}.help_list .feedback_support .support_block {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.connect_form {
    padding: 50px 0;
}.help_list {
    border-radius: 10px;
}.help_list .feedback_support,
    .help_list .support_reach {
    padding: 30px 25px;
}.help_list .support_reach .feedback_box li {
    align-items: flex-start;
}.help_list .support_reach .feedback_box li svg {
    margin-top: 3px;
}}.test_drive {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(210deg, rgb(202,198,212) 0%, rgb(166,161,179) 100%);
}.test_drive::before {
    top: 0;
    content: '';
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}.test_drive::after {
    content: '';
    animation: horizonLine 5s ease-in-out infinite;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    top: 50%;
    left: 0;
}.test_drive .success_story {
    justify-content: center;
    position: relative;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 0;
    height: 350px;
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    display: flex;
    align-items: center;
    max-width: 900px;
    backdrop-filter: blur(10px);
    z-index: 2;
}.test_drive .success_story::before {
    box-shadow: 0 0 20px rgb(202,198,212,0.5);
    z-index: 1;
    top: 0;
    background: linear-gradient(
        to right,
        rgb(202,198,212),
        rgb(166,161,179),
        rgb(202,198,212)
    );
    animation: topLineGlow 3s ease-in-out infinite;
    position: absolute;
    content: '';
    left: 0;
    height: 5px;
    width: 100%;
}.test_drive .success_story::after {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    content: '';
    right: 0;
}.test_drive h3 {
    letter-spacing: 5px;
    font-weight: 700;
    color: #ffffff;
    animation: textGlow 3s ease-in-out infinite alternate;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 60px;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(202,198,212,0.5);
    font-size: 36px;
}.test_drive h3::before {
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    height: 100%;
    top: 0;
    left: -100%;
    content: '';
    width: 100%;
    position: absolute;
    z-index: -1;
    animation: textScan 3s linear infinite;
}.test_drive h3::after {
    box-shadow: 
        0 0 10px rgb(166,161,179),
        0 0 20px rgb(166,161,179,0.5);
    background: rgb(166,161,179);
    position: absolute;
    left: 50%;
    animation: underlineGlow 3s ease-in-out infinite alternate;
    bottom: -15px;
    content: '';
    opacity: 0.7;
    height: 2px;
    transform: translateX(-50%);
    width: 40px;
}.test_drive .msg_block {
    background: transparent;
    z-index: 1;
    padding: 15px 40px;
    transition: all 0.4s ease;
    display: inline-block;
    box-shadow: 
        0 0 15px rgb(166,161,179,0.5),
        inset 0 0 5px rgb(166,161,179,0.5);
    border: 2px solid rgb(166,161,179);
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 19px;
    text-shadow: 0 0 5px #ffffff;
}.test_drive .msg_block::before {
    width: 100%;
    background: rgb(166,161,179);
    content: '';
    height: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    transition: all 0.4s ease;
    z-index: -1;
}.test_drive .msg_block::after {
    z-index: -2;
    left: -2px;
    content: '';
    right: -2px;
    top: -2px;
    opacity: 0;
    bottom: -2px;
    position: absolute;
    transition: all 0.4s ease;
    border: 2px solid rgb(166,161,179);
}.test_drive .msg_block:hover {
    border-color: transparent;
    color: #ffffff;
    box-shadow: 
        0 0 25px rgb(166,161,179),
        inset 0 0 10px rgb(166,161,179,0.5);
    text-shadow: 0 0 10px #ffffff;
}.test_drive .msg_block:hover::before {
    left: 0;
}.test_drive .msg_block:hover::after {
    animation: pulseBorder 2s infinite;
    opacity: 0.5;
}

@media screen and (max-width: 992px) {.test_drive {
    padding: 100px 0;
}.test_drive .success_story {
    max-width: 85%;
    height: 320px;
}.test_drive h3 {
    font-size: calc(36px * 0.9);
    letter-spacing: 4px;
    margin-bottom: 50px;
}.test_drive h3::after {
    width: 35px;
}.test_drive .msg_block {
    font-size: calc(19px * 0.95);
    padding: 14px 35px;
}
}

@media screen and (max-width: 768px) {.test_drive {
    padding: 80px 0;
}.test_drive .success_story {
    height: 300px;
}.test_drive h3 {
    font-size: calc(36px * 0.8);
    letter-spacing: 3px;
    margin-bottom: 45px;
}.test_drive h3::after {
    bottom: -12px;
    width: 30px;
}.test_drive .msg_block {
    font-size: calc(19px * 0.9);
    padding: 12px 30px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.test_drive {
    padding: 60px 0;
}.test_drive .success_story {
    height: 260px;
}.test_drive h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.7);
    letter-spacing: 2px;
}.test_drive h3::after {
    width: 25px;
    bottom: -10px;
}.test_drive .msg_block {
    padding: 10px 25px;
    font-size: calc(19px * 0.85);
    letter-spacing: 1px;
}}

@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(202,198,212,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(202,198,212),
            0 0 40px rgb(202,198,212,0.5);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(202,198,212,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(202,198,212),
            0 0 30px rgb(202,198,212,0.5);
    }
}

@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(166,161,179),
            0 0 10px rgb(166,161,179,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(166,161,179),
            0 0 20px rgb(166,161,179),
            0 0 30px rgb(166,161,179,0.5);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}.price_deck_grid {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.price_deck_grid::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(202,198,212,0.5), rgba(0, 0, 0, 0.5) 90%);
    height: 100%;
}.price_deck_grid .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.price_deck_grid .skill_pricing {
    position: relative;
}.price_deck_grid h2 {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}.price_deck_grid h2::after {
    height: 3px;
    bottom: -15px;
    background: rgb(166,161,179);
    content: "";
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
}.price_deck_grid .trial_rates {
    text-align: center;
    margin: 30px auto 50px;
    max-width: 700px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}.price_deck_grid .class_rates {
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.price_deck_grid .class_rates li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.price_deck_grid .class_rates li:hover {
    transform: translateY(-10px);
}.price_deck_grid .pay_options {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}.price_deck_grid .fee_offers {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    padding: 40px 30px;
    height: 100%;
    border-left: 3px solid rgb(166,161,179);
}.price_deck_grid .fee_offers::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(202,198,212,0.5), transparent);
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
    opacity: 0;
    top: 0;
    pointer-events: none;
}.price_deck_grid .pay_options:hover .fee_offers::before {
    opacity: 0.15;
}.price_deck_grid .fee_offers::after {
    top: -30px;
    background: rgb(166,161,179);
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    z-index: -1;
    width: 100px;
    height: 100px;
    transition: transform 0.5s ease;
    right: -30px;
    position: absolute;
}.price_deck_grid .pay_options:hover .fee_offers::after {
    transform: scale(1.2);
}.price_deck_grid .trial_pricing {
    height: 100%;
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
}.price_deck_grid .trial_pricing h4 {
    font-weight: 600;
    padding-bottom: 12px;
    color: #ffffff;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    font-size: 20px;
}.price_deck_grid .trial_pricing h4::after {
    height: 2px;
    background: rgb(166,161,179);
    content: "";
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 40px;
}.price_deck_grid .pay_options:hover .trial_pricing h4::after {
    width: 60px;
}.price_deck_grid .trial_pricing p {
    overflow-wrap: break-word;
    line-height: 1.5;
    word-wrap: break-word;
    opacity: 0.85;
    flex-grow: 1;
    margin: 0 0 25px;
    color: #ffffff;
    font-size: calc(18px - 2px);
    word-break: break-word;
}.price_deck_grid .price_options {
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0 0;
    font-weight: 700;
    font-size: calc(20px + 4px);
    display: block;
    color: #ffffff;
    position: relative;
}.price_deck_grid .price_options::before {
    content: "";
    height: 1px;
    left: 0;
    width: 30%;
    background: rgb(166,161,179);
    position: absolute;
    top: -1px;
}

@media (min-width: 992px) {.price_deck_grid .class_rates {
    grid-template-columns: repeat(4, 1fr);
}.price_deck_grid .fee_offers {
    padding: 35px 25px;
}.price_deck_grid h2 {
    font-size: calc(36px + 4px);
}
}

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

@media (max-width: 767px) {.price_deck_grid {
    padding: 80px 0;
}.price_deck_grid .class_rates {
    grid-template-columns: 1fr;
}.price_deck_grid h2 {
    font-size: calc(36px - 2px);
}.price_deck_grid .trial_rates {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.price_deck_grid .trial_pricing p {
    overflow-y: auto;
    max-height: 300px;
    font-size: calc(18px - 3px);
    padding-right: 10px;
}.price_deck_grid .trial_pricing p::-webkit-scrollbar {
    width: 3px;
}.price_deck_grid .trial_pricing p::-webkit-scrollbar-thumb {
    background: rgb(166,161,179);
}
}

@media (max-width: 480px) {.price_deck_grid .fee_offers {
    padding: 30px 20px;
}.price_deck_grid h2 {
    font-size: calc(36px - 4px);
}.price_deck_grid .price_options {
    font-size: calc(20px + 2px);
}}.privacy_hideaway {
    background: linear-gradient(120deg, rgb(237,234,239), #ffffff);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.privacy_hideaway::before {
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 80% 20%, rgb(166,161,179,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(202,198,212,0.5) 0%, transparent 60%);
    width: 100%;
}.privacy_hideaway .container {
    z-index: 1;
    max-width: 1140px;
    padding: 3rem;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
}.privacy_hideaway .container::before {
    width: 4px;
    transform: translateX(-2px);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(202,198,212), rgb(166,161,179));
    left: 0;
}.privacy_hideaway h1 {
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    font-size: 43px;
    transform: translateX(1.5rem);
    color: #000000;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
}.privacy_hideaway h1::after {
    bottom: 0;
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    background: rgb(202,198,212);
    transition: width 0.4s ease;
    transform-origin: left center;
    left: 0;
}.privacy_hideaway:hover h1::after {
    width: 120px;
}.privacy_hideaway h2 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    margin: 3rem 0 1.5rem;
    position: relative;
    padding-left: 1.5rem;
    color: rgb(166,161,179);
}.privacy_hideaway h2::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(202,198,212);
    height: 8px;
    position: absolute;
    content: "";
    top: 50%;
    width: 8px;
}.privacy_hideaway h3 {
    position: relative;
    font-size: calc(32px * 0.85);
    padding-left: 1.25rem;
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    font-family: Arial, sans-serif;
}.privacy_hideaway h3::before {
    width: 6px;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    height: 6px;
    content: "";
    position: absolute;
    top: 50%;
    background: rgb(166,161,179);
}.privacy_hideaway h4 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(32px * 0.7);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 1rem;
}.privacy_hideaway h4::before {
    background: rgb(202,198,212);
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
}.privacy_hideaway p {
    max-width: 90%;
    color: #000000;
    transform: translateZ(0);
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 17px;
    font-family: Arial, sans-serif;
}.privacy_hideaway p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}.privacy_hideaway p strong::after {
    width: 100%;
    left: 0;
    background: rgb(202,198,212,0.5);
    height: 1px;
    position: absolute;
    bottom: -2px;
    content: "";
}.privacy_hideaway ul {
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    list-style: none;
}.privacy_hideaway li {
    line-height: 1.6;
    position: relative;
    margin-bottom: 1rem;
    font-size: 17px;
    padding-left: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
}.privacy_hideaway li::before {
    content: "";
    top: 0.7em;
    width: 6px;
    height: 6px;
    left: 0;
    border: 1px solid rgb(202,198,212);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    position: absolute;
}.privacy_hideaway li:hover::before {
    background: rgb(202,198,212);
    transform: rotate(135deg);
}.privacy_hideaway span {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 17px;
    padding: 0.5rem 0 0.5rem 1rem;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    border-left: 2px solid rgb(166,161,179,0.5);
}

@media (min-width: 992px) {.privacy_hideaway {
    padding: 7rem 3rem;
}.privacy_hideaway .container {
    padding: 4rem 5rem;
    transform: perspective(1200px) rotateX(1deg);
}.privacy_hideaway h1 {
    transform: translateX(2rem);
    font-size: calc(43px * 1.15);
}.privacy_hideaway p {
    max-width: 80%;
}.privacy_hideaway ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.privacy_hideaway {
    padding: 4rem 1.5rem;
}.privacy_hideaway .container {
    padding: 2.5rem;
}.privacy_hideaway h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.privacy_hideaway {
    padding: 3rem 1rem;
}.privacy_hideaway .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
}.privacy_hideaway h1 {
    transform: translateX(0);
    font-size: calc(43px * 0.85);
}.privacy_hideaway h2 {
    font-size: calc(32px * 0.9);
}.privacy_hideaway p, .privacy_hideaway li, .privacy_hideaway span {
    font-size: calc(17px * 0.95);
}.privacy_hideaway p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.privacy_hideaway {
    padding: 2rem 0.75rem;
}.privacy_hideaway .container {
    transform: none;
    padding: 1.75rem 1.25rem;
}.privacy_hideaway .container::before {
    width: 3px;
}.privacy_hideaway h1 {
    font-size: calc(43px * 0.75);
    margin-bottom: 1.5rem;
}.privacy_hideaway h2 {
    padding-left: 1.25rem;
    font-size: calc(32px * 0.8);
}.privacy_hideaway h3, .privacy_hideaway h4 {
    padding-left: 1rem;
}.privacy_hideaway p, .privacy_hideaway li, .privacy_hideaway span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.privacy_hideaway ul {
    padding-left: 0.75rem;
}.privacy_hideaway li {
    padding-left: 1.25rem;
}}.aspiring_learners {
    position: relative;
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgb(202,198,212,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}.aspiring_learners::before {
    transform: translate(-50%, -50%);
    top: 50%;
    height: 500px;
    left: 50%;
    animation: rotate 20s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.1);
    content: "";
    z-index: 1;
    width: 500px;
    border-radius: 50%;
    position: absolute;
}.aspiring_learners::after {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    animation: rotate-reverse 30s linear infinite;
    border: 4px dotted rgb(202,198,212,0.5);
    transform: translate(-50%, -50%);
    content: "";
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.aspiring_learners .success_story {
    margin: 0 auto;
    padding: 2rem;
    z-index: 5;
    position: relative;
    border-radius: 24px;
    max-width: 1200px;
}.aspiring_learners .success_story::before {
    top: 50%;
    background: radial-gradient(circle, rgb(166,161,179,0.5) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite alternate;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 300px;
    content: "";
    width: 300px;
    z-index: -1;
    filter: blur(50px);
    position: absolute;
    left: 50%;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.aspiring_learners h3 {
    position: relative;
    font-weight: 700;
    text-align: center;
    z-index: 10;
    margin-bottom: 4rem;
    font-size: 32px;
    color: #ffffff;
}.aspiring_learners h3::after {
    content: "";
    height: 3px;
    left: 50%;
    width: 150px;
    position: absolute;
    bottom: -15px;
    background: rgb(202,198,212);
    transform: translateX(-50%);
    animation: glow 3s infinite alternate;
    border-radius: 50px;
    box-shadow: 0 0 15px rgb(202,198,212);
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(202,198,212); }
    100% { box-shadow: 0 0 20px rgb(202,198,212), 0 0 40px rgb(202,198,212,0.5); }
}

.aspiring_learners ul {
    gap: 2.5rem;
    display: grid;
    position: relative;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    list-style: none;
}.aspiring_learners li {
    font-size: 18px;
    border-radius: 50px;
    align-items: center;
    padding: 1.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s ease;
    display: flex;
}.aspiring_learners li::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
}.aspiring_learners li::after {
    transform: rotate(20deg) translateX(-150px);
    background: rgba(255, 255, 255, 0.2);
    animation: data-stream 5s infinite;
    height: 150%;
    content: "";
    position: absolute;
    z-index: 0;
    animation-delay: calc(var(--i, 0) * 1s);
    opacity: 0;
    width: 50px;
}.aspiring_learners li:nth-child(1) {
    --i: 0;
}.aspiring_learners li:nth-child(2) {
    --i: 1;
}.aspiring_learners li:nth-child(3) {
    --i: 2;
}.aspiring_learners li:nth-child(4) {
    --i: 3;
}.aspiring_learners li:nth-child(5) {
    --i: 4;
}.aspiring_learners li:nth-child(6) {
    --i: 5;
}.aspiring_learners li:nth-child(7) {
    --i: 6;
}.aspiring_learners li:nth-child(8) {
    --i: 7;
}.aspiring_learners li:nth-child(9) {
    --i: 8;
}.aspiring_learners li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.aspiring_learners li:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgb(166,161,179);
    transform: translateY(-5px);
}.aspiring_learners svg {
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    width: 30px;
    height: 30px;
    z-index: 2;
    position: relative;
}.aspiring_learners svg path {
    fill: rgb(166,161,179);
    transition: all 0.4s ease;
}.aspiring_learners li:hover svg {
    transform: rotate(15deg);
}.aspiring_learners li:hover svg path {
    fill: rgb(202,198,212);
}

@media (max-width: 1200px) {.aspiring_learners::before {
    width: 400px;
    height: 400px;
}.aspiring_learners::after {
    height: 600px;
    width: 600px;
}
}

@media (max-width: 992px) {.aspiring_learners {
    padding: 4rem 1.5rem;
}.aspiring_learners ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.aspiring_learners li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.aspiring_learners {
    padding: 3.5rem 1.5rem;
}.aspiring_learners ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.aspiring_learners::before {
    height: 300px;
    width: 300px;
}.aspiring_learners::after {
    height: 450px;
    width: 450px;
}.aspiring_learners h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.aspiring_learners {
    padding: 3rem 1rem;
}.aspiring_learners .success_story {
    padding: 1.5rem 1rem;
}.aspiring_learners h3 {
    margin-bottom: 3rem;
    font-size: calc(32px * 0.8);
}.aspiring_learners li {
    padding: 1rem 1.25rem;
}.aspiring_learners svg {
    margin-right: 1rem;
    height: 25px;
    width: 25px;
}
}