* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: auto;
    scroll-behavior: smooth;
    padding: 3px;
}::-webkit-scrollbar-track {
    border-radius: 3.7rem;
    background: linear-gradient(250deg, rgb(255, 255, 255, 0.5) 38%, rgb(184,158,202) 47%, rgb(215,195,225) 80%, rgb(215,195,225,0.5) 14%, rgb(237,228,242) 20%);
}::-webkit-scrollbar-thumb {
    border: 2px groove rgb(215,195,225,0.5);
    border-radius: 18.7em;
    min-height: 59px;
    background: rgb(215,195,225,0.5);
    animation: slide_scrollbar 5.3s ease-out infinite;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px 3px 13px 3px rgba(0, 0, 0, 0.5);
    background: rgb(184,158,202,0.5);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    box-shadow: inset 3px 2px 14px 5px rgba(0, 0, 0, 0.8);
    background: rgb(237,228,242);
}::-webkit-scrollbar-corner {
    border: 1px solid rgb(184,158,202);
    border-radius: 4px;
    background: rgb(215,195,225);
}html {
    scrollbar-color: rgb(184,158,202,0.5) rgb(215,195,225);
    scrollbar-width: thin;
}.footer_social {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1240px;
    margin: auto;
    max-width: 100%;
}.wrap-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.head_master {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    width: 100%;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(215,195,225,0.5) 100%);
    position: fixed;
    top: 0;
    background: #000000;
    left: 0;
    overflow: hidden;
    z-index: 1000;
}header::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(184,158,202,0.5) 10px,
            rgb(184,158,202,0.5) 11px
        );
    position: absolute;
    opacity: 0.03;
}header::after {
    top: 0;
    animation: gradient-shift 8s linear infinite;
    z-index: 5;
    content: "";
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(215,195,225),
        rgb(184,158,202),
        rgb(215,195,225));
    height: 5px;
    left: 0;
}header .container {
    align-items: center;
    padding: 0;
    flex-direction: column;
    position: relative;
    display: flex;
}header .main_top {
    width: 100%;
    padding-top: 1.5rem;
    z-index: 2;
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
}header .main_nav {
    margin-bottom: 2rem;
    text-decoration: none;
    display: flex;
    z-index: 3;
    justify-content: center;
    position: relative;
    padding: 0.5rem 2rem;
}header .main_nav::before {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(184,158,202,0.5) 20%,
        rgb(184,158,202) 50%,
        rgb(184,158,202,0.5) 80%,
        transparent 100%);
    width: 160%;
    left: -30%;
    content: "";
    bottom: -10px;
    position: absolute;
}header .main_nav::after {
    position: absolute;
    opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
    width: 40px;
    animation: orb-float 5s ease-in-out infinite alternate;
    content: "";
    background: rgb(215,195,225,0.5);
    height: 40px;
    filter: blur(20px);
}header .main_nav svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    filter: drop-shadow(0 0 8px rgb(215,195,225,0.5));
    width: auto;
    z-index: 2;
    height: 48px;
}header .main_nav:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(215,195,225));
}header .head_edu {
    gap: 1rem;
    scrollbar-width: none;
    position: relative;
    overflow-x: auto;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    justify-content: center;
    padding: 1rem 0;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    width: 100vw;
}header .head_edu::-webkit-scrollbar {
    display: none;
}header .head_edu::before {
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(215,195,225,0.5);
}header .top_learning {
    position: relative;
    font-weight: 400;
    border: 1px solid rgb(215,195,225,0.5);
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.6rem 1.8rem;
    letter-spacing: 0.5px;
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 28px;
}header .top_learning::before {
    position: absolute;
    background: linear-gradient(90deg,
        transparent,
        rgb(184,158,202,0.5),
        transparent);
    left: -100%;
    transition: left 0.5s ease;
    opacity: 0.5;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}header .top_learning::after {
    height: 8px;
    content: "";
    transition: transform 0.3s ease;
    background: rgb(184,158,202);
    transform: translateY(-50%) scale(0);
    top: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgb(184,158,202);
    right: 12px;
    width: 8px;
    border-radius: 50%;
}header .top_learning:hover {
    border-color: rgb(184,158,202);
    color: rgb(184,158,202);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(215,195,225,0.5),
                inset 0 0 10px rgb(215,195,225,0.5);
}header .top_learning:hover::before {
    left: 100%;
}header .top_learning:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .main_nav {
    margin-bottom: 1.5rem;
}header .main_nav svg {
    height: 42px;
}header .top_learning {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .main_top {
    padding-top: 1rem;
}header .main_nav {
    margin-bottom: 1rem;
}header .main_nav svg {
    height: 36px;
}header .head_edu {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top_learning {
    font-size: calc(12px - 2px);
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
}header .top_learning:first-child {
    margin-left: 1rem;
}header .top_learning:last-child {
    margin-right: 1rem;
}header .top_learning::after {
    height: 6px;
    right: 8px;
    width: 6px;
}}.title_board {
    width: 100%;
    background: rgb(215,195,225);
    position: relative;
    overflow: hidden;
}.title_board::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(215,195,225) 0px,
            rgb(215,195,225) 10px,
            rgb(215,195,225,0.5) 10px,
            rgb(215,195,225,0.5) 12px
        );
    z-index: 1;
    opacity: 0.05;
    content: "";
    top: 0;
    left: 0;
}.title_board .expert_guides {
    height: 100vh;
    width: 100%;
    z-index: 2;
    position: relative;
}.title_board .learning_welcome {
    height: 100vh;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}.title_board .learning_welcome input {
    display: none;
}.title_board .page_first {
    width: 500%;
    display: flex;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}.title_board .learn_skillspro {
    position: relative;
    width: 20%;
    transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
}.title_board .learn_skillspro img {
    filter: saturate(1.2);
    width: 100%;
    object-fit: cover;
    transform: scale(1.1);
    height: 100%;
    transition: transform 1.2s ease-out;
}.title_board .learn_skillspro::after {
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(215,195,225,0.5) 75%,
                rgb(215,195,225) 100%);
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.title_board .page_home {
    z-index: 10;
    position: absolute;
    width: 100%;
    bottom: 30px;
    gap: 6px;
    justify-content: center;
    display: flex;
}.title_board .page_home label {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ffffff;
    height: 5px;
    width: 40px;
    overflow: hidden;
    opacity: 0.4;
}.title_board .page_home label::after {
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(184,158,202);
    top: 0;
    transition: transform 0.4s ease;
    height: 100%;
    left: -100%;
}.title_board .page_home label:hover {
    opacity: 0.7;
}.title_board .text_group {
    width: 100%;
    bottom: 0;
    padding: 0 0 7rem;
    z-index: 5;
    left: 0;
    position: absolute;
}.title_board .text_group .container {
    margin: 0 auto;
    padding: 2rem;
    max-width: 1200px;
    position: relative;
}.title_board .text_group .container::before {
    background: rgb(184,158,202);
    content: "";
    position: absolute;
    width: 3px;
    left: 30px;
    top: 0;
    height: 80px;
}.title_board .text_group h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 1rem;
    padding-left: 50px;
}.title_board .text_group h3 {
    margin-bottom: 1.5rem;
    font-size: 24px;
    padding-left: 50px;
    font-weight: 600;
    color: rgb(184,158,202);
}.title_board .text_group p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.7;
    font-weight: 400;
    max-width: 750px;
    padding-left: 50px;
}.title_board input:nth-of-type(1):checked ~ .page_first {
    transform: translateX(0);
}.title_board input:nth-of-type(2):checked ~ .page_first {
    transform: translateX(-20%);
}.title_board input:nth-of-type(3):checked ~ .page_first {
    transform: translateX(-40%);
}.title_board input:nth-of-type(4):checked ~ .page_first {
    transform: translateX(-60%);
}.title_board input:nth-of-type(5):checked ~ .page_first {
    transform: translateX(-80%);
}.title_board input:nth-of-type(6):checked ~ .page_first {
    transform: translateX(-100%);
}.title_board input:nth-of-type(7):checked ~ .page_first {
    transform: translateX(-120%);
}.title_board input:nth-of-type(8):checked ~ .page_first {
    transform: translateX(-140%);
}.title_board input:nth-of-type(9):checked ~ .page_first {
    transform: translateX(-160%);
}.title_board input:nth-of-type(10):checked ~ .page_first {
    transform: translateX(-180%);
}.title_board input:nth-of-type(1):checked ~ .page_home label:nth-child(1)::after,
.title_board input:nth-of-type(2):checked ~ .page_home label:nth-child(2)::after,
.title_board input:nth-of-type(3):checked ~ .page_home label:nth-child(3)::after,
.title_board input:nth-of-type(4):checked ~ .page_home label:nth-child(4)::after,
.title_board input:nth-of-type(5):checked ~ .page_home label:nth-child(5)::after,
.title_board input:nth-of-type(6):checked ~ .page_home label:nth-child(6)::after,
.title_board input:nth-of-type(7):checked ~ .page_home label:nth-child(7)::after,
.title_board input:nth-of-type(8):checked ~ .page_home label:nth-child(8)::after,
.title_board input:nth-of-type(9):checked ~ .page_home label:nth-child(9)::after,
.title_board input:nth-of-type(10):checked ~ .page_home label:nth-child(10)::after {
    transform: translateX(100%);
}.title_board input:nth-of-type(1):checked ~ .page_home label:nth-child(1),
.title_board input:nth-of-type(2):checked ~ .page_home label:nth-child(2),
.title_board input:nth-of-type(3):checked ~ .page_home label:nth-child(3),
.title_board input:nth-of-type(4):checked ~ .page_home label:nth-child(4),
.title_board input:nth-of-type(5):checked ~ .page_home label:nth-child(5),
.title_board input:nth-of-type(6):checked ~ .page_home label:nth-child(6),
.title_board input:nth-of-type(7):checked ~ .page_home label:nth-child(7),
.title_board input:nth-of-type(8):checked ~ .page_home label:nth-child(8),
.title_board input:nth-of-type(9):checked ~ .page_home label:nth-child(9),
.title_board input:nth-of-type(10):checked ~ .page_home label:nth-child(10) {
    opacity: 1;
    width: 60px;
    background: rgb(184,158,202);
}.title_board input:checked ~ .page_first .learn_skillspro img {
    transform: scale(1);
}


