* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-template {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.container {
    margin: auto;
    width: 1278px;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.site_study {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    padding: 2px;
    width: 1.2vw;
}::-webkit-scrollbar-button {
    border-radius: 9px;
    background: rgb(164,157,193);
    height: 0px;
}::-webkit-scrollbar-track {
    background: linear-gradient(19deg, #ffffff 0%, rgb(164,157,193) 47%, rgb(164,157,193,0.5) 18%, rgb(196,189,217,0.5) 71%, rgb(225,221,237) 92%);
    box-shadow: inset 3px 4px 5px 1px rgba(0, 0, 0, 0.6);
    border-radius: 6%;
}::-webkit-scrollbar-thumb {
    border-radius: 9.7vh;
    border: 2px ridge #ffffff;
    background: rgb(225,221,237);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(255, 255, 255, 0.5);
    box-shadow: -1px 5px 11px 8px rgba(0, 0, 0, 0.3);
    background: rgb(225,221,237);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 1px -3px 2px 7px rgba(0, 0, 0, 0.7);
    background: rgb(225,221,237);
}::-webkit-scrollbar-corner {
    border: 1px dotted #ffffff;
    border-radius: 7px;
    background: rgb(196,189,217,0.5);
}html {
    scrollbar-color: rgb(225,221,237) #ffffff;
    scrollbar-width: auto;
}.badge_case {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.price_table {
    position: relative;
    background: linear-gradient(135deg, rgb(225,221,237) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.price_table::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(196,189,217,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
}.price_table .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.price_table .member_fees {
    flex-direction: column;
    display: flex;
}.price_table .learn_price {
    margin-left: auto;
    margin-bottom: 3rem;
    order: 1;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
}.price_table .learn_price h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 30px;
    margin-bottom: 1rem;
    display: inline-block;
}.price_table .learn_price h2::after {
    left: 50%;
    background: rgb(196,189,217);
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    position: absolute;
    height: 3px;
    content: "";
}.price_table .study_costs {
    max-width: 600px;
    overflow-wrap: break-word;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
    word-break: break-word;
}.price_table .pricing_rates {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    order: 2;
}.price_table .sub_options {
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    background: #ffffff;
    position: relative;
}.price_table .sub_options:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.price_table .cost_rates {
    height: 100%;
    flex-direction: column;
    display: flex;
}.price_table .plan_table {
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    overflow-wrap: break-word;
    display: flex;
    z-index: 1;
    word-break: break-word;
    padding: 2rem;
}.price_table .plan_table::before {
    opacity: 0.7;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
}.price_table .plan_table h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    padding-bottom: 0.5rem;
    font-size: calc(23px * 1.2);
    margin-bottom: 1.5rem;
}.price_table .plan_table h3::after {
    left: 0;
    background: rgb(164,157,193);
    width: 40px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
}.price_table .sub_options:hover .plan_table h3::after {
    width: 80px;
}.price_table .learning_price {
    color: rgb(196,189,217);
    position: relative;
    font-size: calc(23px * 1.5);
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
}.price_table .learning_price::before {
    background: rgb(196,189,217);
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    bottom: -5px;
    content: "";
    position: absolute;
}.price_table .sub_options:hover .learning_price::before {
    width: 100%;
}.price_table .plan_table p {
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
    margin-top: auto;
    font-size: 14px;
    overflow-wrap: break-word;
}.price_table .full_width_image {
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
    overflow: hidden;
}.price_table .full_width_image::after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
}.price_table .sub_options:hover .full_width_image {
    transform: scale(1.05);
}.price_table .sub_options:nth-child(odd) .cost_rates {
    flex-direction: column-reverse;
}.price_table .sub_options:nth-child(3n+1) {
    border-top: 3px solid rgb(196,189,217);
}.price_table .sub_options:nth-child(3n+2) {
    border-top: 3px solid rgb(164,157,193);
}.price_table .sub_options:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.price_table .member_fees {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.price_table .learn_price {
    text-align: left;
    flex: 0 0 30%;
    order: 2;
    margin-bottom: 0;
}.price_table .learn_price h2 {
    text-align: left;
}.price_table .learn_price h2::after {
    left: 0;
    transform: none;
}.price_table .study_costs {
    margin: 0;
    text-align: left;
}.price_table .pricing_rates {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}
}

@media (min-width: 992px) {.price_table .pricing_rates {
    grid-template-columns: repeat(2, 1fr);
}.price_table .sub_options:nth-child(4n+1) {
    transform: translateY(20px);
}.price_table .sub_options:nth-child(4n+3) {
    transform: translateY(-20px);
}.price_table .sub_options:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.price_table {
    padding: 4rem 0;
}.price_table .plan_table {
    padding: 1.5rem;
}.price_table .plan_table h3 {
    font-size: 23px;
}.price_table .learning_price {
    font-size: 23px;
}.price_table .plan_table p {
    overflow-y: auto;
    line-height: 1.5;
    max-height: 150px;
    font-size: calc(14px * 0.9);
}.price_table .full_width_image {
    height: 150px;
}
}

@media (max-width: 480px) {.price_table .pricing_rates {
    grid-template-columns: 1fr;
}.price_table .learn_price h2 {
    font-size: calc(30px * 0.8);
}.price_table .study_costs {
    font-size: calc(14px * 0.9);
}.price_table .plan_table p {
    max-height: 120px;
}}.badge_case {
    background-attachment: fixed;
    z-index: 1;
    color: #ffffff;
    padding: 6rem 0 3rem;
    position: relative;
}.badge_case::before {
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(196,189,217,0.5) 100%);
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
}.badge_case::after {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    content: "";
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    z-index: -1;
    width: 100%;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.badge_case .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.badge_case .company_holder {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    text-align: center;
}.badge_case .company_holder::before,
.badge_case .company_holder::after {
    position: absolute;
    content: "";
    bottom: -1px;
    width: 20%;
    animation: slide 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(164,157,193), transparent);
    height: 2px;
}.badge_case .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.badge_case .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.badge_case .company_holder h3 {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: calc(36px * 1.3);
    font-weight: 700;
    position: relative;
}.badge_case .company_holder h3::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    content: "";
    background: rgb(164,157,193);
    width: 60px;
    height: 3px;
}.badge_case .footnote_ref {
    font-size: 14px;
    color: #ffffff;
    max-width: 600px;
    line-height: 1.7;
    opacity: 0.8;
    margin: 1.5rem auto 0;
}.badge_case .support_cta {
    display: flex;
    justify-content: center;
}.badge_case .site_prime {
    gap: 6rem;
    display: flex;
    position: relative;
}.badge_case .site_prime::before {
    top: -30px;
    background: rgb(196,189,217);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    content: "";
    height: 20px;
}.badge_case .site_head {
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}.badge_case .site_head:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(rgb(196,189,217,0.5), 0.1);
}.badge_case .site_head h5 {
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: rgb(164,157,193);
}.badge_case .site_head .site_prime {
    position: static;
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.badge_case .site_head .site_prime a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0.75;
    overflow: hidden;
    padding: 0.4rem 0;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    color: #ffffff;
}.badge_case .site_head .site_prime a::before {
    content: "";
    transform: scaleX(0);
    transition: transform 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(196,189,217), transparent);
    width: 100%;
    z-index: -1;
    transform-origin: center;
    bottom: 0;
    height: 1px;
    left: 0;
}.badge_case .site_head .site_prime a:hover {
    color: rgb(164,157,193);
    opacity: 1;
}.badge_case .site_head .site_prime a:hover::before {
    transform: scaleX(1);
}.twitter_cta {
    overflow: hidden;
    position: relative;
    margin-top: 4rem;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.2rem 0;
}.twitter_cta::before {
    background-size: 4px 4px;
    top: 0;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(rgb(196,189,217,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(196,189,217,0.5), 0.05) 50%, rgba(rgb(196,189,217,0.5), 0.05) 75%, transparent 75%, transparent);
    left: 0;
    width: 100%;
    animation: bgMove 20s linear infinite;
    height: 100%;
    content: "";
    opacity: 0.3;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.twitter_cta .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.twitter_cta .program_foot {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.8;
}.twitter_cta .program_foot::before,
.twitter_cta .program_foot::after {
    margin: 0 0.6rem;
    content: "•";
    color: rgb(196,189,217);
}

@media screen and (max-width: 992px) {.badge_case {
    padding: 4rem 0 2rem;
}.badge_case .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.badge_case .company_holder h3 {
    font-size: 36px;
}.badge_case .site_prime {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.badge_case .support_cta {
    flex-direction: column;
    align-items: center;
}.badge_case .site_prime {
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    max-width: 450px;
}.badge_case .site_head {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.badge_case {
    padding: 3rem 0 1.5rem;
}.badge_case .company_holder h3 {
    font-size: calc(36px * 0.9);
}.badge_case .footnote_ref {
    font-size: calc(14px * 0.9);
}.badge_case .site_head {
    padding: 1rem;
}.badge_case .site_head h5 {
    font-size: calc(16px * 0.9);
}.twitter_cta {
    padding: 1rem 0;
    margin-top: 2rem;
}.twitter_cta .program_foot {
    font-size: calc(16px * 0.9);
}.twitter_cta .program_foot::before,
    .twitter_cta .program_foot::after {
    display: none;
}}.privacy_widget {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(225,221,237), rgba(248, 249, 250, 0.97));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 6rem 2rem;
}.privacy_widget::before {
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at 15% 85%, rgb(196,189,217,0.5) 0%, transparent 25%);
    height: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.05;
    z-index: 0;
}.privacy_widget::after {
    content: "";
    position: absolute;
    width: 40%;
    opacity: 0.03;
    z-index: 0;
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    background: linear-gradient(135deg, transparent 0%, rgb(164,157,193,0.5) 100%);
    height: 100%;
    pointer-events: none;
    right: 0;
}.privacy_widget .container {
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(196,189,217);
    transform: perspective(1000px) rotateY(0.5deg);
    margin: 0 auto;
    max-width: 1140px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 3rem;
    z-index: 1;
    position: relative;
}.privacy_widget .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}.privacy_widget h1 {
    color: #000000;
    position: relative;
    letter-spacing: -0.5px;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
    font-size: 38px;
}.privacy_widget h1::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(196,189,217), rgb(196,189,217,0.5));
    left: 0;
    border-radius: 10px;
    content: "";
    width: 6rem;
    bottom: 0;
    transition: width 0.4s ease;
    position: absolute;
}.privacy_widget h1:hover::after {
    width: 10rem;
}.privacy_widget h2 {
    color: #000000;
    border-left: 2px solid rgb(196,189,217);
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 28px;
    margin: 3rem 0 1.5rem;
    padding-left: 1rem;
}.privacy_widget h2:hover {
    color: rgb(196,189,217);
    padding-left: 1.5rem;
}.privacy_widget h3 {
    padding-left: 0.8rem;
    font-weight: 600;
    font-size: calc(21px + 0.1rem);
    margin: 2.5rem 0 1rem;
    border-left: 1px solid rgb(196,189,217,0.5);
    color: #000000;
}.privacy_widget h4 {
    padding-left: 0.5rem;
    font-size: 21px;
    color: #000000;
    border-left: 1px dashed rgb(196,189,217,0.5);
    font-weight: 400;
    margin: 2rem 0 1rem;
}.privacy_widget p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 18px;
    transition: transform 0.3s ease;
    position: relative;
}.privacy_widget p:hover {
    transform: translateX(5px);
}.privacy_widget strong {
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy_widget strong::after {
    height: 1px;
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0.8);
    width: 100%;
    bottom: -2px;
    transform-origin: left;
    background-color: rgb(196,189,217,0.5);
    position: absolute;
    content: "";
}.privacy_widget strong:hover::after {
    transform: scaleX(1);
}.privacy_widget ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_widget li {
    transition: all 0.3s ease;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 18px;
}.privacy_widget li::before {
    transition: all 0.3s ease;
    border: 1px solid rgb(196,189,217);
    left: 0;
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    top: 0.7rem;
}.privacy_widget li:hover {
    padding-left: 1.8rem;
}.privacy_widget li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(196,189,217,0.5);
}.privacy_widget span {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    border-left: 1px solid rgb(164,157,193,0.5);
    color: #000000;
    opacity: 0.9;
    padding-left: 1rem;
    font-size: 18px;
    display: block;
    font-style: italic;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}

