﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
}.top_core_8230 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1243px;
    max-width: 100%;
}.honor_cta_2195 {
    flex: 0 0 auto;
}.container-wrap_6271 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}
@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_option_2019 {
    padding: 7rem 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.price_option_2019::before {
    animation: float 15s ease-in-out infinite alternate;
    top: -150px;
    width: 400px;
    position: absolute;
    z-index: 1;
    content: '';
    opacity: 0.6;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 400px;
    background: linear-gradient(135deg, rgb(201,191,208,0.5), transparent);
    filter: blur(30px);
    right: -100px;
}.price_option_2019::after {
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: '';
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, rgb(164,152,173,0.5), transparent);
    height: 300px;
    filter: blur(25px);
    width: 300px;
    left: -50px;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
}.price_option_2019 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.price_option_2019 .plan_rates_9521 {
    flex-direction: column;
    display: flex;
}.price_option_2019 .enroll_cost_1824 {
    opacity: 0;
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    text-align: center;
}.price_option_2019 .enroll_cost_1824 h2 {
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 30px;
}.price_option_2019 .enroll_cost_1824 h2::after {
    position: absolute;
    height: 3px;
    background: rgb(201,191,208);
    transform: translateX(-50%);
    content: '';
    bottom: -10px;
    left: 50%;
    width: 80px;
}.price_option_2019 .pricing_schemes_1920 {
    font-size: 15px;
    color: #000000;
    margin: 1.5rem auto 0;
    line-height: 1.6;
    max-width: 700px;
}.price_option_2019 .pricing_deals_7560 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    margin-top: 2rem;
}.price_option_2019 .learning_deals_1546 {
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    text-decoration: none;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_option_2019 .learning_deals_1546:nth-child(2) {
    animation-delay: 0.5s;
}.price_option_2019 .learning_deals_1546:nth-child(3) {
    animation-delay: 0.6s;
}.price_option_2019 .learning_deals_1546:nth-child(4) {
    animation-delay: 0.7s;
}.price_option_2019 .learning_deals_1546:hover {
    transform: translateY(-10px);
}.price_option_2019 .learn_fees_6251 {
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    height: 100%;
}.price_option_2019 .learning_deals_1546:hover .learn_fees_6251 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.price_option_2019 .price_plan_5243 {
    padding: 2.5rem 2rem;
    position: relative;
    display: flex;
    flex-grow: 1;
    z-index: 2;
    flex-direction: column;
}.price_option_2019 .price_plan_5243 h3 {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    transition: color 0.3s ease;
    color: #000000;
    font-size: calc(23px + 2px);
}.price_option_2019 .learning_deals_1546:hover .price_plan_5243 h3 {
    color: rgb(201,191,208);
}.price_option_2019 .study_offers_7139 {
    font-size: calc(23px + 4px);
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(201,191,208);
}.price_option_2019 .study_offers_7139::after {
    width: 40px;
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    content: '';
    background: rgb(201,191,208,0.5);
}.price_option_2019 .learning_deals_1546:hover .study_offers_7139::after {
    width: 80px;
}.price_option_2019 .price_plan_5243 p {
    hyphens: auto;
    flex-grow: 1;
    font-size: 15px;
    white-space: normal;
    word-wrap: break-word;
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    line-height: 1.6;
}.price_option_2019 .thumb_1024 {
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
}.price_option_2019 .thumb_1024::after {
    transition: opacity 0.4s ease;
    right: 0;
    opacity: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    left: 0;
}.price_option_2019 .learning_deals_1546:hover .thumb_1024::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.price_option_2019 .plan_rates_9521 {
    flex-direction: row-reverse;
}.price_option_2019 .enroll_cost_1824 {
    padding-right: 3rem;
    justify-content: center;
    width: 35%;
    display: flex;
    flex-direction: column;
    text-align: left;
}.price_option_2019 .enroll_cost_1824 h2 {
    text-align: left;
}.price_option_2019 .enroll_cost_1824 h2::after {
    left: 0;
    transform: none;
}.price_option_2019 .pricing_schemes_1920 {
    margin: 1.5rem 0 0;
}.price_option_2019 .pricing_deals_7560 {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 0;
}
}

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

@media (max-width: 767px) {.price_option_2019 {
    padding: 4rem 0;
}.price_option_2019 .price_plan_5243 {
    padding: 2rem 1.5rem;
}.price_option_2019 .thumb_1024 {
    height: 180px;
}
}

@media (max-width: 575px) {.price_option_2019 {
    padding: 3rem 0;
}.price_option_2019 .enroll_cost_1824 h2 {
    font-size: calc(30px - 4px);
}.price_option_2019 .pricing_deals_7560 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.price_option_2019 .price_plan_5243 {
    padding: 1.5rem 1.25rem;
}.price_option_2019 .thumb_1024 {
    height: 160px;
}
}

@media (hover: none) {.price_option_2019 .learning_deals_1546:hover {
    transform: none;
}.price_option_2019 .learning_deals_1546:hover .learn_fees_6251 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.price_option_2019 .learning_deals_1546:hover .thumb_1024::after {
    opacity: 0;
}.price_option_2019 .learning_deals_1546:hover .study_offers_7139::after {
    width: 40px;
}}.course_offering_8493 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.course_offering_8493::before {
    top: -5%;
    background: linear-gradient(225deg, rgb(201,191,208) 0%, transparent 70%);
    opacity: 0.15;
    height: 20vw;
    width: 20vw;
    transform: rotate(15deg);
    z-index: 1;
    right: -5%;
    position: absolute;
    content: "";
}.course_offering_8493::after {
    left: -5%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(164,152,173) 0%, transparent 70%);
    opacity: 0.1;
    bottom: -5%;
    z-index: 1;
    width: 15vw;
    transform: rotate(-10deg);
    height: 15vw;
}.course_offering_8493 .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course_offering_8493 h2 {
    line-height: 1.3;
    position: relative;
    margin-bottom: 3rem;
    transform: translateX(-0.5rem);
    font-weight: 700;
    max-width: 90%;
    font-size: 38px;
    color: #000000;
}.course_offering_8493 h2::after {
    animation: expandWidth 4s ease-in-out infinite alternate;
    bottom: -1rem;
    transform-origin: left center;
    content: "";
    height: 0.35rem;
    width: 6rem;
    position: absolute;
    left: 0;
    background: rgb(201,191,208);
}.course_offering_8493 .tech_skills_8360 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 2rem;
}.course_offering_8493 .thumb_1024 {
    position: relative;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
    transform: translateY(0);
    height: 350px;
}.course_offering_8493 .thumb_1024:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}.course_offering_8493 .thumb_1024::before {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}.course_offering_8493 .text_group_8240 {
    position: relative;
    padding: 0.5rem 0;
}.course_offering_8493 .text_group_8240::before {
    width: 0.3rem;
    background: rgb(164,152,173);
    opacity: 0.5;
    position: absolute;
    content: "";
    left: -2rem;
    top: 0;
    height: 100%;
}.course_offering_8493 .description {
    margin-bottom: 1.5rem;
    overflow-y: auto;
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    padding-right: 1rem;
    max-height: 300px;
    color: #000000;
}.course_offering_8493 .description::-webkit-scrollbar {
    width: 6px;
}.course_offering_8493 .description::-webkit-scrollbar-track {
    background: rgb(230,225,233);
    border-radius: 10px;
}.course_offering_8493 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(201,191,208,0.5);
}.course_offering_8493 .description::-webkit-scrollbar-thumb:hover {
    background: rgb(201,191,208);
}.course_offering_8493 .description:first-of-type::first-letter {
    line-height: 1;
    background: rgb(230,225,233);
    font-size: 1.5rem;
    float: left;
    color: rgb(201,191,208);
    border-radius: 10px;
    padding: 0.5rem;
    font-weight: 700;
    margin-right: 0.5rem;
}.course_offering_8493 .description:last-child {
    margin-bottom: 0;
}

