* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.container-wrap69187 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.partner_logo27591 {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1277px;
}header,footer {
    width: 100%;
}.top_tutor67481 {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 1.2vw;
    scroll-behavior: auto;
    height: 9px;
    padding: 3px;
}::-webkit-scrollbar-track {
    background: rgb(174,152,173,0.5);
    border-radius: 9rem;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    transition: border-radius 1.2s linear;
    background: radial-gradient(ellipse at top right, #ffffff 64%, rgb(255, 255, 255, 0.5) 97%, rgb(174,152,173) 66%, rgb(174,152,173,0.5) 49%, rgb(208,191,208) 7%, rgb(208,191,208,0.5) 52%, rgb(233,225,233) 39%);
}::-webkit-scrollbar-thumb:active {
    background: rgb(208,191,208,0.5);
    box-shadow: inset 0px -3px 11px 7px rgba(0, 0, 0, 0.6);
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_summary12057 {
    background: linear-gradient(135deg, rgb(233,225,233) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.course_summary12057::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    background: linear-gradient(45deg, rgb(208,191,208,0.5) 0%, transparent 70%);
    pointer-events: none;
    height: 100%;
    left: 0;
    top: 0;
}.course_summary12057::after {
    position: absolute;
    height: 200px;
    transform: rotate(45deg);
    content: "";
    width: 200px;
    z-index: 0;
    filter: blur(50px);
    background: rgb(174,152,173,0.5);
    top: -50px;
    right: -50px;
}.course_summary12057 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.course_summary12057 h2 {
    color: #000000;
    position: relative;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 31px;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s 0.2s forwards;
}.course_summary12057 h2::after {
    background: rgb(208,191,208);
    left: 0;
    bottom: -15px;
    content: "";
    transform: scaleX(0);
    width: 80px;
    transform-origin: left;
    position: absolute;
    animation: expandUnderline 1s 0.6s forwards;
    height: 4px;
}.course_summary12057 .education_path83902 {
    flex-direction: column;
    animation: fadeInUp 0.8s 0.4s forwards;
    gap: 40px;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
}.course_summary12057 .img_preview58163 {
    z-index: 3;
    height: 300px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    border-radius: 10px;
}.course_summary12057 .img_preview58163::before {
    background: linear-gradient(45deg, rgb(174,152,173,0.5), transparent);
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.5;
    content: "";
    transition: opacity 0.5s ease;
    border-radius: 10px;
}.course_summary12057 .img_preview58163:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
}.course_summary12057 .img_preview58163:hover::before {
    opacity: 0.3;
}.course_summary12057 .reading_block75829 {
    z-index: 2;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
}.course_summary12057 .reading_block75829::before {
    position: absolute;
    height: 0;
    width: 4px;
    background: rgb(208,191,208);
    animation: expandVertical 1s 0.8s forwards;
    top: 0;
    left: 0;
    content: "";
}.course_summary12057 .description {
    margin-bottom: 20px;
    font-size: calc(18px - 1px);
    color: #000000;
    transform: translateY(0);
    line-height: 1.7;
    transition: transform 0.3s ease;
    opacity: 0.95;
}.course_summary12057 .description:last-child {
    margin-bottom: 0;
}.course_summary12057 .description:nth-child(1) {
    opacity: 0;
    animation: fadeInText 0.8s 0.6s forwards;
}.course_summary12057 .description:nth-child(2) {
    opacity: 0;
    animation: fadeInText 0.8s 0.8s forwards;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandUnderline {
    to {
        transform: scaleX(1);
    }
}

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

@keyframes fadeInText {
    to {
        opacity: 0.95;
    }
}

@keyframes expandVertical {
    to {
        height: 100%;
    }
}

@media (min-width: 768px) {.course_summary12057 {
    padding: 150px 0;
}.course_summary12057 h2 {
    font-size: calc(31px + 0.5rem);
    max-width: 80%;
    margin-bottom: 60px;
}.course_summary12057 h2::after {
    width: 120px;
}.course_summary12057 .education_path83902 {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
}.course_summary12057 .img_preview58163 {
    flex: 0 0 45%;
    min-height: 500px;
    height: auto;
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
}.course_summary12057 .reading_block75829 {
    transform: translateY(30px);
    padding: 40px;
    flex: 1;
}.course_summary12057 .description {
    font-size: 18px;
}
}

@media (min-width: 1024px) {.course_summary12057 {
    padding: 180px 0;
}.course_summary12057 h2 {
    font-size: calc(31px + 0.8rem);
    max-width: 70%;
}.course_summary12057 .education_path83902 {
    gap: 80px;
}.course_summary12057 .img_preview58163 {
    transform: perspective(1500px) rotateX(4deg) rotateY(-8deg);
    min-height: 600px;
}.course_summary12057 .reading_block75829 {
    overflow-y: auto;
    padding: 50px;
    transform: translateY(50px);
    max-height: 600px;
    scrollbar-color: rgb(208,191,208) rgb(233,225,233);
    scrollbar-width: thin;
}.course_summary12057 .reading_block75829::-webkit-scrollbar {
    width: 6px;
}.course_summary12057 .reading_block75829::-webkit-scrollbar-track {
    background: rgb(233,225,233);
}.course_summary12057 .reading_block75829::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(208,191,208);
}
}

@media (max-width: 767px) {.course_summary12057 {
    padding: 80px 0;
}.course_summary12057 h2 {
    font-size: calc(31px - 0.2rem);
    margin-bottom: 40px;
}.course_summary12057 .img_preview58163 {
    height: 250px;
}.course_summary12057 .reading_block75829 {
    padding: 25px 20px;
}.course_summary12057 .description {
    line-height: 1.6;
    font-size: calc(18px - 2px);
}}.tyMessage28471 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgba(rgb(208,191,208,0.5), 0.05) 100%);
    overflow: hidden;
}.tyMessage28471::before {
    top: -15%;
    content: "";
    background: linear-gradient(225deg, rgb(174,152,173) 0%, rgba(rgb(174,152,173,0.5), 0.2) 100%);
    animation: float 18s ease-in-out infinite alternate;
    height: 80%;
    filter: blur(60px);
    transform: rotate(-15deg) skew(5deg);
    width: 40%;
    position: absolute;
    right: -5%;
    z-index: 0;
    opacity: 0.2;
}.tyMessage28471::after {
    content: "";
    left: -5%;
    background: linear-gradient(45deg, rgb(208,191,208) 0%, rgba(rgb(208,191,208,0.5), 0.1) 100%);
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    filter: blur(50px);
    bottom: -10%;
    height: 70%;
    width: 35%;
    transform: rotate(15deg) skew(-5deg);
    animation: float 15s ease-in-out infinite alternate-reverse;
}.tyMessage28471 .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
}.tyMessage28471 .study_guide39261 {
    padding: clamp(2rem, 5vw, 3.5rem);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    display: grid;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: relative;
    grid-template-rows: auto auto;
    gap: calc(16px * 1.5);
    opacity: 0;
    transform: translateY(20px);
}.tyMessage28471 .study_guide39261::before {
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    top: 0;
    background: linear-gradient(180deg, rgb(208,191,208) 0%, rgb(174,152,173) 100%);
    transform: scaleY(0);
    content: "";
    width: 5px;
    height: 100%;
    transform-origin: top;
    position: absolute;
    left: 0;
}.tyMessage28471 h5 {
    position: relative;
    margin: 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: #000000;
    font-size: 21px;
    overflow: hidden;
    font-weight: 700;
    padding-bottom: 0.75rem;
}.tyMessage28471 h5::after {
    transform: translateX(-100%);
    background: rgb(174,152,173);
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    width: 80px;
    content: "";
}.tyMessage28471 a {
    position: relative;
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
    overflow: hidden;
}.tyMessage28471 a:hover {
    transform: translateY(-5px);
}.tyMessage28471 a::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(174,152,173,0.5), 0.1) 50%);
    transform: scale(0);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    width: 80px;
    bottom: -20px;
    right: -20px;
    border-radius: 50% 0 50% 0;
    content: "";
    opacity: 0;
    height: 80px;
}.tyMessage28471 a:hover::before {
    opacity: 1;
    transform: scale(1);
}.tyMessage28471 p {
    transform: translateY(10px);
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    color: #000000;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin: 0;
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.tyMessage28471 {
    padding: 8rem 0;
}.tyMessage28471 .study_guide39261 {
    border-radius: 10px;
    gap: calc(16px * 2);
    padding: clamp(2.5rem, 6vw, 4rem);
}.tyMessage28471 h5 {
    font-size: calc(21px * 1.1);
    padding-bottom: 1rem;
}.tyMessage28471 h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.tyMessage28471 {
    padding: 10rem 0;
}.tyMessage28471 .study_guide39261 {
    gap: calc(16px * 3);
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 7vw, 5rem);
}.tyMessage28471 h5 {
    font-size: calc(21px * 1.2);
    padding-bottom: 0;
}.tyMessage28471 h5::after {
    bottom: -0.75rem;
}.tyMessage28471 p {
    font-size: calc(16px * 1.05);
}
}