@media (max-width: 992px) {.privacy_widget {
    padding: 5rem 1.5rem;
}.privacy_widget .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.3deg);
}.privacy_widget h1 {
    font-size: calc(38px - 0.2rem);
}.privacy_widget h2 {
    font-size: calc(28px - 0.1rem);
}
}

@media (max-width: 768px) {.privacy_widget {
    padding: 4rem 1rem;
}.privacy_widget .container {
    padding: 2rem 1.5rem;
    border-left-width: 2px;
    transform: none;
}.privacy_widget::before,
    .privacy_widget::after {
    opacity: 0.02;
}.privacy_widget h1 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 2rem;
}.privacy_widget h2 {
    font-size: calc(28px - 0.3rem);
    margin: 2.5rem 0 1rem;
}.privacy_widget h3, 
    .privacy_widget h4 {
    font-size: calc(21px - 0.1rem);
}.privacy_widget p, 
    .privacy_widget li, 
    .privacy_widget span {
    line-height: 1.6;
    font-size: calc(18px - 0.05rem);
}.privacy_widget ul {
    margin-left: 0.5rem;
}.privacy_widget p:hover {
    transform: translateX(3px);
}
}

@media (max-width: 576px) {.privacy_widget {
    padding: 3rem 0.8rem;
}.privacy_widget .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.privacy_widget h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px - 0.6rem);
    transform: none;
}.privacy_widget h1::after {
    width: 4rem;
    height: 3px;
}.privacy_widget h2 {
    padding-left: 0.7rem;
    font-size: calc(28px - 0.5rem);
}.privacy_widget h3, 
    .privacy_widget h4 {
    padding-left: 0.5rem;
}.privacy_widget li {
    padding-left: 1.2rem;
}.privacy_widget li:hover {
    padding-left: 1.4rem;
}.privacy_widget p:hover,
    .privacy_widget li:hover,
    .privacy_widget h2:hover {
    padding-left: 0.7rem;
    transform: none;
}.privacy_widget span {
    padding-left: 0.5rem;
}}.client_experience {
    background: linear-gradient(to bottom, 
        rgb(225,221,237) 0%, 
        #ffffff 100%);
    position: relative;
    padding: 120px 0 180px;
    overflow: hidden;
}.client_experience::before,
.client_experience::after {
    width: 100%;
    position: absolute;
    height: 50px;
    left: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, 
        rgb(225,221,237) 25%, 
        transparent 25%), 
        linear-gradient(-45deg, 
        rgb(225,221,237) 25%, 
        transparent 25%), 
        linear-gradient(45deg, 
        transparent 75%, 
        rgb(225,221,237) 75%), 
        linear-gradient(-45deg, 
        transparent 75%, 
        rgb(225,221,237) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
}.client_experience::before {
    transform: scaleY(-1);
    top: 0;
    opacity: 0.2;
}.client_experience::after {
    opacity: 0.2;
    bottom: 0;
}.client_experience .container {
    position: relative;
    z-index: 1;
}.client_experience h2 {
    transform: translateX(-50%);
    font-weight: 700;
    color: #000000;
    margin-bottom: 70px;
    text-align: center;
    display: inline-block;
    left: 50%;
    position: relative;
    font-size: 32px;
}.client_experience h2::before,
.client_experience h2::after {
    background: rgb(196,189,217);
    content: "";
    position: absolute;
    height: 3px;
    top: 50%;
    width: 100px;
}.client_experience h2::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    right: calc(100% + 20px);
}.client_experience h2::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    left: calc(100% + 20px);
}.client_experience .client_experiences {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.client_experience .client_experiences::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(196,189,217,0.5),
        rgb(196,189,217,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    top: 50%;
    content: "";
    animation: movePattern 20s linear infinite;
    right: 0;
    position: absolute;
    height: 2px;
    z-index: -1;
    left: 0;
}@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0;
    }
}