@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {.course_offering_8493 {
    padding: 7rem 0;
}.course_offering_8493 h2 {
    max-width: 70%;
    font-size: calc(38px * 1.1);
}.course_offering_8493 .tech_skills_8360 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}.course_offering_8493 .thumb_1024 {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.course_offering_8493 .text_group_8240 {
    padding: 1rem 0;
}.course_offering_8493 .description {
    max-height: 450px;
    padding-right: 1.5rem;
}
}

@media screen and (min-width: 992px) {.course_offering_8493 {
    padding: 8rem 0;
}.course_offering_8493 h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 4rem;
    max-width: 60%;
}.course_offering_8493 .thumb_1024 {
    height: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.course_offering_8493 .tech_skills_8360 {
    gap: 4rem;
}.course_offering_8493 .text_group_8240::before {
    width: 0.4rem;
    left: -3rem;
}.course_offering_8493 .description {
    max-height: 500px;
    line-height: 1.8;
    padding-right: 2rem;
    font-size: calc(16px * 1.05);
}.course_offering_8493 .description:first-of-type::first-letter {
    padding: 0.7rem;
    font-size: 2rem;
}
}

@media screen and (min-width: 1200px) {.course_offering_8493 h2 {
    transform: translateX(-1rem);
}.course_offering_8493 .tech_skills_8360 {
    gap: 5rem;
}.course_offering_8493 .thumb_1024 {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
    height: 550px;
}.course_offering_8493 .description {
    max-height: 550px;
}
}

@media (hover: hover) {.course_offering_8493 .thumb_1024 {
    cursor: pointer;
}
}