@media (max-width: 1199px) {.title_board .text_group .container {
    max-width: 960px;
}
}

@media (max-width: 991px) {.title_board .expert_guides {
    height: 80vh;
}.title_board .learning_welcome {
    height: 80vh;
}.title_board .text_group {
    padding-bottom: 6rem;
}.title_board .text_group .container {
    max-width: 720px;
}.title_board .text_group .container::before {
    height: 70px;
}.title_board .text_group h1 {
    font-size: calc(41px * 0.9);
}.title_board .text_group h3 {
    font-size: calc(24px * 0.9);
}.title_board input:nth-of-type(n):checked ~ .page_home label:nth-child(n) {
    width: 50px;
}
}

@media (max-width: 767px) {.title_board .expert_guides {
    height: 70vh;
}.title_board .learning_welcome {
    height: 70vh;
}.title_board .text_group {
    padding-bottom: 5rem;
}.title_board .text_group .container {
    max-width: 540px;
    padding: 1.5rem;
}.title_board .text_group .container::before {
    height: 60px;
    left: 20px;
}.title_board .text_group h1 {
    padding-left: 40px;
    font-size: calc(41px * 0.85);
}.title_board .text_group h3 {
    font-size: calc(24px * 0.85);
    padding-left: 40px;
}.title_board .text_group p {
    padding-left: 40px;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.title_board .page_home {
    bottom: 25px;
    gap: 5px;
}.title_board .page_home label {
    height: 4px;
    width: 35px;
}.title_board input:nth-of-type(n):checked ~ .page_home label:nth-child(n) {
    width: 45px;
}
}

@media (max-width: 575px) {.title_board .expert_guides {
    height: 60vh;
}.title_board .learning_welcome {
    height: 60vh;
}.title_board .text_group {
    padding-bottom: 4.5rem;
}.title_board .text_group .container {
    padding: 1rem;
}.title_board .text_group .container::before {
    height: 50px;
    left: 15px;
}.title_board .text_group h1 {
    font-size: calc(41px * 0.8);
    padding-left: 30px;
    margin-bottom: 0.75rem;
}.title_board .text_group h3 {
    font-size: calc(17px * 1.1);
    margin-bottom: 1rem;
    padding-left: 30px;
}.title_board .text_group p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
    padding-left: 30px;
}.title_board .page_home {
    bottom: 20px;
    gap: 4px;
}.title_board .page_home label {
    height: 3px;
    width: 30px;
}.title_board input:nth-of-type(n):checked ~ .page_home label:nth-child(n) {
    width: 40px;
}
}

@media (max-width: 480px) {.title_board .expert_guides {
    height: 55vh;
}.title_board .learning_welcome {
    height: 55vh;
}.title_board .text_group {
    padding-bottom: 4rem;
}.title_board .text_group .container::before {
    height: 40px;
    left: 12px;
}.title_board .text_group h1 {
    padding-left: 25px;
}.title_board .text_group h3 {
    padding-left: 25px;
}.title_board .text_group p {
    padding-left: 25px;
}
}

@media (max-height: 700px) and (min-width: 768px) {.title_board .expert_guides {
    height: 85vh;
}.title_board .learning_welcome {
    height: 85vh;
}
}

@media (max-height: 600px) {.title_board .expert_guides {
    height: 90vh;
}.title_board .learning_welcome {
    height: 90vh;
}
}