.client_experience .feedback_quotes {
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 30px 25px;
}.client_experience .feedback_quotes::before {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: all 1s ease;
    inset: 0;
    border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    position: absolute;
    background: #ffffff;
    content: "";
    animation: blobAnimation 8s ease-in-out infinite alternate;
}.client_experience .feedback_quotes:nth-child(2n)::before {
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    animation-delay: 2s;
}.client_experience .feedback_quotes:nth-child(3n)::before {
    animation-delay: 4s;
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
}@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}

.client_experience .feedback_quotes:hover::before {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}.client_experience .feedback_quotes img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 4px solid #ffffff;
    border-radius: 50%;
    height: 90px;
    object-fit: cover;
    width: 90px;
    position: relative;
    transition: all 0.5s ease;
    z-index: 1;
    margin-bottom: 20px;
}.client_experience .feedback_quotes img::after {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgb(196,189,217,0.5);
    inset: -10px;
    animation: rotate 20s linear infinite;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.client_experience .feedback_quotes:hover img {
    transform: scale(1.1) rotate(5deg);
}.client_experience .feedback_quotes p {
    margin: 0;
    text-align: center;
}.client_experience .feedback_quotes p:first-of-type {
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}.client_experience .feedback_quotes p:first-of-type::before {
    content: "~";
    color: rgb(196,189,217);
    margin: 0 5px;
}.client_experience .feedback_quotes p:first-of-type::after {
    color: rgb(196,189,217);
    margin: 0 5px;
    content: "~";
}.client_experience .feedback_quotes .description {
    position: relative;
    font-style: italic;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}.client_experience .feedback_quotes .description::before,
.client_experience .feedback_quotes .description::after {
    position: absolute;
    font-size: 50px;
    line-height: 0;
    font-family: Arial, sans-serif;
    color: rgb(196,189,217,0.5);
    content: "";
}.client_experience .feedback_quotes .description::before {
    top: 5px;
    left: -15px;
}.client_experience .feedback_quotes .description::after {
    content: "";
    right: -15px;
    bottom: -10px;
}

@media (max-width: 991px) {.client_experience {
    padding: 100px 0 150px;
}.client_experience h2 {
    margin-bottom: 60px;
}.client_experience h2::before,
    .client_experience h2::after {
    width: 70px;
}.client_experience .client_experiences {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}
}

@media (max-width: 767px) {.client_experience {
    padding: 80px 0 120px;
}.client_experience h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.client_experience h2::before,
    .client_experience h2::after {
    width: 50px;
}.client_experience .client_experiences {
    grid-template-columns: 1fr;
    gap: 60px;
}.client_experience .feedback_quotes {
    padding: 25px 20px;
}.client_experience .feedback_quotes img {
    height: 80px;
    width: 80px;
}.client_experience .feedback_quotes .description::before {
    font-size: 40px;
    left: -10px;
}.client_experience .feedback_quotes .description::after {
    right: -10px;
    font-size: 40px;
}}.title_page {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(225,221,237), rgba(0, 0, 0, 0.5), rgb(196,189,217,0.5) 80%);
    position: relative;
}.title_page::before {
    z-index: 1;
    animation: constellationMove 120s infinite linear;
    content: "";
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(164,157,193,0.5) 2px, transparent 12px),
    radial-gradient(circle at 70% 60%, rgb(164,157,193,0.5) 3px, transparent 15px),
    radial-gradient(circle at 40% 80%, rgb(164,157,193,0.5) 2px, transparent 10px),
    radial-gradient(circle at 80% 10%, rgb(164,157,193,0.5) 4px, transparent 14px);
    background-size: 320px 320px;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    top: 0;
}.title_page::after {
    opacity: 0.4;
    pointer-events: none;
    height: 200%;
    background: radial-gradient(ellipse at center, transparent 30%, rgb(196,189,217,0.5) 100%);
    top: -50%;
    left: -50%;
    width: 200%;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
}.title_page .edu_entry {
    position: relative;
    perspective: 1000px;
    z-index: 3;
    max-width: 1200px;
    width: 90%;
}.title_page .edu_entry > div {
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    display: grid;
    gap: 2rem;
}.title_page .edu_entry > div > div:first-child {
    animation-delay: 0.3s;
    border-left: 3px solid rgb(164,157,193);
    animation: floatIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    backdrop-filter: blur(12px);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    opacity: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    transform: translateZ(20px) rotate(-2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title_page .edu_entry > div > div:first-child:hover {
    transform: translateZ(30px) rotate(-1deg);
}.title_page h3 {
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    color: #ffffff;
    letter-spacing: 0.02em;
}.title_page .learn_roots {
    transform: translateZ(40px) rotate(1deg);
    height: 420px;
    border-radius: 10px;
    opacity: 0;
    overflow: hidden;
    animation-delay: 0.6s;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    animation: slideUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.title_page .learn_roots:hover {
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    transform: translateZ(50px) rotate(0deg);
}.title_page .learn_roots::before {
    left: 0;
    background: linear-gradient(180deg, 
    transparent, 
    rgba(0, 0, 0, 0.5) 70%, 
    rgb(196,189,217) 130%);
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
}.title_page .learn_roots::after {
    position: absolute;
    background: 
    repeating-linear-gradient(45deg, 
      rgb(164,157,193,0.5) 0%, 
      transparent 0.5%, 
      transparent 1%);
    z-index: 2;
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    opacity: 0.2;
    top: 0;
    content: "";
}.title_page .learn_roots > div {
    z-index: 3;
    padding: 3rem 2.5rem;
    transform: translateY(0);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title_page .learn_roots:hover > div {
    transform: translateY(-10px);
}.title_page .learn_roots p {
    position: relative;
    transform: translateX(-20px);
    color: #ffffff;
    animation: fadeSlideIn 0.8s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 1rem;
    font-size: calc(15px * 1.2);
    opacity: 0;
    font-weight: 600;
}.title_page .learn_roots p::before {
    height: 0.8rem;
    background: rgb(164,157,193);
    transform: translateY(-50%) rotate(45deg);
    content: "";
    top: 50%;
    position: absolute;
    left: -1.5rem;
    width: 0.8rem;
}.title_page .title_style_header {
    font-weight: 700;
    margin: 0;
    transform: translateX(-20px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    letter-spacing: 0.01em;
    opacity: 0;
    animation: fadeSlideIn 0.8s 1.3s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    line-height: 1.2;
    font-size: 45px;
}

@keyframes constellationMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(50px) rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(20px) rotate(-2deg);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) rotate(1deg);
  }
}

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

@media (min-width: 768px) {.title_page .edu_entry > div {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 30% 1fr;
}.title_page h3 {
    font-size: 19px;
}.title_page .learn_roots {
    height: 480px;
}.title_page .title_style_header {
    font-size: calc(45px * 1.2);
}
}

@media (min-width: 992px) {.title_page .edu_entry > div {
    grid-template-columns: 35% 1fr;
    gap: 4rem;
}.title_page .edu_entry > div > div:first-child {
    padding: 3rem;
}.title_page h3 {
    font-size: calc(19px * 1.1);
}.title_page .learn_roots {
    height: 520px;
}.title_page .learn_roots > div {
    padding: 4rem 3rem;
}.title_page .title_style_header {
    font-size: calc(45px * 1.4);
}
}

@media (max-width: 767px) {.title_page {
    padding: 4rem 1rem;
}.title_page .learn_roots {
    height: 380px;
}.title_page .edu_entry > div > div:first-child {
    padding: 1.5rem;
}.title_page h3 {
    font-size: calc(20px * 1.2);
}.title_page .learn_roots > div {
    padding: 2rem 1.5rem;
}.title_page .learn_roots p {
    font-size: 15px;
}.title_page .title_style_header {
    font-size: calc(37px * 1.1);
}
}

@media (max-width: 480px) {.title_page {
    padding: 3rem 1rem;
}.title_page .learn_roots {
    height: 320px;
}.title_page .edu_entry > div > div:first-child {
    padding: 1.25rem;
}.title_page h3 {
    font-size: 20px;
}.title_page .learn_roots > div {
    padding: 1.5rem 1.25rem;
}.title_page .title_style_header {
    font-size: 37px;
}}.interested_learners {
    padding: 120px 0 100px;
    background: rgb(225,221,237);
    position: relative;
    overflow: hidden;
}.interested_learners::before {
    transform: rotate(35deg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: -50%;
    background: rgb(196,189,217,0.5);
    right: -50%;
    content: "";
}.interested_learners::after {
    content: "";
    transform: rotate(-35deg);
    height: 100%;
    width: 100%;
    left: -50%;
    background: rgb(164,157,193,0.5);
    position: absolute;
    bottom: -50%;
    z-index: 1;
}.interested_learners .container {
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.interested_learners .learning_program {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    border-radius: 21px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.interested_learners .learning_program::before {
    width: 100%;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(196,189,217), rgb(164,157,193));
    top: 0;
    content: "";
    position: absolute;
}.interested_learners .learning_program::after {
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    right: 20px;
    border: 2px solid rgb(196,189,217,0.5);
    top: 20px;
    width: 120px;
    z-index: -1;
    content: "";
    height: 120px;
}.interested_learners h4 {
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    font-size: 33px;
    font-weight: 700;
}.interested_learners h4::before {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    position: absolute;
    width: 40px;
    bottom: -20px;
    background: rgb(196,189,217);
    height: 4px;
}.interested_learners h4::after {
    left: 50%;
    width: 80px;
    border-radius: 10px;
    height: 4px;
    background: rgb(164,157,193,0.5);
    bottom: -20px;
    position: absolute;
    transform: translateX(-20px);
    content: "";
}.interested_learners div > div {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
    gap: 30px;
    display: grid;
}.interested_learners div > div::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(164,157,193,0.5) 20%, 
        rgb(164,157,193,0.5) 80%, 
        transparent 100%);
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
    width: 100%;
    opacity: 0.5;
}.interested_learners p {
    background: #ffffff;
    margin: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    z-index: 1;
    border-radius: 10px;
    font-size: 16px;
    padding: 24px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000000;
}.interested_learners p::before {
    left: 0;
    opacity: 0;
    width: 100%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(225,221,237) 100%);
    z-index: -1;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
}.interested_learners p:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(196,189,217,0.5);
}.interested_learners p:hover::before {
    opacity: 1;
}.interested_learners p svg {
    flex-shrink: 0;
    height: 28px;
    transition: all 0.4s ease;
    width: 28px;
    margin-right: 18px;
}.interested_learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(196,189,217);
}.interested_learners p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.interested_learners p:hover svg path {
    fill: rgb(164,157,193);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.interested_learners .learning_program::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.interested_learners .learning_program > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}.interested_learners .learning_program > div p:nth-child(1) {
    animation-delay: 0.1s;
}.interested_learners .learning_program > div p:nth-child(2) {
    animation-delay: 0.3s;
}.interested_learners .learning_program > div p:nth-child(3) {
    animation-delay: 0.5s;
}.interested_learners .learning_program > div p:nth-child(4) {
    animation-delay: 0.7s;
}.interested_learners .learning_program > div p:nth-child(5) {
    animation-delay: 0.9s;
}.interested_learners .learning_program > div p:nth-child(6) {
    animation-delay: 1.1s;
}.interested_learners p::after {
    z-index: -1;
    border-radius: 50%;
    right: 10px;
    content: "";
    background: rgb(164,157,193,0.5);
    width: 30px;
    bottom: 10px;
    height: 30px;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0;
}.interested_learners p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.interested_learners {
    padding: 90px 0 80px;
}.interested_learners .learning_program {
    padding: 50px 30px;
}.interested_learners h4 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.interested_learners div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.interested_learners p {
    padding: 20px;
}.interested_learners .learning_program::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.interested_learners {
    padding: 80px 0 70px;
}.interested_learners .learning_program {
    padding: 40px 25px;
}.interested_learners h4 {
    font-size: calc(33px * 0.8);
    margin-bottom: 35px;
}.interested_learners div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.interested_learners div > div::before {
    display: none;
}.interested_learners p {
    padding: 18px;
}.interested_learners p svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.interested_learners .learning_program::after {
    bottom: 20px;
    height: 80px;
    right: auto;
    width: 80px;
    top: auto;
    left: 20px;
}
}