@media (prefers-reduced-motion: reduce) {.course_offering_8493 h2::after {
    animation: none;
}.course_offering_8493 .thumb_1024 {
    transition: none;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    left: 0;
    position: fixed;
    z-index: 100;
    background: linear-gradient(to bottom, 
        rgb(201,191,208,0.5) 0%,
        #000000 100%);
    top: 0;
    width: 100%;
}header::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(164,152,173,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(201,191,208,0.5) 0%, transparent 15%);
    height: 100%;
    z-index: 1;
    animation: pulse-bg 8s infinite alternate;
    opacity: 0.3;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}header::after {
    position: absolute;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(164,152,173,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(164,152,173,0.5) 100%);
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
}header .container {
    padding: 0;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    flex-direction: column;
}header .main_skill_9643 {
    flex-direction: column;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}header .main_sitewrap_1740 {
    display: flex;
    position: relative;
    text-decoration: none;
    justify-content: center;
    margin: 1rem 0 1.5rem;
    align-items: center;
    z-index: 3;
}header .main_sitewrap_1740::before {
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(164,152,173,0.5) 120deg,
            transparent 180deg,
            rgb(201,191,208,0.5) 240deg,
            transparent 360deg
        );
    content: "";
    width: 120px;
    z-index: -1;
    opacity: 0.2;
    animation: rotate 10s linear infinite;
    height: 120px;
    border-radius: 50%;
}header .main_sitewrap_1740::after {
    width: 70px;
    z-index: -2;
    background: rgb(164,152,173,0.5);
    height: 70px;
    opacity: 0.3;
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
}header .main_sitewrap_1740 svg {
    filter: drop-shadow(0 0 8px rgb(201,191,208,0.5));
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
}header .main_sitewrap_1740:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(164,152,173));
}header .main_mainbar_4735 {
    border-bottom: 1px solid rgb(201,191,208,0.5);
    scrollbar-width: none;
    width: 100vw;
    border-top: 1px solid rgb(201,191,208,0.5);
    padding: 1rem 0;
    gap: 0.8rem;
    position: relative;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
}header .main_mainbar_4735::-webkit-scrollbar {
    display: none;
}header .main_mainbar_4735::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    pointer-events: none;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    width: 100%;
}header .top_expert_8709 {
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    perspective: 800px;
    position: relative;
    color: #ffffff;
    padding: 0.6rem 1.5rem;
    z-index: 2;
}header .top_expert_8709::before {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    transition: all 0.3s ease;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateZ(-10px);
    border: 1px solid transparent;
}header .top_expert_8709::after {
    position: absolute;
    content: "";
    background: rgb(164,152,173);
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    bottom: 0;
    width: 0%;
    height: 2px;
}header .top_expert_8709:hover {
    text-shadow: 0 0 5px rgb(164,152,173,0.5);
    transform: translateY(-2px) translateZ(0);
    color: rgb(164,152,173);
}header .top_expert_8709:hover::before {
    box-shadow: 0 0 15px rgb(201,191,208,0.5);
    border-color: rgb(164,152,173,0.5);
    transform: translateZ(0);
}header .top_expert_8709:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .main_sitewrap_1740 {
    margin: 0.8rem 0 1.2rem;
}header .main_sitewrap_1740 svg {
    height: 40px;
}header .top_expert_8709 {
    padding: 0.5rem 1.2rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .main_sitewrap_1740 {
    margin: 0.6rem 0 1rem;
}header .main_sitewrap_1740 svg {
    height: 35px;
}header .main_sitewrap_1740::before {
    width: 90px;
    height: 90px;
}header .main_sitewrap_1740::after {
    width: 50px;
    height: 50px;
}header .main_mainbar_4735 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top_expert_8709 {
    font-size: calc(14px - 2px);
    padding: 0.4rem 1rem;
}header .top_expert_8709:first-child {
    margin-left: 2rem;
}header .top_expert_8709:last-child {
    margin-right: 2rem;
}}.privacyAgreementDialog_6415 {
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(201,191,208);
    position: fixed;
    z-index: 90;
    background: rgb(230,225,233);
}.policy_opt_4369 {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}#cookieModalWindow_4158 {
    display: none;
}#cookieModalWindow_4158:checked ~ .privacyAgreementDialog_6415 {
    visibility: hidden;
    opacity: 0;
}.privacyAgreementDialog_6415 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.privacyAgreementDialog_6415 p {
    font-size: 18px;
}.cookie_review_2941 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_review_2941 svg, .cookie_review_2941 svg path, .cookie_review_2941 img {
    height: 100px;
    fill: rgb(201,191,208);
    width: 100px;
}.user_choices_8357 {
    min-width: 120px;
    flex-shrink: 0;
    color: rgb(201,191,208);
    border-bottom: 2px solid rgb(201,191,208);
    white-space: nowrap;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    font-size: 24px;
}.privacyAgreementDialog_6415 p a {
    text-decoration: none;
    color: rgb(201,191,208);
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialog_6415 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_review_2941 {
    display: none;
}.policy_opt_4369 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacyAgreementDialog_6415 h5 {
    text-align: center;
}.privacyAgreementDialog_6415 p {
    text-align: center;
}.cookie_window_1726 {
    margin-bottom: 20px;
}body .container-wrap_6271 .user_choices_8357 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.container-wrap_6271 .privacyAgreementDialog_6415 {
    box-shadow: rgb(201,191,208,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.container-wrap_6271 .user_choices_8357 {
    font-weight: 400;
    color: #ffffff;
    margin-left: 30px;
    background: rgb(201,191,208);
    padding: 10px;
    font-size: 20px;
    border: none;
}.container-wrap_6271 .cookie_review_2941 {
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    height: 80px;
    width: 80px;
    display: flex;
    background:rgb(201,191,208);
}.container-wrap_6271 .cookie_review_2941 svg, .container-wrap_6271 .cookie_review_2941 svg path, .container-wrap_6271 .cookie_review_2941 img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.container-wrap_6271 .cookie_window_1726 h5, .container-wrap_6271 .cookie_window_1726 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.container-wrap_6271 .cookie_review_2941 {
    margin: 0;
    margin-bottom: 14px;
}}.who_we_are_0561 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(230,225,233);
}.who_we_are_0561::before {
    opacity: 0.6;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(201,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(164,152,173,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
}.who_we_are_0561 .container {
    z-index: 1;
    position: relative;
}.who_we_are_0561 .study_guide_3519 {
    position: relative;
}.who_we_are_0561 h3 {
    position: relative;
    font-size: 33px;
    left: 50%;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    text-align: center;
    transform: translateX(-50%);
    margin-bottom: 50px;
}.who_we_are_0561 h3::after {
    left: 50%;
    background: rgb(201,191,208);
    width: 60px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: -15px;
    height: 3px;
}.who_we_are_0561 .pro_learning_9643 {
    flex-direction: column;
    position: relative;
    margin-bottom: 70px;
    display: flex;
}.who_we_are_0561 .pro_learning_9643 span {
    display: block;
    color: rgb(201,191,208);
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}.who_we_are_0561 .pro_learning_9643 p {
    color: #000000;
    margin-bottom: 30px;
    width: 60%;
    line-height: 1.7;
    font-size: 18px;
}.who_we_are_0561 .pro_learning_9643 .thumb_1024 {
    height: 100%;
    width: 35%;
    box-shadow: -15px 15px 0 rgb(201,191,208,0.5);
    position: absolute;
    top: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    right: 0;
    border-radius: 26px;
}.who_we_are_0561 .pro_learning_9643 .thumb_1024:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(201,191,208,0.5);
}.who_we_are_0561 .skill_boost_3159 {
    margin-top: 50px;
    flex-direction: column;
    display: flex;
    position: relative;
}.who_we_are_0561 .skill_boost_3159 p {
    width: 60%;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: auto;
    color: #000000;
    line-height: 1.7;
}.who_we_are_0561 .skill_boost_3159 .smart_guide_7318 {
    top: 0;
    box-shadow: 15px 15px 0 rgb(164,152,173,0.5);
    left: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: absolute;
    border-radius: 26px;
    width: 35%;
    height: 100%;
}.who_we_are_0561 .skill_boost_3159 .smart_guide_7318:hover {
    box-shadow: 20px 20px 0 rgb(164,152,173,0.5);
    transform: translate(-5px, -5px);
}.who_we_are_0561 .study_guide_3519::before {
    content: "";
    z-index: -1;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    top: -100px;
    position: absolute;
    border: 2px dashed rgb(201,191,208,0.5);
    left: -100px;
    animation: rotate 30s infinite linear;
}.who_we_are_0561 .study_guide_3519::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    right: -75px;
    width: 150px;
    height: 150px;
    bottom: -75px;
    border: 2px dashed rgb(164,152,173,0.5);
    z-index: -1;
    animation: rotate 20s infinite linear reverse;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who_we_are_0561 .pro_learning_9643::after {
    left: 0;
    height: 1px;
    width: 50%;
    bottom: -35px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(201,191,208,0.5), transparent);
}.who_we_are_0561 .pro_learning_9643 svg {
    left: -45px;
    width: 30px;
    opacity: 0.7;
    color: rgb(201,191,208);
    position: absolute;
    height: 30px;
    top: 10px;
}.who_we_are_0561 .pro_learning_9643 svg path {
    fill: rgb(201,191,208);
}.who_we_are_0561 .skill_boost_3159 svg {
    top: 10px;
    position: absolute;
    width: 30px;
    right: -45px;
    height: 30px;
    color: rgb(164,152,173);
    opacity: 0.7;
}.who_we_are_0561 .skill_boost_3159 svg path {
    fill: rgb(164,152,173);
}.who_we_are_0561 .container::before {
    background-image: linear-gradient(45deg, rgb(230,225,233) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(230,225,233) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(230,225,233) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(230,225,233) 75%);
    opacity: 0.05;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: -1;
    background-size: 20px 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}

@media screen and (max-width: 1024px) {.who_we_are_0561 {
    padding: 80px 0;
}.who_we_are_0561 h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.who_we_are_0561 .pro_learning_9643 p,
    .who_we_are_0561 .skill_boost_3159 p {
    width: 55%;
}.who_we_are_0561 .pro_learning_9643 .thumb_1024,
    .who_we_are_0561 .skill_boost_3159 .smart_guide_7318 {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.who_we_are_0561 {
    padding: 60px 0;
}.who_we_are_0561 h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.who_we_are_0561 .pro_learning_9643 {
    margin-bottom: 50px;
}.who_we_are_0561 .pro_learning_9643 p,
    .who_we_are_0561 .skill_boost_3159 p {
    margin-bottom: 230px;
    width: 100%;
}.who_we_are_0561 .pro_learning_9643 .thumb_1024,
    .who_we_are_0561 .skill_boost_3159 .smart_guide_7318 {
    left: auto;
    top: auto;
    width: 100%;
    right: auto;
    margin-bottom: 20px;
    height: 200px;
    position: relative;
}.who_we_are_0561 .pro_learning_9643 .thumb_1024 {
    margin-top: -230px;
}.who_we_are_0561 .skill_boost_3159 .smart_guide_7318 {
    order: -1;
    margin-bottom: 20px;
}.who_we_are_0561 .skill_boost_3159 {
    display: flex;
    flex-direction: column;
}.who_we_are_0561 .pro_learning_9643 svg,
    .who_we_are_0561 .skill_boost_3159 svg {
    position: static;
    margin-bottom: 10px;
    display: block;
}
}

@media screen and (max-width: 480px) {.who_we_are_0561 {
    padding: 40px 0;
}.who_we_are_0561 h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.who_we_are_0561 h3::after {
    width: 40px;
    bottom: -10px;
}.who_we_are_0561 .pro_learning_9643 {
    margin-bottom: 40px;
}.who_we_are_0561 .pro_learning_9643 p,
    .who_we_are_0561 .skill_boost_3159 p {
    margin-bottom: 180px;
    font-size: calc(18px * 0.9);
}.who_we_are_0561 .pro_learning_9643 .thumb_1024,
    .who_we_are_0561 .skill_boost_3159 .smart_guide_7318 {
    height: 160px;
}.who_we_are_0561 .pro_learning_9643 .thumb_1024 {
    box-shadow: -8px 8px 0 rgb(201,191,208,0.5);
    margin-top: -180px;
}.who_we_are_0561 .skill_boost_3159 .smart_guide_7318 {
    box-shadow: 8px 8px 0 rgb(164,152,173,0.5);
}.who_we_are_0561 .pro_learning_9643 .thumb_1024:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(201,191,208,0.5);
}.who_we_are_0561 .skill_boost_3159 .smart_guide_7318:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0 rgb(164,152,173,0.5);
}.who_we_are_0561 .pro_learning_9643 span {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.who_we_are_0561 .study_guide_3519::before,
    .who_we_are_0561 .study_guide_3519::after {
    height: 100px;
    width: 100px;
}}.instructor_profile_6048 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(170deg, rgb(230,225,233), #ffffff);
}.instructor_profile_6048::before {
    border-radius: 50%;
    height: 500px;
    background-color: rgb(201,191,208,0.5);
    width: 500px;
    top: -200px;
    position: absolute;
    content: "";
    right: -200px;
    opacity: 0.1;
}.instructor_profile_6048 .container {
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
}.instructor_profile_6048 .opinion_hub_2394 {
    padding: 50px;
    display: flex;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 30px;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    max-width: 800px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.instructor_profile_6048 .opinion_hub_2394:hover {
    transform: translateY(-10px);
}.instructor_profile_6048 .opinion_hub_2394::before {
    transform: rotate(45deg);
    content: "";
    top: -15px;
    position: absolute;
    z-index: -1;
    background-color: rgb(164,152,173);
    left: 50px;
    width: 30px;
    height: 30px;
}.instructor_profile_6048 .opinion_hub_2394::after {
    position: absolute;
    bottom: -15px;
    width: 30px;
    z-index: -1;
    right: 50px;
    background-color: rgb(201,191,208);
    transform: rotate(45deg);
    height: 30px;
    content: "";
}.instructor_profile_6048 .thumb_1024 {
    align-self: center;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 120px;
    width: 120px;
    position: relative;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.instructor_profile_6048 .opinion_hub_2394:hover .thumb_1024 {
    transform: scale(1.05);
}.instructor_profile_6048 .thumb_1024::before {
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(201,191,208,0.5));
    content: "";
    inset: 0;
}.instructor_profile_6048 .opinion_hub_2394:hover .thumb_1024::before {
    opacity: 1;
}.instructor_profile_6048 .employee_content_8409 {
    background-color: rgb(230,225,233);
    margin: 25px 0 0;
    position: relative;
    font-size: 13px;
    padding: 20px 30px;
    line-height: 1.8;
    color: #000000;
    order: 3;
    border-radius: 30px;
}.instructor_profile_6048 .employee_content_8409::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 30px;
    position: absolute;
    top: -10px;
    content: "";
    border-bottom: 10px solid rgb(230,225,233);
}.instructor_profile_6048 .name {
    font-weight: 700;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin: 5px 0;
    color: #000000;
    position: relative;
    font-size: 18px;
    order: 1;
}.instructor_profile_6048 .name::after {
    left: 50%;
    transition: width 0.3s ease;
    bottom: 0;
    height: 2px;
    background-color: rgb(201,191,208);
    width: 40px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
}.instructor_profile_6048 .opinion_hub_2394:hover .name::after {
    width: 80px;
}.instructor_profile_6048 span:not(.name) {
    order: 2;
    margin-bottom: 15px;
    color: rgb(164,152,173);
    text-align: center;
    font-size: calc(13px * 0.9);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 768px) {.instructor_profile_6048 .opinion_hub_2394 {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
}.instructor_profile_6048 .thumb_1024 {
    grid-area: photo;
    align-self: start;
    margin-bottom: 0;
    height: 180px;
    width: 180px;
}.instructor_profile_6048 .name {
    text-align: left;
    grid-area: name;
    font-size: 35px;
}.instructor_profile_6048 .name::after {
    transform: none;
    left: 0;
}.instructor_profile_6048 span:not(.name) {
    grid-area: job;
    text-align: left;
    margin-bottom: 0;
}.instructor_profile_6048 .employee_content_8409 {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.instructor_profile_6048 {
    padding: 70px 0;
}.instructor_profile_6048 .opinion_hub_2394 {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.instructor_profile_6048 {
    padding: 50px 0;
}.instructor_profile_6048 .opinion_hub_2394 {
    padding: 30px 20px;
}.instructor_profile_6048 .employee_content_8409 {
    margin-top: 20px;
    padding: 15px 20px;
}}.title_intro_9036 {
    width: 100%;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.title_intro_9036 .page_base_8970 {
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 600px;
    position: relative;
}.title_intro_9036 .page_base_8970::before {
    width: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
    rgba(0,0,0,0.85) 0%, 
    rgba(20,20,50,0.75) 50%, 
    rgba(0,0,0,0.85) 100%);
    left: 0;
}.title_intro_9036 .page_base_8970::after {
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0px,
    rgba(255,255,255,0.05) 1px,
    transparent 1px,
    transparent 15px
  );
    right: 0;
    pointer-events: none;
    z-index: 2;
}.title_intro_9036 .skill_program_1698 {
    position: relative;
    padding: 3rem;
    z-index: 3;
    max-width: 90%;
    transform: translateY(-20px);
    width: 1000px;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.title_intro_9036 .skill_program_1698 > div {
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}.title_intro_9036 .skill_program_1698 > div:nth-child(1) {
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateX(-20px);
}.title_intro_9036 .skill_program_1698 > div:nth-child(2) {
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    transform: translateY(20px);
}.title_intro_9036 .skill_program_1698 > div:nth-child(3) {
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.9s forwards;
    opacity: 0;
    transform: translateX(20px);
}.title_intro_9036 p {
    position: relative;
    padding-left: 2rem;
    font-size: calc(12px * 1.1);
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}.title_intro_9036 p::before {
    height: 2px;
    position: absolute;
    left: 0;
    content: '';
    background: rgb(201,191,208);
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}.title_intro_9036 .title_style_header {
    line-height: 1.2;
    position: relative;
    transform-origin: left;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgb(201,191,208) 100%
  );
    -webkit-text-fill-color: transparent;
    font-size: calc(40px * 1.3);
    text-shadow: 0 3px 10px rgba(0,0,0,0.2);
}.title_intro_9036 .title_style_header::after {
    left: 0;
    position: absolute;
    bottom: -10px;
    background: rgb(201,191,208);
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    width: 80px;
    content: '';
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;
}.title_intro_9036 h3 {
    margin: 0;
    font-size: calc(24px * 1.1);
    padding-right: 4rem;
    opacity: 0.9;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
}.title_intro_9036 h3::after {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(164,152,173);
    height: 1px;
    width: 3rem;
    right: 0;
    content: '';
}

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

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (max-width: 1200px) {.title_intro_9036 .title_style_header {
    font-size: calc(40px * 1.1);
}.title_intro_9036 p {
    font-size: 12px;
}.title_intro_9036 h3 {
    font-size: 24px;
    padding-right: 2rem;
}
}

@media (max-width: 992px) {.title_intro_9036 .page_base_8970 {
    min-height: 500px;
}.title_intro_9036 .skill_program_1698 {
    padding: 2rem;
}.title_intro_9036 .skill_program_1698 > div {
    margin-bottom: 1.2rem;
}.title_intro_9036 h3::after {
    width: 2rem;
}
}

@media (max-width: 768px) {.title_intro_9036 .page_base_8970 {
    min-height: 450px;
}.title_intro_9036 .skill_program_1698 {
    padding: 1.5rem;
}.title_intro_9036 .title_style_header {
    font-size: 30px;
}.title_intro_9036 p {
    padding-left: 1.5rem;
}.title_intro_9036 p::before {
    width: 8px;
}.title_intro_9036 .title_style_header::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.title_intro_9036 .page_base_8970 {
    min-height: 400px;
}.title_intro_9036 .skill_program_1698 {
    padding: 1rem;
    width: 95%;
}.title_intro_9036 .skill_program_1698 > div {
    margin-bottom: 1rem;
}.title_intro_9036 .title_style_header {
    font-size: calc(30px * 0.9);
}.title_intro_9036 h3 {
    font-size: calc(22px * 1.1);
    padding-right: 0;
}.title_intro_9036 h3::after {
    display: none;
}.title_intro_9036 p {
    font-size: calc(12px * 0.9);
    padding-left: 1.2rem;
}
}

@media (max-height: 600px) {.title_intro_9036 .page_base_8970 {
    min-height: 450px;
    height: auto;
    padding: 3rem 0;
}}.ty_message_2681 {
    background: linear-gradient(135deg, rgb(230,225,233), rgb(164,152,173,0.5) 120%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.ty_message_2681::before {
    position: absolute;
    content: "";
    opacity: 0.4;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(201,191,208,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 0;
    width: 100%;
}.ty_message_2681::after {
    opacity: 0.1;
    right: -5%;
    position: absolute;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    transform: rotate(-15deg);
    content: "";
    height: 60%;
    bottom: -10%;
    width: 40%;
    background: linear-gradient(225deg, rgb(164,152,173) 0%, transparent 70%);
}.ty_message_2681 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.ty_message_2681 .study_guide_3519 {
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center bottom;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(164,152,173), 0.05),
              0 5px 10px rgba(rgb(201,191,208), 0.03);
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
}.ty_message_2681 .study_guide_3519:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(164,152,173), 0.07),
              0 10px 15px rgba(rgb(201,191,208), 0.05);
}.ty_message_2681 .study_guide_3519 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    padding-left: 1.5rem;
    transform: translateX(-20px);
    border-left: 4px solid rgb(201,191,208);
    opacity: 0;
}.ty_message_2681 .study_guide_3519 > div:last-child {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}.ty_message_2681 h5 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    font-size: 23px;
    color: #000000;
    position: relative;
}.ty_message_2681 h5::after {
    bottom: -0.75rem;
    height: 3px;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(201,191,208), transparent);
    transform-origin: left;
    width: 4rem;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}.ty_message_2681 p {
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    color: #000000;
}.ty_message_2681 a {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: inherit;
    display: block;
    position: relative;
}.ty_message_2681 a::before {
    content: "";
    transform: translateX(-10px);
    top: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 0.5rem;
    opacity: 0;
    left: -2.5rem;
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(164,152,173));
    height: 100%;
}.ty_message_2681 a:hover {
    transform: translateX(10px);
}.ty_message_2681 a:hover::before {
    opacity: 0.7;
    transform: translateX(0);
}.ty_message_2681 a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(201,191,208,0.5);
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