@media screen and (max-width: 767px) {.tyMessage28471 {
    padding: 4rem 0;
}.tyMessage28471 .study_guide39261 {
    padding: 1.75rem;
}.tyMessage28471 h5 {
    font-size: calc(21px * 0.9);
}.tyMessage28471 p {
    font-size: calc(16px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.tyMessage28471::before,
    .tyMessage28471::after {
    animation: none;
}.tyMessage28471 .study_guide39261,
    .tyMessage28471 h5::after,
    .tyMessage28471 p {
    animation-duration: 0.1s;
}.tyMessage28471 a:hover {
    transform: none;
}}.title_section45709 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000000;
    position: relative;
    min-height: 700px;
}.title_section45709 .study_guide39261 {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
    width: 100%;
}.title_section45709 .main_title79820 {
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.title_section45709 .main_title79820::before {
    z-index: 2;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 50%,
        transparent 100%
    );
    position: absolute;
    content: '';
    inset: 0;
}.title_section45709 .main_title79820::after {
    position: absolute;
    content: '';
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
}.title_section45709 .course_head58647 {
    width: 500%;
    display: flex;
    animation-name: cascade-carousel;
    animation-iteration-count: infinite;
    height: 100%;
    animation-duration: 35s;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}.title_section45709 .page_intro78542 {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 20%;
    transform-origin: center;
}.title_section45709 .page_intro78542::before {
    position: absolute;
    mix-blend-mode: multiply;
    content: '';
    inset: 0;
    z-index: 2;
    background: rgb(174,152,173,0.5);
    opacity: 0.15;
}.title_section45709 .page_intro78542 img {
    animation: ken-burns 15s ease alternate infinite;
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
    width: 100%;
}.title_section45709 .page_intro78542:nth-child(2) img {
    animation-delay: -3s;
}.title_section45709 .page_intro78542:nth-child(3) img {
    animation-delay: -6s;
}.title_section45709 .page_intro78542:nth-child(4) img {
    animation-delay: -9s;
}.title_section45709 .page_intro78542:nth-child(5) img {
    animation-delay: -12s;
}.title_section45709 .reading_block75829 {
    z-index: 10;
    position: relative;
    padding: 0;
    margin-left: 10%;
    max-width: 600px;
}.title_section45709 .reading_block75829::before {
    content: '';
    width: 5px;
    top: 50%;
    background: rgb(208,191,208);
    height: 0;
    transform: translateY(-50%);
    position: absolute;
    left: -30px;
    animation: line-extend 1.5s ease forwards;
}.title_section45709 .reading_block75829 h1 {
    animation: fade-in-up 1s ease 0.5s forwards;
    padding-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-size: calc(46px * 1.4);
    opacity: 0;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform: translateY(30px);
    position: relative;
}.title_section45709 .reading_block75829 h1::after {
    transform: scaleX(0);
    content: '';
    bottom: 0;
    background: rgb(208,191,208);
    animation: line-grow 1.5s ease 1s forwards;
    width: 80px;
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 3px;
}.title_section45709 .reading_block75829 p {
    transform: translateY(30px);
    color: #ffffff;
    opacity: 0;
    margin-bottom: 2.5rem;
    font-size: 13px;
    animation: fade-in-up 1s ease 0.8s forwards;
    line-height: 1.8;
}.title_section45709 .reading_block75829 .inquiry_message79026 {
    padding: 16px 38px;
    overflow: hidden;
    color: #ffffff;
    font-size: 18px;
    display: inline-flex;
    transform: translateY(30px);
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    background: transparent;
    animation: fade-in-up 1s ease 1.1s forwards;
    text-decoration: none;
    opacity: 0;
    border-radius: 24px;
    border: 2px solid rgb(208,191,208);
}.title_section45709 .reading_block75829 .inquiry_message79026::before {
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    background: rgb(208,191,208);
    transition: width 0.4s ease;
    content: '';
    height: 100%;
    width: 0;
}.title_section45709 .reading_block75829 .inquiry_message79026:hover {
    color: #ffffff;
}.title_section45709 .reading_block75829 .inquiry_message79026:hover::before {
    width: 100%;
}.title_section45709::before {
    z-index: 5;
    background-size: 20px 20px;
    height: 100%;
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
    position: absolute;
    content: '';
}

@keyframes cascade-carousel {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes ken-burns {
    0% {
        transform: scale(1.1) translate(0, 0);
    }
    50% {
        transform: scale(1.2) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.1) translate(0, 0);
    }
}

@keyframes line-extend {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1400px) {.title_section45709 .reading_block75829 {
    max-width: 550px;
}.title_section45709 .reading_block75829 h1 {
    font-size: calc(46px * 1.3);
}
}

@media (max-width: 1200px) {.title_section45709 .reading_block75829 {
    max-width: 500px;
}.title_section45709 .reading_block75829 h1 {
    font-size: calc(46px * 1.2);
}
}

@media (max-width: 992px) {.title_section45709 {
    min-height: 600px;
}.title_section45709 .main_title79820::before {
    background: linear-gradient(
            to right,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 40%,
            transparent 90%
        );
}.title_section45709 .reading_block75829 {
    margin-left: 5%;
    max-width: 450px;
}.title_section45709 .reading_block75829 h1 {
    font-size: calc(46px * 1.1);
}
}

@media (max-width: 768px) {.title_section45709 {
    min-height: 550px;
}.title_section45709 .study_guide39261 {
    align-items: center;
}.title_section45709 .main_title79820::before {
    background: linear-gradient(
            135deg,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 50%,
            transparent 100%
        );
}.title_section45709 .reading_block75829 {
    border-radius: 24px;
    padding: 2rem;
    width: 90%;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    margin-left: 0;
}.title_section45709 .reading_block75829::before {
    height: 5px !important;
    animation: width-extend 1.5s ease forwards;
    top: 0;
    width: 30%;
    left: 0;
    transform: none;
}.title_section45709 .reading_block75829 h1 {
    font-size: 46px;
}
}

@keyframes width-extend {
    0% {
        width: 0;
    }
    100% {
        width: 30%;
    }
}

@media (max-width: 576px) {.title_section45709 {
    min-height: 500px;
}.title_section45709 .reading_block75829 {
    padding: 1.5rem;
}.title_section45709 .reading_block75829 h1 {
    font-size: calc(46px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 1rem;
}.title_section45709 .reading_block75829 p {
    margin-bottom: 2rem;
    font-size: calc(13px * 0.9);
}.title_section45709 .reading_block75829 .inquiry_message79026 {
    width: 100%;
    justify-content: center;
    padding: 12px 25px;
}.title_section45709::before {
    background-size: 15px 15px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.title_section45709 {
    min-height: 450px;
    height: auto;
}.title_section45709 .reading_block75829 h1 {
    margin-bottom: 0.8rem;
    padding-bottom: 10px;
}.title_section45709 .reading_block75829 p {
    margin-bottom: 1.5rem;
}}.target_audience72490 {
    overflow: hidden;
    padding: 5rem 0;
    z-index: 1;
    background: rgb(233,225,233);
    position: relative;
}.target_audience72490::before {
    content: "";
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(174,152,173,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(208,191,208,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(174,152,173,0.5), 0.05) 75%,
        transparent 100%
    );
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
}.target_audience72490::after {
    background-size: 50px 50px, 100px 100px;
    position: absolute;
    background-position: 0 0, 25px 25px;
    content: "";
    z-index: -1;
    background-image: 
        radial-gradient(rgba(rgb(208,191,208,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(174,152,173,0.5), 0.1) 2px, transparent 2px);
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    left: 0;
}.target_audience72490 .study_guide39261 {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    padding: 0 2rem;
}.target_audience72490 h3 {
    padding-left: 2rem;
    font-weight: 700;
    color: rgb(174,152,173);
    margin-bottom: 3rem;
    font-size: 34px;
    position: relative;
    text-align: left;
}.target_audience72490 h3::before {
    border-radius: 10px;
    content: "";
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(174,152,173),
        rgb(208,191,208)
    );
    position: absolute;
    left: 0;
}.target_audience72490 ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    position: relative;
    list-style: none;
    display: grid;
    margin: 0;
}.target_audience72490 ul::before {
    left: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(208,191,208,0.5), 0.3),
        transparent
    );
    width: 1px;
    top: 0;
}.target_audience72490 li {
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(174,152,173,0.5), 0.1);
    background: rgba(rgb(174,152,173,0.5), 0.03);
    border-radius: 21px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.target_audience72490 li::before {
    opacity: 0;
    top: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(208,191,208,0.5), 0.5),
        transparent
    );
    transition: opacity 0.4s ease;
    height: 4px;
    border-radius: 10px 10px 0 0;
    right: 0;
    content: "";
    position: absolute;
}.target_audience72490 li::after {
    height: 40px;
    background: radial-gradient(
        circle,
        rgba(rgb(208,191,208,0.5), 0.15) 0%,
        transparent 70%
    );
    width: 40px;
    content: "";
    position: absolute;
    left: -10px;
    z-index: -1;
    top: -10px;
    border-radius: 50%;
}.target_audience72490 li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(208,191,208,0.5), 0.2);
    background: rgba(rgb(174,152,173,0.5), 0.05);
}.target_audience72490 li:hover::before {
    opacity: 1;
}.target_audience72490 li:nth-child(odd)::after {
    right: -10px;
    left: auto;
    animation: pulseEven 3s infinite alternate ease-in-out;
}.target_audience72490 li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.target_audience72490 li svg {
    fill: rgb(208,191,208);
    margin-right: 1rem;
    width: 32px;
    flex-shrink: 0;
    height: 32px;
    position: relative;
    transition: all 0.3s ease;
}.target_audience72490 li svg::after {
    content: "";
    background: radial-gradient(
        circle,
        rgba(rgb(208,191,208,0.5), 0.3) 0%,
        transparent 70%
    );
    border-radius: 50%;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}.target_audience72490 li svg path {
    fill: rgb(208,191,208);
    transition: fill 0.3s ease;
}.target_audience72490 li:hover svg {
    animation: pulse 2s infinite;
    transform: scale(1.1);
}.target_audience72490 li:hover svg path {
    fill: rgb(208,191,208);
}.target_audience72490 li {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(208,191,208,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(208,191,208,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(208,191,208,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.target_audience72490 {
    padding: 4rem 0;
}.target_audience72490 h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.target_audience72490 ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.target_audience72490 {
    padding: 3.5rem 0;
}.target_audience72490 .study_guide39261 {
    padding: 0 1.5rem;
}.target_audience72490 h3 {
    padding-left: 0;
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
    text-align: center;
}.target_audience72490 h3::before {
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 4px;
    transform: translateX(-50%);
    top: auto;
}.target_audience72490 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.target_audience72490 ul::before {
    display: none;
}
}

@media (max-width: 480px) {.target_audience72490 {
    padding: 3rem 0;
}.target_audience72490 .study_guide39261 {
    padding: 0 1rem;
}.target_audience72490 h3 {
    margin-bottom: 1.8rem;
    font-size: calc(34px * 0.7);
}.target_audience72490 h3::before {
    height: 3px;
    width: 60px;
}.target_audience72490 li {
    padding: 1.2rem;
}.target_audience72490 li svg {
    width: 28px;
    height: 28px;
    margin-right: 0.8rem;
}.target_audience72490 li::after {
    height: 30px;
    left: -8px;
    width: 30px;
    top: -8px;
}}.instructor_history14307 {
    position: relative;
    overflow: hidden;
    background: rgb(233,225,233);
    padding: 5rem 2rem;
    isolation: isolate;
}.instructor_history14307::before {
    content: "";
    top: -20%;
    background: rgb(208,191,208,0.5);
    position: absolute;
    transform: rotate(15deg);
    height: 140%;
    width: 60%;
    right: -5%;
    filter: blur(3px);
    z-index: -1;
}.instructor_history14307::after {
    left: -5%;
    background: rgb(174,152,173,0.5);
    animation: morph 15s linear infinite alternate;
    bottom: -5%;
    content: "";
    height: 30%;
    width: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    z-index: -1;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.instructor_history14307 .feedback_stars25910 {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
    max-width: 1100px;
}.instructor_history14307 .img_preview58163 {
    z-index: 2;
    border-radius: 0;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-5%);
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    height: 450px;
    width: 100%;
    position: relative;
}.instructor_history14307 .img_preview58163::after {
    top: 0;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    height: 100%;
    width: 100%;
    left: 0;
}.instructor_history14307 .feedback_stars25910:hover .img_preview58163 {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.instructor_history14307 .emp_overview94731 {
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    background: #ffffff;
    z-index: 1;
    grid-column: 2 / 3;
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    transform: translateX(-15%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    grid-row: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}.instructor_history14307 .feedback_stars25910:hover .emp_overview94731 {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.instructor_history14307 .name {
    margin-bottom: 0.7rem;
    font-weight: 700;
    color: rgb(208,191,208);
    display: inline-block;
    font-size: 36px;
    position: relative;
}.instructor_history14307 .name::before {
    transform: rotate(45deg) scale(0);
    transition: transform 0.4s ease 0.2s;
    border-radius: 10px;
    left: -20px;
    top: -10px;
    position: absolute;
    width: 30px;
    content: "";
    height: 30px;
    background: rgb(174,152,173,0.5);
    z-index: -1;
}.instructor_history14307 .feedback_stars25910:hover .name::before {
    transform: rotate(45deg) scale(1);
}.instructor_history14307 .emp_overview94731 > div:nth-child(2) {
    transform: translateX(-20px);
    opacity: 0.9;
    font-size: 19px;
    font-weight: 600;
    color: rgb(174,152,173);
    margin-bottom: 2rem;
    opacity: 0;
    transition: all 0.5s ease 0.3s;
}.instructor_history14307 .feedback_stars25910:hover .emp_overview94731 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.instructor_history14307 .experience_details25189 {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    font-style: italic;
    position: relative;
    padding-top: 20px;
    transition: all 0.5s ease 0.5s;
}.instructor_history14307 .feedback_stars25910:hover .experience_details25189 {
    opacity: 1;
    transform: translateY(0);
}.instructor_history14307 .experience_details25189::before {
    height: 3px;
    position: absolute;
    top: 0;
    width: 60px;
    left: 0;
    background: linear-gradient(to right, rgb(208,191,208), transparent);
    content: "";
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.instructor_history14307 .emp_overview94731::after {
    width: 40px;
    background: rgb(208,191,208,0.5);
    animation: float 4s ease-in-out infinite;
    position: absolute;
    content: "";
    height: 40px;
    bottom: 20px;
    border-radius: 50%;
    right: 20px;
    z-index: -1;
}

@media (max-width: 992px) {.instructor_history14307 .feedback_stars25910 {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.instructor_history14307 .img_preview58163 {
    transform: none;
    height: 300px;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
}.instructor_history14307 .img_preview58163::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.instructor_history14307 .emp_overview94731 {
    grid-row: 2 / 3;
    padding: 2rem;
    transform: none;
    grid-column: 1 / 2;
    clip-path: none;
}.instructor_history14307 .feedback_stars25910:hover .emp_overview94731 {
    transform: translateY(-5px);
}}.stay_connected94813 {
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}.stay_connected94813::before {
    opacity: 0.4;
    height: 200%;
    content: "";
    position: absolute;
    background-size: 30px 30px;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 1px),
                radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 1px, transparent 1px);
    left: -50%;
    top: -50%;
    width: 200%;
    z-index: -1;
    pointer-events: none;
    transform: rotate(-15deg);
}.stay_connected94813::after {
    position: absolute;
    z-index: -2;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    background: radial-gradient(ellipse at center, rgb(208,191,208,0.5) 0%, transparent 70%);
}.stay_connected94813 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.stay_connected94813 .study_guide39261 {
    padding: 2.5rem;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    position: relative;
    grid-template-columns: 1fr;
    border-left: 3px solid rgb(174,152,173);
    backdrop-filter: blur(10px);
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 0 0 1px rgba(255,255,255,0.1);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.stay_connected94813 h3 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
}.stay_connected94813 h3::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(174,152,173), transparent);
    top: 0;
    width: 3px;
    position: absolute;
    height: 100%;
    content: "";
}.stay_connected94813 .input_holder {
    max-width: 650px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    transform: translateZ(0);
}.stay_connected94813 .input_holder div {
    position: relative;
    width: 100%;
}.stay_connected94813 .input_holder div::before {
    pointer-events: none;
    width: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease-out;
    top: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(to right, rgb(174,152,173,0.5), transparent);
    content: "";
    height: 100%;
    border-radius: 10px;
}.stay_connected94813 .input_holder div:focus-within::before {
    opacity: 0.3;
}.stay_connected94813 .subscribe_box03148 {
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
}.stay_connected94813 .subscribe_box03148:focus {
    border-color: rgb(174,152,173);
    outline: none;
    box-shadow: 0 0 0 3px rgb(174,152,173,0.5);
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
}.stay_connected94813 .subscribe_box03148::placeholder {
    color: rgba(255,255,255,0.6);
}.stay_connected94813 .sub_alerts85423 {
    font-size: 15px;
    cursor: pointer;
    padding: 0.9rem 2rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    background: linear-gradient(135deg, rgb(208,191,208) 0%, rgb(174,152,173) 100%);
    overflow: hidden;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    position: relative;
    align-self: flex-start;
}.stay_connected94813 .sub_alerts85423::before {
    top: 0;
    width: 100%;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
}.stay_connected94813 .sub_alerts85423:hover {
    box-shadow: 0 7px 14px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}.stay_connected94813 .sub_alerts85423:hover::before {
    left: 100%;
}.stay_connected94813 .sub_alerts85423:active {
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    transform: translateY(-1px);
}

@media (min-width: 768px) {.stay_connected94813 {
    padding: 5rem 3rem;
}.stay_connected94813 .study_guide39261 {
    grid-template-columns: 1.2fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
    align-items: center;
    padding: 3rem;
}.stay_connected94813 h3 {
    padding-right: 2rem;
    font-size: 19px;
}.stay_connected94813 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay_connected94813 .input_holder div {
    flex: 1;
}.stay_connected94813 .subscribe_box03148 {
    height: 100%;
}
}

@media (min-width: 992px) {.stay_connected94813 {
    padding: 6rem 4rem;
}.stay_connected94813::before {
    background-size: 40px 40px;
}.stay_connected94813 .study_guide39261 {
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    padding: 3.5rem;
}.stay_connected94813 h3 {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 767px) {.stay_connected94813 .study_guide39261 {
    padding: 2rem 1.5rem;
}.stay_connected94813 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(19px * 0.9);
}.stay_connected94813 .sub_alerts85423 {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.stay_connected94813 {
    padding: 3rem 1.5rem;
}.stay_connected94813 .study_guide39261 {
    padding: 1.5rem;
}.stay_connected94813 h3 {
    padding-left: 1rem;
    font-size: calc(19px * 0.85);
}.stay_connected94813 .subscribe_box03148 {
    padding: 0.9rem 1rem;
}}.user_testimonials15374 {
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(208,191,208,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.user_testimonials15374::before {
    background: repeating-linear-gradient(45deg, rgb(174,152,173,0.5) 0px, transparent 10px, transparent 20px);
    height: 100%;
    content: "";
    opacity: 0.15;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
}.user_testimonials15374 .container {
    position: relative;
    z-index: 2;
}.user_testimonials15374 h2 {
    transform: skew(-5deg);
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3.5rem;
    display: inline-block;
    font-size: 35px;
}.user_testimonials15374 h2::after {
    background: linear-gradient(90deg, rgb(208,191,208) 0%, transparent 100%);
    position: absolute;
    bottom: -10px;
    transform: translateX(10%);
    content: "";
    left: 0;
    height: 4px;
    width: 80%;
}.user_testimonials15374 .review_panel46781 {
    transform: rotate(-2deg);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_testimonials15374 .feedback_stars25910 {
    border-radius: 29px;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: rotate(2deg);
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}.user_testimonials15374 .feedback_stars25910::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(174,152,173));
    content: "";
    transform: scaleY(0);
    left: 0;
    transition: transform 0.4s ease;
    width: 5px;
    position: absolute;
    transform-origin: top;
    height: 100%;
}.user_testimonials15374 .feedback_stars25910:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.user_testimonials15374 .feedback_stars25910:hover::before {
    transform: scaleY(1);
}.user_testimonials15374 .feedback_stars25910:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.user_testimonials15374 .feedback_stars25910:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.user_testimonials15374 .feedback_stars25910:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.user_testimonials15374 .feedback_stars25910:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.user_testimonials15374 .feedback_stars25910 img {
    margin-bottom: 1rem;
    width: 80px;
    border: 3px solid #ffffff;
    height: 80px;
    object-fit: cover;
    transition: all 0.4s ease;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(-10px);
}.user_testimonials15374 .feedback_stars25910:hover img {
    border-color: rgb(208,191,208,0.5);
    transform: translateX(0) scale(1.05);
}.user_testimonials15374 .feedback_stars25910 p {
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    transition: all 0.3s ease;
    font-size: calc(12px * 1.1);
    font-weight: 600;
}.user_testimonials15374 .feedback_stars25910 .description {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0.5rem;
    position: relative;
    padding-top: 1rem;
}.user_testimonials15374 .feedback_stars25910 .description::before {
    left: 0;
    top: 0;
    height: 3px;
    position: absolute;
    background: rgb(174,152,173,0.5);
    width: 50px;
    transition: all 0.3s ease;
    content: "";
}.user_testimonials15374 .feedback_stars25910:hover .description::before {
    width: 80px;
    background: rgb(208,191,208);
}

@media (max-width: 991px) {.user_testimonials15374 {
    padding: 4rem 0;
}.user_testimonials15374 h2 {
    text-align: center;
    transform: skew(0);
    width: 100%;
}.user_testimonials15374 h2::after {
    left: 20%;
    width: 60%;
    transform: none;
}.user_testimonials15374 .review_panel46781 {
    transform: rotate(0);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.user_testimonials15374 {
    padding: 3rem 0;
}.user_testimonials15374 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.user_testimonials15374 .review_panel46781 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_testimonials15374 .feedback_stars25910,
    .user_testimonials15374 .feedback_stars25910:nth-child(odd),
    .user_testimonials15374 .feedback_stars25910:nth-child(3n+2) {
    padding: 1.5rem;
    transform: rotate(0);
}.user_testimonials15374 .feedback_stars25910:hover,
    .user_testimonials15374 .feedback_stars25910:nth-child(odd):hover,
    .user_testimonials15374 .feedback_stars25910:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.user_testimonials15374 .feedback_stars25910 img {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.user_testimonials15374 h2 {
    font-size: calc(35px * 0.8);
}.user_testimonials15374 .feedback_stars25910 {
    padding: 1.25rem;
}}.privacy_barrier93617 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgba(240, 245, 255, 0.95) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 5rem 2rem;
}.privacy_barrier93617::before {
    right: 0;
    height: 5px;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(208,191,208) 0%, rgb(174,152,173) 100%);
}.privacy_barrier93617::after {
    background: radial-gradient(circle, rgb(174,152,173,0.5) 0%, transparent 70%);
    width: 300px;
    content: "";
    z-index: 0;
    border-radius: 50%;
    mix-blend-mode: overlay;
    position: absolute;
    right: -150px;
    height: 300px;
    top: -150px;
}.privacy_barrier93617 .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.privacy_barrier93617 h1 {
    font-size: calc(45px * 1.1);
    transition: transform 0.3s ease;
    color: rgb(208,191,208);
    margin-bottom: 2rem;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    display: inline-block;
}.privacy_barrier93617 h1::after {
    bottom: -10px;
    height: 3px;
    background: rgb(174,152,173);
    transform-origin: left;
    content: "";
    left: 0;
    position: absolute;
    width: 60%;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.privacy_barrier93617 h1:hover {
    transform: translateY(-2px);
}.privacy_barrier93617 h1:hover::after {
    width: 100%;
}.privacy_barrier93617 h2 {
    font-weight: 600;
    color: #000000;
    padding-left: 15px;
    font-size: 30px;
    margin: 2.5rem 0 1.5rem;
    border-left: 4px solid rgb(174,152,173);
}.privacy_barrier93617 h3 {
    font-size: calc(30px * 0.85);
    font-weight: 600;
    color: #000000;
    border-left: 3px solid rgb(174,152,173,0.5);
    padding-left: 12px;
    margin: 2rem 0 1.25rem;
}.privacy_barrier93617 h4 {
    color: #000000;
    font-size: calc(30px * 0.7);
    font-weight: 600;
    padding-left: 10px;
    margin: 1.75rem 0 1rem;
    border-left: 2px solid rgb(174,152,173,0.5);
}.privacy_barrier93617 p {
    color: #000000;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    position: relative;
    line-height: 1.8;
}.privacy_barrier93617 p:hover {
    transform: translateX(5px);
}.privacy_barrier93617 p strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}.privacy_barrier93617 p strong::after {
    transform: scaleX(0);
    left: 0;
    content: "";
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(174,152,173);
    width: 100%;
    transform-origin: left;
    height: 1px;
}.privacy_barrier93617 p:hover strong::after {
    transform: scaleX(1);
}.privacy_barrier93617 span {
    font-style: italic;
    font-size: calc(12px * 0.95);
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1.7;
    color: #000000;
    border-left: 1px solid rgb(174,152,173,0.5);
    padding-left: 15px;
}.privacy_barrier93617 ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
}.privacy_barrier93617 li {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 12px;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
}.privacy_barrier93617 li::before {
    height: 8px;
    content: "";
    position: absolute;
    top: 0.75rem;
    left: 0;
    transform: rotate(45deg);
    background: rgb(174,152,173);
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 2px;
    width: 8px;
}.privacy_barrier93617 li:hover::before {
    transform: rotate(135deg);
    background: rgb(208,191,208);
}

@media (min-width: 768px) {.privacy_barrier93617 {
    padding: 7rem 3rem;
}.privacy_barrier93617 .container {
    padding: 0 2rem;
}.privacy_barrier93617 h1 {
    margin-bottom: 3rem;
    font-size: calc(45px * 1.2);
}.privacy_barrier93617 h2 {
    margin: 3.5rem 0 2rem;
    font-size: calc(30px * 1.1);
    padding-left: 20px;
}.privacy_barrier93617 h3 {
    padding-left: 16px;
    font-size: calc(30px * 0.9);
}.privacy_barrier93617 h4 {
    padding-left: 12px;
    font-size: calc(30px * 0.75);
}.privacy_barrier93617 p {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}.privacy_barrier93617 span {
    font-size: 12px;
    padding-left: 20px;
}.privacy_barrier93617 ul {
    margin-left: 2rem;
}.privacy_barrier93617 li {
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
}.privacy_barrier93617 li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 1200px) {.privacy_barrier93617 {
    padding: 8rem 0;
}.privacy_barrier93617::after {
    top: -200px;
    height: 400px;
    width: 400px;
    right: -150px;
}.privacy_barrier93617 .container {
    transform: perspective(1000px) rotateX(0.5deg);
    background: rgba(255, 255, 255, 0.7);
    padding: 4rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    border-radius: 5px;
    padding: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}.privacy_barrier93617 .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.privacy_barrier93617 h1 {
    margin-bottom: 3.5rem;
    font-size: calc(45px * 1.3);
}.privacy_barrier93617 h2 {
    margin: 4rem 0 2.5rem;
    font-size: calc(30px * 1.15);
}.privacy_barrier93617 p {
    max-width: 80ch;
    margin-left: 1rem;
}.privacy_barrier93617 ul {
    margin-left: 3rem;
}.privacy_barrier93617 li {
    transition: transform 0.3s ease;
}.privacy_barrier93617 li:hover {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.privacy_barrier93617 {
    padding: 4rem 1.5rem;
}.privacy_barrier93617 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.9);
}.privacy_barrier93617 h2 {
    font-size: calc(30px * 0.95);
    margin: 2rem 0 1rem;
}.privacy_barrier93617 h3, .privacy_barrier93617 h4 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(30px * 0.65);
}.privacy_barrier93617 p, .privacy_barrier93617 span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.privacy_barrier93617 ul {
    margin-left: 0;
}.privacy_barrier93617 li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}}.connect_with_us53670 {
    background: linear-gradient(160deg, rgb(233,225,233) 0%, rgb(208,191,208,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.connect_with_us53670::before {
    position: absolute;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,191,208,0.5),
        rgb(208,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}.connect_with_us53670 .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.connect_with_us53670 h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 700;
}.connect_with_us53670 .connect_panel96543 {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 800px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 11px;
}.connect_with_us53670 .img_preview58163 {
    height: 200px;
    width: 100%;
    position: relative;
}.connect_with_us53670 .message_request16892 {
    width: 100%;
    padding: 50px;
    position: relative;
}.connect_with_us53670 form {
    width: 100%;
}.connect_with_us53670 form h3 {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    font-family: Arial, sans-serif;
    color: #000000;
}.connect_with_us53670 form h3::after {
    border-radius: 1.5px;
    left: 0;
    width: 100%;
    background: rgb(208,191,208);
    height: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
}.connect_with_us53670 form input[type="text"] {
    font-size: 18px;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(233,225,233);
    margin-bottom: 20px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    border-radius: 10px;
}.connect_with_us53670 form input[type="text"]:focus {
    border-color: rgb(208,191,208);
    outline: none;
}.connect_with_us53670 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.connect_with_us53670 .request_list65239 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.connect_with_us53670 .request_list65239 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us53670 .request_list65239 label {
    cursor: pointer;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
    color: #000000;
}.connect_with_us53670 .request_list65239 label::before {
    top: 2px;
    background: rgb(233,225,233);
    height: 22px;
    border-radius: 10px;
    width: 22px;
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}.connect_with_us53670 .request_list65239 input[type="checkbox"]:checked + label::before {
    background: rgb(208,191,208);
}.connect_with_us53670 .request_list65239 input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 12px;
    left: 8px;
    content: "";
    border-bottom: 2px solid #ffffff;
    top: 5px;
    transform: rotate(45deg);
    position: absolute;
}.connect_with_us53670 .request_list65239 label a {
    transition: all 0.3s ease;
    color: rgb(208,191,208);
    text-decoration: none;
}.connect_with_us53670 .request_list65239 label a:hover {
    text-decoration: underline;
}.connect_with_us53670 form .inquiry_message79026 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 16px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    border: none;
    background: rgb(208,191,208);
    font-size: 15px;
}.connect_with_us53670 form .inquiry_message79026:hover {
    background: rgb(174,152,173);
}.connect_with_us53670 svg {
    width: 20px;
    height: 20px;
    fill: rgb(208,191,208);
}.connect_with_us53670 svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,208);
}