@media (max-width: 576px) {.interested_learners {
    padding: 60px 0 50px;
}.interested_learners .learning_program {
    padding: 35px 20px;
}.interested_learners h4 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.interested_learners h4::before {
    width: 30px;
    height: 3px;
}.interested_learners h4::after {
    height: 3px;
    width: 60px;
}.interested_learners p {
    font-size: calc(16px * 0.9);
    padding: 15px;
}.interested_learners p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}.interested_learners p:hover {
    transform: translateY(-5px) scale(1.01);
}.interested_learners .learning_program::after {
    width: 60px;
    height: 60px;
}}.contact_section {
    position: relative;
    background: rgb(225,221,237);
    padding: 100px 0;
    overflow: hidden;
}.contact_section::before {
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    background-size: 80px 140px;
    background-image: linear-gradient(30deg, rgb(164,157,193,0.5) 12%, transparent 12.5%, transparent 87%, rgb(164,157,193,0.5) 87.5%, rgb(164,157,193,0.5)),
                      linear-gradient(150deg, rgb(164,157,193,0.5) 12%, transparent 12.5%, transparent 87%, rgb(164,157,193,0.5) 87.5%, rgb(164,157,193,0.5)),
                      linear-gradient(30deg, rgb(164,157,193,0.5) 12%, transparent 12.5%, transparent 87%, rgb(164,157,193,0.5) 87.5%, rgb(164,157,193,0.5)),
                      linear-gradient(150deg, rgb(164,157,193,0.5) 12%, transparent 12.5%, transparent 87%, rgb(164,157,193,0.5) 87.5%, rgb(164,157,193,0.5)),
                      linear-gradient(60deg, rgb(196,189,217,0.5) 25%, transparent 25.5%, transparent 75%, rgb(196,189,217,0.5) 75%, rgb(196,189,217,0.5)),
                      linear-gradient(60deg, rgb(196,189,217,0.5) 25%, transparent 25.5%, transparent 75%, rgb(196,189,217,0.5) 75%, rgb(196,189,217,0.5));
    width: 100%;
}.contact_section .full_width_image {
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 90%;
    border-radius: 0 24px 24px 0;
    left: 0;
    width: 45%;
    top: 5%;
}.contact_section .full_width_image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    border-radius: 0 24px 24px 0;
    content: '';
}.contact_section .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.contact_section h3 {
    color: rgb(196,189,217);
    padding: 10px 30px;
    font-size: 36px;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
}.contact_section .support_support {
    float: right;
    position: relative;
    width: 60%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    flex-direction: column;
}.contact_section .support_support::before {
    content: '';
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(196,189,217), rgb(164,157,193));
    top: 0;
}.contact_section .connect_reach {
    padding: 40px;
}.contact_section form h3 {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    display: block;
    padding-bottom: 10px;
    text-align: left;
    font-size: 24px;
    color: #000000;
    background: transparent;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 2px solid rgb(164,157,193,0.5);
}.contact_section input[type="text"],
.contact_section textarea {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    margin-bottom: 20px;
    background: rgb(225,221,237);
    color: #000000;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.contact_section input[type="text"]:focus,
.contact_section textarea:focus {
    box-shadow: 0 0 0 2px rgb(196,189,217);
    background: #ffffff;
    outline: none;
}.contact_section textarea {
    resize: none;
    height: 130px;
}.contact_section .support_help {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_section .support_help input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_section .support_help label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.contact_section .support_help label::before {
    position: absolute;
    border-radius: 10px;
    content: '';
    transition: all 0.3s ease;
    width: 18px;
    top: 2px;
    height: 18px;
    left: 0;
    border: 1px solid rgb(196,189,217);
}.contact_section .support_help input[type="checkbox"]:checked + label::before {
    background: rgb(196,189,217);
}.contact_section .support_help input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 9px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: '';
    top: 6px;
    position: absolute;
    left: 6px;
    border: solid #ffffff;
}.contact_section .support_help a {
    transition: all 0.3s ease;
    color: rgb(196,189,217);
    font-weight: 600;
    text-decoration: none;
}.contact_section .support_help a:hover {
    text-decoration: underline;
    color: rgb(164,157,193);
}.contact_section .help_panel {
    border: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 30px;
    cursor: pointer;
    font-size: 14px;
    background: linear-gradient(to right, rgb(196,189,217), rgb(196,189,217));
    font-weight: 600;
    transition: all 0.5s ease;
    background-size: 200% auto;
}.contact_section .help_panel:hover {
    box-shadow: 0 5px 15px rgb(196,189,217,0.5);
    transform: translateY(-2px);
    background-position: right center;
}.contact_section .inquiry_section {
    padding: 40px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(196,189,217), rgb(164,157,193));
}.contact_section .inquiry_section h4 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 24px;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_section .inquiry_section h4::after {
    background: #ffffff;
    position: absolute;
    width: 40px;
    bottom: -8px;
    height: 2px;
    content: '';
    left: 0;
}.contact_section .feedback_card {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact_section .feedback_card li {
    display: flex;
    transition: transform 0.3s ease;
    align-items: flex-start;
    margin-bottom: 20px;
}.contact_section .feedback_card li:hover {
    transform: translateX(5px);
}.contact_section .feedback_card svg {
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 3px;
    width: 22px;
    height: 22px;
}.contact_section .feedback_card svg path {
    fill: #ffffff;
}.contact_section .feedback_card span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}.contact_section .feedback_card a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_section .feedback_card a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