@media (min-width: 768px) {.ty_message_2681 {
    padding: 8rem 3rem;
}.ty_message_2681 .study_guide_3519 {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.ty_message_2681 .study_guide_3519 > div:first-child {
    margin-bottom: 3rem;
    padding-left: 2rem;
    border-left-width: 6px;
}.ty_message_2681 h5 {
    font-size: calc(23px * 1.1);
}.ty_message_2681 p {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.ty_message_2681 .study_guide_3519 {
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
}.ty_message_2681 .study_guide_3519 > div:first-child {
    margin-bottom: 0;
    flex: 0 0 40%;
    margin-right: 5rem;
}.ty_message_2681 .study_guide_3519 > div:last-child {
    flex: 0 0 60%;
}.ty_message_2681 h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.ty_message_2681 {
    padding: 4rem 1.5rem;
}.ty_message_2681 .study_guide_3519 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.ty_message_2681 h5 {
    font-size: calc(23px * 0.9);
}.ty_message_2681 p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.ty_message_2681 a::before {
    left: -1.5rem;
    width: 0.3rem;
}}.privacy_concealment_8395 {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(230,225,233), #ffffff 80%);
    overflow: hidden;
}.privacy_concealment_8395::before {
    background: linear-gradient(90deg, rgb(201,191,208), rgb(164,152,173));
    width: 100%;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.97);
    left: 0;
    top: 0;
    position: absolute;
    height: 5px;
    transform-origin: left;
}.privacy_concealment_8395:hover::before {
    transform: scaleX(1);
}.privacy_concealment_8395::after {
    position: absolute;
    background: linear-gradient(to left, rgb(201,191,208,0.5), transparent);
    height: 100%;
    content: "";
    width: 50%;
    right: 0;
    opacity: 0.03;
    bottom: 0;
    transform: skewX(-12deg) translateX(30%);
    z-index: 0;
}.privacy_concealment_8395 .container {
    z-index: 1;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.privacy_concealment_8395 h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(201,191,208);
    transform: translateX(-0.5rem);
    position: relative;
    letter-spacing: -0.03em;
    padding-bottom: 1rem;
    transition: transform 0.3s ease;
    font-size: 41px;
}.privacy_concealment_8395 h1::after {
    width: 80px;
    transition: width 0.4s ease-out;
    background: rgb(164,152,173);
    transform-origin: left;
    left: 0;
    height: 3px;
    content: "";
    bottom: 0;
    position: absolute;
}.privacy_concealment_8395:hover h1::after {
    width: 120px;
}.privacy_concealment_8395 h2 {
    font-size: 37px;
    margin-bottom: 1.25rem;
    font-weight: 600;
    border-left: 3px solid rgb(201,191,208);
    margin-top: 2.5rem;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    transition: padding-left 0.3s ease;
}.privacy_concealment_8395 h2:hover {
    padding-left: 1.5rem;
}.privacy_concealment_8395 h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    margin-top: 2rem;
    font-size: calc(37px * 0.85);
}.privacy_concealment_8395 h4 {
    color: #000000;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 0.75rem;
    margin-top: 1.75rem;
    font-size: calc(37px * 0.7);
}.privacy_concealment_8395 h4::after {
    left: 0;
    bottom: -5px;
    background: linear-gradient(to right, rgb(164,152,173), transparent);
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
}.privacy_concealment_8395 p {
    line-height: 1.7;
    font-size: 17px;
    padding-right: 1rem;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}.privacy_concealment_8395 p:hover {
    transform: translateX(5px);
}.privacy_concealment_8395 p strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: rgb(201,191,208);
}.privacy_concealment_8395 p strong::after {
    content: "";
    height: 1px;
    width: 100%;
    transform-origin: left;
    transition: transform 0.3s ease;
    left: 0;
    background-color: rgb(201,191,208,0.5);
    position: absolute;
    bottom: -2px;
    transform: scaleX(0.7);
}.privacy_concealment_8395 p strong:hover::after {
    transform: scaleX(1);
}.privacy_concealment_8395 span {
    display: block;
    border-left: 1px dashed rgb(164,152,173,0.5);
    color: #000000;
    padding-left: 1rem;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.privacy_concealment_8395 ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_concealment_8395 li {
    font-size: 17px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.6;
}.privacy_concealment_8395 li:hover {
    transform: translateX(5px);
}.privacy_concealment_8395 li::before {
    background-color: rgb(164,152,173);
    top: 0.5rem;
    width: 8px;
    height: 8px;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
}.privacy_concealment_8395 li:hover::before {
    background-color: rgb(201,191,208);
    transform: rotate(225deg);
}


@media (max-width: 991px) {.privacy_concealment_8395 {
    padding: 3rem 1.5rem;
}.privacy_concealment_8395 h1 {
    font-size: calc(41px * 0.9);
}.privacy_concealment_8395 h2 {
    font-size: calc(37px * 0.9);
}.privacy_concealment_8395 p, .privacy_concealment_8395 span, .privacy_concealment_8395 li {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 767px) {.privacy_concealment_8395 {
    padding: 2.5rem 1.25rem;
}.privacy_concealment_8395::after {
    display: none;
}.privacy_concealment_8395 h1 {
    font-size: calc(41px * 0.8);
    transform: translateX(0);
}.privacy_concealment_8395 h2 {
    padding-left: 0.75rem;
    font-size: calc(37px * 0.8);
}.privacy_concealment_8395 h3 {
    font-size: calc(37px * 0.7);
}.privacy_concealment_8395 h4 {
    font-size: calc(37px * 0.6);
}.privacy_concealment_8395 p, .privacy_concealment_8395 span, .privacy_concealment_8395 li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.privacy_concealment_8395 ul {
    margin-left: 0.5rem;
}.privacy_concealment_8395 li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.privacy_concealment_8395 {
    padding: 2rem 1rem;
}.privacy_concealment_8395 h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_concealment_8395 h1::after {
    width: 60px;
}.privacy_concealment_8395:hover h1::after {
    width: 80px;
}.privacy_concealment_8395 h2 {
    margin-top: 2rem;
    font-size: calc(37px * 0.7);
    margin-bottom: 1rem;
}.privacy_concealment_8395 p, .privacy_concealment_8395 span, .privacy_concealment_8395 li {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-size: calc(17px * 0.85);
}.privacy_concealment_8395 li::before {
    top: 0.4rem;
    width: 6px;
    height: 6px;
}.privacy_concealment_8395 p:hover, .privacy_concealment_8395 li:hover {
    transform: translateX(3px);
}}.customer_experience_8154 {
    background: linear-gradient(180deg, rgb(230,225,233) 0%, #ffffff 70%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.customer_experience_8154::before {
    z-index: 1;
    opacity: 0.4;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(201,191,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(164,152,173,0.5) 0%, transparent 30%);
    position: absolute;
}.customer_experience_8154 .study_guide_3519 {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.customer_experience_8154 h4 {
    color: #000000;
    font-size: 47px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 80px;
    font-weight: 700;
}.customer_experience_8154 h4::after {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 4px;
    bottom: -20px;
    background: rgb(201,191,208);
    border-radius: 10px;
    width: 60px;
}.customer_experience_8154 .user_review_5326 {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    flex-direction: column;
}.customer_experience_8154 .user_review_5326::before {
    width: 4px;
    left: calc(50% - 2px);
    border-radius: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(201,191,208,0.5), rgb(164,152,173,0.5));
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
}.customer_experience_8154 .opinion_hub_2394 {
    margin-bottom: 40px;
    width: 48%;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 30px;
    z-index: 2;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}.customer_experience_8154 .opinion_hub_2394:nth-child(odd) {
    align-self: flex-start;
    transform: translateY(40px);
}.customer_experience_8154 .opinion_hub_2394:nth-child(even) {
    transform: translateY(-40px);
    align-self: flex-end;
}.customer_experience_8154 .opinion_hub_2394::before {
    width: 20px;
    background: #ffffff;
    border-radius: 50%;
    height: 20px;
    top: 50%;
    border: 4px solid rgb(201,191,208);
    z-index: 3;
    position: absolute;
    content: "";
}.customer_experience_8154 .opinion_hub_2394:nth-child(odd)::before {
    transform: translateY(-50%);
    right: -50px;
}.customer_experience_8154 .opinion_hub_2394:nth-child(even)::before {
    left: -50px;
    transform: translateY(-50%);
}.customer_experience_8154 .opinion_hub_2394::after {
    transform: translateY(-50%);
    width: 30px;
    content: "";
    top: 50%;
    position: absolute;
    height: 2px;
    background: rgb(201,191,208,0.5);
}.customer_experience_8154 .opinion_hub_2394:nth-child(odd)::after {
    right: -30px;
}.customer_experience_8154 .opinion_hub_2394:nth-child(even)::after {
    left: -30px;
}.customer_experience_8154 .opinion_hub_2394:hover {
    z-index: 4;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.customer_experience_8154 .opinion_hub_2394:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}.customer_experience_8154 .opinion_hub_2394:nth-child(even):hover {
    transform: translateY(-40px) scale(1.05);
}.customer_experience_8154 .thumb_1024 {
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    border-radius: 10px;
    float: left;
    border: 3px solid #ffffff;
    width: 80px;
    margin-right: 20px;
    transition: all 0.5s ease;
}.customer_experience_8154 .opinion_hub_2394:nth-child(even) .thumb_1024 {
    margin-left: 20px;
    float: right;
    margin-right: 0;
}.customer_experience_8154 .opinion_hub_2394:hover .thumb_1024 {
    transform: scale(1.1);
    border-radius: 50%;
}.customer_experience_8154 .opinion_hub_2394 span {
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 23px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}.customer_experience_8154 .opinion_hub_2394:hover span {
    color: rgb(201,191,208);
}.customer_experience_8154 .opinion_hub_2394 p {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
}.customer_experience_8154 .opinion_hub_2394:hover p {
    color: #000000;
}.customer_experience_8154 .opinion_hub_2394:nth-child(odd) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInLeft 0.8s ease-out both;
}.customer_experience_8154 .opinion_hub_2394:nth-child(even) {
    animation: fadeInRight 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-40px);
    }
}