@media (orientation: landscape) and (max-height: 500px) {.title_board .expert_guides {
    height: 100vh;
}.title_board .learning_welcome {
    height: 100vh;
}}.price_card_deck {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    isolation: isolate;
}.price_card_deck::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(215,195,225,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    z-index: -1;
    top: 0;
}.price_card_deck::after {
    pointer-events: none;
    right: 0;
    z-index: -1;
    content: "";
    width: 45%;
    height: 100%;
    background: linear-gradient(225deg, rgb(184,158,202,0.5) 10%, transparent 65%);
    position: absolute;
    top: 0;
}.price_card_deck .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}.price_card_deck .pricing_schemes {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}.price_card_deck h2 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin-bottom: 20px;
    z-index: 2;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}.price_card_deck h2::after {
    height: 4px;
    border-radius: 2px;
    margin: 16px auto 0;
    display: block;
    transform: translateY(2px);
    width: 80px;
    background: rgb(215,195,225);
    content: "";
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}.price_card_deck .study_offers {
    margin: 0 auto 50px;
    font-weight: 400;
    font-size: calc(13px + 2px);
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    opacity: 0.9;
    letter-spacing: 0.3px;
    max-width: 700px;
}.price_card_deck .plan_fee {
    list-style: none;
    z-index: 2;
    margin: 0;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    position: relative;
    padding: 0;
}.price_card_deck .plan_fee li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.price_card_deck .plan_fee li:hover {
    transform: translateY(-8px);
}.price_card_deck .price_plan {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    text-decoration: none;
    display: flex;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}.price_card_deck .price_plan:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.price_card_deck .price_opts {
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 12px;
}.price_card_deck .price_opts::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(145deg, rgba(rgb(215,195,225), 0.03), rgba(rgb(184,158,202), 0.05));
    width: 100%;
}.price_card_deck .price_opts::after {
    height: 180px;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 0 0 180px;
    background: linear-gradient(225deg, rgb(215,195,225,0.5) 10%, transparent 70%);
    transition: all 0.5s ease;
    width: 180px;
    content: "";
    position: absolute;
    opacity: 0.1;
    transform: translate(50%, -50%);
}.price_card_deck .price_plan:hover .price_opts::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.price_card_deck .price_options {
    padding: 35px 25px;
    display: flex;
    z-index: 2;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
}.price_card_deck .price_options::before {
    width: 100%;
    z-index: -1;
    content: "";
    bottom: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(rgb(215,195,225), 0.03), transparent);
    position: absolute;
}.price_card_deck .price_options h4 {
    color: #000000;
    font-weight: 600;
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
    font-size: calc(18px + 2px);
}.price_card_deck .price_options h4::after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    width: 40px;
    border-radius: 2px;
    height: 3px;
    content: "";
    background: rgb(215,195,225);
    bottom: -8px;
    position: absolute;
}.price_card_deck .price_options p {
    color: #000000;
    margin: 0 0 30px;
    hyphens: auto;
    font-size: 13px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
}.price_card_deck .fee_structure {
    color: rgb(215,195,225);
    align-self: flex-start;
    padding: 10px 20px;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    border-radius: 8px;
    margin-top: auto;
    font-weight: 700;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    font-size: calc(18px + 6px);
    display: inline-block;
    position: relative;
    backdrop-filter: blur(4px);
}.price_card_deck .price_plan:hover .fee_structure {
    transform: scale(1.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.price_card_deck {
    padding: 100px 0;
}.price_card_deck .plan_fee {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.price_card_deck h2 {
    font-size: calc(33px - 2px);
}.price_card_deck .study_offers {
    margin-bottom: 40px;
    font-size: 13px;
}
}

@media (max-width: 992px) {.price_card_deck {
    padding: 80px 0;
}.price_card_deck .plan_fee {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price_card_deck .price_options {
    padding: 30px 20px;
}.price_card_deck .fee_structure {
    padding: 8px 16px;
    font-size: calc(18px + 2px);
}
}

@media (max-width: 768px) {.price_card_deck {
    padding: 60px 0;
}.price_card_deck .plan_fee {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.price_card_deck h2 {
    font-size: calc(33px - 4px);
}.price_card_deck .price_options h4 {
    font-size: 18px;
}.price_card_deck .price_options p {
    font-size: calc(13px - 1px);
}
}

@media (max-width: 576px) {.price_card_deck {
    padding: 50px 0;
}.price_card_deck h2 {
    font-size: calc(33px - 6px);
}.price_card_deck .study_offers {
    margin-bottom: 30px;
    font-size: calc(13px - 1px);
}.price_card_deck .price_options {
    padding: 25px 18px;
}.price_card_deck .fee_structure {
    padding: 6px 12px;
    font-size: 18px;
}}.client_feedback {
    position: relative;
    background: rgb(237,228,242);
    padding: 100px 0;
    overflow: hidden;
}.client_feedback::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(215,195,225,0.5) 100%);
    z-index: 1;
    content: "";
    opacity: 0.1;
    width: 100%;
    position: absolute;
    left: 0;
}.client_feedback::after {
    background: linear-gradient(90deg, transparent, rgb(215,195,225,0.5), transparent);
    transform: rotate(-3deg);
    height: 1px;
    z-index: 1;
    content: "";
    width: 120%;
    left: -10%;
    top: 30%;
    position: absolute;
}.client_feedback .expert_guides {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.client_feedback h4 {
    font-weight: 700;
    color: #000000;
    transform: skewX(-10deg);
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 70px;
    font-size: 36px;
}.client_feedback h4::before {
    position: absolute;
    width: 5px;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: rgb(215,195,225);
}.client_feedback h4::after {
    height: 100%;
    width: 100%;
    top: 8px;
    position: absolute;
    background: rgb(215,195,225,0.5);
    z-index: -1;
    left: 8px;
    content: "";
    opacity: 0.3;
}.client_feedback .user_stories {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    position: relative;
}.client_feedback .user_stories::before {
    width: 200px;
    right: 10%;
    border-radius: 50%;
    background: rgb(184,158,202,0.5);
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    height: 200px;
    top: -100px;
    filter: blur(80px);
    content: "";
}.client_feedback .learning_voices {
    transform: translateX(0) translateY(0);
    background: #ffffff;
    z-index: 1;
    padding: 35px 30px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.client_feedback .learning_voices::before,
.client_feedback .learning_voices::after {
    z-index: -1;
    opacity: 0;
    position: absolute;
    content: "";
    border-radius: inherit;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.client_feedback .learning_voices::before {
    filter: blur(5px);
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, rgb(184,158,202,0.5) 100%);
    inset: -5px;
}.client_feedback .learning_voices::after {
    filter: blur(10px);
    inset: -10px;
    background: linear-gradient(225deg, rgb(215,195,225,0.5) 0%, rgb(184,158,202,0.5) 100%);
}.client_feedback .learning_voices:hover {
    transform: translateX(-5px) translateY(-5px);
}.client_feedback .learning_voices:hover::before,
.client_feedback .learning_voices:hover::after {
    opacity: 1;
}.client_feedback .learning_voices:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.client_feedback .learning_voices:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.client_feedback .image_zoom {
    height: 100px;
    transition: all 0.5s ease;
    margin: 0 auto 20px;
    width: 100px;
    z-index: 2;
    position: relative;
}.client_feedback .image_zoom::before,
.client_feedback .image_zoom::after {
    border-radius: inherit;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.client_feedback .image_zoom::before {
    transform: translate(5px, 5px);
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, rgb(184,158,202,0.5) 100%);
}.client_feedback .image_zoom::after {
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(215,195,225,0.5) 0%, rgb(184,158,202,0.5) 100%);
    transform: translate(-5px, -5px);
}.client_feedback .learning_voices:hover .image_zoom::before {
    transform: translate(8px, 8px);
}.client_feedback .learning_voices:hover .image_zoom::after {
    transform: translate(-8px, -8px);
}.client_feedback .learning_voices:nth-child(odd) .image_zoom {
    border-radius: 0 30px 0 30px;
}.client_feedback .learning_voices:nth-child(even) .image_zoom {
    border-radius: 30px 0 30px 0;
}.client_feedback .learning_voices span {
    color: #000000;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
}.client_feedback .learning_voices span::after {
    background: rgb(215,195,225);
    content: "";
    height: 2px;
    bottom: -8px;
    position: absolute;
    width: 50px;
    transform: translateX(-50%);
    left: 50%;
}.client_feedback .learning_voices p {
    color: #000000;
    line-height: 1.6;
    text-align: center;
    font-size: 17px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
}.client_feedback .learning_voices p::first-letter {
    color: rgb(215,195,225);
    font-weight: 700;
    font-size: 1.2em;
}.client_feedback .learning_voices:nth-child(3n+1) {
    transform: rotate(-2deg);
}.client_feedback .learning_voices:nth-child(3n+2) {
    transform: rotate(2deg);
}.client_feedback .learning_voices:nth-child(3n+1):hover,
.client_feedback .learning_voices:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.client_feedback {
    padding: 70px 0;
}.client_feedback h4 {
    transform: none;
    margin-bottom: 50px;
    display: block;
    font-size: calc(36px * 0.8);
    padding-left: 0;
    text-align: center;
}.client_feedback h4::before {
    top: auto;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    left: 50%;
    width: 50px;
}.client_feedback h4::after {
    display: none;
}.client_feedback .user_stories {
    grid-template-columns: 1fr;
    gap: 40px;
}.client_feedback .learning_voices {
    padding: 25px 20px;
}.client_feedback .learning_voices:nth-child(3n+1),
    .client_feedback .learning_voices:nth-child(3n+2) {
    transform: none;
}.client_feedback .image_zoom {
    height: 80px;
    width: 80px;
}.client_feedback .learning_voices span {
    font-size: calc(16px * 0.9);
}.client_feedback .learning_voices p {
    font-size: calc(17px * 0.9);
}}.thxPanel {
    position: relative;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(rgb(215,195,225), 0.1) 100%);
    padding: 80px 0;
    overflow: hidden;
}.thxPanel::before {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(45deg);
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(225deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    opacity: 0.07;
    top: -50px;
    height: 200px;
    right: -50px;
    width: 200px;
    content: "";
    z-index: 1;
}.thxPanel::after {
    left: -30px;
    z-index: 1;
    transform: rotate(30deg);
    width: 150px;
    border-radius: 10px;
    position: absolute;
    height: 150px;
    opacity: 0.05;
    content: "";
    background: linear-gradient(45deg, rgb(184,158,202) 0%, rgb(215,195,225) 100%);
    bottom: -30px;
}.thxPanel:hover::before {
    transform: rotate(55deg) scale(1.1);
}.thxPanel .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.thxPanel .expert_guides {
    border-left: 4px solid rgb(215,195,225);
    display: grid;
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    grid-template-columns: 1fr;
    padding: 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    gap: 30px;
    transform: translateY(0);
}.thxPanel .expert_guides:hover {
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
    transform: translateY(-5px);
}.thxPanel .expert_guides::before {
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgba(rgb(215,195,225), 0.02) 0%, transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
}.thxPanel .expert_guides > div:first-child {
    position: relative;
}.thxPanel .expert_guides > div:first-child::after {
    height: 3px;
    position: absolute;
    background: rgb(215,195,225);
    transform: scaleX(1);
    width: 60px;
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    bottom: -15px;
}.thxPanel .expert_guides:hover > div:first-child::after {
    transform: scaleX(1.5);
}.thxPanel h5 {
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    font-size: 23px;
    margin: 0 0 10px;
    position: relative;
}.thxPanel p {
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 12px;
    margin: 0;
    line-height: 1.7;
}.thxPanel a {
    text-decoration: none;
    display: block;
    color: inherit;
    overflow: hidden;
    position: relative;
    padding: 5px 0;
}.thxPanel a::before {
    transform: scaleX(0);
    left: 0;
    width: 100%;
    transform-origin: right;
    bottom: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(215,195,225);
    position: absolute;
    height: 1px;
}.thxPanel a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.thxPanel a:hover p {
    transform: translateY(-2px);
}.thxPanel .expert_guides > div:last-child {
    position: relative;
}.thxPanel .expert_guides > div:last-child::before {
    transform: rotate(-10deg);
    content: "✓";
    opacity: 0.2;
    right: 0;
    color: rgb(215,195,225);
    transition: all 0.3s ease;
    position: absolute;
    font-size: 18px;
    top: -15px;
}.thxPanel .expert_guides:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

@media (min-width: 768px) {.thxPanel {
    padding: 100px 0;
}.thxPanel .expert_guides {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding: 60px;
}.thxPanel h5 {
    margin-bottom: 15px;
    font-size: calc(23px * 1.1);
}.thxPanel p {
    font-size: calc(12px * 1.05);
}.thxPanel .expert_guides > div:first-child::after {
    bottom: -20px;
    width: 80px;
}
}

@media (max-width: 767px) {.thxPanel {
    padding: 60px 0;
}.thxPanel .expert_guides {
    padding: 30px;
}.thxPanel h5 {
    font-size: calc(23px * 0.9);
}.thxPanel::before,
  .thxPanel::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 480px) {.thxPanel {
    padding: 40px 0;
}.thxPanel .expert_guides {
    padding: 25px 20px;
    gap: 20px;
    grid-template-columns: 1fr;
}.thxPanel h5 {
    font-size: calc(23px * 0.85);
}.thxPanel p {
    font-size: calc(12px * 0.95);
}.thxPanel .expert_guides > div:first-child::after {
    width: 50px;
    bottom: -10px;
}
}

@media (hover: none) {.thxPanel .expert_guides {
    transform: none !important;
}.thxPanel a::before {
    display: none;
}
}

@media (prefers-reduced-motion: reduce) {.thxPanel *,
  .thxPanel *::before,
  .thxPanel *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
}}.contact_boxu5o {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(237,228,242);
    position: relative;
}.contact_boxu5o::before {
    width: 100%;
    left: 0;
    animation: patternShift 30s linear infinite;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgb(215,195,225,0.5) 0,
        rgb(215,195,225,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    height: 100%;
    opacity: 0.05;
    top: 0;
}.contact_boxu5o .image_zoom {
    z-index: 0;
    animation: slowZoom 20s alternate infinite;
    height: 100%;
    transition: transform 10s ease-in-out;
    transform: scale(1.1);
    opacity: 0.2;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    filter: saturate(0.6) brightness(0.7);
}.contact_boxu5o .image_zoom::after {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgb(237,228,242) 0%, transparent 80%);
    height: 100%;
    content: '';
    top: 0;
}.contact_boxu5o .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.contact_boxu5o h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    color: rgb(215,195,225);
    font-weight: 700;
}.contact_boxu5o h3::after {
    width: 60px;
    left: 50%;
    background: rgb(184,158,202);
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
}.contact_boxu5o .connect_list {
    overflow: hidden;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 17px;
}.contact_boxu5o .request_grid {
    padding: 50px;
    position: relative;
    background: #ffffff;
}.contact_boxu5o .request_grid::after {
    width: 2px;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(184,158,202,0.5), transparent);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 80%;
    right: 0;
}.contact_boxu5o .request_grid h3 {
    color: #000000;
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
}.contact_boxu5o .request_grid h3::after {
    width: 40px;
    left: 0;
    height: 3px;
    transform: none;
}.contact_boxu5o form {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.contact_boxu5o input[type="text"],
.contact_boxu5o textarea {
    width: 100%;
    padding: 16px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.contact_boxu5o input[type="text"]:focus,
.contact_boxu5o textarea:focus {
    outline: none;
    border-color: rgb(215,195,225);
    box-shadow: 0 0 0 3px rgb(215,195,225,0.5);
}.contact_boxu5o textarea {
    resize: vertical;
    min-height: 140px;
}.contact_boxu5o .help_panel {
    margin-top: 5px;
    font-size: calc(14px * 0.9);
    color: #000000;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.contact_boxu5o input[type="checkbox"] {
    height: 22px;
    width: 22px;
    background: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    -webkit-appearance: none;
    border: 2px solid rgb(184,158,202,0.5);
    appearance: none;
    transition: all 0.2s ease;
    border-radius: 4px;
    position: relative;
}.contact_boxu5o input[type="checkbox"]:checked {
    border-color: rgb(215,195,225);
    background: rgb(215,195,225);
}.contact_boxu5o input[type="checkbox"]:checked::after {
    top: 3px;
    left: 7px;
    border-right: 2px solid #ffffff;
    content: '';
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
}.contact_boxu5o .help_panel label {
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.contact_boxu5o .help_panel a {
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
    color: rgb(215,195,225);
}.contact_boxu5o .help_panel a:hover {
    color: rgb(184,158,202);
}.contact_boxu5o .request_info {
    color: #ffffff;
    background: rgb(215,195,225);
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: 20px;
    padding: 16px 32px;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 4px 12px rgb(215,195,225,0.5);
    border: none;
}.contact_boxu5o .request_info::before {
    transform-origin: right;
    position: absolute;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(184,158,202);
    transform: scaleX(0);
    top: 0;
    z-index: -1;
}.contact_boxu5o .request_info:hover {
    box-shadow: 0 6px 15px rgba(rgb(215,195,225), 0.4);
}.contact_boxu5o .request_info:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_boxu5o .support_reach {
    padding: 50px;
    display: flex;
    position: relative;
    background: rgb(184,158,202,0.5);
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}.contact_boxu5o .support_reach::before {
    opacity: 0.4;
    position: absolute;
    height: 150px;
    right: 0;
    width: 150px;
    filter: blur(60px);
    content: '';
    border-radius: 50%;
    background: rgb(215,195,225,0.5);
    bottom: 0;
}.contact_boxu5o .support_reach h4 {
    margin-bottom: 35px;
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact_boxu5o .support_reach h4::after {
    content: '';
    width: 40px;
    background: rgb(215,195,225);
    position: absolute;
    height: 3px;
    bottom: -15px;
    left: 0;
}.contact_boxu5o .contact_message {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}.contact_boxu5o .contact_message li {
    display: flex;
    gap: 18px;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
}.contact_boxu5o .contact_message li:hover {
    transform: translateX(5px);
}.contact_boxu5o .contact_message li svg {
    background: #ffffff;
    flex-shrink: 0;
    height: 46px;
    height: 22px;
    width: 22px;
    align-items: center;
    padding: 12px;
    width: 46px;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
}.contact_boxu5o .contact_message li svg path {
    fill: rgb(215,195,225);
}.contact_boxu5o .contact_message li span {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
}.contact_boxu5o .contact_message li a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_boxu5o .contact_message li:hover a {
    color: rgb(215,195,225);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.contact_boxu5o {
    padding: 80px 0;
}.contact_boxu5o .connect_list {
    grid-template-columns: 1fr;
}.contact_boxu5o .request_grid::after {
    display: none;
}.contact_boxu5o .request_grid,
    .contact_boxu5o .support_reach {
    padding: 40px;
}.contact_boxu5o h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.contact_boxu5o {
    padding: 60px 0;
}.contact_boxu5o .container {
    padding: 0 20px;
}.contact_boxu5o .request_grid,
    .contact_boxu5o .support_reach {
    padding: 30px 25px;
}.contact_boxu5o h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.85);
}.contact_boxu5o .request_grid h3,
    .contact_boxu5o .support_reach h4 {
    font-size: calc(22px * 0.95);
    margin-bottom: 25px;
}.contact_boxu5o input[type="text"],
    .contact_boxu5o textarea {
    padding: 14px 18px;
}.contact_boxu5o .request_info {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.contact_boxu5o {
    padding: 50px 0;
}.contact_boxu5o .request_grid,
    .contact_boxu5o .support_reach {
    padding: 25px 20px;
}.contact_boxu5o h3 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.8);
}.contact_boxu5o .request_grid h3,
    .contact_boxu5o .support_reach h4 {
    font-size: calc(22px * 0.9);
}.contact_boxu5o form {
    gap: 20px;
}.contact_boxu5o .request_info {
    text-align: center;
    width: 100%;
}.contact_boxu5o .contact_message li svg {
    padding: 10px;
    width: 40px;
    height: 40px;
}.contact_boxu5o .contact_message {
    gap: 25px;
}}.privacy_sanctuary {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #000000;
    background: rgb(215,195,225,0.5);
    padding: 40px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.privacy_sanctuary h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 30px;
}.privacy_sanctuary h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 600;
    color: rgb(184,158,202);
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(184,158,202,0.5);
    font-size: 29px;
}.privacy_sanctuary ul, .privacy_sanctuary ol {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
    padding-top: 10px;
}.privacy_sanctuary li {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
}.privacy_sanctuary div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
}