@media (max-width: 992px) {.contact_section {
    padding: 80px 0;
}.contact_section .full_width_image {
    display: none;
}.contact_section .support_support {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 60px 0;
}.contact_section h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.contact_section .connect_reach,
    .contact_section .inquiry_section {
    padding: 30px;
}.contact_section form h3,
    .contact_section .inquiry_section h4 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 576px) {.contact_section {
    padding: 40px 0;
}.contact_section h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact_section .connect_reach,
    .contact_section .inquiry_section {
    padding: 25px 20px;
}.contact_section input[type="text"],
    .contact_section textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_section textarea {
    height: 110px;
}.contact_section .help_panel {
    width: 100%;
}}header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 1rem 0;
    position: relative;
    z-index: 100;
    background: rgb(225,221,237);
}header::before {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
    content: '';
    top: 0;
    background: linear-gradient(to right, 
        rgb(196,189,217,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(164,157,193,0.5) 100%);
    left: 0;
}header .container {
    position: relative;
    padding: 0 2%;
    z-index: 1;
    max-width: 100%;
    margin: 0;
    width: 100%;
}header .head_mainwrap {
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
    align-items: center;
}header .head_nav {
    padding: 0.5rem 1rem;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    grid-area: logo;
    justify-content: center;
}header .head_nav::after {
    width: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(196,189,217), 
        rgb(164,157,193), 
        rgb(196,189,217), 
        transparent);
    content: '';
    bottom: 0;
    left: 50%;
    height: 2px;
}header .head_nav svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}header .head_nav:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .site_head {
    justify-content: center;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    align-items: center;
    padding: 0.6rem;
    grid-area: menu;
    border-radius: 24px;
    gap: 0.5rem;
}header .top_bar {
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding: 0.4rem 0.8rem;
    text-decoration: none;
    background: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}header .top_bar:hover {
    box-shadow: 0 3px 8px rgb(196,189,217,0.5);
    background: linear-gradient(135deg, rgb(196,189,217), rgb(164,157,193));
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .head_nav svg {
    width: 140px;
}header .site_head {
    padding: 0.5rem;
    gap: 0.4rem;
}header .top_bar {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .head_mainwrap {
    grid-template-areas:
            "logo"
            "site_head";
    grid-template-columns: 1fr;
}header .head_nav {
    padding: 0.4rem;
}header .head_nav svg {
    width: 130px;
}header .site_head {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .top_bar {
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_nav svg {
    width: 120px;
}header .site_head {
    padding: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .site_head::-webkit-scrollbar {
    height: 2px;
}header .site_head::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(196,189,217);
}header .top_bar {
    white-space: nowrap;
    flex-shrink: 0;
}}.education_history {
    background: linear-gradient(135deg, rgb(225,221,237) 0%, rgb(196,189,217,0.5) 100%);
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    padding: 4rem 2rem;
}.education_history::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    background: rgb(164,157,193,0.5);
    transform: rotate(-15deg);
    height: 120%;
    position: absolute;
    z-index: 1;
    animation: pulse 8s infinite alternate;
    left: -10%;
    content: "";
    top: -10%;
    width: 70%;
}.education_history .feedback_quotes {
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    gap: 2rem;
    transition: transform 0.5s ease;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}.education_history .feedback_quotes:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.education_history .full_width_image {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 400px;
    transform: rotate(-3deg) translateY(20px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 10px;
}.education_history .full_width_image::after {
    border-radius: 10px;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(196,189,217,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
}.education_history .feedback_quotes:hover .full_width_image {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.education_history .career_overview {
    background: #ffffff;
    transition: transform 0.5s ease;
    z-index: 3;
    transform: translateY(30px) rotate(2deg);
    position: relative;
    padding: 2rem;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}.education_history .feedback_quotes:hover .career_overview {
    transform: translateY(0) rotate(0deg);
}.education_history .name {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    color: rgb(196,189,217);
}.education_history .name::after {
    width: 60px;
    content: "";
    transform-origin: left;
    position: absolute;
    height: 3px;
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(164,157,193) 0%, rgb(196,189,217) 100%);
    bottom: -8px;
    transform: scaleX(0.6);
}.education_history .feedback_quotes:hover .name::after {
    transform: scaleX(1);
}.education_history .career_overview > div:nth-child(2) {
    color: rgb(164,157,193);
    transform: translateX(5px);
    font-size: 20px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    opacity: 0.8;
}.education_history .feedback_quotes:hover .career_overview > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.education_history .work_insights {
    color: #000000;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    font-style: italic;
    font-size: 13px;
    padding-left: 1.5rem;
}.education_history .work_insights::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(196,189,217), rgb(164,157,193));
    top: 0;
    position: absolute;
    width: 3px;
    content: "";
    left: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.education_history .feedback_quotes {
    grid-template-columns: 1fr;
}.education_history .full_width_image {
    height: 300px;
}}.our_background {
    position: relative;
    z-index: 1;
    background: rgb(225,221,237);
    padding: 150px 0;
    overflow: hidden;
}.our_background::before {
    position: absolute;
    content: "";
    left: 0;
    transform-origin: center center;
    z-index: -1;
    backface-visibility: hidden;
    height: 100%;
    background-size: 40px 40px;
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
    animation: gridMove 60s linear infinite;
    width: 100%;
    background-position: center;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    opacity: 0.05;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.our_background::after {
    top: -50%;
    background: radial-gradient(circle at center, transparent 30%, rgb(225,221,237) 70%);
    height: 200%;
    z-index: -2;
    content: "";
    width: 200%;
    left: -50%;
    position: absolute;
}.our_background .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.our_background .container::before,
.our_background .container::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}.our_background .container::before {
    animation: pulseGlow 15s ease-in-out infinite alternate;
    height: 250px;
    filter: blur(40px);
    width: 250px;
    right: -50px;
    top: -100px;
    background: radial-gradient(circle at center, rgb(196,189,217,0.5) 0%, transparent 70%);
    opacity: 0.1;
}.our_background .container::after {
    filter: blur(50px);
    bottom: -150px;
    background: radial-gradient(circle at center, rgb(164,157,193,0.5) 0%, transparent 70%);
    height: 300px;
    opacity: 0.15;
    width: 300px;
    left: -100px;
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.8);
    }
}

.our_background .learning_program {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "logo content"
        "director content";
    position: relative;
}.our_background .learning_program::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    opacity: 0.2;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: 
        linear-gradient(90deg, transparent calc(33.33% - 1px), rgb(196,189,217,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
        linear-gradient(0deg, transparent calc(40% - 1px), rgb(196,189,217,0.5) calc(40%), transparent calc(40% + 1px));
}.our_background .learning_program::after {
    animation: scanEffect 3s ease-in-out infinite;
    bottom: -20px;
    opacity: 0.6;
    height: 1px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(196,189,217), transparent);
    width: 200px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}@keyframes scanEffect {
    0%, 100% {
        transform: translateX(-50%) scaleX(0.5);
        opacity: 0.3;
    }
    50% {
        transform: translateX(-50%) scaleX(1);
        opacity: 0.6;
    }
}