.customer_experience_8154 .opinion_hub_2394:last-child:nth-child(odd) {
    margin-bottom: 0;
}

@media (max-width: 1024px) {.customer_experience_8154 {
    padding: 90px 0;
}.customer_experience_8154 h4 {
    font-size: calc(47px * 0.85);
    margin-bottom: 60px;
}.customer_experience_8154 .opinion_hub_2394 {
    width: 46%;
    padding: 25px;
}.customer_experience_8154 .opinion_hub_2394:nth-child(odd)::before {
    right: -40px;
}.customer_experience_8154 .opinion_hub_2394:nth-child(even)::before {
    left: -40px;
}.customer_experience_8154 .thumb_1024 {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 768px) {.customer_experience_8154 {
    padding: 70px 0;
}.customer_experience_8154 h4 {
    margin-bottom: 50px;
    font-size: calc(47px * 0.7);
}.customer_experience_8154 .user_review_5326::before {
    left: 30px;
}.customer_experience_8154 .opinion_hub_2394 {
    transform: translateY(0) !important;
    width: calc(100% - 60px);
    margin-bottom: 30px;
    align-self: flex-start !important;
    margin-left: 60px;
}.customer_experience_8154 .opinion_hub_2394:hover {
    transform: scale(1.03) !important;
}.customer_experience_8154 .opinion_hub_2394:nth-child(n)::before {
    right: auto;
    left: -50px;
}.customer_experience_8154 .opinion_hub_2394:nth-child(n)::after {
    right: auto;
    left: -30px;
}.customer_experience_8154 .thumb_1024 {
    float: left !important;
    width: 60px;
    height: 60px;
    margin-left: 0 !important;
    margin-right: 15px !important;
}.customer_experience_8154 .opinion_hub_2394 span {
    font-size: calc(23px * 0.9);
}.customer_experience_8154 .opinion_hub_2394 p {
    clear: none;
    font-size: calc(18px * 0.95);
}.customer_experience_8154 .opinion_hub_2394:nth-child(n) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: fadeInUp 0.6s ease-out both;
}@keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}.course_benefits_1837 {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(201,191,208,0.5) 100%);
    position: relative;
}.course_benefits_1837::before {
    position: absolute;
    top: -100px;
    width: 300px;
    height: 300px;
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(164,152,173,0.5) 0%, transparent 70%);
    right: -100px;
}.course_benefits_1837::after {
    transform: rotate(45deg);
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    left: -50px;
    content: "";
    bottom: -50px;
    background: linear-gradient(135deg, rgb(201,191,208,0.5) 0%, transparent 70%);
    width: 200px;
    height: 200px;
    border-radius: 17px;
}.course_benefits_1837 .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course_benefits_1837 .study_guide_3519 {
    background: #ffffff;
    gap: 60px;
    align-items: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 17px;
    padding: 40px;
    transition: transform 0.5s ease;
}.course_benefits_1837 .study_guide_3519:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_benefits_1837 .thumb_1024 {
    width: 40%;
    border-radius: 17px;
    transition: all 0.3s ease;
    box-shadow: 10px 10px 0 rgb(201,191,208,0.5);
    object-fit: cover;
    transform: translateY(-20px);
}.course_benefits_1837 .study_guide_3519:hover .thumb_1024 {
    box-shadow: 15px 15px 0 rgb(201,191,208,0.5);
    transform: translateY(0);
}.course_benefits_1837 .text_group_8240 {
    width: 60%;
    padding: 20px 0;
}.course_benefits_1837 h3 {
    margin-bottom: 30px;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}.course_benefits_1837 h3::after {
    height: 3px;
    width: 80px;
    background: rgb(164,152,173);
    bottom: -10px;
    content: "";
    border-radius: 10px;
    left: 0;
    position: absolute;
}.course_benefits_1837 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.course_benefits_1837 li {
    transition: transform 0.3s ease;
    margin-bottom: 22px;
    padding-left: 15px;
    position: relative;
}.course_benefits_1837 li:hover {
    transform: translateX(10px);
}.course_benefits_1837 li p {
    gap: 15px;
    font-size: 17px;
    display: flex;
    margin: 0;
    align-items: center;
    font-weight: 400;
    color: #000000;
}.course_benefits_1837 svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.course_benefits_1837 svg path {
    fill: rgb(201,191,208);
    transition: fill 0.3s ease;
}.course_benefits_1837 li:hover svg path {
    fill: rgb(164,152,173);
}