@media only screen and (max-width: 800px) {.privacy_sanctuary {
    padding: 20px;
    box-shadow: none;
}.privacy_sanctuary h1 {
    font-size: calc(21px - 10px);
}.privacy_sanctuary h2 {
    font-size: calc(21px - 5px);
}}

.privacy_sanctuary h3, .privacy_sanctuary h4, .privacy_sanctuary h5, .privacy_sanctuary h6 {
    margin-bottom: 10px;
    color: rgb(215,195,225);
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 20px;
}.privacy_sanctuary p, .privacy_sanctuary span {
    color: #000000;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}.privacy_sanctuary a {
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    color: rgb(184,158,202);
}.privacy_sanctuary a:hover {
    text-decoration: underline;
    color: rgb(215,195,225);
}.privacy_sanctuary button {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    font-size: 17px;
    background: rgb(184,158,202);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease;
}.privacy_sanctuary button:hover {
    background: rgb(215,195,225);
}footer {
    width: 100%;
    position: relative;
}.footer_social {
    background-color: rgb(215,195,225);
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 30px;
}.footer_social::before {
    content: "";
    z-index: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    position: absolute;
    background-color: rgb(215,195,225);
    right: 0;
    width: 60%;
    top: 0;
}footer .footer_social::after {
    height: 200px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(215,195,225), transparent 70%);
    right: 15%;
    border-radius: 50%;
    content: "";
    width: 200px;
    top: 50px;
    position: absolute;
}footer .knowl_base {
    position: relative;
    z-index: 1;
}footer .assist_form {
    margin-bottom: 60px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}footer .info_item {
    border-radius: 10px;
    transform: skewX(-5deg);
    padding: 15px 25px;
    margin-bottom: 10px;
    flex: 0 1 auto;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    margin-right: 10px;
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(215,195,225);
}footer .info_item svg {
    width: 20px;
    height: 20px;
    transform: skewX(5deg);
    margin-right: 10px;
    vertical-align: middle;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    transform: skewX(5deg);
    vertical-align: middle;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}footer .text_main_holder {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}footer .head_skill {
    padding-left: 20px;
    position: relative;
}footer .head_skill::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(215,195,225);
    width: 5px;
}footer .head_skill svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .cloud_lab {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 320px;
    line-height: 1.6;
}footer .head_edu {
    position: relative;
}footer .head_edu h5 {
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 1px;
    position: relative;
    font-size: 21px;
    text-transform: uppercase;
    color: #ffffff;
}footer .head_edu h5::after {
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    width: 50px;
    background-color: rgb(215,195,225);
}footer .main_learn {
    margin-bottom: 25px;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .main_learn a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    padding-left: 0;
}footer .main_learn a::before {
    transition: all 0.3s ease;
    left: -20px;
    opacity: 0;
    content: "→";
    color: rgb(215,195,225);
    position: absolute;
}footer .main_learn a:hover {
    padding-left: 20px;
    color: rgb(215,195,225);
}footer .main_learn a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 30px;
    border-left: 5px solid rgb(215,195,225);
    border-radius: 21px;
}footer .subscribe_holder::before {
    top: -20px;
    height: 100px;
    opacity: 0.2;
    border-radius: 50%;
    right: -20px;
    z-index: -1;
    background-color: rgb(215,195,225);
    width: 100px;
    content: "";
    position: absolute;
}footer .subscribe_holder h5 {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 21px;
    text-transform: uppercase;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 14px 16px;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    box-shadow: 0 0 0 2px rgb(215,195,225);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_backdrop {
    letter-spacing: 1px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: rgb(215,195,225);
    padding: 14px 20px;
    cursor: pointer;
    font-weight: 600;
}footer .sub_backdrop:hover {
    background-color: rgb(184,158,202);
    transform: translateX(5px);
}footer .mobile_cta {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-top: 20px;
    margin-top: 60px;
}footer .transcript {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .main_learn {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .sub_backdrop {
    white-space: nowrap;
}footer .main_learn a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .footer_social::before {
    width: 100%;
    background-color: rgb(215,195,225);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
}
}

@media (max-width: 767px) {footer .footer_social {
    padding: 60px 0 30px;
}footer .assist_form {
    margin-bottom: 40px;
    justify-content: center;
}footer .head_edu h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .mobile_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_social {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .main_learn {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .sub_backdrop {
    padding: 12px 15px;
}}.company_overview {
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.company_overview::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}.company_overview::after {
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, transparent 70%);
    content: "";
    top: -10%;
    z-index: 2;
    right: -10%;
    transform: rotate(-15deg);
    width: 60%;
    position: absolute;
    opacity: 0.7;
    animation: glow 12s infinite alternate ease-in-out;
    height: 60%;
    filter: blur(50px);
}.company_overview .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 5;
    max-width: 1200px;
    position: relative;
}.company_overview .text_group {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    border-left: 4px solid rgb(184,158,202);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 900px;
}.company_overview .text_group:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview h1 {
    letter-spacing: 1px;
    animation: slideIn 0.8s 0.3s forwards cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    opacity: 0;
    position: relative;
    transform: translateX(-10px);
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 2.5rem;
}.company_overview h1::after {
    position: absolute;
    height: 4px;
    bottom: -12px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(184,158,202), transparent);
    animation: expandLine 1.2s 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    left: 0;
    content: "";
    width: 80px;
}.company_overview ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.company_overview ul li {
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
}.company_overview ul li:last-child {
    animation-delay: 0.8s;
}.company_overview h4 {
    position: relative;
    color: rgb(184,158,202);
    font-weight: 600;
    font-size: calc(23px * 1.2);
    margin-bottom: 1rem;
    display: inline-block;
}.company_overview h4::before {
    width: 30px;
    top: -10px;
    content: "";
    left: -20px;
    border-left: 2px solid rgb(184,158,202,0.5);
    opacity: 0;
    animation: fadeIn 1s 1.2s forwards ease-out;
    border-top: 2px solid rgb(184,158,202,0.5);
    position: absolute;
    height: 30px;
}.company_overview span {
    position: relative;
    line-height: 1.8;
    font-weight: 300;
    display: block;
    font-size: 12px;
    column-count: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

@media (min-width: 768px) {.company_overview span {
    column-gap: 2.5rem;
    column-count: 2;
}.company_overview .text_group {
    margin-left: 2rem;
    padding: 4rem;
}
}

@media (min-width: 992px) {.company_overview {
    padding: 10rem 0;
}.company_overview .text_group {
    margin-left: 4rem;
    padding: 5rem;
}.company_overview h1 {
    font-size: calc(38px * 1.2);
}.company_overview span {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.company_overview {
    padding: 6rem 0;
}.company_overview .text_group {
    clip-path: none;
    transform: none;
    padding: 2rem;
    border-left-width: 3px;
}.company_overview h1 {
    font-size: calc(38px * 0.9);
}.company_overview h4 {
    font-size: 23px;
}.company_overview span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.company_overview::after {
    width: 100%;
    height: 40%;
}}

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

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

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

@keyframes fadeIn {
    to {
        opacity: 0.8;
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(-10deg) scale(1.1);
    }
}.course_demographic {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background-color: rgb(237,228,242);
    z-index: 1;
}.course_demographic::before,
.course_demographic::after {
    width: 1px;
    content: '';
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(215,195,225) 50%, 
        transparent 80%);
    animation: beamScan 8s infinite ease-out;
}.course_demographic::before {
    left: 25%;
    animation-delay: 0s;
}.course_demographic::after {
    animation-delay: 4s;
    right: 25%;
}.course_demographic .expert_guides {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.course_demographic .expert_guides::before,
.course_demographic .expert_guides::after {
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(184,158,202) 50%, 
        transparent 90%);
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    animation: horizontalBeam 10s infinite ease-out;
    height: 1px;
    z-index: -1;
    content: '';
}.course_demographic .expert_guides::before {
    animation-delay: 2s;
    top: 30%;
}.course_demographic .expert_guides::after {
    animation-delay: 6s;
    bottom: 30%;
}.course_demographic h3 {
    margin-bottom: 3.5rem;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    text-align: center;
    color: rgb(215,195,225);
    font-size: 29px;
}.course_demographic h3::after {
    content: '';
    bottom: -15px;
    height: 2px;
    animation: pulseLine 4s infinite ease-in-out;
    background: rgb(215,195,225);
    left: 50%;
    opacity: 0.7;
    width: 100px;
    position: absolute;
    transform: translateX(-50%) scaleX(0.3);
}.course_demographic ul {
    list-style: none;
    gap: 1.2rem;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
}.course_demographic ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 400;
    transition: all 0.3s ease;
    padding: 1.3rem 1.5rem;
    position: relative;
    display: flex;
    font-size: 17px;
    align-items: center;
    overflow: hidden;
    color: #000000;
}.course_demographic ul li::before {
    left: 0;
    width: 3px;
    content: '';
    height: 100%;
    transform: scaleY(0);
    transition: transform 0.4s ease;
    transform-origin: top;
    background: linear-gradient(to bottom, 
        rgb(184,158,202,0.5), 
        rgb(215,195,225,0.5));
    top: 0;
    position: absolute;
    opacity: 0.5;
}.course_demographic ul li::after {
    transform: translateX(-100%);
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
    opacity: 0;
    left: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(215,195,225,0.5) 20%, 
        transparent 80%);
    position: absolute;
}.course_demographic ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.course_demographic ul li:hover::before {
    transform: scaleY(1);
}.course_demographic ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.course_demographic ul li svg {
    flex-shrink: 0;
    transition: all 0.4s ease;
    z-index: 1;
    width: 28px;
    position: relative;
    margin-right: 1.5rem;
    height: 28px;
}.course_demographic ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.course_demographic ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(215,195,225);
}.course_demographic ul li:hover svg path {
    fill: rgb(184,158,202);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.course_demographic::before :nth-child(1) {
    animation-delay: 1s;
}.course_demographic::before :nth-child(2) {
    animation-delay: 3s;
}.course_demographic::before :nth-child(3) {
    animation-delay: 5s;
}.course_demographic ul::before {
    content: '';
    top: 20px;
    border: 1px solid rgb(215,195,225,0.5);
    height: 50px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    width: 50px;
    right: 20px;
}.course_demographic ul::after {
    position: absolute;
    height: 30px;
    border-radius: 50%;
    bottom: 20px;
    left: 20px;
    border: 1px solid rgb(184,158,202,0.5);
    content: '';
    width: 30px;
    opacity: 0.2;
}

@media (max-width: 992px) {.course_demographic {
    padding: 4rem 0;
}.course_demographic h3 {
    font-size: calc(29px * 0.9);
}.course_demographic ul {
    gap: 1rem;
}.course_demographic ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.course_demographic {
    padding: 3rem 0;
}.course_demographic .expert_guides {
    padding: 0 1.5rem;
}.course_demographic h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2.5rem;
}.course_demographic ul {
    gap: 0.8rem;
}.course_demographic ul li {
    padding: 1rem;
}.course_demographic ul li svg {
    width: 24px;
    margin-right: 1rem;
    height: 24px;
}}.cookie_warning_dialog {
    padding: 20px;
    border-top: 3px solid rgb(215,195,225);
    width: 100%;
    bottom: 0;
    background: rgb(237,228,242);
    position: fixed;
    overflow: hidden;
    z-index: 1050;
    font-family: Arial, sans-serif;
}.cookies_overview {
    align-items: center;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}.privacy_opt {
    flex-shrink: 0;
    margin-right: 20px;
}#cookie_disclaimer {
    display: none;
}#cookie_disclaimer:checked ~ .cookie_warning_dialog {
    visibility: hidden;
    opacity: 0;
}.privacy_opt svg {
    height: 60px;
    width: 60px;
    fill: rgb(215,195,225);
    transition: fill 0.3s ease-in-out;
}.policy_ack {
    flex-grow: 1;
    margin-right: 20px;
}.policy_ack h5 {
    font-size: 21px;
    font-weight: 700;
    color: rgb(215,195,225);
    margin-bottom: 5px;
}.policy_ack p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000000;
}.track_prefs {
    font-size: 20px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin-left: 10px;
}.track_prefs {
    color: #ffffff;
    border: 1px solid rgb(215,195,225);
    background-color: rgb(215,195,225);
}.track_prefs:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_warning_dialog p a {
    text-decoration: underline;
    color: rgb(215,195,225);
}.cookie_warning_dialog p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.policy_ack h5 {
    font-size: calc(21px - 2px);
}.policy_ack p {
    font-size: calc(12px - 2px);
}.track_prefs {
    font-size: calc(20px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.cookies_overview {
    flex-direction: column;
    align-items: center;
}.privacy_opt {
    margin-bottom: 15px;
}.policy_ack {
    margin-bottom: 20px;
    text-align: center;
}.track_prefs {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.teaching_experience {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, #ffffff 100%);
    position: relative;
}.teaching_experience::before {
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(184,158,202,0.5) 0px,
        rgb(184,158,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    width: 100%;
    left: 0;
}.teaching_experience::after {
    z-index: 1;
    width: 80%;
    opacity: 0.1;
    content: "";
    top: -50%;
    right: -25%;
    transform: rotate(-15deg);
    background: radial-gradient(
        ellipse at center,
        rgb(215,195,225,0.5) 0%,
        transparent 70%
    );
    height: 200%;
    position: absolute;
}.teaching_experience .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.teaching_experience .learning_voices {
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    display: grid;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    padding: 3rem;
    gap: 2rem;
}.teaching_experience .learning_voices:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.teaching_experience .learning_voices::before {
    position: absolute;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(215,195,225), rgb(184,158,202));
}.teaching_experience .learning_voices:hover::before {
    transform: scaleY(1);
}.teaching_experience .image_zoom {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 180px;
    position: relative;
    height: 180px;
    margin: 0 auto;
    transform: rotate(-3deg) translateY(0);
    border: 6px solid #ffffff;
}.teaching_experience .learning_voices:hover .image_zoom {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.teaching_experience .image_zoom::after {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
}.teaching_experience .name {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    margin: 0.5rem 0;
    width: 100%;
    position: relative;
    color: rgb(215,195,225);
    font-size: calc(24px * 1.1);
    display: inline-block;
    font-weight: 700;
    transform: translateY(0);
}.teaching_experience .learning_voices:hover .name {
    transform: translateY(-5px);
}.teaching_experience .name::after {
    width: 80px;
    bottom: -5px;
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(184,158,202);
    position: absolute;
    transform: translateX(-50%) scaleX(0.5);
    left: 50%;
    content: "";
}.teaching_experience .learning_voices:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_experience .learning_voices div:nth-child(2) div {
    transform: translateY(0);
    margin-top: 0.5rem;
    text-align: center;
    color: rgb(184,158,202);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-style: italic;
    font-size: calc(14px * 1.05);
}.teaching_experience .learning_voices:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.teaching_experience .career_experience {
    color: #000000;
    margin: 1.5rem 0 0;
    font-size: 14px;
    position: relative;
    padding: 1.5rem 0.5rem 0.5rem;
    line-height: 1.8;
    text-align: justify;
    transition: opacity 0.4s ease;
    opacity: 0.95;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.teaching_experience .learning_voices:hover .career_experience {
    opacity: 1;
}.teaching_experience .career_experience::before {
    transform: translateX(-50%);
    color: rgb(215,195,225,0.5);
    text-shadow: 2px 2px 0 #ffffff;
    line-height: 1;
    top: -0.5rem;
    position: absolute;
    content: "";
    left: 50%;
    font-family: serif;
    font-size: 4rem;
}

@media (min-width: 768px) {.teaching_experience .learning_voices {
    padding: 3.5rem;
    gap: 2.5rem;
    grid-template-columns: auto 1fr;
}.teaching_experience .image_zoom {
    margin: 0;
    width: 200px;
    height: 200px;
}.teaching_experience .name {
    text-align: left;
}.teaching_experience .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.teaching_experience .learning_voices:hover .name::after {
    transform: translateX(0) scaleX(1);
}.teaching_experience .learning_voices div:nth-child(2) div {
    text-align: left;
}.teaching_experience .learning_voices div:nth-child(3) {
    grid-column: span 2;
}.teaching_experience .career_experience {
    padding: 2rem 1rem 0.5rem;
}.teaching_experience .career_experience::before {
    transform: translateX(0);
    left: 1rem;
}
}

@media (min-width: 992px) {.teaching_experience {
    padding: 150px 0;
}.teaching_experience .learning_voices {
    padding: 4rem;
    grid-template-columns: 220px 1fr 2fr;
    gap: 3rem;
}.teaching_experience .learning_voices div:nth-child(1) {
    grid-row: span 2;
}.teaching_experience .learning_voices div:nth-child(3) {
    grid-row: span 2;
    grid-column: 3;
}.teaching_experience .image_zoom {
    width: 220px;
    height: 280px;
}.teaching_experience .career_experience {
    height: 100%;
    margin: 0;
    padding: 0 0 0 3rem;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    display: flex;
}.teaching_experience .career_experience::before {
    left: 1rem;
    top: 1rem;
}
}

@media (min-width: 1200px) {.teaching_experience .learning_voices {
    grid-template-columns: 250px 1fr 2.5fr;
    padding: 5rem;
    gap: 3.5rem;
}.teaching_experience .image_zoom {
    height: 320px;
    width: 250px;
}.teaching_experience .name {
    font-size: calc(24px * 1.2);
}.teaching_experience .learning_voices div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(14px * 1.1);
}.teaching_experience .career_experience {
    padding: 0 0 0 4rem;
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}}.start_now {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
    background: linear-gradient(170deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
}.start_now::before {
    animation: gridMove 20s linear infinite;
    content: '';
    z-index: -1;
    top: 0;
    transform-origin: center top;
    background-size: 30px 30px;
    opacity: 0.05;
    position: absolute;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    height: 100%;
    width: 100%;
    transform: perspective(500px) rotateX(60deg);
    left: 0;
}.start_now::after {
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    animation: colorShift 15s ease-in-out infinite alternate;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(184,158,202) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(215,195,225) 0%,
        transparent 50%
    );
    filter: blur(60px);
}.start_now .expert_guides {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    flex-direction: column;
    padding: 0 20px;
    z-index: 2;
    align-items: center;
    justify-content: center;
    display: flex;
}.start_now .expert_guides::before {
    content: '';
    right: -100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: -100px;
    animation: orbitRotate 20s linear infinite;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
}.start_now .expert_guides::after {
    height: 150px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 150px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
    bottom: -75px;
    animation: orbitRotate 15s linear infinite reverse;
    position: absolute;
    left: -75px;
}.start_now h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px;
    animation: textPulse 4s ease-in-out infinite alternate;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 15px #ffffff;
    position: relative;
    color: #ffffff;
    text-align: center;
    margin-bottom: 55px;
}.start_now h3::before {
    content: attr(data-text);
    z-index: -1;
    top: 0;
    color: rgb(184,158,202);
    position: absolute;
    text-shadow: none;
    filter: blur(1px);
    width: 100%;
    animation: glitchText 3s infinite linear alternate;
    left: -2px;
    opacity: 0.6;
    height: 100%;
}.start_now h3::after {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    opacity: 0.7;
    box-shadow: 0 0 10px #ffffff;
    content: '';
    animation: barPulse 2s ease-in-out infinite;
    width: 50px;
    height: 3px;
    position: absolute;
}.start_now .connect_experts {
    display: inline-block;
    border-radius: 29px;
    color: #ffffff;
    padding: 18px 48px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 2px;
    border: 2px solid #ffffff;
    font-family: Arial, sans-serif;
    background: transparent;
}.start_now .connect_experts::before {
    transition: all 0.4s ease;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    background: #ffffff;
    z-index: -1;
}.start_now .connect_experts::after {
    content: '';
    background-size: 10px 10px;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    animation: patternMove 3s linear infinite;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    transition: opacity 0.4s ease;
}.start_now .connect_experts:hover {
    color: rgb(215,195,225);
    border-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.start_now .connect_experts:hover::before {
    left: 0;
}.start_now .connect_experts:hover::after {
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.start_now {
    padding: 80px 0;
}.start_now .expert_guides::before {
    top: -75px;
    height: 150px;
    width: 150px;
    right: -75px;
}.start_now .expert_guides::after {
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: -60px;
}.start_now h3 {
    margin-bottom: 45px;
    font-size: calc(32px * 0.9);
}.start_now .connect_experts {
    padding: 16px 42px;
}
}

@media screen and (max-width: 768px) {.start_now {
    padding: 70px 0;
}.start_now .expert_guides::before {
    top: -50px;
    width: 100px;
    height: 100px;
    right: -50px;
}.start_now .expert_guides::after {
    left: -40px;
    bottom: -40px;
    width: 80px;
    height: 80px;
}.start_now h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(32px * 0.8);
}.start_now h3::after {
    width: 40px;
    bottom: -15px;
}.start_now .connect_experts {
    font-size: calc(20px * 0.95);
    padding: 14px 36px;
}
}

@media screen and (max-width: 576px) {.start_now {
    padding: 60px 0;
}.start_now .expert_guides::before {
    right: -35px;
    top: -35px;
    width: 70px;
    height: 70px;
}.start_now .expert_guides::after {
    width: 50px;
    bottom: -25px;
    left: -25px;
    height: 50px;
}.start_now h3 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.7);
    letter-spacing: 1px;
}.start_now h3::after {
    width: 30px;
    bottom: -12px;
    height: 2px;
}.start_now .connect_experts {
    font-size: calc(20px * 0.9);
    padding: 12px 30px;
    letter-spacing: 1px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}.program_details {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(215deg, rgb(237,228,242) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(215,195,225,0.5) 90%);
    position: relative;
}.program_details::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    animation: gridFlow 20s linear infinite;
    position: absolute;
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    top: 0;
    opacity: 0.03;
    left: 0;
    content: "";
}.program_details::after {
    height: 200%;
    content: "";
    width: 200%;
    position: absolute;
    animation: rotateBg 60s linear infinite;
    z-index: 1;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    left: -50%;
    top: -50%;
    opacity: 0.4;
}.program_details .container {
    z-index: 3;
    position: relative;
}.program_details .expert_guides {
    display: flex;
    position: relative;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}.program_details .image_zoom {
    position: absolute;
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    transform: scale(1);
}.program_details .image_zoom::before {
    content: "";
    bottom: 0;
    opacity: 0.85;
    transition: opacity 0.5s ease;
    z-index: 2;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(215,195,225,0.5) 100%
    );
    right: 0;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}.program_details .image_zoom::after {
    right: 0;
    z-index: 3;
    top: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
    left: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
}.program_details .expert_guides:hover .image_zoom {
    transform: scale(1.03);
}.program_details .expert_guides:hover .image_zoom::before {
    opacity: 0.6;
}.program_details .future_class {
    width: 70%;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 4;
    background: transparent;
}.program_details .head_skill {
    height: 110px;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    justify-content: center;
    width: 110px;
    perspective: 1000px;
    animation: floatLogo 6s ease-in-out infinite;
    position: absolute;
    display: flex;
    align-items: center;
    top: -30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(184,158,202,0.5);
    background: #ffffff;
    right: 10%;
    transform-style: preserve-3d;
    z-index: 5;
}.program_details .head_skill::before {
    opacity: 0.3;
    inset: -5px;
    content: "";
    filter: blur(10px);
    position: absolute;
    animation: rotateBorderGradient 10s linear infinite;
    background: linear-gradient(
        45deg,
        rgb(215,195,225,0.5),
        rgb(184,158,202,0.5),
        rgb(215,195,225,0.5)
    );
    z-index: -1;
    border-radius: inherit;
}.program_details .head_skill svg {
    fill: rgb(215,195,225);
    transition: all 0.4s ease;
    width: 60%;
    height: 60%;
    transform: translateZ(20px);
    transform-style: preserve-3d;
}.program_details .head_skill:hover svg {
    fill: rgb(184,158,202);
    transform: translateZ(30px) scale(1.1);
}.program_details .head_skill svg path {
    stroke-width: 0.5;
    transition: all 0.4s ease;
    stroke: #000000;
}.program_details .head_skill:hover svg path {
    stroke: rgb(215,195,225);
    stroke-width: 1;
}.program_details .future_class h3 {
    backdrop-filter: blur(10px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(215,195,225,0.5);
    padding: 15px 25px;
    color: #ffffff;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgb(215,195,225,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    border-left: 4px solid rgb(215,195,225);
    font-size: 30px;
}.program_details .future_class h3::after {
    content: "";
    width: 40px;
    position: absolute;
    height: 4px;
    background: rgb(215,195,225);
    left: 25px;
    z-index: 1;
    bottom: -10px;
    border-radius: 10px;
}.program_details .future_class p {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    text-shadow: 0 1px 3px #000000;
    padding: 25px 30px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 22px;
    margin: 0 auto;
    max-width: 600px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    backdrop-filter: blur(5px);
}.program_details .future_class p::first-letter {
    font-size: 2.5em;
    color: rgb(215,195,225);
    font-weight: 700;
    margin-right: 10px;
    float: left;
    line-height: 0.8;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-top: 5px;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}

@keyframes rotateBorderGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {.program_details .future_class {
    width: 80%;
}.program_details .head_skill {
    width: 100px;
    height: 100px;
    right: 5%;
}
}

@media screen and (max-width: 992px) {.program_details {
    padding: 80px 0;
}.program_details .expert_guides {
    min-height: 450px;
}.program_details .future_class {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;
}.program_details .head_skill {
    top: -25px;
    width: 90px;
    height: 90px;
}.program_details .future_class h3 {
    font-size: calc(30px * 0.9);
    padding: 12px 20px;
}.program_details .future_class p {
    font-size: calc(12px * 0.95);
    padding: 20px 25px;
}
}

@media screen and (max-width: 768px) {.program_details {
    padding: 60px 0;
}.program_details .expert_guides {
    padding-bottom: 40px;
    display: block;
    min-height: auto;
}.program_details .image_zoom {
    position: relative;
    margin-bottom: -40px;
    height: 300px;
}.program_details .future_class {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
}.program_details .head_skill {
    left: 20px;
    top: -30px;
    width: 80px;
    height: 80px;
    right: auto;
}.program_details .future_class h3 {
    box-sizing: border-box;
    display: block;
    font-size: calc(30px * 0.8);
    width: calc(100% - 30px);
    margin-top: 20px;
}.program_details .future_class p {
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin: 30px auto 0;
}
}

@media screen and (max-width: 576px) {.program_details {
    padding: 40px 0;
}.program_details .image_zoom {
    height: 250px;
    margin-bottom: -30px;
}.program_details .head_skill {
    top: -25px;
    width: 70px;
    left: 15px;
    height: 70px;
}.program_details .future_class h3 {
    font-size: calc(30px * 0.7);
    padding: 10px 15px;
    margin-top: 15px;
}.program_details .future_class p {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: calc(12px * 0.9);
}.program_details .future_class h3::after {
    width: 30px;
    left: 15px;
    height: 3px;
    bottom: -8px;
}}.instructional_approach {
    background: rgb(237,228,242);
    padding: 8rem 2rem;
    overflow: hidden;
    position: relative;
}.instructional_approach::before {
    background: linear-gradient(135deg, rgb(215,195,225,0.5), rgb(184,158,202,0.5));
    opacity: 0.4;
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -200px;
    animation: moveShape 15s ease-in-out infinite alternate;
    filter: blur(100px);
    height: 600px;
    width: 600px;
    top: -200px;
}.instructional_approach::after {
    filter: blur(100px);
    background: linear-gradient(45deg, rgb(184,158,202,0.5), rgb(215,195,225,0.5));
    right: -200px;
    bottom: -200px;
    content: "";
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    border-radius: 50%;
    width: 500px;
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
    height: 500px;
}.instructional_approach .expert_guides {
    max-width: 800px;
    flex-direction: column;
    display: flex;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    position: relative;
}.instructional_approach h3 {
    margin: 0 0 6rem;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    animation: fadeScale 1s ease-out forwards;
}.instructional_approach h3::before,
.instructional_approach h3::after {
    border-radius: 50%;
    position: absolute;
    background: rgb(215,195,225);
    z-index: -1;
    content: "";
}.instructional_approach h3::before {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    bottom: -90px;
    z-index: -1;
    width: 180px;
    left: calc(50% - 90px);
    height: 180px;
}.instructional_approach h3::after {
    box-shadow: 0 0 20px rgb(215,195,225,0.5);
    height: 12px;
    z-index: 2;
    background: rgb(215,195,225);
    left: calc(50% - 6px);
    bottom: -6px;
    width: 12px;
    animation: orbitalMove 8s linear infinite;
}.instructional_approach span {
    animation: fadeScale 1s 0.3s ease-out forwards;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    font-size: 14px;
    z-index: 2;
    line-height: 1.8;
    color: #000000;
    padding: 3rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: scale(0.9);
    opacity: 0;
    width: 100%;
}.instructional_approach span::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 50px;
    top: -50px;
    background: linear-gradient(to bottom, rgb(215,195,225), rgb(184,158,202));
    z-index: -1;
    left: calc(50% - 5px);
}.instructional_approach span::after {
    top: 20px;
    pointer-events: none;
    opacity: 0.3;
    right: 20px;
    width: 120px;
    content: "";
    border-radius: 50%;
    position: absolute;
    height: 120px;
    animation: rotateSlow 20s linear infinite;
    border: 2px dashed rgb(184,158,202,0.5);
}

@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes orbitalMove {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.instructional_approach {
    padding: 6rem 1.5rem;
}.instructional_approach h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 5rem;
}.instructional_approach h3::before {
    left: calc(50% - 80px);
    height: 160px;
    bottom: -80px;
    width: 160px;
}.instructional_approach span {
    padding: 2.5rem;
}
    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }
}

@media (max-width: 768px) {.instructional_approach {
    padding: 5rem 1rem;
}.instructional_approach h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 4.5rem;
}.instructional_approach h3::before {
    height: 140px;
    left: calc(50% - 70px);
    width: 140px;
    bottom: -70px;
}.instructional_approach span {
    padding: 2rem;
    font-size: calc(14px * 0.95);
}.instructional_approach span::after {
    top: 15px;
    height: 80px;
    width: 80px;
    right: 15px;
}
    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }
}