.our_background .study_guide {
    background: rgba(255, 255, 255, 0.02);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-area: logo;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 20px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-size: 16px;
    gap: 15px;
    display: flex;
    border-radius: 24px;
    color: #000000;
}.our_background .study_guide:hover {
    border-color: rgb(196,189,217,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.our_background .study_guide::before {
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    opacity: 0;
    inset: -2px;
    border-radius: calc(24px + 2px);
    z-index: -1;
    background: linear-gradient(45deg, rgb(196,189,217), rgb(164,157,193), rgb(196,189,217));
}.our_background .study_guide:hover::before {
    opacity: 0.5;
}.our_background .study_guide svg {
    width: 45px;
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(196,189,217,0.5));
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    fill: rgb(196,189,217);
}.our_background .study_guide svg path {
    transition: fill 0.5s ease;
}.our_background .study_guide:hover svg {
    filter: drop-shadow(0 0 5px rgb(196,189,217));
    transform: rotate(10deg) scale(1.1);
}.our_background .skill_learn {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
    gap: 25px;
    z-index: 2;
    display: flex;
    padding: 30px;
    grid-area: director;
    flex-direction: row;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    align-items: center;
    overflow: hidden;
}.our_background .skill_learn:hover {
    border-color: rgb(196,189,217,0.5);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.our_background .skill_learn::before {
    transition: opacity 0.5s ease;
    content: "";
    inset: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgb(196,189,217,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgb(164,157,193,0.5) 0%, transparent 60%);
    opacity: 0.05;
    z-index: -1;
}.our_background .skill_learn:hover::before {
    opacity: 0.1;
}.our_background .skill_learn::after {
    width: 30%;
    animation: scanHorizontal 3s ease-in-out infinite alternate;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(196,189,217), transparent);
    left: 35%;
    position: absolute;
    height: 2px;
    bottom: 0;
}@keyframes scanHorizontal {
    0% {
        opacity: 0.4;
        transform: scaleX(0.7);
    }
    100% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.our_background .full_width_image {
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
    z-index: 5;
    height: 120px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    width: 120px;
    position: relative;
    flex-shrink: 0;
}.our_background .skill_studio {
    flex: 1;
}.our_background .learn_experts {
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    margin-bottom: 8px;
    color: #000000;
}.our_background .learn_experts::after {
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(196,189,217), transparent);
    width: 40px;
    position: absolute;
}.our_background .skill_learn:hover .learn_experts::after {
    width: 60px;
}.our_background .expert_team {
    transition: all 0.3s ease;
    margin-bottom: 0;
    opacity: 0.9;
    font-weight: 600;
    font-size: 12px;
    color: rgb(196,189,217);
}.our_background .skill_learn:hover .expert_team {
    transform: translateX(5px);
    opacity: 1;
}.our_background .legend_holder {
    backdrop-filter: blur(15px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    grid-area: content;
    background: rgba(255, 255, 255, 0.02);
    z-index: 2;
    overflow: hidden;
    position: relative;
}.our_background .legend_holder:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
    border-color: rgb(164,157,193,0.5);
    transform: translateY(-5px);
}.our_background .legend_holder::before {
    position: absolute;
    width: 600px;
    z-index: -1;
    animation: morphBlob 20s ease-in-out infinite alternate;
    top: -300px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    right: -300px;
    filter: blur(60px);
    background: rgb(196,189,217,0.5);
    opacity: 0.03;
    height: 600px;
    content: "";
}.our_background .legend_holder::after {
    height: 500px;
    content: "";
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: morphBlob 25s ease-in-out infinite alternate-reverse;
    width: 500px;
    filter: blur(50px);
    bottom: -250px;
    background: rgb(164,157,193,0.5);
    left: -250px;
    position: absolute;
    z-index: -1;
    opacity: 0.03;
}@keyframes morphBlob {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(-50px, 20px) rotate(120deg);
    }
    66% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(50px, -20px) rotate(240deg);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(360deg);
    }
}

.our_background .legend_holder h2 {
    position: relative;
    color: #000000;
    font-size: 36px;
    transition: all 0.4s ease;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
}.our_background .legend_holder h2::after {
    left: 0;
    transition: all 0.4s ease;
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(196,189,217), rgb(164,157,193,0.5), transparent);
    height: 3px;
    border-radius: 10px;
    content: "";
    position: absolute;
}.our_background .legend_holder:hover h2::after {
    width: 120px;
}.our_background .legend_holder p {
    margin-bottom: 0;
    transition: all 0.3s ease;
    font-size: 12px;
    line-height: 1.9;
    position: relative;
    color: #000000;
}.our_background .legend_holder:hover p {
    transform: translateY(3px);
}.our_background .legend_holder:hover::before,
.our_background .legend_holder:hover::after {
    opacity: 0.06;
}.our_background .legend_holder::after {
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -3;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.03) 8px,
        rgba(255, 255, 255, 0.03) 9px
    );
    opacity: 0.5;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
}.our_background .study_guide:hover svg path,
.our_background .study_guide:hover svg {
    fill: rgb(164,157,193);
}

@media (max-width: 1199px) {.our_background {
    padding: 120px 0;
}.our_background .learning_program {
    grid-template-columns: 1fr 1.2fr;
    gap: 25px;
}.our_background .legend_holder {
    padding: 35px;
}
}

@media (max-width: 991px) {.our_background {
    padding: 100px 0;
}.our_background .learning_program {
    grid-template-areas:
            "logo"
            "director"
            "site_study";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 30px;
}.our_background .study_guide {
    justify-content: center;
}.our_background .skill_learn {
    margin: 0 auto;
    max-width: 600px;
}.our_background .legend_holder {
    margin: 0 auto;
    max-width: 600px;
}.our_background .learning_program::before {
    background: 
            linear-gradient(90deg, transparent calc(50% - 1px), rgb(196,189,217,0.5) calc(50%), transparent calc(50% + 1px)),
            linear-gradient(0deg, transparent calc(33.33% - 1px), rgb(196,189,217,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
            linear-gradient(0deg, transparent calc(66.66% - 1px), rgb(196,189,217,0.5) calc(66.66%), transparent calc(66.66% + 1px));
    opacity: 0.1;
}
}

@media (max-width: 767px) {.our_background {
    padding: 80px 0;
}.our_background::before {
    background-size: 30px 30px;
}.our_background .skill_learn {
    padding: 25px;
}.our_background .legend_holder {
    padding: 30px;
}.our_background .study_guide {
    padding: 15px;
}.our_background .legend_holder h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 575px) {.our_background {
    padding: 60px 0;
}.our_background .skill_learn {
    text-align: center;
    flex-direction: column;
    padding: 25px 15px;
}.our_background .full_width_image {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}.our_background .learn_experts::after {
    transform: translateX(-50%);
    left: 50%;
}.our_background .skill_learn:hover .expert_team {
    transform: translateX(0) translateY(3px);
}.our_background .legend_holder {
    padding: 25px 20px;
}.our_background .legend_holder h2 {
    font-size: calc(36px * 0.8);
}.our_background .study_guide svg {
    width: 40px;
    height: 40px;
}.our_background .learn_experts {
    font-size: calc(18px * 0.95);
}.our_background .expert_team {
    font-size: calc(12px * 0.95);
}}.teaching_process {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,221,237) 0%, rgba(255, 255, 255, 0.9) 100%);
    overflow: hidden;
}.teaching_process::before {
    filter: blur(25px);
    position: absolute;
    right: -5%;
    background: linear-gradient(145deg, rgb(196,189,217,0.5) 0%, rgb(164,157,193,0.5) 100%);
    opacity: 0.6;
    animation: floatEffect 15s infinite alternate ease-in-out;
    width: 40%;
    height: 70%;
    content: "";
    top: -10%;
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
}.teaching_process::after {
    opacity: 0.4;
    bottom: -5%;
    left: -10%;
    filter: blur(20px);
    width: 60%;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    z-index: 0;
    background: linear-gradient(215deg, rgb(164,157,193,0.5) 0%, rgb(196,189,217,0.5) 100%);
    position: absolute;
    transform: rotate(8deg) skewX(15deg);
    content: "";
    height: 30%;
}.teaching_process .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.teaching_process .learning_program {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}.teaching_process .learning_program > div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.85);
    padding: calc(2.5rem + 2vw) calc(2rem + 2vw);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
}.teaching_process .learning_program > div:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 25px rgba(0, 0, 0, 0.05);
}.teaching_process h3 {
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.85);
    position: relative;
    line-height: 1.3;
}.teaching_process h3::after {
    background: linear-gradient(90deg, rgb(196,189,217) 0%, rgb(164,157,193) 100%);
    bottom: -10px;
    height: 3px;
    left: 0;
    transition: width 0.3s ease-out;
    width: 50px;
    position: absolute;
    content: "";
}.teaching_process .learning_program > div:hover h3::after {
    width: 100px;
}.teaching_process p {
    max-width: 90%;
    margin-bottom: 0;
    color: #000000;
    font-size: calc(18px * 1.05);
    font-weight: 400;
    line-height: 1.7;
}.teaching_process p span {
    display: inline-block;
    transform-origin: left center;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.teaching_process .learning_program > div:hover p span {
    transform: scale(1.01);
}

@media (min-width: 768px) {.teaching_process {
    padding: 150px 0;
}.teaching_process .learning_program > div {
    padding: calc(3.5rem + 2vw) calc(3rem + 3vw) calc(3.5rem + 2vw) calc(2.5rem + 2vw);
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}.teaching_process h3 {
    margin-bottom: 2rem;
    font-size: 31px;
}.teaching_process p {
    font-size: calc(18px * 1.1);
    max-width: 85%;
}
}

@media (min-width: 992px) {.teaching_process .learning_program > div {
    padding: calc(4rem + 2vw) calc(4rem + 3vw) calc(4rem + 2vw) calc(3rem + 2vw);
}.teaching_process p {
    max-width: 80%;
}.teaching_process h3 {
    font-size: calc(31px * 1.1);
}.teaching_process::before {
    height: 70%;
    width: 35%;
}.teaching_process::after {
    height: 40%;
    width: 50%;
}}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translate(5px, 10px);
    }
    100% {
        transform: rotate(-10deg) skewX(-10deg) translate(0, 5px);
    }
}