@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, 30px) rotate(180deg); }
    100% { transform: translate(-30px, 15px) rotate(360deg); }
}

@keyframes pulse {
    0% { transform: rotate(45deg) scale(1); opacity: 0.5; }
    50% { transform: rotate(45deg) scale(1.2); opacity: 0.7; }
    100% { transform: rotate(45deg) scale(1); opacity: 0.5; }
}

@media (max-width: 992px) {.course_benefits_1837 {
    padding: 60px 0;
}.course_benefits_1837 .study_guide_3519 {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
    transform: perspective(1000px) rotateY(0);
}.course_benefits_1837 .thumb_1024 {
    width: 80%;
    transform: translateY(0);
    margin: 0 auto;
}.course_benefits_1837 .text_group_8240 {
    width: 100%;
    padding: 0;
}
}

@media (max-width: 576px) {.course_benefits_1837 {
    padding: 40px 0;
}.course_benefits_1837 .study_guide_3519 {
    gap: 30px;
    padding: 25px;
}.course_benefits_1837 .thumb_1024 {
    width: 100%;
    box-shadow: 5px 5px 0 rgb(201,191,208,0.5);
}.course_benefits_1837 h3 {
    margin-bottom: 25px;
    font-size: 23px;
}.course_benefits_1837 h3::after {
    width: 60px;
}.course_benefits_1837 li {
    margin-bottom: 15px;
}.course_benefits_1837 svg {
    height: 20px;
    width: 20px;
}}.contact_form_section_6391 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
}.contact_form_section_6391::before {
    background-color: rgb(201,191,208,0.5);
    left: 0;
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
}.contact_form_section_6391 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
}.contact_form_section_6391 .message_message_6013 {
    display: flex;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    flex-direction: column;
}.contact_form_section_6391 .connect_query_9542 {
    border-radius: 18px 18px 0 0;
    z-index: 2;
    background-color: #ffffff;
    order: 1;
    width: 100%;
    position: relative;
    padding: 50px 30px;
}.contact_form_section_6391 .connect_query_9542 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    display: inline-block;
}.contact_form_section_6391 .connect_query_9542 h3::after {
    width: 50%;
    content: '';
    bottom: -8px;
    position: absolute;
    height: 3px;
    background-color: rgb(164,152,173);
    left: 0;
}.contact_form_section_6391 .connect_query_9542 form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.contact_form_section_6391 .connect_query_9542 input[type="text"],
.contact_form_section_6391 .connect_query_9542 input[type="email"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    color: #000000;
    border: none;
    border-radius: 10px;
    flex: 1 0 100%;
    padding: 0 20px;
    height: 60px;
    background-color: rgb(230,225,233);
}.contact_form_section_6391 .connect_query_9542 input[type="text"]:focus,
.contact_form_section_6391 .connect_query_9542 input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(164,152,173,0.5);
    outline: none;
}.contact_form_section_6391 .connect_query_9542 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_form_section_6391 .connect_query_9542 .feedback_message_1896 {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    flex: 1 0 100%;
}.contact_form_section_6391 .connect_query_9542 .feedback_message_1896 input[type="checkbox"] {
    position: relative;
    width: 24px;
    appearance: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 2px;
    background-color: rgb(230,225,233);
    flex-shrink: 0;
    height: 24px;
    transition: background-color 0.3s ease;
}.contact_form_section_6391 .connect_query_9542 .feedback_message_1896 input[type="checkbox"]:checked {
    background-color: rgb(164,152,173);
}.contact_form_section_6391 .connect_query_9542 .feedback_message_1896 input[type="checkbox"]:checked::before {
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 6px;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 10px;
    left: 9px;
    content: '';
}.contact_form_section_6391 .connect_query_9542 .feedback_message_1896 label {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}.contact_form_section_6391 .connect_query_9542 .feedback_message_1896 label a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(201,191,208);
}.contact_form_section_6391 .connect_query_9542 .feedback_message_1896 label a::after {
    content: '';
    height: 1px;
    transition: transform 0.3s ease;
    background-color: rgb(201,191,208);
    position: absolute;
    width: 100%;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    bottom: -2px;
}.contact_form_section_6391 .connect_query_9542 .feedback_message_1896 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_section_6391 .connect_query_9542 .inquiry_inquiry_4078 {
    border: none;
    transition: all 0.3s ease;
    flex: 1 0 100%;
    overflow: hidden;
    background-color: rgb(164,152,173);
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 10px rgb(164,152,173,0.5);
    height: 60px;
    letter-spacing: 1px;
    margin-top: 15px;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
}.contact_form_section_6391 .connect_query_9542 .inquiry_inquiry_4078::before {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgb(201,191,208);
    left: 0;
    content: '';
    top: 0;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: right;
}.contact_form_section_6391 .connect_query_9542 .inquiry_inquiry_4078:hover {
    box-shadow: 0 6px 15px rgb(201,191,208,0.5);
}.contact_form_section_6391 .connect_query_9542 .inquiry_inquiry_4078:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_section_6391 .support_info_2978 {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    padding: 50px 30px;
    align-items: center;
    border-radius: 0 0 18px 18px;
    position: relative;
    background-color: rgb(201,191,208);
}.contact_form_section_6391 .support_info_2978::before {
    width: 100%;
    position: absolute;
    height: 30px;
    background: rgb(201,191,208);
    left: 0;
    content: '';
    transform: translateY(-15px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: 0;
}.contact_form_section_6391 .support_info_2978 h3 {
    text-align: center;
    color: #ffffff;
    position: relative;
    font-size: 34px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 40px;
}.contact_form_section_6391 .support_info_2978 h3::after {
    content: '';
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    width: 60px;
    background-color: rgb(164,152,173);
    left: 50%;
    position: absolute;
}.contact_form_section_6391 .support_info_2978 div {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    max-width: 400px;
    position: relative;
    margin-bottom: 30px;
}.contact_form_section_6391 .support_info_2978 div::before {
    opacity: 0.2;
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: -10px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 0;
    content: '';
}.contact_form_section_6391 .support_info_2978 div:last-child::before {
    display: none;
}.contact_form_section_6391 .support_info_2978 div svg {
    background-color: rgb(164,152,173);
    padding: 6px;
    margin-right: 20px;
    width: 32px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(164,152,173,0.5);
    height: 32px;
}.contact_form_section_6391 .support_info_2978 div svg path {
    fill: #ffffff;
}.contact_form_section_6391 .support_info_2978 div span {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}.contact_form_section_6391 .support_info_2978 div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    color: #ffffff;
}.contact_form_section_6391 .support_info_2978 div span a::after {
    left: 0;
    bottom: -2px;
    transform-origin: right;
    content: '';
    background-color: #ffffff;
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    height: 1px;
}.contact_form_section_6391 .support_info_2978 div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.contact_form_section_6391 .message_message_6013 {
    align-items: stretch;
    flex-direction: row;
}.contact_form_section_6391 .connect_query_9542 {
    width: 60%;
    border-radius: 18px 0 0 18px;
    order: 1;
    padding: 60px;
}.contact_form_section_6391 .support_info_2978 {
    border-radius: 0 18px 18px 0;
    justify-content: center;
    padding: 60px 40px;
    order: 2;
    width: 40%;
}.contact_form_section_6391 .support_info_2978::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    width: 30px;
    transform: translateX(-15px);
    height: 100%;
    left: 0;
    top: 0;
}.contact_form_section_6391 .connect_query_9542 input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact_form_section_6391 {
    padding: 80px 0;
}.contact_form_section_6391 .support_info_2978 div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact_form_section_6391 {
    padding: 60px 0;
}.contact_form_section_6391 .connect_query_9542,
    .contact_form_section_6391 .support_info_2978 {
    padding: 40px 25px;
}.contact_form_section_6391 .connect_query_9542 h3,
    .contact_form_section_6391 .support_info_2978 h3 {
    font-size: calc(24px + 2px);
}.contact_form_section_6391 .connect_query_9542 input[type="text"],
    .contact_form_section_6391 .connect_query_9542 input[type="email"],
    .contact_form_section_6391 .connect_query_9542 .inquiry_inquiry_4078 {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact_form_section_6391 {
    padding: 40px 0;
}.contact_form_section_6391 .connect_query_9542,
    .contact_form_section_6391 .support_info_2978 {
    padding: 30px 20px;
}.contact_form_section_6391 .support_info_2978 div svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}}footer {
    width: 100%;
    position: relative;
}footer .honor_cta_2195 {
    padding: 80px 0 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(201,191,208) 100%);
}footer .honor_cta_2195::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
}footer .honor_cta_2195::after {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(201,191,208) 0%, 
        rgb(164,152,173) 50%, 
        rgb(201,191,208) 100%);
    content: '';
    height: 3px;
    left: 0;
    animation: glowBorder 3s infinite linear;
    width: 100%;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .honor_cta_2195 .container {
    position: relative;
    z-index: 2;
}footer .skill_links_1037 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .help_desk_5214 {
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
    position: relative;
    display: flex;
}footer .help_desk_5214::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(164,152,173,0.5) 50%, 
        transparent 100%);
}footer .info_item {
    border-radius: 10px;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    min-width: 200px;
    flex: 1;
    backdrop-filter: blur(5px);
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    display: flex;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 400;
    gap: 10px;
    transition: color 0.3s ease;
    align-items: center;
}footer .info_item svg {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    fill: rgb(164,152,173);
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(164,152,173);
}footer .text_main_holder {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}footer .first_pagebar_0459 {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}footer .first_pagebar_0459 svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(201,191,208,0.5));
    height: auto;
}footer .art_portal_8059 {
    opacity: 0.7;
    max-width: 300px;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}footer .main_mainbar_4735 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .main_mainbar_4735 h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 15px;
}footer .main_mainbar_4735 h5::after {
    background: rgb(164,152,173);
    border-radius: 10px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 50px;
    content: '';
    height: 3px;
}footer .head_bar_2831 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
}footer .head_bar_2831 a {
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}footer .head_bar_2831 a::before {
    height: 6px;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    background: rgb(164,152,173);
    width: 6px;
    transition: all 0.3s ease;
    top: 50%;
    opacity: 0.7;
}footer .head_bar_2831 a:hover {
    opacity: 1;
    color: rgb(164,152,173);
    transform: translateX(5px);
}footer .head_bar_2831 a:hover::before {
    height: 8px;
    width: 8px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(164,152,173);
}footer .subscribe_holder {
    display: flex;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    gap: 15px;
    flex-direction: column;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
}footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 20px;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding: 14px 15px;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(164,152,173,0.5);
    border-color: rgb(164,152,173);
}footer .sub_prize_7204 {
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    overflow: hidden;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    background: linear-gradient(45deg, rgb(164,152,173) 0%, rgb(201,191,208) 100%);
    position: relative;
    padding: 12px 24px;
    color: #ffffff;
}footer .sub_prize_7204::before {
    left: -100%;
    transition: 0.6s;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
}footer .sub_prize_7204:hover::before {
    left: 100%;
}footer .sub_prize_7204:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .press_room_9870 {
    text-align: center;
    padding-top: 30px;
    position: relative;
}footer .press_room_9870::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(164,152,173,0.5) 50%, 
        transparent 100%);
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
}footer .insta_feed_0347 {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.7;
}

@media (max-width: 992px) {footer .honor_cta_2195 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .help_desk_5214 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .honor_cta_2195 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .main_mainbar_4735 {
    gap: 15px;
}footer .help_desk_5214 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .sub_prize_7204 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .honor_cta_2195 {
    padding: 40px 0 30px;
}footer .first_pagebar_0459 {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .art_portal_8059 {
    text-align: center;
    margin: 0 auto;
}footer .main_mainbar_4735 h5 {
    text-align: center;
}footer .main_mainbar_4735 h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .head_bar_2831 {
    align-items: center;
}footer .head_bar_2831 a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}
}