* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.top_barVyl3OH9 {
    flex: 1 0 auto;
}.credit_infopyrhqgj {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    auto
contain;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-borderlMCFder {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1202px;
}::-webkit-scrollbar {
    padding: 0px;
    width: 0.5em;
}::-webkit-scrollbar-button {
    background: rgb(210,198,212);
    border-radius: 0px;
    height: 2px;
}::-webkit-scrollbar-track {
    margin: 5px 0;
    border-radius: 0%;
    background: rgb(210,198,212,0.5);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(175deg, rgb(255, 255, 255, 0.5) 7%, rgb(176,161,179,0.5) 73%, rgb(210,198,212) 17%, rgb(210,198,212,0.5) 59%);
    border-radius: 19px;
    min-height: 77px;
    transition: background, border-radius 3s ease;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -4px 1px 9px 8px rgba(0, 0, 0, 0.4);
    transform: translateX(-2px);
    background: rgb(176,161,179,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 2px -1px 11px -1px rgba(0, 0, 0, 0.3);
    background: rgb(210,198,212);
}

::-webkit-scrollbar-corner {
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(210,198,212,0.5) rgb(210,198,212);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: rgb(176,161,179);
}
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.location_infoBOViMjy {
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(255, 255, 255, 0.95) 100%);
    overflow: hidden;
}.location_infoBOViMjy::before {
    right: -5%;
    opacity: 0.15;
    content: "";
    position: absolute;
    width: 35%;
    transform: rotate(-15deg) skewX(-15deg);
    z-index: -1;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 70%;
    background: linear-gradient(45deg, rgb(210,198,212,0.5) 10%, rgb(176,161,179,0.5) 90%);
    filter: blur(25px);
    top: -10%;
}.location_infoBOViMjy::after {
    content: "";
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5%;
    width: 40%;
    opacity: 0.1;
    height: 60%;
    transform: rotate(10deg) skewX(10deg);
    filter: blur(20px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(176,161,179,0.5) 20%, rgb(210,198,212,0.5) 80%);
    position: absolute;
    left: -5%;
}.location_infoBOViMjy:hover::before {
    transform: rotate(-10deg) skewX(-10deg) translateY(-5%);
}.location_infoBOViMjy:hover::after {
    transform: rotate(15deg) skewX(15deg) translateY(5%);
}.location_infoBOViMjy .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.location_infoBOViMjy .chat_formw8DcqsU {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 
                0 8px 16px rgba(0, 0, 0, 0.03), 
                0 1px 3px rgba(0, 0, 0, 0.01);
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    border-left: 4px solid rgb(210,198,212);
    backdrop-filter: blur(10px);
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.5rem;
    padding: 3.5rem;
}.location_infoBOViMjy .chat_formw8DcqsU:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.04), 
                0 1px 5px rgba(0, 0, 0, 0.01);
    transform: perspective(1000px) rotateY(0deg);
}.location_infoBOViMjy h3 {
    font-size: calc(34px * 1.1);
    margin-bottom: 1rem;
    position: relative;
    transform: translateY(-0.5rem);
    grid-column: 1 / -1;
    transform-origin: left center;
    font-weight: 700;
    color: #000000;
}.location_infoBOViMjy h3::after {
    background: linear-gradient(90deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    height: 0.25rem;
    bottom: -0.6rem;
    width: 4rem;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.location_infoBOViMjy .chat_formw8DcqsU:hover h3::after {
    transform: scaleX(1.2);
}.location_infoBOViMjy h5 {
    display: flex;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
    align-items: center;
}.location_infoBOViMjy p {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.location_infoBOViMjy .chat_formw8DcqsU > div:nth-child(2) {
    grid-column: 1 / -1;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 1.5rem;
}.location_infoBOViMjy .chat_formw8DcqsU > div:nth-child(3) {
    position: relative;
    grid-column: 1 / 7;
    padding-right: 1.5rem;
}.location_infoBOViMjy .contact_askcKSmL3t {
    gap: 1.25rem;
    list-style: none;
    display: flex;
    padding: 0;
    flex-direction: column;
    grid-column: 7 / -1;
    margin: 0;
}.location_infoBOViMjy .contact_section7RGaIfO {
    text-decoration: none;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 0.5rem;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.06);
    align-items: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}.location_infoBOViMjy .contact_section7RGaIfO::before {
    z-index: -1;
    position: absolute;
    opacity: 0;
    transform: scaleX(0);
    left: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    top: 0;
    background: linear-gradient(90deg, 
                rgb(210,198,212,0.5) 0%, 
                rgb(176,161,179,0.5) 100%);
    content: "";
}.location_infoBOViMjy .contact_section7RGaIfO:hover {
    color: #000000;
    border-color: transparent;
}.location_infoBOViMjy .contact_section7RGaIfO:hover::before {
    opacity: 0.15;
    transform: scaleX(1);
}.location_infoBOViMjy svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    flex-shrink: 0;
}.location_infoBOViMjy .contact_section7RGaIfO:hover svg {
    transform: scale(1.1) rotate(5deg);
}.location_infoBOViMjy svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.location_infoBOViMjy .contact_section7RGaIfO:hover svg path {
    fill: rgb(210,198,212);
}

@media (max-width: 992px) {.location_infoBOViMjy {
    padding: 4rem 0;
}.location_infoBOViMjy .chat_formw8DcqsU {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.location_infoBOViMjy .chat_formw8DcqsU > div:nth-child(3) {
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    grid-column: 1 / -1;
}.location_infoBOViMjy .contact_askcKSmL3t {
    grid-column: 1 / -1;
}
}

@media (max-width: 768px) {.location_infoBOViMjy {
    padding: 3rem 0;
}.location_infoBOViMjy .chat_formw8DcqsU {
    transform: none;
    grid-gap: 1.5rem;
    padding: 2rem;
}.location_infoBOViMjy h3 {
    font-size: calc(34px * 0.9);
}.location_infoBOViMjy::before, 
    .location_infoBOViMjy::after {
    display: none;
}
}

@media (max-width: 576px) {.location_infoBOViMjy {
    padding: 2rem 0;
}.location_infoBOViMjy .container {
    padding: 0 1rem;
}.location_infoBOViMjy .chat_formw8DcqsU {
    grid-gap: 1rem;
    padding: 1.5rem;
}.location_infoBOViMjy h3 {
    font-size: calc(34px * 0.8);
}.location_infoBOViMjy h3::after {
    height: 0.2rem;
    width: 3rem;
}.location_infoBOViMjy .contact_section7RGaIfO {
    padding: 0.6rem 0.8rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(210,198,212);
}header .top_plank .learning_panelUgVwB0N div svg, header .top_plank .learning_panelUgVwB0N div svg path {
    fill: #ffffff;
}header .top_plank .learning_panelUgVwB0N div span {
    color: #ffffff;
}header .top_plank .learning_panelUgVwB0N {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    font-size: 13px;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    line-height: 21px;
}header .top_plank .learning_panelUgVwB0N div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .learning_panelUgVwB0N div img, header .top_plank .learning_panelUgVwB0N div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.privacy_silo0RN9O1H {
    background-color: rgb(210,198,212,0.5);
    height: 100%;
    font-family: Arial, sans-serif;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
}.privacy_silo0RN9O1H h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 46px;
    font-weight: 700;
    border-bottom: 2px solid rgb(176,161,179);
    margin-bottom: 30px;
}.privacy_silo0RN9O1H h2 {
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(176,161,179);
    text-transform: uppercase;
    font-size: 29px;
    margin-bottom: 25px;
    margin-top: 35px;
}.privacy_silo0RN9O1H h3, .privacy_silo0RN9O1H h4, .privacy_silo0RN9O1H h5, .privacy_silo0RN9O1H h6 {
    color: #000000;
    margin-top: 25px;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 15px;
}.privacy_silo0RN9O1H ul, .privacy_silo0RN9O1H ol {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    padding-left: 20px;
    border-radius: 10px;
    list-style-position: inside;
}.privacy_silo0RN9O1H li {
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
    position: relative;
}.privacy_silo0RN9O1H section {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
}.privacy_silo0RN9O1H p, .privacy_silo0RN9O1H span, .privacy_silo0RN9O1H div {
    border-left: 3px solid rgb(210,198,212);
    margin-bottom: 10px;
    font-size: 13px;
    color: #000000;
    border-radius: 10px;
    background-color: rgb(210,198,212,0.5);
    font-weight: 300;
    line-height: 1.8;
    padding: 5px 10px;
}

@media only screen and (max-width: 800px) {.privacy_silo0RN9O1H {
    padding: 20px;
}.privacy_silo0RN9O1H h1 {
    font-size: calc(19px - 10%);
}.privacy_silo0RN9O1H h2 {
    font-size: calc(19px - 10%);
}.privacy_silo0RN9O1H h3, .privacy_silo0RN9O1H h4, .privacy_silo0RN9O1H h5, .privacy_silo0RN9O1H h6 {
    font-size: calc(19px - 10%);
}.privacy_silo0RN9O1H li {
    font-size: calc(13px - 10%);
}}.course_highlightsvtSUjAJ {
    padding: 100px 0;
    position: relative;
    background: rgb(210,198,212);
    display: flex;
    min-height: 100vh;
    align-items: center;
    perspective: 1500px;
    overflow: hidden;
}.course_highlightsvtSUjAJ::before {
    top: 0;
    opacity: 0.08;
    animation: gridPulse 8s linear infinite;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(210,198,212,0.5) 50%, rgb(210,198,212,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(210,198,212,0.5) 50%, rgb(210,198,212,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
}.course_highlightsvtSUjAJ::after {
    z-index: 2;
    content: "";
    top: 0;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 20%, rgb(210,198,212,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(176,161,179,0.5) 0%, transparent 50%);
    mix-blend-mode: screen;
    left: 0;
    height: 100%;
}.course_highlightsvtSUjAJ .container {
    max-width: 1600px;
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}.course_highlightsvtSUjAJ .study_mapChNZrsE {
    display: grid;
    grid-template-columns: 2fr 3fr;
    position: relative;
    grid-gap: 0;
    transform-style: preserve-3d;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(210,198,212,0.5);
    background: rgba(0, 0, 0, 0.7);
    border-left: 3px solid rgb(210,198,212);
    position: relative;
    padding: 60px;
    z-index: 15;
    backdrop-filter: blur(20px);
    transform: translateZ(50px);
    border-radius: 0;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(210,198,212,0.5) 50%, rgb(210,198,212,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    content: "";
    opacity: 0.05;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n::after {
    animation: rotateConic 10s linear infinite;
    width: 150px;
    transform: translate(50%, 50%);
    border-radius: 50%;
    background: 
        conic-gradient(from 0deg, rgb(210,198,212,0.5) 0deg, transparent 120deg);
    bottom: 0;
    opacity: 0.2;
    height: 150px;
    content: "";
    right: 0;
    position: absolute;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n h2 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    text-shadow: 0 0 15px rgb(210,198,212,0.5);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 43px;
    position: relative;
    font-weight: 700;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n h2::after {
    background: rgb(210,198,212);
    position: absolute;
    box-shadow: 0 0 15px rgb(210,198,212);
    width: 100px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n .description {
    line-height: 1.9;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    font-size: 12px;
    position: relative;
    opacity: 0.9;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n .description::before {
    left: 0;
    position: absolute;
    content: ">";
    color: rgb(176,161,179);
    opacity: 0.7;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n .description:last-child {
    margin-bottom: 0;
}.course_highlightsvtSUjAJ .hud-element {
    opacity: 0.2;
    border: 1px solid rgb(210,198,212,0.5);
    position: absolute;
    z-index: 5;
}.course_highlightsvtSUjAJ .icon_imageHPwUD8e {
    height: 650px;
    transform-origin: right center;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    transform: translateZ(0) rotateY(-10deg);
    width: 100%;
    z-index: 10;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}.course_highlightsvtSUjAJ .icon_imageHPwUD8e::before {
    content: "";
    z-index: 1;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}.course_highlightsvtSUjAJ .icon_imageHPwUD8e::after {
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(210,198,212), 0.1) 2px, rgba(rgb(210,198,212), 0.1) 4px);
    z-index: 2;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    animation: scanlines 8s linear infinite;
    opacity: 0.1;
    mix-blend-mode: overlay;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course_highlightsvtSUjAJ {
    padding: 80px 0;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n {
    padding: 40px;
}.course_highlightsvtSUjAJ .icon_imageHPwUD8e {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course_highlightsvtSUjAJ {
    padding: 60px 0;
    min-height: auto;
}.course_highlightsvtSUjAJ .study_mapChNZrsE {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n {
    transform: translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 30px;
}.course_highlightsvtSUjAJ .icon_imageHPwUD8e {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.course_highlightsvtSUjAJ {
    padding: 50px 0;
}.course_highlightsvtSUjAJ .container {
    padding: 0 20px;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n {
    padding: 25px;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.8);
    padding-bottom: 15px;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n .description {
    font-size: calc(12px * 0.95);
    padding-left: 15px;
    margin-bottom: 20px;
}.course_highlightsvtSUjAJ .icon_imageHPwUD8e {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course_highlightsvtSUjAJ {
    padding: 40px 0;
}.course_highlightsvtSUjAJ .container {
    padding: 0 15px;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n {
    padding: 20px;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 20px;
}.course_highlightsvtSUjAJ .text_elementmdyqk3n h2::before {
    top: -20px;
    font-size: 14px;
}.course_highlightsvtSUjAJ .icon_imageHPwUD8e {
    height: 280px;
}}.our_backgroundMCwGya4 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our_backgroundMCwGya4::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(20, 20, 40, 0.75));
    top: 0;
    bottom: 0;
}.our_backgroundMCwGya4::after {
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    left: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
    content: "";
    background: radial-gradient(circle at center, rgb(210,198,212,0.5), transparent 70%);
    opacity: 0.15;
    z-index: 2;
}.our_backgroundMCwGya4 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.our_backgroundMCwGya4 .text_elementmdyqk3n {
    border-left: 3px solid rgb(210,198,212);
    padding: 45px 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our_backgroundMCwGya4 .text_elementmdyqk3n:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_backgroundMCwGya4 .text_elementmdyqk3n > div:first-child {
    display: inline-block;
    margin-bottom: 15px;
}.our_backgroundMCwGya4 .text_elementmdyqk3n h5 {
    letter-spacing: 1.5px;
    position: relative;
    color: #ffffff;
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}.our_backgroundMCwGya4 .text_elementmdyqk3n h5::after {
    transform-origin: left;
    height: 3px;
    content: "";
    background: rgb(210,198,212);
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    width: 60px;
    transition: transform 0.4s ease;
    position: absolute;
}.our_backgroundMCwGya4 .text_elementmdyqk3n:hover h5::after {
    transform: scaleX(1.5);
}.our_backgroundMCwGya4 .text_elementmdyqk3n > div:nth-child(2) {
    margin-bottom: 25px;
}.our_backgroundMCwGya4 .text_elementmdyqk3n > div:nth-child(2) p {
    font-weight: 600;
    font-size: calc(13px * 1.3);
    margin: 0;
    color: rgb(176,161,179);
    letter-spacing: 0.5px;
}.our_backgroundMCwGya4 .text_elementmdyqk3n ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}.our_backgroundMCwGya4 .text_elementmdyqk3n ol li {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    font-weight: 300;
}.our_backgroundMCwGya4 .text_elementmdyqk3n ol li::before {
    animation: float 20s infinite alternate ease-in-out;
    z-index: -1;
    background: radial-gradient(circle, rgb(210,198,212,0.5), transparent 70%);
    height: 200px;
    left: -100px;
    content: "";
    width: 200px;
    opacity: 0.05;
    top: -100px;
    position: absolute;
}

@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(100px, 50px);
    }
    50% {
        transform: translate(200px, 0);
    }
    75% {
        transform: translate(100px, -50px);
    }
    100% {
        transform: translate(0, 0);
    }
}


@media (max-width: 1200px) {.our_backgroundMCwGya4 {
    padding: 100px 0;
}.our_backgroundMCwGya4 .text_elementmdyqk3n {
    padding: 40px 45px;
}
}

@media (max-width: 992px) {.our_backgroundMCwGya4 {
    padding: 80px 0;
}.our_backgroundMCwGya4 .text_elementmdyqk3n {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 35px 40px;
}.our_backgroundMCwGya4 .text_elementmdyqk3n h5 {
    font-size: calc(20px * 0.95);
}.our_backgroundMCwGya4 .text_elementmdyqk3n > div:nth-child(2) p {
    font-size: calc(13px * 1.2);
}
}

@media (max-width: 768px) {.our_backgroundMCwGya4 {
    padding: 70px 0;
}.our_backgroundMCwGya4 .text_elementmdyqk3n {
    padding: 30px 35px;
    transform: none;
}.our_backgroundMCwGya4 .text_elementmdyqk3n h5 {
    font-size: calc(20px * 0.9);
}.our_backgroundMCwGya4 .text_elementmdyqk3n > div:nth-child(2) p {
    font-size: calc(13px * 1.1);
}.our_backgroundMCwGya4 .text_elementmdyqk3n ol li {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.our_backgroundMCwGya4 {
    padding: 60px 0;
}.our_backgroundMCwGya4 .text_elementmdyqk3n {
    padding: 25px 30px;
}.our_backgroundMCwGya4 .text_elementmdyqk3n h5 {
    font-size: calc(20px * 0.85);
}.our_backgroundMCwGya4 .text_elementmdyqk3n > div:nth-child(2) p {
    font-size: 13px;
}.our_backgroundMCwGya4 .text_elementmdyqk3n ol li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.our_backgroundMCwGya4 .text_elementmdyqk3n h5::after {
    width: 50px;
}}.welcome_boardHCrhs6c {
    display: flex;
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(238,234,239), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}.welcome_boardHCrhs6c::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(210,198,212,0.5) 0%, transparent 40%, rgb(176,161,179,0.5) 100%);
    transform: translateZ(0);
    left: 0;
    top: 0;
}.welcome_boardHCrhs6c::after {
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    top: -10%;
    left: -10%;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    height: 120%;
    content: "";
    animation: patternShift 30s linear infinite;
    width: 120%;
}.welcome_boardHCrhs6c .edu_skillTiQo3tf {
    perspective: 1200px;
    position: relative;
    max-width: 1200px;
    z-index: 3;
    width: 90%;
}.welcome_boardHCrhs6c .learn_frontoCzujpd {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 10px 20px rgba(0, 0, 0, 0.15),
    0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 4rem 3rem;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    transform: rotateX(5deg) rotateY(-2deg);
}.welcome_boardHCrhs6c .learn_frontoCzujpd::before {
    left: 0;
    background: linear-gradient(to right, 
    rgba(#000000, 0.8) 0%,
    rgba(#000000, 0.7) 50%,
    rgba(#000000, 0.8) 100%);
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateZ(-10px);
    height: 100%;
    content: "";
}.welcome_boardHCrhs6c .learn_frontoCzujpd span {
    display: block;
    transform: translateZ(20px);
    margin-bottom: 1.5rem;
}.welcome_boardHCrhs6c .learn_frontoCzujpd h3 {
    opacity: 0;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    animation: slideInUp 0.8s 0.2s forwards ease-out;
    font-size: calc(18px * 1.2);
    transform: translateY(-10px);
    padding-left: 1rem;
    color: rgb(176,161,179);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
}.welcome_boardHCrhs6c .learn_frontoCzujpd h3::before {
    position: absolute;
    transform: scaleY(0);
    width: 3px;
    left: 0;
    transform-origin: top;
    top: 0;
    content: "";
    background: rgb(176,161,179);
    height: 100%;
    animation: scaleIn 0.6s 0.5s forwards cubic-bezier(0.33, 1, 0.68, 1);
}.welcome_boardHCrhs6c .learn_frontoCzujpd h1 {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 2rem;
    transform: translateY(-20px);
    opacity: 0;
    color: #ffffff;
    transform: translateZ(40px);
    text-shadow: 
    0 2px 5px rgba(0, 0, 0, 0.3),
    0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: calc(43px * 1.25);
    animation: slideInUp 0.8s 0.4s forwards ease-out;
}.welcome_boardHCrhs6c .learn_frontoCzujpd > div {
    opacity: 0;
    transform: translateZ(30px);
    animation: slideInUp 0.8s 0.6s forwards ease-out;
    transform: translateY(20px);
    position: relative;
}.welcome_boardHCrhs6c .learn_frontoCzujpd > div > div {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    border-left: 4px solid rgb(176,161,179);
    background: linear-gradient(to right, 
    rgb(210,198,212,0.5) 0%,
    rgb(210,198,212) 50%,
    rgb(210,198,212,0.5) 100%);
    display: inline-block;
    padding: 1.5rem 2rem;
    box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.1),
    0 6px 6px rgba(0, 0, 0, 0.1);
}.welcome_boardHCrhs6c .learn_frontoCzujpd > div > div:hover {
    transform: translateX(10px);
}.welcome_boardHCrhs6c .learn_frontoCzujpd p {
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(17px * 1.25);
}

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

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

@keyframes patternShift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media (max-width: 992px) {.welcome_boardHCrhs6c .learn_frontoCzujpd {
    padding: 3rem 2rem;
    transform: rotateX(3deg) rotateY(-1deg);
}.welcome_boardHCrhs6c .learn_frontoCzujpd h1 {
    font-size: calc(43px * 1.1);
}.welcome_boardHCrhs6c .learn_frontoCzujpd h3 {
    font-size: calc(18px * 1.1);
}.welcome_boardHCrhs6c .learn_frontoCzujpd p {
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 768px) {.welcome_boardHCrhs6c {
    min-height: 80vh;
}.welcome_boardHCrhs6c .learn_frontoCzujpd {
    padding: 2.5rem 1.5rem;
    transform: rotateX(2deg) rotateY(0);
}.welcome_boardHCrhs6c .learn_frontoCzujpd h1 {
    font-size: 43px;
    margin-bottom: 1.5rem;
}.welcome_boardHCrhs6c .learn_frontoCzujpd h3 {
    font-size: 18px;
}.welcome_boardHCrhs6c .learn_frontoCzujpd > div > div {
    padding: 1.25rem 1.5rem;
}.welcome_boardHCrhs6c .learn_frontoCzujpd p {
    font-size: 17px;
}
}

@media (max-width: 576px) {.welcome_boardHCrhs6c .edu_skillTiQo3tf {
    width: 95%;
}.welcome_boardHCrhs6c .learn_frontoCzujpd {
    padding: 2rem 1rem;
    transform: none;
}.welcome_boardHCrhs6c .learn_frontoCzujpd h1 {
    font-size: calc(28px * 1.1);
}.welcome_boardHCrhs6c .learn_frontoCzujpd h3 {
    font-size: calc(22px * 1.1);
}.welcome_boardHCrhs6c .learn_frontoCzujpd > div > div {
    padding: 1rem;
    width: 100%;
}}header {
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(238,234,239));
    z-index: 100;
    position: relative;
    padding: 0;
}header::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    content: '';
    position: absolute;
    z-index: 0;
}header::after {
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(176,161,179));
    left: 0;
    height: 100%;
    width: 5px;
    z-index: 1;
    content: '';
    top: 0;
    position: absolute;
}header .container {
    width: 100%;
    padding: 0;
    z-index: 2;
    margin: 0;
    max-width: 100%;
    position: relative;
}header .top_siteiTzxP2j {
    display: flex;
    padding: 0.9rem 3%;
    align-items: center;
    justify-content: space-between;
    margin-left: 5px;
}header .main_sitewrapDANQ2lX {
    display: flex;
    transition: all 0.3s ease;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    align-items: center;
    position: relative;
    border-radius: 10px;
}header .main_sitewrapDANQ2lX:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .main_sitewrapDANQ2lX svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .nav_header2tRn7xL {
    padding: 0.4rem 0.6rem;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    gap: 0.4rem;
}header .nav_header2tRn7xL::before {
    opacity: 0.5;
    position: absolute;
    top: -2px;
    z-index: -1;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgb(210,198,212,0.5), rgb(176,161,179,0.5));
    content: '';
    left: -2px;
    border-radius: calc(10px + 2px);
}header .top_sectionLjSJp9e {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    font-size: 14px;
    z-index: 1;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 400;
}header .top_sectionLjSJp9e::before {
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(210,198,212,0.5), rgb(176,161,179,0.5));
    content: '';
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
}header .top_sectionLjSJp9e:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .top_sectionLjSJp9e:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .top_siteiTzxP2j {
    padding: 0.8rem 2.5%;
}header .main_sitewrapDANQ2lX svg {
    width: 130px;
}header .nav_header2tRn7xL {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .top_sectionLjSJp9e {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .top_siteiTzxP2j {
    margin-left: 3px;
    padding: 0.8rem 2%;
    gap: 0.7rem;
    align-items: flex-start;
    flex-direction: column;
}header .main_sitewrapDANQ2lX {
    padding: 0.4rem;
}header .main_sitewrapDANQ2lX svg {
    width: 120px;
}header .nav_header2tRn7xL {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
    width: 98%;
}header .nav_header2tRn7xL::-webkit-scrollbar {
    height: 2px;
}header .nav_header2tRn7xL::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(210,198,212);
}header .top_sectionLjSJp9e {
    white-space: nowrap;
    font-size: calc(14px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .top_siteiTzxP2j {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .main_sitewrapDANQ2lX svg {
    width: 110px;
}header .nav_header2tRn7xL {
    padding: 0.3rem;
}header .top_sectionLjSJp9e {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.4rem;
}}.academic_expertisezBLXO6K {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239), rgba(245, 247, 250, 0.9));
    position: relative;
    padding: 80px 0;
}.academic_expertisezBLXO6K::before {
    opacity: 0.07;
    height: 100%;
    position: absolute;
    background-size: 60px 60px;
    width: 100%;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(30deg, rgb(176,161,179,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(176,161,179,0.5) 2px, transparent 2px);
    top: 0;
    z-index: 0;
}.academic_expertisezBLXO6K::after {
    height: 200%;
    z-index: 1;
    background: radial-gradient(circle at center, rgb(176,161,179,0.5) 0%, transparent 70%);
    right: -20%;
    content: "";
    opacity: 0.1;
    top: -50%;
    position: absolute;
    width: 70%;
    transform: rotate(-15deg);
}.academic_expertisezBLXO6K .container {
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH {
    position: relative;
    overflow: hidden;
    padding: 40px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    grid-template-columns: 1fr;
    background: #ffffff;
    display: grid;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 8px;
    gap: 30px;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.academic_expertisezBLXO6K .icon_imageHPwUD8e {
    transform: rotate(-2deg);
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 12px;
    height: 160px;
    width: 160px;
    position: relative;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH:hover .icon_imageHPwUD8e {
    transform: rotate(1deg) scale(1.03);
}.academic_expertisezBLXO6K .icon_imageHPwUD8e::before {
    content: "";
    right: -15px;
    left: -15px;
    top: -15px;
    background: linear-gradient(135deg, rgb(176,161,179,0.5), transparent);
    border-radius: 20px;
    position: absolute;
    z-index: -1;
    bottom: -15px;
    opacity: 0.2;
    transform: rotate(-3deg);
    transition: transform 0.8s ease;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH:hover .icon_imageHPwUD8e::before {
    transform: rotate(1deg) scale(1.05);
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:nth-child(2) {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:nth-child(2)::after {
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(176,161,179), transparent);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    height: 3px;
    content: "";
}.academic_expertisezBLXO6K .name {
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
    color: rgb(210,198,212);
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px * 1.1);
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:nth-child(2) > div {
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
    font-size: calc(18px * 0.95);
    color: rgb(176,161,179);
    position: relative;
    letter-spacing: 0.3px;
    padding: 5px 15px;
    background: linear-gradient(120deg, rgba(rgb(176,161,179,0.5), 0.05), rgba(rgb(176,161,179,0.5), 0.15));
    backdrop-filter: blur(2px);
}.academic_expertisezBLXO6K .emp_progresslLCFR3z {
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgba(rgb(176,161,179,0.5), 0.05), transparent);
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 18px;
    border-left: 3px solid rgb(176,161,179);
    padding: 10px 20px 10px 30px;
    backdrop-filter: blur(3px);
}.academic_expertisezBLXO6K .emp_progresslLCFR3z::before {
    color: rgb(176,161,179);
    content: "";
    opacity: 0.1;
    font-size: 80px;
    font-family: serif;
    top: -20px;
    left: 10px;
    position: absolute;
}.academic_expertisezBLXO6K .emp_progresslLCFR3z::after {
    right: 10px;
    color: rgb(176,161,179);
    font-family: serif;
    content: "";
    font-size: 80px;
    opacity: 0.1;
    bottom: -70px;
    position: absolute;
}

@media (min-width: 768px) {.academic_expertisezBLXO6K {
    padding: 100px 0;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH {
    align-items: center;
    gap: 40px 50px;
    padding: 50px;
    grid-template-areas: 
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:first-child {
    grid-area: photo;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:nth-child(2) {
    text-align: left;
    padding-bottom: 0;
    grid-area: info;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:nth-child(3) {
    grid-area: quote;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:nth-child(2)::after {
    left: 0;
    background: linear-gradient(90deg, rgb(176,161,179), transparent);
    width: 60px;
    bottom: -10px;
    transform: none;
}.academic_expertisezBLXO6K .icon_imageHPwUD8e {
    height: 200px;
    width: 200px;
}.academic_expertisezBLXO6K .emp_progresslLCFR3z {
    margin-top: 20px;
    padding: 25px 40px 25px 50px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.academic_expertisezBLXO6K .learner_ratingsIj8CYKH {
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas: 
            "photo info quote";
    gap: 0 50px;
}.academic_expertisezBLXO6K .icon_imageHPwUD8e {
    height: 240px;
    width: 240px;
    transform: rotate(-3deg);
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH:hover .icon_imageHPwUD8e {
    transform: rotate(0) scale(1.05);
}.academic_expertisezBLXO6K .emp_progresslLCFR3z {
    border-left: none;
    padding: 30px;
    margin-top: 0;
    background: linear-gradient(135deg, rgba(rgb(176,161,179,0.5), 0.08), transparent);
    position: relative;
}.academic_expertisezBLXO6K .emp_progresslLCFR3z::before {
    left: 0;
}.academic_expertisezBLXO6K .emp_progresslLCFR3z::after {
    right: 0;
}.academic_expertisezBLXO6K .emp_progresslLCFR3z:before {
    height: 100%;
    position: absolute;
    width: 3px;
    left: -25px;
    background: linear-gradient(to bottom, rgb(176,161,179), transparent);
    top: 0;
    content: "";
}
}

@media (max-width: 767px) {.academic_expertisezBLXO6K {
    padding: 60px 0;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH {
    padding: 30px 25px;
}.academic_expertisezBLXO6K .icon_imageHPwUD8e {
    height: 140px;
    width: 140px;
}.academic_expertisezBLXO6K .name {
    font-size: 22px;
}.academic_expertisezBLXO6K .learner_ratingsIj8CYKH > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}.academic_expertisezBLXO6K .emp_progresslLCFR3z {
    line-height: 1.6;
    padding: 15px 15px 15px 25px;
    font-size: calc(18px * 0.95);
}}.educational_yield8P5mFjZ {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.educational_yield8P5mFjZ::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(210,198,212,0.5) 0%, rgb(176,161,179,0.5) 100%);
    content: "";
    top: -10%;
    width: 40%;
    opacity: 0.15;
    z-index: 0;
    right: -5%;
    transform: rotate(-15deg);
    height: 70%;
    filter: blur(50px);
}.educational_yield8P5mFjZ::after {
    left: -5%;
    width: 35%;
    bottom: -10%;
    content: "";
    background: linear-gradient(135deg, rgb(176,161,179,0.5) 0%, rgb(210,198,212,0.5) 100%);
    transform: rotate(15deg);
    filter: blur(40px);
    z-index: 0;
    opacity: 0.1;
    height: 60%;
    position: absolute;
}.educational_yield8P5mFjZ .container {
    position: relative;
    grid-template-columns: 1fr 1.4fr;
    padding: 0 20px;
    display: grid;
    gap: 40px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.educational_yield8P5mFjZ .icon_imageHPwUD8e {
    box-shadow: 25px 25px 0 -5px rgba(var(--primary-color-rgb, 33, 37, 41), 0.08);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
}.educational_yield8P5mFjZ .icon_imageHPwUD8e:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.educational_yield8P5mFjZ .pro_learning8siHAKf {
    z-index: 2;
    position: relative;
}.educational_yield8P5mFjZ .pro_learning8siHAKf::before {
    top: -10px;
    position: absolute;
    transform: rotate(-45deg);
    left: -30px;
    width: 60px;
    background: rgb(210,198,212);
    height: 3px;
    content: "";
}.educational_yield8P5mFjZ .text_elementmdyqk3n {
    position: relative;
    padding: 20px 0;
}.educational_yield8P5mFjZ h1 {
    margin-bottom: 40px;
    position: relative;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
}.educational_yield8P5mFjZ h1::after {
    left: 0;
    position: absolute;
    width: 80px;
    background: rgb(210,198,212);
    height: 3px;
    content: "";
    bottom: -15px;
}.educational_yield8P5mFjZ ul {
    gap: 20px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    margin: 0;
}.educational_yield8P5mFjZ li {
    padding: 20px 25px 20px 60px;
    border-left: 3px solid rgb(210,198,212);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(var(--dark-color-rgb, 0, 0, 0), 0.05);
}.educational_yield8P5mFjZ li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(var(--dark-color-rgb, 0, 0, 0), 0.1);
}.educational_yield8P5mFjZ li p {
    line-height: 1.6;
    margin: 0;
    font-size: 13px;
    color: #000000;
}.educational_yield8P5mFjZ svg {
    width: 24px;
    left: 20px;
    top: 20px;
    position: absolute;
    height: 24px;
    transition: transform 0.3s ease;
}.educational_yield8P5mFjZ li:hover svg {
    transform: scale(1.1);
}.educational_yield8P5mFjZ svg path {
    fill: rgb(210,198,212);
    transition: fill 0.3s ease;
}.educational_yield8P5mFjZ li:hover svg path {
    fill: rgb(176,161,179);
}.educational_yield8P5mFjZ li:nth-child(even) {
    border-left: 3px solid rgb(176,161,179);
}.educational_yield8P5mFjZ li:nth-child(even) svg path {
    fill: rgb(176,161,179);
}.educational_yield8P5mFjZ li:nth-child(even):hover svg path {
    fill: rgb(210,198,212);
}

@media (max-width: 991px) {.educational_yield8P5mFjZ {
    padding: 80px 0;
}.educational_yield8P5mFjZ .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.educational_yield8P5mFjZ .icon_imageHPwUD8e {
    max-height: 400px;
    box-shadow: 15px 15px 0 -5px rgba(var(--primary-color-rgb, 33, 37, 41), 0.08);
    width: 100%;
}.educational_yield8P5mFjZ h1 {
    font-size: calc(38px * 0.9);
}.educational_yield8P5mFjZ ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.educational_yield8P5mFjZ {
    padding: 60px 0;
}.educational_yield8P5mFjZ .container {
    gap: 40px;
}.educational_yield8P5mFjZ .icon_imageHPwUD8e {
    transform: perspective(1000px) rotateY(0);
    max-height: 300px;
}.educational_yield8P5mFjZ .icon_imageHPwUD8e:hover {
    transform: translateY(-5px);
}.educational_yield8P5mFjZ h1 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.educational_yield8P5mFjZ li {
    padding: 18px 20px 18px 55px;
}.educational_yield8P5mFjZ svg {
    left: 15px;
    top: 18px;
}
}

@media (max-width: 480px) {.educational_yield8P5mFjZ {
    padding: 50px 0;
}.educational_yield8P5mFjZ .icon_imageHPwUD8e {
    max-height: 250px;
}.educational_yield8P5mFjZ h1 {
    font-size: calc(38px * 0.7);
}.educational_yield8P5mFjZ .pro_learning8siHAKf::before {
    left: -20px;
    width: 40px;
}.educational_yield8P5mFjZ li {
    padding: 15px 15px 15px 50px;
}.educational_yield8P5mFjZ svg {
    top: 15px;
    width: 20px;
    left: 15px;
    height: 20px;
}}footer {
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    animation: gradientShift 15s ease infinite;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(210,198,212,0.5) 50%, rgb(176,161,179,0.5) 100%);
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    backdrop-filter: blur(8px);
}.credit_infopyrhqgj {
    padding: 4.5rem 0 2rem;
    position: relative;
}.credit_infopyrhqgj::before {
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    animation: shimmer 8s linear infinite;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(210,198,212) 25%, 
                #ffffff 50%, 
                rgb(176,161,179) 75%, 
                transparent 100%);
    left: 0;
    content: "";
}.credit_infopyrhqgj .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}.credit_infopyrhqgj .company_holder {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    flex: 1 1 350px;
    padding: 1.5rem;
    backdrop-filter: blur(15px);
    margin-right: 2rem;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 19px;
}.credit_infopyrhqgj .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(210,198,212,0.5);
    transform: translateY(-5px);
}.credit_infopyrhqgj .company_holder h3 {
    display: inline-block;
    font-size: calc(31px * 0.85);
    color: #ffffff;
    margin-bottom: 1.25rem;
    position: relative;
    font-weight: 700;
}.credit_infopyrhqgj .company_holder h3::after {
    left: 0;
    content: "";
    transition: transform 0.5s ease;
    bottom: -8px;
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgb(210,198,212), rgb(176,161,179));
    transform-origin: left;
    width: 100%;
    transform: scaleX(0.3);
}.credit_infopyrhqgj .company_holder:hover h3::after {
    transform: scaleX(1);
}.credit_infopyrhqgj .play_marketModmVR1 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    max-width: 450px;
    line-height: 1.6;
}.credit_infopyrhqgj .academy_infoYRH5nQz {
    position: relative;
    flex: 1 1 450px;
}.credit_infopyrhqgj .site_navbarLKPAF54 {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.credit_infopyrhqgj .academy_infoYRH5nQz .site_navbarLKPAF54 {
    justify-content: flex-end;
}.credit_infopyrhqgj .nav_header2tRn7xL {
    padding: 1.5rem;
    overflow: hidden;
    border-radius: 19px;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    flex: 1 1 200px;
    transition: all 0.3s ease;
}.credit_infopyrhqgj .nav_header2tRn7xL h5 {
    color: #ffffff;
    position: relative;
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 1.25rem;
}.credit_infopyrhqgj .nav_header2tRn7xL h5::before {
    transition: width 0.3s ease;
    width: 40px;
    bottom: -6px;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(210,198,212);
}.credit_infopyrhqgj .nav_header2tRn7xL:hover h5::before {
    width: 100%;
}.credit_infopyrhqgj .nav_header2tRn7xL .site_navbarLKPAF54 {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.credit_infopyrhqgj .nav_header2tRn7xL a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    z-index: 1;
    font-size: 14px;
    padding: 0.25rem 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}.credit_infopyrhqgj .nav_header2tRn7xL a::before {
    width: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(210,198,212), rgb(176,161,179));
    content: "";
    transition: width 0.3s ease;
    z-index: -1;
    bottom: 0;
    position: absolute;
    left: 0;
}.credit_infopyrhqgj .nav_header2tRn7xL a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.credit_infopyrhqgj .nav_header2tRn7xL a:hover::before {
    width: 100%;
}.cert_blockOgXyGtF {
    backdrop-filter: blur(15px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    overflow: hidden;
}.cert_blockOgXyGtF::before {
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(176,161,179) 25%, 
                #ffffff 50%, 
                rgb(210,198,212) 75%, 
                transparent 100%);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}.cert_blockOgXyGtF .container {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}.cert_blockOgXyGtF .stats_toollLRfQiK {
    border-radius: 30px;
    text-align: center;
    backdrop-filter: blur(5px);
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
}.cert_blockOgXyGtF .stats_toollLRfQiK:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    box-shadow: 0 0 15px rgb(210,198,212,0.5);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.credit_infopyrhqgj {
    padding: 3.5rem 0 2rem;
}.credit_infopyrhqgj .container {
    flex-direction: column;
}.credit_infopyrhqgj .company_holder {
    margin-right: 0;
    margin-bottom: 2rem;
    flex: 1 1 100%;
}.credit_infopyrhqgj .academy_infoYRH5nQz {
    flex: 1 1 100%;
}.credit_infopyrhqgj .academy_infoYRH5nQz .site_navbarLKPAF54 {
    justify-content: space-between;
}.credit_infopyrhqgj .nav_header2tRn7xL {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.credit_infopyrhqgj {
    padding: 3rem 0 1.5rem;
}.credit_infopyrhqgj::before {
    height: 2px;
}.credit_infopyrhqgj .company_holder {
    padding: 1.25rem;
}.credit_infopyrhqgj .nav_header2tRn7xL {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.credit_infopyrhqgj .academy_infoYRH5nQz .site_navbarLKPAF54 {
    flex-direction: column;
}.cert_blockOgXyGtF {
    padding: 1.25rem 0;
}.cert_blockOgXyGtF::before {
    height: 2px;
}
}

@media (max-width: 576px) {.credit_infopyrhqgj {
    padding: 2.5rem 0 1rem;
}.credit_infopyrhqgj .company_holder h3 {
    font-size: calc(31px * 0.75);
}.credit_infopyrhqgj .play_marketModmVR1 {
    font-size: calc(14px * 0.9);
}.credit_infopyrhqgj .nav_header2tRn7xL h5 {
    font-size: calc(22px * 0.9);
}.credit_infopyrhqgj .nav_header2tRn7xL a {
    font-size: calc(14px * 0.9);
}.cert_blockOgXyGtF .stats_toollLRfQiK {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.credit_infopyrhqgj .site_navbarLKPAF54 a::after {
    transition: transform 0.3s ease;
    background: rgb(210,198,212);
    content: "";
    left: -10px;
    height: 4px;
    width: 4px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    top: 50%;
}.credit_infopyrhqgj .site_navbarLKPAF54 a:hover::after {
    transform: translateY(-50%) scale(1);
}.credit_infopyrhqgj .play_marketModmVR1::before {
    left: -10px;
    content: "";
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    top: -10px;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
}.credit_infopyrhqgj .play_marketModmVR1::after {
    right: -10px;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
    position: absolute;
    border: 1px solid transparent;
    bottom: -10px;
    width: 0;
}.credit_infopyrhqgj .company_holder:hover .play_marketModmVR1::before {
    width: calc(100% + 20px);
    border-right-color: rgb(210,198,212,0.5);
    border-top-color: rgb(210,198,212,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
}.credit_infopyrhqgj .company_holder:hover .play_marketModmVR1::after {
    border-left-color: rgb(176,161,179,0.5);
    border-bottom-color: rgb(176,161,179,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
}.contact_paneln4OxevC {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(16, 22, 47, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.contact_paneln4OxevC::before {
    left: 0;
    width: 100%;
    background-size: 20px 20px, 20px 20px;
    position: absolute;
    animation: gridMove 20s linear infinite;
    height: 100%;
    content: "";
    top: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(210,198,212), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(176,161,179), 0.04) 50%, transparent 100%);
}.contact_paneln4OxevC::after {
    top: 0;
    width: 100%;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(210,198,212), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(176,161,179), 0.15) 0%, 
        transparent 50%
    );
    left: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_paneln4OxevC .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.contact_paneln4OxevC h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    font-size: 29px;
    margin-bottom: 15px;
    text-align: center;
}.contact_paneln4OxevC h2::after {
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    height: 3px;
    position: absolute;
    border-radius: 1.5px;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
}.contact_paneln4OxevC .request_form7iATmg0 {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    gap: 30px;
    display: grid;
    position: relative;
}.contact_paneln4OxevC .request_form7iATmg0::before {
    top: -8px;
    position: absolute;
    height: 100%;
    left: -8px;
    content: "";
    border-radius: 20px;
    border: 1px solid rgba(rgb(210,198,212), 0.2);
    width: 100%;
    z-index: -1;
}.contact_paneln4OxevC .request_form7iATmg0::after {
    z-index: -1;
    position: absolute;
    height: 100%;
    right: -8px;
    border: 1px solid rgba(rgb(176,161,179), 0.2);
    border-radius: 20px;
    bottom: -8px;
    width: 100%;
    content: "";
}.contact_paneln4OxevC .icon_imageHPwUD8e {
    border-radius: 20px;
    height: 100%;
    position: relative;
    min-height: 550px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.contact_paneln4OxevC .icon_imageHPwUD8e::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}.contact_paneln4OxevC .icon_imageHPwUD8e::after {
    position: absolute;
    right: 20px;
    width: 60px;
    border-top: 2px solid rgba(rgb(210,198,212), 0.6);
    z-index: 2;
    border-right: 2px solid rgba(rgb(210,198,212), 0.6);
    height: 60px;
    top: 20px;
    content: "";
}.contact_paneln4OxevC .feedback_inquiry0Po6F94 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 20px;
    position: relative;
    backdrop-filter: blur(10px);
}.contact_paneln4OxevC .feedback_inquiry0Po6F94::before {
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(176,161,179), 0.6);
    left: 20px;
    border-left: 2px solid rgba(rgb(176,161,179), 0.6);
    content: "";
}.contact_paneln4OxevC form {
    width: 100%;
}.contact_paneln4OxevC form h3 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}.contact_paneln4OxevC form h3::before {
    left: 0;
    content: "";
    top: 0;
    background: rgb(210,198,212);
    position: absolute;
    width: 3px;
    border-radius: 10px;
    height: 100%;
}.contact_paneln4OxevC form input[type="text"] {
    font-family: Arial, sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 18px 25px;
    color: #ffffff;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
}.contact_paneln4OxevC form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(210,198,212);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(210,198,212), 0.2);
}.contact_paneln4OxevC form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_paneln4OxevC .query_widgethp1ZJW8 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_paneln4OxevC .query_widgethp1ZJW8 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_paneln4OxevC .query_widgethp1ZJW8 label {
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
}.contact_paneln4OxevC .query_widgethp1ZJW8 label::before {
    border-radius: 10px;
    left: 0;
    position: absolute;
    content: "";
    height: 22px;
    top: 2px;
    width: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.contact_paneln4OxevC .query_widgethp1ZJW8 input[type="checkbox"]:checked + label::before {
    border-color: rgb(210,198,212);
    background: rgb(210,198,212);
}.contact_paneln4OxevC .query_widgethp1ZJW8 input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    border-right: 2px solid #ffffff;
    top: 6px;
}.contact_paneln4OxevC .query_widgethp1ZJW8 label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(210,198,212);
    font-weight: 600;
}.contact_paneln4OxevC .query_widgethp1ZJW8 label a:hover {
    color: rgb(176,161,179);
}.contact_paneln4OxevC form .request_linksF2XzBli {
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    padding: 16px 40px;
    background: linear-gradient(45deg, rgb(210,198,212), rgb(176,161,179));
    font-size: 19px;
    transition: all 0.4s ease;
    border: none;
    display: inline-block;
}.contact_paneln4OxevC form .request_linksF2XzBli::before {
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    left: -100%;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(45deg, rgb(176,161,179), rgb(210,198,212));
}.contact_paneln4OxevC form .request_linksF2XzBli:hover::before {
    left: 0;
}.contact_paneln4OxevC form .request_linksF2XzBli:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_paneln4OxevC svg {
    fill: rgb(210,198,212);
    width: 22px;
    height: 22px;
}.contact_paneln4OxevC svg path {
    fill: rgb(210,198,212);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_paneln4OxevC {
    padding: 90px 0;
}.contact_paneln4OxevC .request_form7iATmg0 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_paneln4OxevC .icon_imageHPwUD8e {
    min-height: 400px;
}.contact_paneln4OxevC .feedback_inquiry0Po6F94 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_paneln4OxevC {
    padding: 70px 0;
}.contact_paneln4OxevC h2 {
    font-size: calc(29px * 0.9);
}.contact_paneln4OxevC .icon_imageHPwUD8e {
    min-height: 350px;
}.contact_paneln4OxevC .icon_imageHPwUD8e::after,
    .contact_paneln4OxevC .feedback_inquiry0Po6F94::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact_paneln4OxevC {
    padding: 50px 0;
}.contact_paneln4OxevC h2 {
    font-size: calc(29px * 0.8);
}.contact_paneln4OxevC .request_form7iATmg0 {
    margin-top: 40px;
}.contact_paneln4OxevC .icon_imageHPwUD8e {
    min-height: 250px;
}.contact_paneln4OxevC .feedback_inquiry0Po6F94 {
    padding: 30px 20px;
}.contact_paneln4OxevC form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact_paneln4OxevC form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_paneln4OxevC form .request_linksF2XzBli {
    width: 100%;
    padding: 15px 20px;
}}.package_dealiu7EjPc {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.package_dealiu7EjPc::before {
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
}.package_dealiu7EjPc .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.package_dealiu7EjPc .bundle_rate9Yc8KLb {
    align-items: center;
    display: flex;
    flex-direction: column;
}.package_dealiu7EjPc h2 {
    font-weight: 700;
    animation: float 6s ease-in-out infinite;
    position: relative;
    text-align: center;
    transform: translateY(0);
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 28px;
}.package_dealiu7EjPc h2::after {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    width: 80px;
    content: "";
    left: 50%;
}.package_dealiu7EjPc .enroll_costQVt9cl5 {
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 800px;
    font-size: 18px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.package_dealiu7EjPc .premium_costOWHSKyM {
    display: grid;
    padding: 0;
    margin: 0;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}.package_dealiu7EjPc .premium_costOWHSKyM li {
    perspective: 1000px;
}.package_dealiu7EjPc .pricing_listIaekrmh {
    transform-style: preserve-3d;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
}.package_dealiu7EjPc .pricing_listIaekrmh:hover {
    transform: translateY(-10px) rotateY(2deg);
}.package_dealiu7EjPc .deal_boardfIWLHVF {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 35px 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    box-sizing: border-box;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    height: 100%;
    flex-direction: column;
}.package_dealiu7EjPc .deal_boardfIWLHVF::before {
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    position: absolute;
    top: 0;
    transition: transform 0.4s ease;
    height: 5px;
    width: 100%;
    content: "";
    transform: scaleX(0.5);
    transform-origin: left;
    left: 0;
}.package_dealiu7EjPc .pricing_listIaekrmh:hover .deal_boardfIWLHVF::before {
    transform: scaleX(1);
}.package_dealiu7EjPc .discount_pricekalOUDw {
    flex-direction: column;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}.package_dealiu7EjPc .pricing_listIaekrmh h4 {
    position: relative;
    color: #ffffff;
    font-size: calc(24px * 1.2);
    margin: 0 0 20px;
    font-weight: 700;
}.package_dealiu7EjPc .pricing_listIaekrmh h4::after {
    bottom: -10px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 40px;
    background-color: rgb(210,198,212);
}.package_dealiu7EjPc .pricing_listIaekrmh p {
    line-height: 1.6;
    word-wrap: break-word;
    white-space: normal;
    font-size: 18px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    overflow-wrap: break-word;
    flex-grow: 1;
}.package_dealiu7EjPc .learn_packs2ZGulXC {
    font-size: calc(24px * 1.4);
    transition: all 0.3s ease;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, rgb(176,161,179,0.5) 100%);
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 6px;
    transform: translateZ(10px);
}.package_dealiu7EjPc .pricing_listIaekrmh:hover .learn_packs2ZGulXC {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 1200px) {.package_dealiu7EjPc {
    padding: 100px 0;
}.package_dealiu7EjPc .premium_costOWHSKyM {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.package_dealiu7EjPc {
    padding: 80px 0;
}.package_dealiu7EjPc .premium_costOWHSKyM {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.package_dealiu7EjPc h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.package_dealiu7EjPc {
    padding: 60px 0;
}.package_dealiu7EjPc .premium_costOWHSKyM {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.package_dealiu7EjPc .enroll_costQVt9cl5 {
    margin-bottom: 40px;
}.package_dealiu7EjPc h2 {
    font-size: calc(28px * 0.8);
}.package_dealiu7EjPc .deal_boardfIWLHVF {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.package_dealiu7EjPc {
    padding: 50px 0;
}.package_dealiu7EjPc h2 {
    font-size: calc(28px * 0.7);
}.package_dealiu7EjPc .enroll_costQVt9cl5 {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.package_dealiu7EjPc .deal_boardfIWLHVF {
    padding: 25px 20px;
}.package_dealiu7EjPc .pricing_listIaekrmh h4 {
    font-size: calc(24px * 1.1);
}.package_dealiu7EjPc .pricing_listIaekrmh p {
    font-size: calc(18px * 0.9);
}.package_dealiu7EjPc .learn_packs2ZGulXC {
    font-size: calc(24px * 1.2);
    padding: 8px 16px;
}}.thxSectionna908Dk {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(rgb(210,198,212,0.5), 0.05) 100%);
    overflow: hidden;
}.thxSectionna908Dk::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    opacity: 0.07;
    content: "";
    background: linear-gradient(225deg, rgb(210,198,212) 0%, transparent 70%);
    z-index: 1;
    left: -5%;
    width: 40%;
    top: -5%;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    height: 40%;
}.thxSectionna908Dk::after {
    height: 50%;
    position: absolute;
    z-index: 1;
    bottom: -5%;
    right: -5%;
    transform: rotate(15deg) translateZ(0);
    opacity: 0.07;
    width: 50%;
    background: linear-gradient(45deg, transparent 40%, rgb(176,161,179) 100%);
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    content: "";
}.thxSectionna908Dk .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1140px;
}.thxSectionna908Dk .pro_learning8siHAKf {
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(210,198,212,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(176,161,179,0.5), 0.12);
    flex-direction: column;
    transform-origin: center top;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
}.thxSectionna908Dk .pro_learning8siHAKf:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(210,198,212,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(176,161,179,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}.thxSectionna908Dk .pro_learning8siHAKf > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.thxSectionna908Dk .pro_learning8siHAKf > div:first-child::after {
    left: 0;
    width: 20%;
    position: absolute;
    bottom: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left center;
    transform: scaleX(1) translateZ(0);
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    height: 3px;
}.thxSectionna908Dk .pro_learning8siHAKf:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.thxSectionna908Dk h5 {
    font-weight: 700;
    margin: 0;
    transform: translateZ(0);
    color: #000000;
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    font-size: 22px;
}.thxSectionna908Dk .pro_learning8siHAKf:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.thxSectionna908Dk a {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    text-decoration: none;
    overflow: hidden;
}.thxSectionna908Dk a:hover {
    transform: translateY(-5px);
}.thxSectionna908Dk a::before {
    transform-origin: center;
    transform: rotate(45deg) scale(0);
    right: -10px;
    background: linear-gradient(135deg, transparent 45%, rgb(210,198,212) 55%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    height: 50px;
    content: "";
    top: -10px;
    width: 50px;
}.thxSectionna908Dk a:hover::before {
    transform: rotate(45deg) scale(1);
}.thxSectionna908Dk p {
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(176,161,179,0.5), 0.03), rgba(rgb(210,198,212,0.5), 0.03));
    padding: 1.5rem;
    border-left: 2px solid rgba(rgb(210,198,212,0.5), 0.2);
    color: #000000;
    margin: 0;
}.thxSectionna908Dk a:hover p {
    background: linear-gradient(to right, rgba(rgb(176,161,179,0.5), 0.07), rgba(rgb(210,198,212,0.5), 0.07));
    border-left: 2px solid rgb(210,198,212);
}

@media (min-width: 768px) {.thxSectionna908Dk .pro_learning8siHAKf {
    padding: 4rem 5rem;
}.thxSectionna908Dk h5 {
    font-size: calc(22px * 1.2);
}.thxSectionna908Dk p {
    font-size: calc(16px * 1.05);
    padding: 2rem;
}
}

@media (min-width: 992px) {.thxSectionna908Dk {
    padding: 8rem 0;
}.thxSectionna908Dk .pro_learning8siHAKf {
    max-width: 90%;
    padding: 5rem 6rem;
    margin: 0 auto;
}.thxSectionna908Dk .pro_learning8siHAKf > div:first-child {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}.thxSectionna908Dk .pro_learning8siHAKf > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.thxSectionna908Dk {
    padding: 3rem 0;
}.thxSectionna908Dk .pro_learning8siHAKf {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.thxSectionna908Dk h5 {
    font-size: calc(22px * 0.9);
}.thxSectionna908Dk p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    padding: 1rem;
}.thxSectionna908Dk .pro_learning8siHAKf > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
}

@media (max-width: 480px) {.thxSectionna908Dk {
    padding: 2rem 0;
}.thxSectionna908Dk .pro_learning8siHAKf {
    padding: 1.5rem;
    transform: none;
}.thxSectionna908Dk h5 {
    font-size: calc(22px * 0.85);
}.thxSectionna908Dk p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
    padding: 0.75rem;
}}.explore_nowpeqg5Hr {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    z-index: 1;
    margin: 6rem 0;
    padding: 6rem 2rem;
}.explore_nowpeqg5Hr::before {
    background-size: 40px 40px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    transform-origin: left;
    content: "";
    left: 0;
    transform: skewY(-2deg);
    height: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
}.explore_nowpeqg5Hr::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    right: -5%;
    height: 200%;
    top: -15%;
    content: "";
    position: absolute;
    pointer-events: none;
    width: 30%;
    z-index: -1;
    transform: rotate(-30deg);
}.explore_nowpeqg5Hr:hover::before {
    transform: skewY(-1deg);
}.explore_nowpeqg5Hr .container {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    display: flex;
    max-width: 1200px;
    gap: 3rem;
    z-index: 2;
    align-items: center;
}.explore_nowpeqg5Hr h6 {
    max-width: 800px;
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.02em;
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(22px * 1.25);
}.explore_nowpeqg5Hr:hover h6 {
    transform: translateY(-5px);
}.explore_nowpeqg5Hr div span {
    perspective: 800px;
    position: relative;
    display: inline-block;
}.explore_nowpeqg5Hr .request_linksF2XzBli {
    color: rgb(210,198,212);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    overflow: hidden;
    display: inline-flex;
    border-radius: 4px;
    justify-content: center;
    backface-visibility: hidden;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1.2rem 2.5rem;
    align-items: center;
    font-size: 19px;
}.explore_nowpeqg5Hr .request_linksF2XzBli::before {
    height: 100%;
    content: "";
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    transform: translateX(-100%);
    transition: transform 0.7s ease;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.explore_nowpeqg5Hr .request_linksF2XzBli span {
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.explore_nowpeqg5Hr .request_linksF2XzBli:hover {
    background-color: #ffffff;
    color: rgb(176,161,179);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
}.explore_nowpeqg5Hr .request_linksF2XzBli:hover::before {
    transform: translateX(100%);
}.explore_nowpeqg5Hr .request_linksF2XzBli:hover span {
    transform: translateX(3px);
}.explore_nowpeqg5Hr .request_linksF2XzBli:active {
    transform: translateY(0) scale(0.98);
    transition: all 0.2s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.explore_nowpeqg5Hr .request_linksF2XzBli:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}

@media (min-width: 1200px) {.explore_nowpeqg5Hr {
    margin: 8rem 0;
    background: linear-gradient(120deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
    padding: 7rem 3rem;
}.explore_nowpeqg5Hr .container {
    flex-direction: row;
    padding: 0 3rem;
    justify-content: space-between;
}.explore_nowpeqg5Hr h6 {
    text-align: left;
    margin-right: 2rem;
    max-width: 60%;
    font-size: calc(22px * 1.4);
}.explore_nowpeqg5Hr::before {
    background-size: 60px 60px;
}
}

@media (max-width: 1199px) {.explore_nowpeqg5Hr {
    padding: 5rem 2rem;
}
}

@media (max-width: 991px) {.explore_nowpeqg5Hr {
    margin: 5rem 0;
}.explore_nowpeqg5Hr h6 {
    font-size: calc(22px * 1.15);
}.explore_nowpeqg5Hr .request_linksF2XzBli {
    padding: 1.1rem 2.2rem;
}
}

@media (max-width: 768px) {.explore_nowpeqg5Hr {
    padding: 4rem 1.5rem;
    margin: 4rem 0;
}.explore_nowpeqg5Hr .container {
    gap: 2.5rem;
}.explore_nowpeqg5Hr h6 {
    font-size: 22px;
}
}

@media (max-width: 576px) {.explore_nowpeqg5Hr {
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}.explore_nowpeqg5Hr .container {
    gap: 2rem;
}.explore_nowpeqg5Hr h6 {
    font-size: calc(22px * 0.95);
}.explore_nowpeqg5Hr .request_linksF2XzBli {
    padding: 1rem 1.8rem;
    font-size: calc(19px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.explore_nowpeqg5Hr,
    .explore_nowpeqg5Hr::before,
    .explore_nowpeqg5Hr h6,
    .explore_nowpeqg5Hr .request_linksF2XzBli,
    .explore_nowpeqg5Hr .request_linksF2XzBli::before,
    .explore_nowpeqg5Hr .request_linksF2XzBli span {
    transform: none;
    transition: none;
}.explore_nowpeqg5Hr:hover h6,
    .explore_nowpeqg5Hr .request_linksF2XzBli:hover,
    .explore_nowpeqg5Hr .request_linksF2XzBli:hover::before,
    .explore_nowpeqg5Hr .request_linksF2XzBli:hover span {
    transform: none;
}}.data_statisticsg1p6iEW {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
}.data_statisticsg1p6iEW::before {
    top: 0;
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
}.data_statisticsg1p6iEW::after {
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(45deg, rgb(210,198,212,0.5) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    position: absolute;
}.data_statisticsg1p6iEW .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
}.data_statisticsg1p6iEW .success_statistics5WdZvPL {
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative;
    gap: 50px;
    z-index: 1;
    align-items: center;
}.data_statisticsg1p6iEW .statistics_expertBoCcUzL {
    margin-bottom: 25px;
    display: inline-block;
}.data_statisticsg1p6iEW .statistics_expertBoCcUzL svg {
    fill: rgb(210,198,212);
    width: 70px;
    filter: drop-shadow(0 0 10px rgb(210,198,212,0.5));
    height: 70px;
}.data_statisticsg1p6iEW .statistics_expertBoCcUzL svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(210,198,212);
}.data_statisticsg1p6iEW .expert_statistics3IJNTwq {
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}.data_statisticsg1p6iEW .expert_statistics3IJNTwq::after {
    bottom: 0;
    content: '';
    height: 3px;
    width: 80px;
    background: linear-gradient(to right, rgb(210,198,212), transparent);
    position: absolute;
    left: 0;
}.data_statisticsg1p6iEW .statistics_gainOd7uKcz {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    text-align: left;
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph {
    gap: 25px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    padding-left: 30px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph::before {
    width: 1px;
    content: '';
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    position: absolute;
    top: 0;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.data_statisticsg1p6iEW .extra_expertsXC7a4PY {
    margin-right: 20px;
    flex-shrink: 0;
}.data_statisticsg1p6iEW .extra_expertsXC7a4PY svg {
    filter: drop-shadow(0 0 5px rgb(210,198,212,0.5));
    height: 40px;
    width: 40px;
    fill: rgb(210,198,212);
}.data_statisticsg1p6iEW .extra_expertsXC7a4PY svg path {
    stroke-width: 0.5;
    fill: rgb(210,198,212);
    stroke: #ffffff;
}.data_statisticsg1p6iEW .stat_item_content {
    flex-direction: column;
    display: flex;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA span {
    color: #ffffff;
    font-size: 18px;
    display: block;
    position: relative;
    font-weight: 700;
    margin-bottom: 5px;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA p {
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
    font-size: calc(13px * 0.9);
    opacity: 0.9;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 10px);
    }
    100% {
        transform: translate(-10px, 20px);
    }
}

.data_statisticsg1p6iEW .top_statisticss9MN0Ph:has(.statistics_gainsUfNe0qA:only-child) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph:has(.statistics_gainsUfNe0qA:nth-child(2):last-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph:has(.statistics_gainsUfNe0qA:nth-child(3):last-child) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph:has(.statistics_gainsUfNe0qA:nth-child(n+5):last-child) {
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1100px) {.data_statisticsg1p6iEW .success_statistics5WdZvPL {
    grid-template-columns: 1fr 1fr;
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 992px) {.data_statisticsg1p6iEW {
    padding: 80px 0;
}.data_statisticsg1p6iEW .success_statistics5WdZvPL {
    gap: 50px;
    grid-template-columns: 1fr;
}.data_statisticsg1p6iEW .expert_statistics3IJNTwq {
    text-align: center;
}.data_statisticsg1p6iEW .expert_statistics3IJNTwq::after {
    background: linear-gradient(to right, transparent, rgb(210,198,212), transparent);
    transform: translateX(-50%);
    left: 50%;
}.data_statisticsg1p6iEW .statistics_gainOd7uKcz {
    text-align: center;
    margin-bottom: 0;
}.data_statisticsg1p6iEW .statistics_expertBoCcUzL {
    justify-content: center;
    display: flex;
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.data_statisticsg1p6iEW {
    padding: 60px 0;
}.data_statisticsg1p6iEW .expert_statistics3IJNTwq {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.data_statisticsg1p6iEW .statistics_gainOd7uKcz {
    font-size: calc(13px * 0.95);
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph {
    gap: 20px;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA {
    padding: 20px;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA span {
    font-size: calc(18px * 0.9);
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA p {
    font-size: calc(13px * 0.85);
}
}

@media screen and (max-width: 576px) {.data_statisticsg1p6iEW {
    padding: 50px 0;
}.data_statisticsg1p6iEW .success_statistics5WdZvPL {
    gap: 40px;
}.data_statisticsg1p6iEW .top_statisticss9MN0Ph {
    gap: 15px;
    grid-template-columns: 1fr;
}.data_statisticsg1p6iEW .statistics_expertBoCcUzL svg {
    height: 60px;
    width: 60px;
}.data_statisticsg1p6iEW .expert_statistics3IJNTwq {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.data_statisticsg1p6iEW .expert_statistics3IJNTwq::after {
    width: 60px;
}.data_statisticsg1p6iEW .extra_expertsXC7a4PY svg {
    width: 35px;
    height: 35px;
}}

.data_statisticsg1p6iEW .statistics_gainsUfNe0qA::before {
    background: linear-gradient(135deg, transparent, rgb(210,198,212,0.5));
    transition: opacity 0.3s ease;
    width: 40px;
    position: absolute;
    top: 0;
    border-top-right-radius: 10px;
    content: '';
    height: 40px;
    right: 0;
    opacity: 0;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA:hover::before {
    opacity: 1;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA::after {
    width: 30px;
    background: linear-gradient(315deg, rgb(176,161,179,0.5), transparent);
    bottom: 0;
    border-bottom-left-radius: 10px;
    height: 30px;
    position: absolute;
    left: 0;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
}.data_statisticsg1p6iEW .statistics_gainsUfNe0qA:hover::after {
    opacity: 1;
}.cookie_warning_overlayXtFaBoC {
    bottom: 0;
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(210,198,212);
    width: 100%;
    background: rgb(238,234,239);
}.consent_panelYpnK2Ot {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.cookie_warning_overlayXtFaBoC h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookieNoticeOverlayDvBWkHK {
    display: none;
}#cookieNoticeOverlayDvBWkHK:checked ~ .cookie_warning_overlayXtFaBoC {
    opacity: 0;
    visibility: hidden;
}.cookie_warning_overlayXtFaBoC p {
    font-size: 18px;
}.track_alertK69cUhY {
    flex-shrink: 0;
    margin-right: 10px;
}.track_alertK69cUhY svg, .track_alertK69cUhY svg path, .track_alertK69cUhY img {
    width: 100px;
    fill: rgb(210,198,212);
    height: 100px;
}.privacy_gateU4vzCj1 {
    color: rgb(210,198,212);
    text-decoration: none;
    min-width: 120px;
    font-size: 24px;
    border-bottom: 2px solid rgb(210,198,212);
    line-height: 35px;
    margin-left: 10px;
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}.cookie_warning_overlayXtFaBoC p a {
    color: rgb(210,198,212);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_overlayXtFaBoC {
    padding: 20px;
}}

.wrapper-borderlMCFder .cookie_warning_overlayXtFaBoC {
    border: none;
    background: rgb(176,161,179);
    padding: 40px 0;
    box-shadow: rgb(176,161,179,0.5) 0px 0px 40px 39px;
}.wrapper-borderlMCFder .privacy_gateU4vzCj1 {
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(210,198,212);
    margin-left: 30px;
    font-weight: 400;
    border: none;
}.wrapper-borderlMCFder .cookie_applyJHYmdvD h5, .wrapper-borderlMCFder .cookie_applyJHYmdvD p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.track_alertK69cUhY {
    display: none;
}.consent_panelYpnK2Ot {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_overlayXtFaBoC h5 {
    text-align: center;
}.cookie_warning_overlayXtFaBoC p {
    text-align: center;
}.cookie_applyJHYmdvD {
    margin-bottom: 20px;
}body .wrapper-borderlMCFder .privacy_gateU4vzCj1 {
    margin-left: 0;
    margin-bottom: 10px;
}
}