@media screen and (min-width: 768px) {.connect_with_us53670 .connect_panel96543 {
    flex-direction: row;
    max-width: 1000px;
}.connect_with_us53670 .img_preview58163 {
    width: 40%;
    height: auto;
    min-height: 400px;
}.connect_with_us53670 .message_request16892 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.connect_with_us53670 .img_preview58163 {
    width: 50%;
}.connect_with_us53670 .message_request16892 {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.connect_with_us53670 .connect_panel96543 {
    max-width: 1100px;
}.connect_with_us53670 .img_preview58163 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.connect_with_us53670 {
    padding: 60px 0;
}.connect_with_us53670 h2 {
    font-size: calc(46px * 0.7);
    margin-bottom: 30px;
}.connect_with_us53670 .message_request16892 {
    padding: 30px 20px;
}.connect_with_us53670 form h3 {
    font-size: calc(19px * 0.9);
}}.policyAgreementPanel93548 {
    align-items: center;
    overflow: hidden;
    display: flex;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(208,191,208);
    width: 100%;
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
    bottom: 0;
    position: fixed;
    background: rgb(233,225,233);
    z-index: 90;
}#cookieDialogAlert12675 {
    display: none;
}#cookieDialogAlert12675:checked ~ .policyAgreementPanel93548 {
    visibility: hidden;
    opacity: 0;
}.policyAgreementPanel93548 .container {
    margin: 0 auto;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    max-width: 1140px;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    align-items: center;
}.track_optin63045 {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}.track_optin63045 svg {
    height: 50px;
    width: 50px;
    fill: rgb(208,191,208);
}.track_accept56728 {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.track_accept56728 h5 {
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(208,191,208);
    margin-bottom: 0.5rem;
}.track_accept56728 p {
    color: #000000;
    font-size: 1rem;
}.data_guard24396 {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: rgb(208,191,208);
    transition: background-color 0.3s ease, transform 0.3s ease;
}.cookie_button.cookies_overview84629 {
    background: rgb(208,191,208);
}.cookie_button.cookies_terms78293 {
    margin-left: 0.5rem;
    background: #000000;
}.data_guard24396:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.cookies_terms78293:hover {
    background: rgb(208,191,208);
}.policyAgreementPanel93548 p a {
    color: rgb(208,191,208);
    text-decoration: underline;
    transition: color 0.3s ease;
}.policyAgreementPanel93548 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.policyAgreementPanel93548 .container {
    align-items: center;
    flex-direction: column;
}.track_optin63045 {
    margin-bottom: 1rem;
    margin-right: 0;
}.track_accept56728 {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookies_terms78293 {
    margin-left: 0;
    margin-top: 0.5rem;
}}
footer {
    width: 100%;
    position: relative;
}.partner_logo27591 {
    background-color: #ffffff;
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.partner_logo27591::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,208), rgb(174,152,173));
    height: 5px;
}footer .carbon_cta65973 {
    gap: 60px;
    display: grid;
}footer .reach_contact61327 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    flex-wrap: wrap;
}footer .info_item {
    margin-bottom: 15px;
    margin-right: 30px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 3px;
    position: relative;
    fill: rgb(208,191,208);
}footer .info_item p,
footer .info_item a {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}footer .info_item a:hover {
    color: rgb(208,191,208);
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}footer .head_wrap63452 {
    margin-bottom: 15px;
}footer .head_wrap63452 svg {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}footer .mentor_cta02536 {
    max-width: 350px;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}footer .main_site87603 h5 {
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;
    color: #000000;
    font-weight: 600;
}footer .main_site87603 h5::after {
    left: 0;
    bottom: -8px;
    position: absolute;
    background-color: rgb(208,191,208);
    height: 2px;
    content: "";
    width: 30px;
}footer .head_study57164 {
    margin-bottom: 30px;
}footer .head_study57164 a {
    color: #000000;
    display: block;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
}footer .head_study57164 a:hover {
    transform: translateX(5px);
    color: rgb(208,191,208);
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-size: 24px;
}footer .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
}footer .input_holder {
    gap: 10px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #000000;
    font-size: 14px;
    border-radius: 10px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(208,191,208);
    outline: none;
}footer .sub_alerts85423 {
    cursor: pointer;
    background-color: rgb(208,191,208);
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    padding: 14px 20px;
    transition: background-color 0.3s ease;
    border: none;
    font-size: 19px;
}footer .sub_alerts85423:hover {
    background-color: rgb(174,152,173);
}footer .twitter_cta14670 {
    margin-top: 50px;
}footer .app_store10257 {
    color: #000000;
    font-size: 15px;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_alerts85423 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .partner_logo27591 {
    padding: 50px 0 30px;
}footer .reach_contact61327 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .twitter_cta14670 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .partner_logo27591 {
    padding: 40px 0 20px;
}footer .carbon_cta65973 {
    gap: 40px;
}footer .main_site87603 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.pricing_suite31470 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_suite31470::before {
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
}.pricing_suite31470 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.pricing_suite31470 .cost_table42019 {
    align-items: center;
    flex-direction: column;
    display: flex;
}.pricing_suite31470 h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    font-size: 30px;
    font-weight: 700;
    position: relative;
}.pricing_suite31470 .learning_packages09275 {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    opacity: 0;
    max-width: 700px;
    transform: translateY(20px);
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin-bottom: 40px;
}.pricing_suite31470 .study_rates92460 {
    width: 100%;
    gap: 30px;
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_suite31470 .study_rates92460 li {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}.pricing_suite31470 .study_rates92460 li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_suite31470 .study_rates92460 li:nth-child(2) {
    animation-delay: 0.4s;
}.pricing_suite31470 .study_rates92460 li:nth-child(3) {
    animation-delay: 0.5s;
}.pricing_suite31470 .study_rates92460 li:nth-child(4) {
    animation-delay: 0.6s;
}.pricing_suite31470 .cost_levels72195 {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    overflow: hidden;
    height: 100%;
    display: block;
    position: relative;
}.pricing_suite31470 .cost_levels72195:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing_suite31470 .cost_levels72195::before {
    width: 100%;
    top: 0;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    pointer-events: none;
    height: 100%;
    content: "";
}.pricing_suite31470 .cost_levels72195:hover::before {
    left: 100%;
}.pricing_suite31470 .promo_plans01324 {
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    padding: 5px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
}.pricing_suite31470 .cost_levels72195:hover .promo_plans01324 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing_suite31470 .promo_plans01324::after {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,191,208), rgb(174,152,173));
    top: 0;
    transform: scaleX(0);
    height: 5px;
}.pricing_suite31470 .cost_levels72195:hover .promo_plans01324::after {
    transform: scaleX(1);
}.pricing_suite31470 .learn_deals30987 {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    min-height: 400px;
    color: #ffffff;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
}.pricing_suite31470 .learn_deals30987 h4 {
    color: rgb(208,191,208);
    margin: 0 0 20px;
    position: relative;
    font-size: 20px;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    font-weight: 700;
}.pricing_suite31470 .cost_levels72195:hover .learn_deals30987 h4 {
    transform: translateX(5px);
}.pricing_suite31470 .learn_deals30987 h4::after {
    content: "";
    left: 0;
    background: rgb(174,152,173);
    position: absolute;
    width: 40px;
    transition: width 0.3s ease;
    height: 3px;
    bottom: 0;
}.pricing_suite31470 .cost_levels72195:hover .learn_deals30987 h4::after {
    width: 60px;
}.pricing_suite31470 .learn_deals30987 p {
    scrollbar-width: thin;
    overflow-wrap: break-word;
    line-height: 1.6;
    scrollbar-color: rgb(208,191,208,0.5) transparent;
    word-break: break-word;
    overflow-y: auto;
    font-size: calc(15px - 2px);
    max-height: 200px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 30px;
}.pricing_suite31470 .learn_deals30987 p::-webkit-scrollbar {
    width: 5px;
}.pricing_suite31470 .learn_deals30987 p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_suite31470 .learn_deals30987 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(208,191,208,0.5);
}.pricing_suite31470 .enroll_cost87951 {
    background: linear-gradient(135deg, rgb(208,191,208) 0%, rgb(208,191,208,0.5) 100%);
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
    font-size: calc(20px + 4px);
    display: inline-block;
    overflow: hidden;
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.pricing_suite31470 .cost_levels72195:hover .enroll_cost87951 {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.pricing_suite31470 .enroll_cost87951::before {
    content: "";
    left: -50%;
    position: absolute;
    height: 200%;
    top: -50%;
    transform: scale(0);
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    opacity: 0;
    width: 200%;
}.pricing_suite31470 .cost_levels72195:hover .enroll_cost87951::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.pricing_suite31470 {
    padding: 80px 0;
}.pricing_suite31470 .study_rates92460 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_suite31470 .learn_deals30987 {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.pricing_suite31470 {
    padding: 60px 0;
}.pricing_suite31470 h2 {
    font-size: calc(30px - 4px);
}.pricing_suite31470 .learning_packages09275 {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.pricing_suite31470 .study_rates92460 {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_suite31470 .learn_deals30987 {
    min-height: 300px;
}.pricing_suite31470 .enroll_cost87951 {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 480px) {.pricing_suite31470 {
    padding: 40px 0;
}.pricing_suite31470 h2 {
    font-size: calc(30px - 6px);
}.pricing_suite31470 .learn_deals30987 {
    min-height: 280px;
    padding: 20px;
}.pricing_suite31470 .learn_deals30987 p {
    font-size: calc(15px - 3px);
    margin-bottom: 20px;
}.pricing_suite31470 .enroll_cost87951 {
    padding: 8px 15px;
}}.meet_us69702 {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.meet_us69702::before {
    background: linear-gradient(135deg, 
        rgba(rgb(208,191,208,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(174,152,173,0.5), 0.78) 100%);
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
}.meet_us69702 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.meet_us69702 h2 {
    font-weight: 700;
    font-size: calc(28px * 1.2);
    color: #ffffff;
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 50px;
    animation: slideInTitle 0.8s ease-out forwards;
    position: relative;
}.meet_us69702 h2::after {
    width: 80px;
    transform-origin: left;
    content: "";
    bottom: -15px;
    left: 0;
    transform: scaleX(0);
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(174,152,173), transparent);
    position: absolute;
    height: 4px;
}.meet_us69702 .reading_block75829 {
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.meet_us69702 .reading_block75829 > div {
    backdrop-filter: blur(10px);
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    opacity: 0;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    transform: translateY(30px) rotateX(5deg);
    border-left: 3px solid rgb(174,152,173);
    padding: 40px;
}.meet_us69702 .reading_block75829 p {
    position: relative;
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    transform: translateX(-5px);
    display: inline-block;
    opacity: 0;
    color: rgb(174,152,173);
    font-size: calc(18px * 1.5);
}.meet_us69702 .reading_block75829 p::after {
    width: 100%;
    content: "";
    height: 2px;
    left: 0;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(174,152,173), transparent 80%);
    position: absolute;
}.meet_us69702 .reading_block75829 div div {
    column-gap: 30px;
    opacity: 0;
    font-size: 18px;
    color: #000000;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    padding-right: 20px;
    overflow-y: auto;
    columns: 1;
    max-height: 350px;
    line-height: 1.8;
    animation: fadeInContent 1s 1s ease-out forwards;
}.meet_us69702 .reading_block75829 div div::-webkit-scrollbar {
    width: 6px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.meet_us69702 .reading_block75829 div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(174,152,173);
}

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

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

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

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

@media (min-width: 768px) {.meet_us69702 {
    padding: 150px 0 130px;
}.meet_us69702 h2 {
    margin-bottom: 60px;
    font-size: calc(28px * 1.5);
}.meet_us69702 h2::after {
    height: 5px;
    width: 120px;
}.meet_us69702 .reading_block75829 div div {
    column-gap: 40px;
    columns: 2;
    max-height: 400px;
}.meet_us69702 .reading_block75829 > div {
    border-left: 5px solid rgb(174,152,173);
    padding: 50px;
}
}

@media (min-width: 992px) {.meet_us69702 {
    padding: 180px 0 150px;
}.meet_us69702 .container {
    padding: 0 50px;
}.meet_us69702 h2 {
    transform: translateX(-20px);
    margin-bottom: 70px;
    font-size: calc(28px * 1.8);
}.meet_us69702 h2::after {
    width: 150px;
    bottom: -20px;
}.meet_us69702 .reading_block75829 > div {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    padding: 60px 70px;
}.meet_us69702 .reading_block75829 div div {
    max-height: 450px;
    columns: 2;
}.meet_us69702 .reading_block75829 p {
    margin-bottom: 25px;
    font-size: calc(18px * 1.8);
}
}

@media (min-width: 1200px) {.meet_us69702 .reading_block75829 > div {
    transform: translateY(40px) rotateX(8deg);
}.meet_us69702 .reading_block75829 div div {
    column-gap: 50px;
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    columns: 2;
}
}

@media (max-width: 767px) {.meet_us69702 {
    padding: 80px 0 60px;
}.meet_us69702 h2 {
    font-size: 28px;
    margin-bottom: 40px;
}.meet_us69702 .reading_block75829 > div {
    padding: 30px 25px;
}.meet_us69702 .reading_block75829 p {
    margin-bottom: 15px;
    font-size: calc(18px * 1.3);
}.meet_us69702 .reading_block75829 div div {
    font-size: calc(18px * 0.95);
    max-height: 300px;
    line-height: 1.7;
}}header .top_plank {
    background: rgb(208,191,208);
    color:  #ffffff;
}header .top_plank .edu_toolbar59237 div svg, header .top_plank .edu_toolbar59237 div svg path {
    fill: #ffffff;
}header .top_plank .edu_toolbar59237 div span {
    color: #ffffff;
}header .top_plank .edu_toolbar59237 {
    padding: 15px 0 10px 0;
    display: flex;
    line-height: 21px;
    align-items: center;
    width: 100%;
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: flex-start;
}header .top_plank .edu_toolbar59237 div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .edu_toolbar59237 div img, header .top_plank .edu_toolbar59237 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}header {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100;
    background: linear-gradient(135deg, rgb(208,191,208,0.5), rgb(174,152,173,0.5));
}header::before {
    top: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    left: 0;
}header .container {
    margin: 0;
    padding: 0 2%;
    z-index: 1;
    position: relative;
    max-width: 100%;
    width: 100%;
}header .site_prime40176 {
    align-items: center;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    margin: 1rem 0;
    flex-direction: column;
    padding: 1.5rem 0;
    background: #ffffff;
    overflow: hidden;
    border-radius: 12px;
}header .site_prime40176::before {
    background: linear-gradient(to right, rgb(208,191,208), rgb(174,152,173));
    height: 5px;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}header .top_pagewrap01892 {
    display: flex;
    position: relative;
    padding: 0 0 1rem 0;
    justify-content: center;
    text-decoration: none;
}header .top_pagewrap01892::after {
    bottom: 0;
    position: absolute;
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(208,191,208,0.5), rgb(174,152,173,0.5), rgb(208,191,208,0.5), transparent);
    left: 20%;
    content: '';
}header .top_pagewrap01892 svg {
    height: auto;
    width: 180px;
    transition: all 0.3s ease;
}header .top_pagewrap01892:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .main_site87603 {
    gap: 0.7rem;
    padding: 1rem 2rem 0;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 90%;
    display: flex;
}header .header_page31987 {
    background: linear-gradient(to bottom, #ffffff, rgb(233,225,233));
    font-weight: 600;
    padding: 0.7rem 1.3rem;
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
    position: relative;
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}header .header_page31987::before {
    left: 0;
    transition: height 0.3s ease;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(208,191,208,0.5), transparent);
    height: 0;
    content: '';
    position: absolute;
    z-index: -1;
}header .header_page31987:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(208,191,208);
    transform: translateY(-3px);
}header .header_page31987:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .site_prime40176 {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .top_pagewrap01892 {
    padding: 0 0 0.8rem 0;
}header .top_pagewrap01892 svg {
    width: 160px;
}header .main_site87603 {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .header_page31987 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .site_prime40176 {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .top_pagewrap01892 {
    padding: 0 0 0.7rem 0;
}header .top_pagewrap01892 svg {
    width: 140px;
}header .main_site87603 {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .header_page31987 {
    font-size: calc(20px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .site_prime40176 {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .top_pagewrap01892 {
    padding: 0 0 0.6rem 0;
}header .top_pagewrap01892 svg {
    width: 120px;
}header .main_site87603 {
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .main_site87603::-webkit-scrollbar {
    height: 3px;
}header .main_site87603::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,191,208);
}header .header_page31987 {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}
}