.program_details {
    background-color: rgb(225,221,237);
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
}.program_details .program_route {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}.program_details .program_route::before {
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    left: 0;
    height: 100%;
    top: 0;
    z-index: 2;
    width: 100%;
}.program_details .grow_skills {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}.program_details .job_success {
    top: 0;
    position: absolute;
    left: 0;
    animation: fade-slides 30s infinite;
    transform: scale(1.1);
    width: 100%;
    opacity: 0;
    height: 100%;
    transition: transform 1s ease;
}.program_details .program_route:hover .job_success {
    animation-play-state: paused;
}.program_details .job_success:hover {
    transform: scale(1);
}.program_details .job_success:nth-child(1) {
    animation-delay: 0s;
}.program_details .job_success:nth-child(2) {
    animation-delay: -6s;
}.program_details .job_success:nth-child(3) {
    animation-delay: -12s;
}.program_details .job_success:nth-child(4) {
    animation-delay: -18s;
}.program_details .job_success:nth-child(5) {
    animation-delay: -24s;
}.program_details .job_success img {
    filter: saturate(0.8) brightness(0.7);
    width: 100%;
    height: 100%;
    object-fit: cover;
}.program_details .container {
    margin: 0 auto;
    z-index: 10;
    position: relative;
    width: 100%;
    max-width: 1200px;
}.program_details .learning_program {
    display: flex;
    align-items: center;
    justify-content: center;
}.program_details .program_flow {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.4);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    display: flex;
    border-radius: 50%;
    max-width: 1000px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 3rem;
}.program_details .program_flow::before {
    bottom: -5px;
    top: -5px;
    border-radius: 50%;
    z-index: -1;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(196,189,217,0.5) 90deg,
        transparent 180deg,
        rgb(164,157,193,0.5) 270deg,
        transparent 360deg
    );
    right: -5px;
    left: -5px;
    animation: rotate-border 15s linear infinite;
    content: "";
    opacity: 0.7;
    position: absolute;
}.program_details .program_flow::after {
    position: absolute;
    z-index: -2;
    content: "";
    width: 120%;
    filter: blur(20px);
    opacity: 0.1;
    animation: pulse-glow 5s ease-in-out infinite alternate;
    height: 120%;
    background: radial-gradient(
        ellipse at center,
        rgb(196,189,217,0.5) 0%,
        transparent 70%
    );
}.program_details .program_flow h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    margin-bottom: 1rem;
}.program_details .program_flow p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    color: #000000;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2rem;
}.program_details .help_panel {
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(196,189,217);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    padding: 0.8rem 2rem;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    color: #ffffff;
    position: relative;
}.program_details .help_panel::before {
    width: 100%;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    height: 100%;
    transition: transform 0.6s ease;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    background: rgb(164,157,193);
}.program_details .help_panel:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.program_details .help_panel:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.program_details .program_flow .orbital-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    left: 0;
}.program_details .program_flow::before,
.program_details .program_flow::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}.program_details::after {
    z-index: 100;
    content: "";
    left: 50%;
    display: flex;
    bottom: 15%;
    transform: translateX(-50%);
    gap: 15px;
    position: absolute;
}.program_details::after {
    height: 10px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    opacity: 0.3;
    width: 100px;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.program_details .program_flow {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.program_details .program_flow {
    padding: 3rem;
    max-width: 800px;
}
}

@media screen and (max-width: 768px) {.program_details {
    padding: 2rem 0;
}.program_details .program_flow {
    max-width: 700px;
    height: auto;
    padding: 3rem;
    border-radius: 20px;
    min-height: 700px;
    aspect-ratio: auto;
}.program_details .program_flow::before {
    border-radius: 20px;
}.program_details .program_flow h3 {
    font-size: calc(29px * 0.9);
}.program_details .program_flow p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.program_details .program_flow {
    min-height: auto;
    aspect-ratio: auto;
    padding: 2rem 1.5rem;
    max-width: 90%;
    border-radius: 15px;
}.program_details .program_flow::before {
    border-radius: 15px;
}.program_details .program_flow h3 {
    font-size: calc(29px * 0.8);
}.program_details .program_flow p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
    -webkit-line-clamp: 4;
}.program_details .help_panel {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.8rem;
}.program_details::after {
    bottom: 10%;
}}


.program_details .grow_skills:has(.job_success:nth-child(2):last-child) .job_success:nth-child(1) {
    animation-delay: 0s;
}.program_details .grow_skills:has(.job_success:nth-child(2):last-child) .job_success:nth-child(2) {
    animation-delay: -15s;
}.program_details .grow_skills:has(.job_success:nth-child(3):last-child) .job_success:nth-child(1) {
    animation-delay: 0s;
}.program_details .grow_skills:has(.job_success:nth-child(3):last-child) .job_success:nth-child(2) {
    animation-delay: -10s;
}.program_details .grow_skills:has(.job_success:nth-child(3):last-child) .job_success:nth-child(3) {
    animation-delay: -20s;
}.program_details .grow_skills:has(.job_success:nth-child(4):last-child) .job_success:nth-child(1) {
    animation-delay: 0s;
}.program_details .grow_skills:has(.job_success:nth-child(4):last-child) .job_success:nth-child(2) {
    animation-delay: -7.5s;
}.program_details .grow_skills:has(.job_success:nth-child(4):last-child) .job_success:nth-child(3) {
    animation-delay: -15s;
}.program_details .grow_skills:has(.job_success:nth-child(4):last-child) .job_success:nth-child(4) {
    animation-delay: -22.5s;
}.start_now {
    background-size: 200% 100%;
    padding: 120px 0;
    z-index: 1;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(to right, rgb(196,189,217), rgb(164,157,193), rgb(196,189,217));
    position: relative;
    overflow: hidden;
}.start_now::before {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        );
}.start_now::after {
    position: absolute;
    animation: rotateLight 40s linear infinite;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    z-index: -1;
    height: 200%;
    width: 200%;
    top: -50%;
    transform-origin: center;
    content: '';
    left: -50%;
    opacity: 0.3;
}.start_now .learning_program {
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 2;
    max-width: 1100px;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 20px;
    flex-direction: column;
    padding: 60px;
}.start_now .learning_program::before {
    height: 100%;
    left: 0;
    transform: skewX(-45deg) translateX(-150%);
    top: 0;
    z-index: -1;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    animation: shimmerEffect 5s ease-in-out infinite;
    position: absolute;
    content: '';
    width: 100%;
}.start_now .learning_program::after {
    top: -25%;
    content: '';
    height: 150%;
    width: 150%;
    z-index: -1;
    opacity: 0.1;
    animation: rotatePrism 20s linear infinite;
    position: absolute;
    left: -25%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(196,189,217,0.5) 90deg,
        transparent 180deg,
        rgb(164,157,193,0.5) 270deg,
        transparent 360deg
    );
}.start_now h3 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 700;
    transform-style: preserve-3d;
    position: relative;
    animation: floatText 6s ease-in-out infinite;
    letter-spacing: 4px;
    transform: perspective(500px);
    text-align: center;
}.start_now h3::before {
    width: 40%;
    position: absolute;
    left: 30%;
    height: 2px;
    bottom: -20px;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    box-shadow: 0 0 15px #ffffff;
}.start_now h3::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 100%;
    left: 0;
    animation: reflectionSweep 8s linear infinite;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
}.start_now .talk_form {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.2);
    color: rgb(196,189,217);
    font-family: Arial, sans-serif;
    padding: 18px 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: all 0.4s ease;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 19px;
    transform: translateZ(10px);
    overflow: hidden;
    display: inline-block;
}.start_now .talk_form::before {
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(196,189,217),
        rgb(164,157,193)
    );
    transition: opacity 0.4s ease;
}.start_now .talk_form::after {
    transform: rotate(30deg);
    transition: left 0.7s ease;
    position: absolute;
    z-index: 1;
    height: 300%;
    top: -100%;
    width: 30%;
    left: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
}.start_now .talk_form:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    transform: translateY(-5px) translateZ(10px);
}.start_now .talk_form:hover::before {
    opacity: 1;
}.start_now .talk_form:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.start_now {
    padding: 100px 0;
}.start_now .learning_program {
    max-width: 90%;
    padding: 50px 40px;
}.start_now h3 {
    margin-bottom: 50px;
    font-size: calc(28px * 0.9);
}.start_now .talk_form {
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.start_now {
    padding: 80px 0;
}.start_now .learning_program {
    padding: 40px 30px;
}.start_now h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 3px;
}.start_now h3::before {
    left: 35%;
    width: 30%;
}.start_now .talk_form {
    letter-spacing: 2px;
    font-size: calc(19px * 0.95);
    padding: 15px 40px;
}
}

@media screen and (max-width: 576px) {.start_now {
    padding: 60px 0;
}.start_now .learning_program {
    padding: 30px 20px;
}.start_now h3 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.7);
    letter-spacing: 2px;
}.start_now h3::before {
    left: 37.5%;
    bottom: -15px;
    width: 25%;
}.start_now .talk_form {
    padding: 12px 35px;
    letter-spacing: 1px;
    font-size: calc(19px * 0.9);
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateLight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-45deg) translateX(-150%);
    }
    50% {
        transform: skewX(-45deg) translateX(150%);
    }
    100% {
        transform: skewX(-45deg) translateX(-150%);
    }
}

@keyframes rotatePrism {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: perspective(500px) translateZ(0);
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        transform: perspective(500px) translateZ(20px);
        text-shadow: 0 0 25px #ffffff;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: translateX(-100%) skewX(-45deg);
    }
    100% {
        transform: translateX(100%) skewX(-45deg);
    }
}.cookieNotificationPanel {
    background: rgb(164,157,193);
    z-index: 90;
    position: fixed;
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
    border-top: 2px solid rgb(196,189,217);
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
}.visitor_confirm {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}.cookieNotificationPanel h5 {
    font-weight: 700;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
}.cookieNotificationPanel p {
    color: #ffffff;
    max-width: 500px;
    font-size: 18px;
}.track_optin {
    margin-right: 20px;
    flex-shrink: 0;
}.track_optin svg, .track_optin svg path {
    height: 80px;
    fill: rgb(196,189,217);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.track_optin:hover svg {
    transform: rotate(10deg);
}.digital_consent {
    margin-left: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    line-height: 35px;
    border-radius: 23px;
    color: #ffffff;
    box-shadow: rgb(196,189,217,0.5) 0px 4px 10px 0px;
    background: rgb(196,189,217);
}.cookie_button.cookie_control {
    background: rgb(196,189,217);
}.cookie_button.visitor_privacy {
    background: rgb(164,157,193);
}.digital_consent:hover {
    box-shadow: rgb(196,189,217,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookieNotificationPanel p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(196,189,217);
    font-weight: 600;
}.cookieNotificationPanel p a:hover {
    color: rgb(164,157,193);
}.wrapper-template .cookieNotificationPanel {
    background: rgb(164,157,193);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
}.wrapper-template .digital_consent {
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: rgb(196,189,217);
    margin-left: 30px;
}.wrapper-template .cookie_ack h5, .wrapper-template .cookie_ack p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieNotificationPanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_optin {
    display: none;
}.visitor_confirm {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationPanel h5 {
    text-align: center;
}.cookieNotificationPanel p {
    text-align: center;
}.cookie_ack {
    margin-bottom: 20px;
    text-align: center;
}.digital_consent {
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
#popupCookieConsent {
    display: none;
}#popupCookieConsent:checked ~ .cookieNotificationPanel {
    opacity: 0;
    visibility: hidden;
}.thanksBlock {
    background: linear-gradient(135deg, rgb(225,221,237) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.thanksBlock::before {
    right: -10%;
    content: "";
    top: -20%;
    animation: float 18s infinite ease-in-out;
    filter: blur(60px);
    height: 80%;
    opacity: 0.3;
    z-index: 0;
    transform: rotate(-15deg) skew(15deg);
    width: 50%;
    position: absolute;
    background: rgb(196,189,217,0.5);
}.thanksBlock::after {
    bottom: -10%;
    animation: float 15s infinite ease-in-out reverse;
    z-index: 0;
    width: 40%;
    opacity: 0.2;
    position: absolute;
    filter: blur(50px);
    left: -5%;
    content: "";
    height: 60%;
    transform: rotate(10deg) skew(-10deg);
    background: rgb(164,157,193,0.5);
}.thanksBlock .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.thanksBlock h2 {
    line-height: 1.3;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(31px * 1.1);
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
}.thanksBlock h2::after {
    content: "";
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(196,189,217), rgb(164,157,193));
    left: 50%;
    position: absolute;
    bottom: -15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}.thanksBlock .learning_program {
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    border-left: 5px solid rgb(196,189,217);
    position: relative;
}.thanksBlock .learning_program:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.thanksBlock ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksBlock li {
    padding-left: 25px;
    position: relative;
}.thanksBlock li::before {
    content: "";
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    top: 8px;
    left: 0;
    border-radius: 2px;
    background: linear-gradient(135deg, rgb(196,189,217) 0%, rgb(164,157,193) 100%);
    height: 12px;
    transform: rotate(45deg);
    width: 12px;
    position: absolute;
}.thanksBlock span {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

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

@media (max-width: 991px) {.thanksBlock {
    padding: 90px 0;
}.thanksBlock h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.thanksBlock .learning_program {
    padding: 30px;
}
}

@media (max-width: 767px) {.thanksBlock {
    padding: 70px 0;
}.thanksBlock h2 {
    font-size: calc(31px * 0.8);
    line-height: 1.4;
}.thanksBlock h2::after {
    width: 60px;
    bottom: -12px;
}.thanksBlock .learning_program {
    border-left: 4px solid rgb(196,189,217);
    padding: 25px 20px;
}.thanksBlock li {
    padding-left: 20px;
}.thanksBlock li::before {
    height: 10px;
    top: 7px;
    width: 10px;
}.thanksBlock span {
    line-height: 1.7;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {.thanksBlock {
    padding: 50px 0;
}.thanksBlock h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.thanksBlock .learning_program {
    padding: 20px 15px;
    border-left: 3px solid rgb(196,189,217);
}.thanksBlock li::before {
    width: 8px;
    top: 8px;
    height: 8px;
}.thanksBlock span {
    line-height: 1.6;
    font-size: calc(14px - 2px);
}
}